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

/freebsd-10.3-release/lib/msun/ld128/
H A Dk_cosl.c42 C7 = 0.4779477332386808976875457937252120293400e-13L; variable
56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
H A Ds_expl.c146 C7 = 1.98412698412698412698412697235950394e-4L, variable
246 x * (C7 + x * (C8 + x * (C9 + x * (C10 +
/freebsd-10.3-release/lib/msun/ld80/
H A Dk_cosl.c66 C7 = 4.7383039476436467e-14; /* 0x1aac9d9af5c43e.0p-97 */ variable
74 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
/freebsd-10.3-release/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c164 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) macro
182 # define C7(K,i) (Cx.q[7+8*K.c[(i)*8+7]]) macro
195 # define C7(K,i) (((u64*)(Cx.c+1))[2*K.c[(i)*8+7]]) macro
499 C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7);
506 C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 7);
543 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r];
545 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2);
547 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3);
549 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4);
551 C4(K, 0) ^ C5(K, 7) ^ C6(K, 6) ^ C7(
[all...]
/freebsd-10.3-release/sys/arm/arm/
H A Dcpufunc_asm_arm11x6.S110 mrc p15, 0, reg, C7, C10, 6;/* Read Cache Dirty Status Register */ \
/freebsd-10.3-release/contrib/gcc/
H A Drtl.h641 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) \
647 && GET_CODE(_rtx) != C7) \
652 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) \
658 && GET_CODE(_rtx) != C7 && GET_CODE(_rtx) != C8) \
676 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) (RTX)
677 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) (RTX)
/freebsd-10.3-release/crypto/openssl/crypto/modes/
H A Dgcm128.c1812 static const u8 K7[24], *P7 = NULL, *A7 = NULL, IV7[12], *C7 = NULL; local

Completed in 181 milliseconds