Home
last modified time | relevance | path

Searched defs:T1 (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/R/
H A D__tanf.c70 #define T1 q[10] macro
H A Dtanf.c67 #define T1 C[10] macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c129 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
160 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dexpm1l.c123 T1 = +1.666666666666666666666666666660876387437e-1L, variable
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-sha2.c494 sha2_word32 T1, *W256; in SHA256_Transform() local
552 sha2_word32 T1, T2, *W256; in SHA256_Transform() local
862 sha2_word64 T1, *W512 = (sha2_word64*)sha->buffer; in SHA512_Transform() local
917 sha2_word64 T1, T2, *W512 = (sha2_word64*)sha->buffer; in SHA512_Transform() local
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c171 uint32_t T1, T2; in SHA256Transform() local
381 uint64_t T1, T2; in SHA512Transform() local
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammaf.c233 static const double T1[] = { /* T1[j]=(j+3)*log(2)-1 */ variable
H A Dtgammal.c316 static const long double T1[] = { variable
H A Dtgamma.c835 static const double T1[] = { variable
/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_impl.h153 #define Skein_Set_T1(ctxPtr, T1) Skein_Set_Tweak(ctxPtr, 1, T1) argument
156 #define Skein_Set_T0_T1(ctxPtr, T0, T1) \ argument