/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/src/ |
H A D | k_cosf.c | 23 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */ variable
|
H A D | k_sincosf.h | 23 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */ variable
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/ |
H A D | sinpif_2u5.c | 14 #define C0 0x1.921fb6p1f macro
|
H A D | cospif_2u6.c | 14 #define C0 0x1.921fb6p1f macro
|
/freebsd/crypto/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 182 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) macro 200 # define C0(K,i) (Cx.q[0+8*K.c[(i)*8+0]]) macro 213 # define C0(K,i) (((u64*)(Cx.c+0))[2*K.c[(i)*8+0]]) macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 172 interpolateHSV(const std::tuple<double, double, double> &C0, in interpolateHSV() argument
|
/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1221 Constant *C0 = ConstantFoldIntegerCast(CE0->getOperand(0), IntPtrTy, in ConstantFoldCompareInstOperands() local 2785 const APInt *C0, *C1; in ConstantFoldIntrinsicCall2() local 3057 const APInt *C0, *C1, *C2; in ConstantFoldAMDGCNPermIntrinsic() local 3165 const APInt *C0, *C1; in ConstantFoldScalarCall3() local 3197 const APInt *C0, *C1, *C2; in ConstantFoldScalarCall3() local
|
H A D | InstructionSimplify.cpp | 1236 const APInt *C0; in simplifyRem() local 1672 const APInt *C0, *C1; in simplifyAndOrOfICmpsWithConstants() local 1707 const APInt *C0, *C1; in simplifyAndOfICmpsWithAdd() local 1798 const APInt *C0, *C1; in simplifyOrOfICmpsWithAdd() local 6639 if (auto *C0 = dyn_cast<Constant>(Op0)) in simplifyBinaryIntrinsic() local
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 111 #define C0 gettynums[13].value macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 633 if (const ConstantFP *C0 = dyn_cast<ConstantFP>(Src0)) { in instCombineIntrinsic() local 813 if (const ConstantFP *C0 = dyn_cast<ConstantFP>(Src0)) { in instCombineIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 359 Constant *C0, *C1; in foldShiftOfShiftedBinOp() local 1637 Constant *C0; in foldVariableSignZeroExtensionOfVariableHighBitExtract() local
|
H A D | InstCombineCalls.cpp | 1096 const APInt *C0, *C1; in moveAddAfterMinMax() local 1191 const APInt *C0, *C1; in foldClampRangeOfTwo() local 1235 Constant *C0, *C1; in reassociateMinMaxWithConstants() local 2169 const APInt *C0, *C1; in visitCallInst() local
|
H A D | InstCombineAddSub.cpp | 356 ConstantFP *C0, *C1; in drillValueDownOneStep() local 1137 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { in MulWillOverflow() 1153 APInt C0, MulOpC; in SimplifyAddWithRemainder() local
|
H A D | InstCombineSelect.cpp | 1405 Constant *C0; in canonicalizeClampLike() local 1576 Constant *C0; in tryToReuseConstantFromSelectInComparison() local
|
/freebsd/crypto/openssh/ |
H A D | sntrup761.c | 525 const crypto_int16 C0 = 0x5555; in crypto_int16_ones_num() local 1050 const crypto_int32 C0 = 0x55555555; in crypto_int32_ones_num() local 1584 const crypto_int64 C0 = 0x5555555555555555; in crypto_int64_ones_num() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 587 uint64_t C0, C1; in foldExtractExtract() local 1042 Constant *C0, *C1; in foldExtractedCmps() local 1497 auto *C0 = dyn_cast<CastInst>(V0); in foldShuffleOfCastops() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 1060 for (auto C0 = Candidates.begin(), E0 = Candidates.end(); C0 != E0; ++C0) { in findPattern() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 1811 auto *C0 = dyn_cast<Constant>(Op0); in simplifyX86extrq() local 1944 auto *C0 = dyn_cast<Constant>(Op0); in simplifyX86insertq() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 942 auto *C0 = dyn_cast<Constant>(Src0); in updateAddressSpace() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 3576 SDValue C0 = Order.front(); in combineConcatVectorsBeforeLegal() local 3607 SDValue C0 = Cond.getOperand(0), C1 = Cond.getOperand(1); in PerformHvxDAGCombine() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 2979 const APInt &C0 = N0->getConstantOperandAPInt(0); in visitADD() local 2997 const APInt &C0 = N0->getConstantOperandAPInt(0); in visitADD() local 4108 if (ConstantSDNode *C0 = isConstOrConstSplat(N0)) { in visitSUB() local 4497 const APInt &C0 = N0.getConstantOperandAPInt(0); in visitMUL() local 4506 const APInt &C0 = N0.getConstantOperandAPInt(0); in visitMUL() local 6041 auto MatchDiffPow2 = [&](ConstantSDNode *C0, ConstantSDNode *C1) { in foldLogicOfSetCCs() 10150 const APInt &C0 = N0.getConstantOperandAPInt(0); in visitSHL() local 10159 const APInt &C0 = N0.getConstantOperandAPInt(0); in visitSHL() local 16491 if (auto *C0 = isConstOrConstSplatFP(X.getOperand(0), true)) { in visitFMULForFMADistributiveCombine() local
|