Home
last modified time | relevance | path

Searched defs:C6 (Results 1 – 15 of 15) sorted by relevance

/freebsd/lib/msun/src/
H A De_coshl.c48 C6 = 1.3888888888888616e-3, /* 0x16c16c16c16b99.0p-62 */ variable
61 C6 = 1.38888888888888888888888888889434831e-3L, /* 0x16c16c16c16c16c16c16c16c1dd7a.0p-122L */ variable
H A Dk_cos.c62 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ variable
H A Dk_sincosl.h37 C6 = -1.1470297442401303e-11, /* -0x19393412bd1529.0p-89 */ variable
97 C6 = -1.14707455977297247136657111139971865e-11L, variable
H A Dk_sincos.h28 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ variable
/freebsd/lib/msun/ld80/
H A Dk_cosl.c61 C6 = -1.1470297442401303e-11, /* -0x19393412bd1529.0p-89 */ variable
/freebsd/lib/msun/ld128/
H A Dk_cosl.c36 C6 = -1.14707455977297247136657111139971865e-11L, variable
H A Ds_expl.c145 C6 = 1.38888888888888888888888888891188658e-3L, variable
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c188 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) macro
206 # define C6(K,i) (Cx.q[6+8*K.c[(i)*8+6]]) macro
219 # define C6(K,i) (((u64_a1*)(Cx.c+2))[2*K.c[(i)*8+6]]) macro
/freebsd/contrib/arm-optimized-routines/math/
H A Dexp2.c23 #define C6 __exp_data.exp2_poly[5] macro
H A Dexp.c25 #define C6 __exp_data.poly[9 - EXP_POLY_ORDER] macro
H A Dpow.c119 #define C6 __exp_data.poly[9 - EXP_POLY_ORDER] macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dexp_inline.h26 #define C6 __exp_data.poly[9 - EXP_POLY_ORDER] macro
/freebsd/crypto/openssl/test/
H A Dmodes_internal_test.c407 static const u8 C6[] = { variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2162 SDValue C6 = DAG.getSelectCC(DL, Sub2_Hi, RHS_Hi, C5, C4, ISD::SETEQ); in LowerUDIVREM64() local
H A DAMDGPULegalizerInfo.cpp4639 auto C6 = B.buildSelect( in legalizeUnsignedDIV_REM64Impl() local