Home
last modified time | relevance | path

Searched refs:tmp_e (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/games/scid/scid/gtest/
H A Dtest_pgnparser.cpp399 auto tmp_e = v; in TEST() local
401 auto tmp_s = tmp_e; in TEST()
408 auto tmp_e = v; in TEST() local
417 auto tmp_e = v; in TEST() local
425 auto tmp_e = v; in TEST() local
427 tmp_e[tmp_e.size() - 2] = "*"; in TEST()
428 test(tmp_e, tmp_e, false); in TEST()
429 auto tmp_s = tmp_e; in TEST()
482 auto tmp_e = v; in TEST() local
484 tmp_e.insert(tmp_e.begin() + 11, "[Bad \"tag on the same line\"]"); in TEST()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/src/
H A Dbid64_log2.c86 { BID_F80_TYPE tmp_e; variable
90 BIDECIMAL_CALL1 (bid64_to_binary80, tmp_e, e);
91 __bid_f80_sub( tmp_e, e_bin, tmp_e );
92 __bid_f80_mul( tmp_e, c_1_ov_ln_2.v, tmp_e );
93 __bid_f80_div( tmp_e, tmp_e, xd );
94 __bid_f80_sub( rd, rd, tmp_e );
H A Dbid64_log.c81 { BID_F80_TYPE tmp_e; variable
85 BIDECIMAL_CALL1 (bid64_to_binary80, tmp_e, e);
86 __bid_f80_sub( tmp_e, e_bin, tmp_e );
87 __bid_f80_div( tmp_e, tmp_e, xd );
88 __bid_f80_sub( rd, rd, tmp_e );
H A Dbid64_log10.c82 { BID_F80_TYPE tmp_e; variable
86 BIDECIMAL_CALL1 (bid64_to_binary80, tmp_e, e);
88 __bid_f80_sub( tmp_e, e_bin, tmp_e);
89 __bid_f80_div( tmp_e, tmp_e, rt);
90 __bid_f80_sub( rd, rd, tmp_e);
/dports/security/p5-CryptX/CryptX-0.075/src/ltc/pk/rsa/
H A Drsa_make_key.c94 void *tmp_e; in rsa_make_key() local
101 if ((err = mp_init(&tmp_e)) != CRYPT_OK) { in rsa_make_key()
105 if ((err = mp_set_int(tmp_e, e)) == CRYPT_OK) in rsa_make_key()
106 err = s_rsa_make_key(prng, wprng, size, tmp_e, key); in rsa_make_key()
108 mp_clear(tmp_e); in rsa_make_key()
127 void *tmp_e; in rsa_make_key_ubin_e() local
129 if ((err = mp_init(&tmp_e)) != CRYPT_OK) { in rsa_make_key_ubin_e()
133 if ((err = mp_read_unsigned_bin(tmp_e, (unsigned char *)e, elen)) == CRYPT_OK) in rsa_make_key_ubin_e()
134 err = rsa_make_key_bn_e(prng, wprng, size, tmp_e, key); in rsa_make_key_ubin_e()
136 mp_clear(tmp_e); in rsa_make_key_ubin_e()
/dports/devel/p5-Log-TraceMessages/Log-TraceMessages-1.4/
H A Dtest.pl128 my $tmp_o = POSIX::tmpnam(); my $tmp_e = POSIX::tmpnam();
142 open(STDERR, ">$tmp_e") or dy "can't open stderr to $tmp_e: $!";
153 open (TMP_E, $tmp_e) or dy "cannot open $tmp_e: $!";
156 close TMP_E or dy "cannot close filehandle opened to $tmp_e: $!";
158 unlink $tmp_e or dy "cannot unlink $tmp_e: $!";
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dmatrix-inverse.h69 typename Field::Element tmp_e; in matrixInverseIn() local
111 F.div (tmp_e, *(tmp_r -> begin() + offset), *(cur_r -> begin() + offset)); in matrixInverseIn()
113 F.negin(tmp_e); in matrixInverseIn()
118 F.axpyin ( *tmp_rp, *cur_rp, tmp_e); in matrixInverseIn()
120 F.assign(*(tmp_r -> begin() + offset), tmp_e); in matrixInverseIn()
152 F.assign (tmp_e, *cur_cp); in matrixInverseIn()
156 F.axpyin(tmp_e, *tmp_cp, *tmp_rp); in matrixInverseIn()
158 F. div(*cur_cp, tmp_e, *tmp_rp); in matrixInverseIn()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dplistsort.c75 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
77 e2= tmp_e; in LS_NAME()
81 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
83 e1= tmp_e; in LS_NAME()
117 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
119 list1= tmp_e; in LS_NAME()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dplistsort.c75 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
77 e2= tmp_e; in LS_NAME()
81 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
83 e1= tmp_e; in LS_NAME()
117 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
119 list1= tmp_e; in LS_NAME()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dplistsort.c75 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
77 e2= tmp_e; in LS_NAME()
81 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
83 e1= tmp_e; in LS_NAME()
117 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
119 list1= tmp_e; in LS_NAME()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dplistsort.c75 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
77 e2= tmp_e; in LS_NAME()
81 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
83 e1= tmp_e; in LS_NAME()
117 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
119 list1= tmp_e; in LS_NAME()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dplistsort.c75 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
77 e2= tmp_e; in LS_NAME()
81 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
83 e1= tmp_e; in LS_NAME()
117 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
119 list1= tmp_e; in LS_NAME()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dplistsort.c82 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
84 e2= tmp_e; in LS_NAME()
88 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
90 e1= tmp_e; in LS_NAME()
124 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
126 list1= tmp_e; in LS_NAME()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dplistsort.c75 LS_LIST_ITEM *tmp_e= e1; in LS_NAME() local
77 e2= tmp_e; in LS_NAME()
81 LS_LIST_ITEM *tmp_e= sorted_list; in LS_NAME() local
83 e1= tmp_e; in LS_NAME()
117 LS_LIST_ITEM *tmp_e= list2; in LS_NAME() local
119 list1= tmp_e; in LS_NAME()
/dports/mail/alpine/alpine-465e23b/web/src/alpined.d/
H A Dldap.c42 LDAPMessage *e, *tmp_e; local
54 tmp_e = e;
59 for(a = ldap_first_attribute(tmp_rl->ld, tmp_e, &ber);
61 a = ldap_next_attribute(tmp_rl->ld, tmp_e, ber)){
63 mail = ldap_get_values_len(tmp_rl->ld, tmp_e, a);
73 (*result)->selected_entry = tmp_e;

1234567