Searched refs:H0 (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp151 static double interpolateHue(double H0, double H1, double T) { argument
152 double D = H1 - H0;
153 if (H0 > H1) {
154 std::swap(H0, H1);
161 return H0 + T * (H1 - H0);
163 H0 = H0 + 360;
164 return std::fmod(H0 + T * (H1 - H0)
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp421 hunits x = H0;
454 hunits x = translate_space_to_dummy ? H0 : space_width;
459 hunits xx = translate_space_to_dummy ? H0 : sentence_space_width;
673 hyphenation_space(H0),
674 hyphenation_margin(H0),
989 return H0;
997 return H0;
1023 hunits n = line == 0 ? H0 : width_total;
1353 if (temp < H0) {
1355 temp = H0;
[all...]
H A Dnode.cpp2488 return H0;
2554 hunits x = H0;
2572 return none ? none->italic_correction() : H0;
2577 return none ? none->subscript_correction() : H0;
2803 n = new space_node(H0, col, n);
2809 n = new space_node(H0, col, n);
2941 return x < H0 ? H0 : x;
2967 return n == 0 ? H0 : n->width();
3027 : list(0), max_width(H0)
[all...]
H A Dhvunits.h77 extern hunits H0;
H A Dnumber.cpp32 hunits H0; variable
H A Ddiv.cpp179 : diversion(s), max_width(H0)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp26 static const MCPhysReg HRegList[] = {AArch64::H0, AArch64::H1, AArch64::H2,
H A DAArch64AsmPrinter.cpp943 if (AArch64::H0 <= DestReg && DestReg <= AArch64::H31)
944 DestReg = AArch64::Q0 + (DestReg - AArch64::H0);
H A DAArch64FastISel.cpp3011 { AArch64::H0, AArch64::H1, AArch64::H2, AArch64::H3, AArch64::H4,
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Drmd160.c57 #define H0 0x67452301U macro
102 ctx->state[0] = H0;
/freebsd-11-stable/sys/opencrypto/
H A Drmd160.c56 #define H0 0x67452301U macro
101 ctx->state[0] = H0;
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c137 u128 *Hi = Htable + i, H0 = *Hi; local
139 Hi[j].hi = H0.hi ^ Htable[j].hi;
140 Hi[j].lo = H0.lo ^ Htable[j].lo;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1569 case 16: Base = AArch64::H0; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp376 AArch64::H0, AArch64::H1, AArch64::H2, AArch64::H3, AArch64::H4,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2749 SDValue H0 = expandV4F32ToV2F64(DAG, 0, DL, CmpOp0, Chain);
2755 SDValue HRes = DAG.getNode(Opcode, DL, VTs, Chain, H0, H1);
2758 SDValue Chains[6] = { H0.getValue(1), L0.getValue(1),
2765 SDValue HRes = DAG.getNode(Opcode, DL, MVT::v2i64, H0, H1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp1459 case 16: Base = AArch64::H0; break;
3884 (ZReg == ((Reg - AArch64::H0) + AArch64::Z0)) ||

Completed in 339 milliseconds