Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h75 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2, in BinaryConstantExpr()
105 ExtractElementConstantExpr(Constant *C1, Constant *C2) in ExtractElementConstantExpr()
134 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr()
163 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_sincosl.h33 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
93 C2 = -1.38888888888888888888888888888888834e-03L, variable
H A Dk_sincosf.h25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ 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/lib/msun/ld80/
H A Dk_cosl.c57 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dsinpif_2u5.c16 #define C2 0x1.466bc6p1f macro
H A Dcospif_2u6.c16 #define C2 0x1.466bc6p1f macro
/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
293 const uint8_t *C2 = NULL; in ossl_sm2_decrypt() local
/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/
H A Dexp2.c19 #define C2 __exp_data.exp2_poly[1] macro
H A Dexp.c21 #define C2 __exp_data.poly[5 - EXP_POLY_ORDER] macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h179 auto *C2 = dyn_cast<Constant>(V2); in FoldShuffleVector() local
195 auto *C2 = dyn_cast<Constant>(RHS); in FoldBinaryIntrinsic() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dexp_inline.h22 #define C2 __exp_data.poly[5 - EXP_POLY_ORDER] macro
/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/clang/lib/AST/
H A DRawCommentList.cpp75 unsigned C2 = SM.getPresumedColumnNumber(L2, &Invalid); in commentsStartOnSameColumn() local
296 const RawComment &C2 = RC; in addComment() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
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
1185 APInt C1, C2; in SimplifyAddWithRemainder() local
1333 const APInt *C1, *C2; in foldAddLikeCommutative() local
1620 Constant *C1, *C2; in visitAdd() local
2277 Constant *C2; in visitSub() local
2347 Constant *C1, *C2; in visitSub() local
2479 Constant *C2; in visitSub() local
2502 const APInt *C2, *C3; in visitSub() local
H A DInstCombineMulDivRem.cpp222 Constant *C1, *C2; in visitMul() local
1160 static bool multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in multiplyOverflows()
1168 static bool isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in isMultiple()
1325 const APInt *C2; in commonIDivTransforms() local
1502 const APInt *C1, *C2; in commonIDivTransforms() local
1685 const APInt *C1, *C2; in visitUDiv() local
1952 Constant *C2, *NewC = nullptr; in foldFDivConstantDividend() local
H A DInstCombineCompares.cpp337 Value *C2 = Builder.CreateICmpEQ(Idx, SecondTrueIdx); in foldCmpLoadFromIndexedGlobal() local
359 Value *C2 = Builder.CreateICmpNE(Idx, SecondFalseIdx); in foldCmpLoadFromIndexedGlobal() local
1696 const APInt &C2) { in foldICmpAndShift()
1792 const APInt *C2; in foldICmpAndConstConst() local
1960 if (auto *C2 = dyn_cast<ConstantInt>(Y)) in foldICmpAndConstant() local
2278 const APInt *C2; in foldICmpShlLHSC() local
2759 const APInt *C2; in foldICmpUDivConstant() local
2815 const APInt *C2; in foldICmpDivConstant() local
2982 const APInt *C2; in foldICmpSubConstant() local
3103 Constant *C1, *C2, *C3, *C4; in foldICmpBinOpWithConstantViaTruthTable() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp320 if (CallInst *C2 = dyn_cast<CallInst>(I2)) { in isEquivalentOperation() local
332 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