/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantsContext.h | 71 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr() 99 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr() 126 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr() 154 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, ArrayRef<int> Mask) in ShuffleVectorConstantExpr()
|
/freebsd/lib/msun/src/ |
H A D | e_coshl.c | 47 C2 = 0.5, variable 68 C2 = 0.5, variable
|
H A D | k_cosf.c | 25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
|
H A D | k_cos.c | 58 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
|
H A D | k_sincosf.h | 25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
|
H A D | k_sincosl.h | 33 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable 93 C2 = -1.38888888888888888888888888888888834e-03L, variable
|
H A D | k_sincos.h | 24 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | u8.h | 67 #define VEC8_ROUND_SEQ(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, \ argument 86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \ argument 105 #define VEC8_ROUND_HALFANDHALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, \ argument 124 #define VEC8_ROUND(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, B4, C4, \ argument 290 #define ONEOCTO(A, B, C, D, A2, B2, C2, D2) \ argument
|
/freebsd/contrib/arm-optimized-routines/pl/math/ |
H A D | sinpif_2u5.c | 16 #define C2 0x1.466bc6p1f macro
|
H A D | cospif_2u6.c | 16 #define C2 0x1.466bc6p1f macro
|
H A D | exp.c | 19 #define C2 __exp_data.poly[5 - EXP_POLY_ORDER] macro
|
/freebsd/lib/msun/ld80/ |
H A D | k_cosl.c | 57 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
|
/freebsd/lib/msun/ld128/ |
H A D | k_cosl.c | 32 C2 = -1.38888888888888888888888888888888834e-03L, variable
|
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 35 ASN1_OCTET_STRING *C2; member 288 const uint8_t *C2 = NULL; ossl_sm2_decrypt() local [all...] |
/freebsd/crypto/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 184 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) macro 202 # define C2(K,i) (Cx.q[2+8*K.c[(i)*8+2]]) macro 215 # define C2(K,i) (((u64_a1*)(Cx.c+6))[2*K.c[(i)*8+2]]) macro
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/ |
H A D | v_exp2f_1u.c | 17 #define C2 v_f32 (Poly[2]) macro
|
H A D | v_expf_1u.c | 21 #define C2 v_f32 (Poly[2]) macro
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | exp2.c | 17 #define C2 __exp_data.exp2_poly[1] macro
|
H A D | exp.c | 19 #define C2 __exp_data.poly[5 - EXP_POLY_ORDER] macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 178 auto *C2 = dyn_cast<Constant>(V2); in FoldShuffleVector() local 194 auto *C2 = dyn_cast<Constant>(RHS); in FoldBinaryIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 70 static bool isEqual(const ValueKeyT1 &C1, const ValueKeyT2 &C2) { in isEqual()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 228 Constant *C1, *C2; in visitMul() local 1052 static bool multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in multiplyOverflows() 1060 static bool isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in isMultiple() 1192 const APInt *C2; in commonIDivTransforms() local 1369 const APInt *C1, *C2; in commonIDivTransforms() local 1528 const APInt *C1, *C2; in visitUDiv() local 1784 Constant *C2, *NewC = nullptr; in foldFDivConstantDividend() local
|
H A D | InstCombineAddSub.cpp | 762 const APInt *C1 = nullptr, *C2 = nullptr; in checkForNegativeOperand() local 820 const APInt *C1, *C2; in foldNoWrapAdd() local 923 const APInt *C2; in foldAddWithConstant() local 1179 APInt C1, C2; in SimplifyAddWithRemainder() local 1575 Constant *C1, *C2; in visitAdd() local 1596 const APInt *C1, *C2; in visitAdd() local 2151 Constant *C2; in visitSub() local 2318 Constant *C2; in visitSub() local 2341 const APInt *C2, *C3; in visitSub() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 332 if (CallInst *C2 = dyn_cast<CallInst>(I2)) { in isEquivalentOperation() local 344 ConstantInt *C2 = dyn_cast<ConstantInt>(I2->getOperand(i)); in isEquivalentOperation() local
|
/freebsd/crypto/openssl/test/ |
H A D | keymgmt_internal_test.c | 79 #define C2 10 /* Extra coefficient */ macro
|