Searched refs:C8 (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/lib/msun/ld128/
H A Dk_cosl.c45 C8 = -0.1561920696721507929516718307820958119868e-15, variable
57 z*(C8+z*(C9+z*(C10+z*C11))))))))));
H A Ds_expl.c147 C8 = 2.48015873015873015873015112487849040e-5L, variable
246 x * (C7 + x * (C8 + x * (C9 + x * (C10 +
/freebsd-11-stable/lib/msun/src/
H A De_coshl.c52 C8 = 2.4801587301767953e-5, /* 0x1a01a01a027061.0p-68 */ variable
65 C8 = 2.48015873015873015873015871870962089e-5L, /* 0x1a01a01a01a01a01a01a017af2756.0p-128L */ 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_sincosl.h96 C8 = -0.1561920696721507929516718307820958119868e-15, variable
128 z * (C7 + z * (C8 + z * (C9 + z * (C10 + z * C11))))))))));
/freebsd-11-stable/sys/netsmb/
H A Dsmb_crypt.c91 smb_encrypt(const u_char *apwd, u_char *C8, u_char *RN) argument
106 smb_E(S21, C8, RN);
107 smb_E(S21 + 7, C8, RN + 8);
108 smb_E(S21 + 14, C8, RN + 16);
114 smb_ntencrypt(const u_char *apwd, u_char *C8, u_char *RN) argument
135 smb_E(S21, C8, RN);
136 smb_E(S21 + 7, C8, RN + 8);
137 smb_E(S21 + 14, C8, RN + 16);
188 * Ex(concat(MD4(U(pass)), zeros(5)), C8)
H A Dsmb_subr.h112 int smb_encrypt(const u_char *apwd, u_char *C8, u_char *RN);
113 int smb_ntencrypt(const u_char *apwd, u_char *C8, u_char *RN);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc.h50 #define C8 IA64_OPND_C8 macro
H A Dia64-opc-m.c875 {"ldfps", LD (0x02, 0, C8)},
876 {"ldfps.nt1", LD (0x02, 1, C8)},
877 {"ldfps.nta", LD (0x02, 3, C8)},
884 {"ldfps.s", LD (0x06, 0, C8)},
885 {"ldfps.s.nt1", LD (0x06, 1, C8)},
886 {"ldfps.s.nta", LD (0x06, 3, C8)},
893 {"ldfps.a", LD (0x0a, 0, C8)},
894 {"ldfps.a.nt1", LD (0x0a, 1, C8)},
895 {"ldfps.a.nta", LD (0x0a, 3, C8)},
902 {"ldfps.sa", LD (0x0e, 0, C8)},
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h35 MAP(C8, 72) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCTargetDesc.cpp123 SystemZ::C8, SystemZ::C9, SystemZ::C10, SystemZ::C11,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp155 Reserved.set(Hexagon::USR); // C8
169 // Out of the control registers, only C8 is explicitly defined in
172 Reserved.set(Hexagon::C8);
/freebsd-11-stable/contrib/gcc/
H A Drtl.h652 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) \
658 && GET_CODE(_rtx) != C7 && GET_CODE(_rtx) != C8) \
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/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp130 // USR has subregisters (while C8 does not for technical reasons), so
133 if (R == Hexagon::C8)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp129 SP::C8, SP::C9, SP::C10, SP::C11,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp183 Sparc::C8, Sparc::C9, Sparc::C10, Sparc::C11,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3469 SDValue C8 = CurDAG->getConstant(8, DL, MVT::i8); local
3470 SDValue Control = CurDAG->getNode(ISD::SHL, DL, MVT::i32, NBits, C8);
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c1905 static const u8 C8[] = { local
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9283 \DeclareUnicodeCharacter{00C8}{\`E}
9451 \DeclareUnicodeCharacter{01C8}{Lj}

Completed in 207 milliseconds