Searched refs:C2 (Results 1 - 25 of 127) sorted by relevance

123456

/freebsd-current/lib/msun/src/
H A Dk_cosf.c25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
39 r = C2+z*C3;
H A Dk_cos.c29 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
33 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
58 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
71 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
H A Dk_sincosf.h25 C2 = -0x16c087e80f1e27.0p-62, /* -0.00138867637746099294692 */ variable
38 r = C2 + z * C3;
H A De_coshl.c47 C2 = 0.5, variable
68 C2 = 0.5, variable
107 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1);
113 C4)*(x2*x2) + C2*x2 + 1);
H A Dk_sincos.h24 C2 = -1.38888888888741095749e-03, /* 0xBF56C16C, 0x16C15177 */ variable
45 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6));
H A Dk_sincosl.h33 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
68 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
93 C2 = -1.38888888888888888888888888888888834e-03L, variable
127 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl361 ($Hhl,$Hlo,$Hhi,$Xlo,$Xhi,$xE1,$sqr, $C0,$C1,$C2,$C3,$V)=
417 xor $Xlo,$Xhi,$C2 ! Karatsuba pre-processing
418 xmulx $C2,$Hhl,$C1
420 xmulxhi $C2,$Hhl,$C2
430 xor $Xlo,$C2,$C2
432 xor $C3,$C2,$C2
434 xor $Xhi,$C2,
[all...]
/freebsd-current/lib/msun/ld80/
H A Dk_cosl.c57 C2 = -0.0013888888888888874, /* -0x16c16c16c16c10.0p-62 */ variable
70 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp677 Constant *C2) {
685 return C2;
686 if (C2 == Identity)
690 if (C2 == Identity)
695 if (isa<PoisonValue>(C1) || isa<PoisonValue>(C2))
703 (isa<UndefValue>(C1) || isa<UndefValue>(C2));
707 if (isa<UndefValue>(C1) && isa<UndefValue>(C2))
716 if (isa<UndefValue>(C1) && isa<UndefValue>(C2)) // undef & undef -> undef
721 if (isa<UndefValue>(C1) && isa<UndefValue>(C2))
725 if (match(C1, m_APInt(CV)) || match(C2, m_APIn
676 ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, Constant *C2) argument
1209 ConstantFoldCompareInstruction(CmpInst::Predicate Predicate, Constant *C1, Constant *C2) argument
[all...]
/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl44 $ym = pack(C2, @_[5,4]);
52 $ym = pack(C2, @_[5,4]);
/freebsd-current/lib/msun/ld128/
H A Dk_cosl.c32 C2 = -1.38888888888888888888888888888888834e-03L, variable
50 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsinpif_2u5.c16 #define C2 0x1.466bc6p1f macro
70 y = fmaf (y, r2, C2);
H A Dcospif_2u6.c16 #define C2 0x1.466bc6p1f macro
69 y = fmaf (y, r2, C2);
H A Dexp.c19 #define C2 __exp_data.poly[5 - EXP_POLY_ORDER] macro
142 tmp = tail + r + r2 * C2 + r * r2 * (C3 + r * C4);
144 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5);
/freebsd-current/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c35 ASN1_OCTET_STRING *C2; local
42 ASN1_SIMPLE(SM2_Ciphertext, C2, ASN1_OCTET_STRING),
82 *pt_size = sm2_ctext->C2->length;
138 ctext_struct.C2 = NULL;
234 ctext_struct.C2 = ASN1_OCTET_STRING_new();
236 if (ctext_struct.C3 == NULL || ctext_struct.C2 == NULL) {
241 || !ASN1_OCTET_STRING_set(ctext_struct.C2, msg_mask, msg_len)) {
258 ASN1_OCTET_STRING_free(ctext_struct.C2);
288 const uint8_t *C2 = NULL;
312 C2
[all...]
/freebsd-current/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, \
70 VEC8_LINE1(A2, B2, C2, D2); \
74 VEC8_LINE2(A2, B2, C2, D2); \
78 VEC8_LINE3(A2, B2, C2, D2); \
82 VEC8_LINE4(A2, B2, C2, D2); \
86 #define VEC8_ROUND_HALF(A1, B1, C1, D1, A2, B2, C2, D2, A3, B3, C3, D3, A4, \
89 VEC8_LINE1(A2, B2, C2, D2); \
91 VEC8_LINE2(A2, B2, C2, D2); \
93 VEC8_LINE3(A2, B2, C2, D2); \
95 VEC8_LINE4(A2, B2, C2, D
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h108 #define CHECK_IMPL(C1, Op, C2) \
110 if (UNLIKELY(!(C1 Op C2))) { \
111 scudo::reportCheckFailed(__FILE__, __LINE__, #C1 " " #Op " " #C2, \
112 (scudo::u64)C1, (scudo::u64)C2); \
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1037 static Constant *getAdd(Constant *C1, Constant *C2, bool HasNUW = false,
1039 static Constant *getSub(Constant *C1, Constant *C2, bool HasNUW = false,
1041 static Constant *getMul(Constant *C1, Constant *C2, bool HasNUW = false,
1043 static Constant *getXor(Constant *C1, Constant *C2);
1044 static Constant *getShl(Constant *C1, Constant *C2, bool HasNUW = false,
1059 static Constant *getNSWAdd(Constant *C1, Constant *C2) { argument
1060 return getAdd(C1, C2, false, true);
1063 static Constant *getNUWAdd(Constant *C1, Constant *C2) { argument
1064 return getAdd(C1, C2, true, false);
1067 static Constant *getNSWSub(Constant *C1, Constant *C2) { argument
1071 getNUWSub(Constant *C1, Constant *C2) argument
1075 getNSWMul(Constant *C1, Constant *C2) argument
1079 getNUWMul(Constant *C1, Constant *C2) argument
1083 getNSWShl(Constant *C1, Constant *C2) argument
1087 getNUWShl(Constant *C1, Constant *C2) argument
[all...]
H A DConstantFold.h54 Constant *C1, Constant *C2);
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp77 unsigned C2 = SM.getPresumedColumnNumber(L2, &Invalid); local
78 return !Invalid && (C1 == C2);
299 const RawComment &C2 = RC; local
314 if ((C1.isTrailingComment() == C2.isTrailingComment() ||
315 (C1.isTrailingComment() && !C2.isTrailingComment() &&
316 isOrdinaryKind(C2.getKind()) &&
317 commentsStartOnSameColumn(SourceMgr, C1, C2))) &&
318 onlyWhitespaceBetween(SourceMgr, C1.getEndLoc(), C2.getBeginLoc(),
320 SourceRange MergedRange(C1.getBeginLoc(), C2.getEndLoc());
/freebsd-current/contrib/arm-optimized-routines/math/
H A Dexp.c19 #define C2 __exp_data.poly[5 - EXP_POLY_ORDER] macro
142 tmp = tail + r + r2 * C2 + r * r2 * (C3 + r * C4);
144 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5);
H A Dexp2.c17 #define C2 __exp_data.exp2_poly[1] macro
124 tmp = tail + r * C1 + r2 * C2 + r * r2 * (C3 + r * C4);
126 tmp = tail + r * C1 + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp658 const APInt &C2 = MaybeOp2Cst->Value; local
664 return C1 + C2;
666 return C1 & C2;
668 return C1.ashr(C2);
670 return C1.lshr(C2);
672 return C1 * C2;
674 return C1 | C2;
676 return C1 << C2;
678 return C1 - C2;
680 return C1 ^ C2;
722 const APFloat &C2 = Op2Cst->getValueAPF(); local
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp2f_1u.c17 #define C2 v_f32 (Poly[2]) macro
64 poly = vfmaq_f32 (C2, poly, r);
H A Dv_expf_1u.c21 #define C2 v_f32 (Poly[2]) macro
69 poly = vfmaq_f32 (C2, poly, r);

Completed in 492 milliseconds

123456