Home
last modified time | relevance | path

Searched defs:C0 (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblamka-round-avx2.h12 #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 Dblamka-round-avx512f.h17 #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 Dblamka-round-ssse3.h31 #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 Dk_cosf.c23 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */ variable
H A Dk_sincosf.h23 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */ variable
/titanic_41/usr/src/lib/libm/common/R/
H A D__cosf.c65 #define C0 q[0] macro
H A D__sincosf.c80 #define C0 q[4] macro
H A Dcosf.c63 #define C0 C[4] macro
H A Dsinf.c63 #define C0 C[4] macro
H A Dsincosf.c85 #define C0 C[4] macro
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dsinpif_2u5.c14 #define C0 0x1.921fb6p1f macro
H A Dcospif_2u6.c14 #define C0 0x1.921fb6p1f macro
/freebsd/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c182 # 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
/titanic_41/usr/src/lib/libmvec/common/vis/
H A D__vsincosf.S58 #define C0 0x28 macro
H A D__vcosf.S58 #define C0 0x28 macro
H A D__vsinf.S58 #define C0 0x28 macro
/titanic_41/usr/src/lib/libmvec/common/
H A D__vcosf.c81 #define C0 C[5] macro
H A D__vsinf.c81 #define C0 C[5] macro
H A D__vsincosf.c81 #define C0 C[5] macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp172 interpolateHSV(const std::tuple<double, double, double> &C0, in interpolateHSV() argument
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp99 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 DConstantFolding.cpp1221 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
/freebsd/libexec/getty/
H A Dgettytab.h111 #define C0 gettynums[13].value macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp633 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 DInstCombineShifts.cpp359 Constant *C0, *C1; in foldShiftOfShiftedBinOp() local
1637 Constant *C0; in foldVariableSignZeroExtensionOfVariableHighBitExtract() local

123