HomeSort by: relevance | last modified time | path
    Searched defs:tmp1 (Results 1 - 25 of 193) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gcc/dist/libgfortran/io/
transfer128.c 71 static void __attribute__((used)) *tmp1 = strtoflt128; variable
  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
mfc_multi_tag_release.c 38 vector unsigned int table_copy, tmp, tmp1; local
53 tmp1 = spu_cmpgt (spu_promote(number_of_tags, 0), 32);
58 is_invalid = spu_or (tmp1, is_invalid);
62 tmp1 = spu_sl (__mfc_tag_table, first_tag);
63 has_been_reserved = spu_cmpgt(tmp1, tmp);
  /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
softmpy.S 40 #define tmp1 r8 define
55 move tmp1, tmp0
63 slt_u tmp1, tmp0, tmp1
75 shli tmp1, tmp1, 16
79 inthh tmp1, tmp1, tmp0
87 add r1, tmp0, tmp1
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
transfer128.c 69 static void __attribute__((used)) *tmp1 = strtoflt128; variable
  /src/external/lgpl3/gmp/dist/mpq/
div.c 39 mpz_t tmp1, tmp2; local
96 MPZ_TMP_INIT (tmp1, alloc);
115 mpz_divexact_gcd (tmp1, NUM(op1), gcd1);
118 mpz_mul (NUM(quot), tmp1, tmp2); local
120 mpz_divexact_gcd (tmp1, NUM(op2), gcd1);
123 mpz_mul (DEN(quot), tmp1, tmp2); local
mul.c 38 mpz_t tmp1, tmp2; local
78 MPZ_TMP_INIT (tmp1, alloc);
91 mpz_divexact_gcd (tmp1, NUM(op1), gcd1);
94 mpz_mul (NUM(prod), tmp1, tmp2); local
96 mpz_divexact_gcd (tmp1, DEN(op2), gcd1);
99 mpz_mul (DEN(prod), tmp1, tmp2); local
aors.c 43 mpz_t tmp1, tmp2; local
52 MPZ_TMP_INIT (tmp1, op1_num_size + op2_den_size);
71 mpz_mul (tmp1, NUM(op1), t);
74 (*fun) (t, tmp1, t);
85 mpz_divexact_gcd (tmp1, DEN(op2), gcd);
86 mpz_mul (DEN(rop), tmp1, tmp2); local
93 mpz_mul (tmp1, NUM(op1), DEN(op2));
95 (*fun) (NUM(rop), tmp1, tmp2); local
  /src/tests/lib/libc/hash/
t_hmac.c 43 uint8_t tmp1[EVP_MAX_MD_SIZE]; local
95 memset(tmp1, 0, sizeof(tmp1));
97 e1 = HMAC(evps[t], key, i, data, j, tmp1, &tmp1len);
105 if (tmp1[k] != tmp2[k]) {
108 k, tmp1[k], tmp2[k]);
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_toom_mul.c 29 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
35 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) {
85 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
88 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
91 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
94 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
111 if ((res = mp_mul(&tmp1, &tmp2, &w1)) != MP_OKAY)
    [all...]
bn_mp_toom_sqr.c 24 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
28 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
62 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
65 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
68 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
71 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
75 if ((res = mp_sqr(&tmp1, &w1)) != MP_OKAY)
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid128_round_integral.c 41 BID_UI64DOUBLE tmp1; variable
188 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
190 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
192 tmp1.d = (double) (C1.w[0]); // exact conversion
194 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
197 tmp1.d = (double) C1.w[0]; // exact conversion
199 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
202 tmp1.d = (double) C1.w[1]; // exact conversion
204 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
824 BID_UI64DOUBLE tmp1;
    [all...]
bid128_to_int32.c 38 BID_UI64DOUBLE tmp1; variable
102 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
104 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
106 tmp1.d = (double) (C1.w[0]); // exact conversion
108 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
111 tmp1.d = (double) C1.w[0]; // exact conversion
113 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
116 tmp1.d = (double) C1.w[1]; // exact conversion
118 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
359 BID_UI64DOUBLE tmp1;
    [all...]
bid128_to_int64.c 39 BID_UI64DOUBLE tmp1; variable
103 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
105 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
107 tmp1.d = (double) (C1.w[0]); // exact conversion
109 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
112 tmp1.d = (double) C1.w[0]; // exact conversion
114 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
117 tmp1.d = (double) C1.w[1]; // exact conversion
119 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
338 BID_UI64DOUBLE tmp1;
    [all...]
bid128_to_uint32.c 39 BID_UI64DOUBLE tmp1; variable
103 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
105 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
107 tmp1.d = (double) (C1.w[0]); // exact conversion
109 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
112 tmp1.d = (double) C1.w[0]; // exact conversion
114 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
117 tmp1.d = (double) C1.w[1]; // exact conversion
119 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
362 BID_UI64DOUBLE tmp1;
    [all...]
bid128_to_uint64.c 39 BID_UI64DOUBLE tmp1; variable
103 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
105 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
107 tmp1.d = (double) (C1.w[0]); // exact conversion
109 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
112 tmp1.d = (double) C1.w[0]; // exact conversion
114 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
117 tmp1.d = (double) C1.w[1]; // exact conversion
119 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
396 BID_UI64DOUBLE tmp1;
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid128_round_integral.c 41 BID_UI64DOUBLE tmp1; variable
188 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
190 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
192 tmp1.d = (double) (C1.w[0]); // exact conversion
194 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
197 tmp1.d = (double) C1.w[0]; // exact conversion
199 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
202 tmp1.d = (double) C1.w[1]; // exact conversion
204 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
824 BID_UI64DOUBLE tmp1;
    [all...]
bid128_to_int32.c 38 BID_UI64DOUBLE tmp1; variable
102 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
104 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
106 tmp1.d = (double) (C1.w[0]); // exact conversion
108 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
111 tmp1.d = (double) C1.w[0]; // exact conversion
113 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
116 tmp1.d = (double) C1.w[1]; // exact conversion
118 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
359 BID_UI64DOUBLE tmp1;
    [all...]
bid128_to_int64.c 39 BID_UI64DOUBLE tmp1; variable
103 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
105 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
107 tmp1.d = (double) (C1.w[0]); // exact conversion
109 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
112 tmp1.d = (double) C1.w[0]; // exact conversion
114 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
117 tmp1.d = (double) C1.w[1]; // exact conversion
119 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
338 BID_UI64DOUBLE tmp1;
    [all...]
bid128_to_uint32.c 39 BID_UI64DOUBLE tmp1; variable
103 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
105 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
107 tmp1.d = (double) (C1.w[0]); // exact conversion
109 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
112 tmp1.d = (double) C1.w[0]; // exact conversion
114 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
117 tmp1.d = (double) C1.w[1]; // exact conversion
119 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
362 BID_UI64DOUBLE tmp1;
    [all...]
bid128_to_uint64.c 39 BID_UI64DOUBLE tmp1; variable
103 tmp1.d = (double) (C1.w[0] >> 32); // exact conversion
105 33 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
107 tmp1.d = (double) (C1.w[0]); // exact conversion
109 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
112 tmp1.d = (double) C1.w[0]; // exact conversion
114 1 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
117 tmp1.d = (double) C1.w[1]; // exact conversion
119 65 + ((((unsigned int) (tmp1.ui64 >> 52)) & 0x7ff) - 0x3ff);
396 BID_UI64DOUBLE tmp1;
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
log.c 46 mpfr_t tmp1, tmp2; local
119 MPFR_GROUP_INIT_2 (group, p, tmp1, tmp2);
146 mpfr_div (tmp1, __gmpfr_four, scaled_a, MPFR_RNDF); /* 4/s, err<=2 ulps */
147 mpfr_agm (tmp2, __gmpfr_one, tmp1, MPFR_RNDN); /* AG(1,4/s),err<=3 ulps */
149 mpfr_const_pi (tmp1, MPFR_RNDN); /* compute pi, err<=1ulp */
150 mpfr_div (tmp2, tmp1, tmp2, MPFR_RNDN); /* pi/2*AG(1,4/s), err<=5ulps */
151 mpfr_const_log2 (tmp1, MPFR_RNDN); /* compute log(2), err<=1ulp */
152 mpfr_mul_si (tmp1, tmp1, m, MPFR_RNDN); /* compute m*log(2),err<=2ulps */
153 mpfr_sub (tmp1, tmp2, tmp1, MPFR_RNDN); /* log(a), err<=7ulps+cancel *
    [all...]
  /src/common/lib/libc/stdlib/
heapsort.c 95 #define COPY(a, b, count, size, tmp1, tmp2) { \
97 tmp1 = a; \
100 *tmp1++ = *tmp2++; \
144 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
153 COPY(par, child, count, size, tmp1, tmp2); \
161 COPY(child, k, count, size, tmp1, tmp2); \
164 COPY(child, par, count, size, tmp1, tmp2); \
187 char tmp, *tmp1, *tmp2; local
226 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
227 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp2)
    [all...]
  /src/sys/arch/sparc/sparc/
cpu_in_cksum.c 162 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\
173 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\
180 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\
185 : "=r" (sum), "=&r" (tmp1), "=&r" (tmp2)\
190 : "=r" (sum), "=&r" (tmp1) \
212 uint32_t tmp1, tmp2; local
  /src/sys/dev/isapnp/
i82365_isapnp.c 117 int tmp1; local
143 tmp1 = bus_space_read_1(iot, ioh, PCIC_REG_DATA);
144 aprint_normal("(ident 0x%x", tmp1);
145 if (pcic_ident_ok(tmp1)) {
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_oct.c 28 BIGNUM *tmp1, *tmp2, *x, *y; local
40 tmp1 = BN_CTX_get(ctx);
53 /* tmp1 := x^3 */
60 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx))
65 if (!BN_mod_mul(tmp1, tmp2, x_, group->field, ctx))
69 /* tmp1 := tmp1 + a*x */
75 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, group->field))
89 if (!BN_mod_add_quick(tmp1, tmp1, tmp2, group->field)
    [all...]

Completed in 52 milliseconds

1 2 3 4 5 6 7 8