Searched refs:C6 (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/lib/msun/ld128/
H A Dk_cosl.c41 C6 = -0.1147074559772972315817149986812031204775e-10L, variable
56 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*(C7+
H A Ds_expl.c145 C6 = 1.38888888888888888888888888891188658e-3L, variable
245 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 +
/freebsd-11-stable/lib/msun/ld80/
H A Dk_cosl.c65 C6 = -1.1470297442401303e-11, /* -0x19393412bd1529.0p-89 */ variable
74 r = z*(C1+z*(C2+z*(C3+z*(C4+z*(C5+z*(C6+z*C7))))));
/freebsd-11-stable/lib/msun/src/
H A Dk_cos.c29 * cos(x) ~ 1 - x*x/2 + C1*x + ... + C6*x
33 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2
37 * 4. let r = C1*x +C2*x +C3*x +C4*x +C5*x +C6*x , then
66 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ variable
75 r = z*(C1+z*(C2+z*C3)) + w*w*(C4+z*(C5+z*C6));
H A De_coshl.c51 C6 = 1.3888888888888616e-3, /* 0x16c16c16c16b99.0p-62 */ variable
64 C6 = 1.38888888888888888888888888889434831e-3L, /* 0x16c16c16c16c16c16c16c16c1dd7a.0p-122L */ variable
110 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2 + 1);
115 C16)*x2 + C14)*x2 + C12)*x2 + C10)*x2 + C8)*x2 + C6)*x2 +
H A Dk_sincos.h31 C6 = -1.13596475577881948265e-11; /* 0xBDA8FAE9, 0xBE8838D4 */ variable
48 r = z * (C1 + z * (C2 + z * C3)) + w * w * (C4 + z * (C5 + z * C6));
H A Dk_sincosl.h40 C6 = -1.1470297442401303e-11, /* -0x19393412bd1529.0p-89 */ variable
71 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
84 C6 = -0.1147074559772972315817149986812031204775e-10L, variable
127 r = z * (C1 + z * (C2 + z * (C3 + z * (C4 + z * (C5 + z * (C6 +
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/
H A Dwp_block.c163 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) macro
181 # define C6(K,i) (Cx.q[6+8*K.c[(i)*8+6]]) macro
194 # define C6(K,i) (((u64*)(Cx.c+2))[2*K.c[(i)*8+6]]) macro
499 C6(K, (i - 6) & 7) ^ C7(K, (i - 7) & 7);
506 C6(S, (i - 6) & 7) ^ C7(S, (i - 7) & 7);
543 C4(K, 4) ^ C5(K, 3) ^ C6(K, 2) ^ C7(K, 1) ^ RC[r];
545 C4(K, 5) ^ C5(K, 4) ^ C6(K, 3) ^ C7(K, 2);
547 C4(K, 6) ^ C5(K, 5) ^ C6(K, 4) ^ C7(K, 3);
549 C4(K, 7) ^ C5(K, 6) ^ C6(K, 5) ^ C7(K, 4);
551 C4(K, 0) ^ C5(K, 7) ^ C6(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h33 MAP(C6, 70) \
/freebsd-11-stable/contrib/gcc/
H A Drtl.h631 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) \
636 && GET_CODE(_rtx) != C5 && GET_CODE(_rtx) != C6) \
641 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) \
646 && GET_CODE(_rtx) != C5 && GET_CODE(_rtx) != C6 \
652 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) \
657 && GET_CODE(_rtx) != C5 && GET_CODE(_rtx) != C6 \
675 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) (RTX)
676 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) (RTX)
677 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) (RTX)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp122 SystemZ::C4, SystemZ::C5, SystemZ::C6, SystemZ::C7,
/freebsd-11-stable/usr.sbin/bluetooth/bthidd/
H A Dkbd.c153 /* Scroll Lock 47 */ 0x46, /* C6 */
155 /* Break (Ctrl-Pause) 48 */ E0 46 E0 C6, /* None */
285 /* Reserved C6 */ -1, /* Reserved */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp128 SP::C4, SP::C5, SP::C6, SP::C7,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp182 Sparc::C4, Sparc::C5, Sparc::C6, Sparc::C7,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1776 SDValue C6 = DAG.getSelectCC(DL, Sub2_Hi, RHS_Hi, C5, C4, ISD::SETEQ); local
1778 // if (C6 != 0)
1790 // endif C6
1793 SDValue Sel1 = DAG.getSelectCC(DL, C6, Zero, Add4, Add3, ISD::SETNE);
1796 SDValue Sel2 = DAG.getSelectCC(DL, C6, Zero, Sub3, Sub2, ISD::SETNE);
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1877 static const u8 C6[] = { local
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1570 <1D> <00C6>
1656 <1D> <00C6>
1741 <1D> <00C6>
9281 \DeclareUnicodeCharacter{00C6}{\AE}
9449 \DeclareUnicodeCharacter{01C6}{d\v{z}}

Completed in 312 milliseconds