Home
last modified time | relevance | path

Searched defs:C2 (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h71 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 De_coshl.c47 C2 = 0.5, variable
68 C2 = 0.5, variable
H A Dk_cosf.c25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
H A Dk_cos.c58 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
H A Dk_sincosf.h25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
H A Dk_sincosl.h33 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
93 C2 = -1.38888888888888888888888888888888834e-03L, variable
H A Dk_sincos.h24 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h67 #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 Dsinpif_2u5.c16 #define C2 0x1.466bc6p1f macro
H A Dcospif_2u6.c16 #define C2 0x1.466bc6p1f macro
H A Dexp.c19 #define C2 __exp_data.poly[5 - EXP_POLY_ORDER] macro
/freebsd/lib/msun/ld80/
H A Dk_cosl.c57 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
/freebsd/lib/msun/ld128/
H A Dk_cosl.c32 C2 = -1.38888888888888888888888888888888834e-03L, variable
/freebsd/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c35 ASN1_OCTET_STRING *C2; member
288 const uint8_t *C2 = NULL; ossl_sm2_decrypt() local
[all...]
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c184 # 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 Dv_exp2f_1u.c17 #define C2 v_f32 (Poly[2]) macro
H A Dv_expf_1u.c21 #define C2 v_f32 (Poly[2]) macro
/freebsd/contrib/arm-optimized-routines/math/
H A Dexp2.c17 #define C2 __exp_data.exp2_poly[1] macro
H A Dexp.c19 #define C2 __exp_data.poly[5 - EXP_POLY_ORDER] macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h178 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 DCostAllocator.h70 static bool isEqual(const ValueKeyT1 &C1, const ValueKeyT2 &C2) { in isEqual()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp228 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 DInstCombineAddSub.cpp762 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 DHexagonVectorLoopCarriedReuse.cpp332 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 Dkeymgmt_internal_test.c79 #define C2 10 /* Extra coefficient */ macro

1234