Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A De_coshl.c57 C6 = 1.3888888888888616e-3, /* 0x16c16c16c16b99.0p-62 */ variable
70 C6 = 1.38888888888888888888888888889434831e-3L, /* 0x16c16c16c16c16c16c16c16c1dd7a.0p-122L */ variable
H A Dk_cos.c63 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ variable
H A Dk_cosf.c31 C6 = -1.1359647598e-11; /* 0xad47d74e */ variable
H A Dk_sincosl.h45 C6 = -1.1470297442401303e-11, /* -0x19393412bd1529.0p-89 */ variable
89 C6 = -0.1147074559772972315817149986812031204775e-10L, variable
H A Dk_sincos.h36 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ variable
/netbsd-src/lib/libm/ld80/
H A Dk_cosl.c63 C6 = -1.1470297442401303e-11, /* -0x19393412bd1529.0p-89 */ variable
/netbsd-src/lib/libm/ld128/
H A Dk_cosl.c38 C6 = -1.14707455977297247136657111139971865e-11L, variable
H A Ds_expl.c145 C6 = 1.38888888888888888888888888891188658e-3L, variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/whrlpool/
H A Dwp_block.c182 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) macro
200 # define C6(K,i) (Cx.q[6+8*K.c[(i)*8+6]]) macro
213 # define C6(K,i) (((u64_a1*)(Cx.c+2))[2*K.c[(i)*8+6]]) macro
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dlib1funcs.S880 #define C6 C4+2 macro
999 #define C6 0 macro
1113 #define C6 C4+2 macro
1784 #define C6 26 macro
H A Dlib1funcs-fixed.S787 #define C6 C0+6 macro
1753 #define C6 C0 + 6 macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dlib1funcs.S880 #define C6 C4+2 macro
999 #define C6 0 macro
1113 #define C6 C4+2 macro
1784 #define C6 26 macro
H A Dlib1funcs-fixed.S787 #define C6 C0+6 macro
1753 #define C6 C0 + 6 macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dmodes_internal_test.c401 static const u8 C6[] = { variable
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dmodes_internal_test.c407 static const u8 C6[] = { variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtl.h1292 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) \ argument
1302 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) \ argument
1333 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) (RTX) argument
1334 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) (RTX) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drtl.h1300 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) \ argument
1310 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) \ argument
1341 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) (RTX) argument
1342 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) (RTX) argument
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-opc.c4865 #define C6 6 macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-opc.c3964 #define C6 6 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1910 SDValue C6 = DAG.getSelectCC(DL, Sub2_Hi, RHS_Hi, C5, C4, ISD::SETEQ); in LowerUDIVREM64() local
H A DAMDGPULegalizerInfo.cpp2965 auto C6 = B.buildSelect( in legalizeUDIV_UREM64Impl() local