/freebsd-src/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-src/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-src/contrib/arm-optimized-routines/pl/math/ |
H A D | sinpif_2u5.c |
|
H A D | cospif_2u6.c |
|
/freebsd-src/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-src/contrib/arm-optimized-routines/math/aarch64/ |
H A D | v_exp2f_1u.c |
|
H A D | v_expf_1u.c |
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 98 isSubset(ArrayRef<T> C0,ArrayRef<T> C1) isSubset() argument 123 isStrictSubset(ArrayRef<T> C0,ArrayRef<T> C1) isStrictSubset() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1236 Constant *C0 = ConstantFoldIntegerCast(CE0->getOperand(0), IntPtrTy, ConstantFoldCompareInstOperands() local 2725 const APInt *C0, *C1; ConstantFoldScalarCall2() local 2982 const APInt *C0, *C1, *C2; ConstantFoldAMDGCNPermIntrinsic() local 3090 const APInt *C0, *C1; ConstantFoldScalarCall3() local 3122 const APInt *C0, *C1, *C2; ConstantFoldScalarCall3() local [all...] |
H A D | InstructionSimplify.cpp | 1657 const APInt *C0, *C1; simplifyAndOrOfICmpsWithConstants() local 1692 const APInt *C0, *C1; simplifyAndOfICmpsWithAdd() local 1783 const APInt *C0, *C1; simplifyOrOfICmpsWithAdd() local 6578 if (auto *C0 = dyn_cast<Constant>(Op0)) simplifyBinaryIntrinsic() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 637 if (const ConstantFP *C0 = dyn_cast<ConstantFP>(Src0)) { instCombineIntrinsic() local 815 if (const ConstantFP *C0 = dyn_cast<ConstantFP>(Src0)) { instCombineIntrinsic() local
|
/freebsd-src/libexec/getty/ |
H A D | gettytab.h | 111 #define C0 gettynums[13].value macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 356 Constant *C0, *C1; foldShiftOfShiftedBinOp() local 1534 Constant *C0; foldVariableSignZeroExtensionOfVariableHighBitExtract() local [all...] |
H A D | InstCombineCalls.cpp | 1106 const APInt *C0, *C1; moveAddAfterMinMax() local 1201 const APInt *C0, *C1; foldClampRangeOfTwo() local 1244 Constant *C0, *C1; reassociateMinMaxWithConstants() local 2077 const APInt *C0, *C1; visitCallInst() local [all...] |
H A D | InstCombineAddSub.cpp | 356 ConstantFP *C0, *C1; in drillValueDownOneStep() local 1124 MulWillOverflow(APInt & C0,APInt & C1,bool IsSigned) MulWillOverflow() argument 1138 APInt C0, MulOpC; SimplifyAddWithRemainder() local [all...] |
H A D | InstCombineSelect.cpp | 1367 Constant *C0; canonicalizeClampLike() local 1538 Constant *C0; tryToReuseConstantFromSelectInComparison() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 1698 auto *C0 = dyn_cast<Constant>(Op0); simplifyX86extrq() local 1831 auto *C0 = dyn_cast<Constant>(Op0); simplifyX86insertq() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 574 uint64_t C0, C1; foldExtractExtract() local 999 Constant *C0, *C1; foldExtractedCmps() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 941 auto *C0 = dyn_cast<Constant>(Src0); updateAddressSpace() local
|
/freebsd-src/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
|