HomeSort by: relevance | last modified time | path
    Searched refs:t64 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_div_macros.h 41 int_float t64; local
83 t64.i = 0x5f800000;
84 lx = (BINARY80) CX.w[1] * (BINARY80) t64.d + (BINARY80) CX.w[0];
85 ly = (BINARY80) CY.w[1] * (BINARY80) t64.d + (BINARY80) CY.w[0];
275 int_double t64, d49, d60; local
290 t64.i = 0x43f0000000000000ull;
291 lx = (double) CX.w[1] * t64.d + (double) CX.w[0];
292 ly = (double) CY.w[1] * t64.d + (double) CY.w[0];
318 lx = (double) CX.w[1] * t64.d + (double) CX.w[0];
353 lx = (double) CX.w[1] * t64.d + (double) CX.w[0]
397 int_double t64, d49, d60; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_div_macros.h 41 int_float t64; local
83 t64.i = 0x5f800000;
84 lx = (BINARY80) CX.w[1] * (BINARY80) t64.d + (BINARY80) CX.w[0];
85 ly = (BINARY80) CY.w[1] * (BINARY80) t64.d + (BINARY80) CY.w[0];
275 int_double t64, d49, d60; local
290 t64.i = 0x43f0000000000000ull;
291 lx = (double) CX.w[1] * t64.d + (double) CX.w[0];
292 ly = (double) CY.w[1] * t64.d + (double) CY.w[0];
318 lx = (double) CX.w[1] * t64.d + (double) CX.w[0];
353 lx = (double) CX.w[1] * t64.d + (double) CX.w[0]
397 int_double t64, d49, d60; local
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
utils.c 247 uint64_t t64, t64_2; local
252 "xorq %[t64], %[t64] \n"
255 "adcq %[t64], (%[out]) \n"
257 : [t64] "=&r"(t64), [t32] "=&r"(t32)
263 "movq $1, %[t64] \n"
265 "addq %[t64], (%[out]) \n"
268 : [t64] "=&r"(t64), [t64_2] "=&r"(t64_2
294 uint64_t t64, t64_2, t64_3; local
    [all...]
  /src/sys/crypto/aes/arch/x86/
aes_sse2_4x32.c 66 __m128i t60, t61, t62, t63, t64, t65, t66, t67; local
194 t64 = z4 ^ t59;
200 t67 = t64 ^ t65;
204 s1 = t64 ^ ~s3;
  /src/sys/crypto/aes/
aes_ct.c 66 uint32_t t60, t61, t62, t63, t64, t65, t66, t67; local
194 t64 = z4 ^ t59;
200 t67 = t64 ^ t65;
204 s1 = t64 ^ ~s3;
aes_ct64.c 81 uint64_t t60, t61, t62, t63, t64, t65, t66, t67; local
209 t64 = z4 ^ t59;
215 t67 = t64 ^ t65;
219 s1 = t64 ^ ~s3;
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 1096 uint64_t t64 = 0; local
1111 t64 = t32;
1123 sim_fpu_to64 (&t64, &ans);
1129 *result = t64;
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 1096 uint64_t t64 = 0; local
1111 t64 = t32;
1123 sim_fpu_to64 (&t64, &ans);
1129 *result = t64;
  /src/external/public-domain/sqlite/dist/
sqlite3.c 50925 sqlite3_int64 t64; local
    [all...]

Completed in 68 milliseconds