Searched refs:t64 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_div_macros.h41 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
397 int_double t64, d49, d60; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_div_macros.h41 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
397 int_double t64, d49, d60; local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Dutils.c247 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_
294 uint64_t t64, t64_2, t64_3; local
[all...]
/netbsd-current/sys/crypto/aes/
H A Daes_ct.c66 uint32_t t60, t61, t62, t63, t64, t65, t66, t67; local
194 t64 = z4 ^ t59;
200 t67 = t64 ^ t65;
204 s1 = t64 ^ ~s3;
/netbsd-current/sys/crypto/aes/arch/x86/
H A Daes_sse2.c69 __m128i t60, t61, t62, t63, t64, t65, t66, t67; local
197 t64 = z4 ^ t59;
203 t67 = t64 ^ t65;
207 s1 = t64 ^ ~s3;
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dcp1.c1094 uint64_t t64 = 0; local
1109 t64 = t32;
1121 sim_fpu_to64 (&t64, &ans);
1127 *result = t64;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c48509 sqlite3_int64 t64; local
[all...]

Completed in 506 milliseconds