HomeSort by: relevance | last modified time | path
    Searched defs:t14 (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
e_lgammaf_r.c 59 t14 = 3.3552918467e-04, /* 0x39afe9f7 */ variable in typeref:typename:const float
197 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
e_lgamma_r.c 123 t14 = 3.35529192635519073543e-04, /* 0x3F35FD3E, 0xE8C2D3F4 */ variable in typeref:typename:const double
261 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
  /src/lib/libm/ld80/
e_lgammal_r.c 110 #define t14 (t14u.extu_ld) macro
315 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
  /src/sys/crypto/aes/
aes_ct.c 61 uint32_t t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; local in function:br_aes_ct_bitslice_Sbox
120 t14 = t13 ^ t12;
123 t17 = t4 ^ t14;
125 t19 = t9 ^ t14;
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 64 __m128i t10, t11, t12, t13, t14, t15, t16, t17, t18, t19; local in function:aes_sse2_bitslice_Sbox
123 t14 = t13 ^ t12;
126 t17 = t4 ^ t14;
128 t19 = t9 ^ t14;
  /src/lib/libm/ld128/
e_lgammal_r.c 83 t14 = 3.51912956837848209220421213975000298e-04L, variable in typeref:typename:const long double
283 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+

Completed in 51 milliseconds