/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | blamka-round-avx2.h | 12 #define G1_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument 41 #define G2_AVX2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument 68 #define DIAGONALIZE_1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 79 #define DIAGONALIZE_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument 96 #define UNDIAGONALIZE_1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 107 #define UNDIAGONALIZE_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument 124 #define BLAKE2_ROUND_1(A0, A1, B0, B1, C0, C1, D0, D1) \ argument 137 #define BLAKE2_ROUND_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
|
H A D | blamka-round-avx512f.h | 17 #define G1_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 38 #define G2_AVX512F(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 59 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 71 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 83 #define BLAKE2_ROUND(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 119 #define BLAKE2_ROUND_1(A0, C0, B0, D0, A1, C1, B1, D1) \ argument 132 #define BLAKE2_ROUND_2(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
|
H A D | blamka-round-ssse3.h | 31 #define G1(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 52 #define G2(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 73 #define DIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 90 #define UNDIAGONALIZE(A0, B0, C0, D0, A1, B1, C1, D1) \ argument 107 #define BLAKE2_ROUND(A0, A1, B0, B1, C0, C1, D0, D1) \ argument
|
/freebsd/lib/msun/ld80/ |
H A D | k_cosl.c | 50 #define C1 ((long double)C1hi + C1lo) macro 53 C1 = 0.0416666666666666666136L; /* 0xaaaaaaaaaaaaaa9b.0p-68 */ variable
|
/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 | k_sincosl.h | 25 #define C1 ((long double)C1hi + C1lo) macro 28 C1 = 0.0416666666666666666136L, /* 0xaaaaaaaaaaaaaa9b.0p-68 */ variable 92 C1 = 4.16666666666666666666666666666666667e-02L, variable
|
H A D | k_cosf.c | 24 C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */ variable
|
H A D | k_cos.c | 57 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */ variable
|
H A D | k_sincosf.h | 24 C1 = 0x155553e1053a42.0p-57, /* 0.0416666233237390631894 */ variable
|
H A D | k_sincos.h | 23 C1 = 4.16666666666666019037e-02, /* 0x3FA55555, 0x5555554C */ variable
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/ |
H A D | sinpif_2u5.c | 15 #define C1 -0x1.4abbcep2f macro
|
H A D | cospif_2u6.c | 15 #define C1 -0x1.4abbcep2f macro
|
/freebsd/lib/msun/ld128/ |
H A D | k_cosl.c | 31 C1 = 4.16666666666666666666666666666666667e-02L, 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
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 359 Constant *C0, *C1; in foldShiftOfShiftedBinOp() local 441 Constant *C, *C1; in commonShiftTransforms() local 633 const APInt *C1; in foldShiftedShift() local 767 Instruction *InstCombinerImpl::FoldShiftByConstant(Value *Op0, Constant *C1, in FoldShiftByConstant() 1059 const APInt *C1; in visitShl() local 1223 Constant *C1; in visitShl() local 1359 const APInt *C1; in visitLShr() local 1616 Constant *C1, *C2; in foldVariableSignZeroExtensionOfVariableHighBitExtract() local
|
H A D | InstCombineMulDivRem.cpp | 228 Constant *C1, *C2; in visitMul() local 308 Constant *C1; in visitMul() local 376 const APInt *C1; in visitMul() local 690 Constant *C1; in foldFMulReassoc() 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() 1195 const APInt *C1; in commonIDivTransforms() local 1369 const APInt *C1, *C2; in commonIDivTransforms() local 1528 const APInt *C1, *C2; in visitUDiv() local
|
H A D | InstCombineAddSub.cpp | 356 ConstantFP *C0, *C1; in drillValueDownOneStep() local 762 const APInt *C1 = nullptr, *C2 = nullptr; in checkForNegativeOperand() local 820 const APInt *C1, *C2; in foldNoWrapAdd() local 1137 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { in MulWillOverflow() 1160 APInt C1; in SimplifyAddWithRemainder() local 1179 APInt C1, C2; in SimplifyAddWithRemainder() local 1575 Constant *C1, *C2; in visitAdd() local 1596 const APInt *C1, *C2; in visitAdd() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 331 if (CallInst *C1 = dyn_cast<CallInst>(I1)) { in isEquivalentOperation() local 343 ConstantInt *C1 = dyn_cast<ConstantInt>(I1->getOperand(i)); in isEquivalentOperation() local 437 CallInst *C1 = dyn_cast<CallInst>(I); in findValueToReuse() local
|
/freebsd/crypto/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 183 # define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8) macro 201 # define C1(K,i) (Cx.q[1+8*K.c[(i)*8+1]]) macro 214 # define C1(K,i) (((u64_a1*)(Cx.c+7))[2*K.c[(i)*8+1]]) macro
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | exp2.c | 18 #define C1 __exp_data.exp2_poly[0] macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 177 auto *C1 = dyn_cast<Constant>(V1); in FoldShuffleVector() local 193 auto *C1 = dyn_cast<Constant>(LHS); 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/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 173 const std::tuple<double, double, double> &C1, double T) { in interpolateHSV()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCombinerHelper.cpp | 444 auto C1 = Builder.buildFMaxNumIEEE(Ty, A1, Src2); in applyExpandPromotedF16FMed3() local
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 99 template <typename T> static bool isSubset(ArrayRef<T> C0, ArrayRef<T> C1) { in isSubset() 124 static bool isStrictSubset(ArrayRef<T> C0, ArrayRef<T> C1) { in isStrictSubset()
|