Home
last modified time | relevance | path

Searched defs:C7 (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/msun/src/
H A Dk_sincosl.h38 C7 = 4.7383039476436467e-14, /* 0x1aac9d9af5c43e.0p-97 */ variable
98 C7 = 4.77947733238738518870113294139830239e-14L, variable
/freebsd/lib/msun/ld80/
H A Dk_cosl.c62 C7 = 4.7383039476436467e-14; /* 0x1aac9d9af5c43e.0p-97 */ variable
/freebsd/lib/msun/ld128/
H A Dk_cosl.c37 C7 = 4.77947733238738518870113294139830239e-14L, variable
H A Ds_expl.c146 C7 = 1.98412698412698412698412697235950394e-4L, variable
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c189 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) macro
207 # define C7(K,i) (Cx.q[7+8*K.c[(i)*8+7]]) macro
220 # define C7(K,i) (((u64_a1*)(Cx.c+1))[2*K.c[(i)*8+7]]) macro
/freebsd/crypto/openssl/test/
H A Dmodes_internal_test.c424 static const u8 K7[24], P7[] = { 0 }, A7[] = { 0 }, IV7[12], C7[] = { 0 }; variable