| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| xray-color-helper.cpp | 151 static double interpolateHue(double H0, double H1, double T) { 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) + 720, 360) [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| poly1305_sse2.c | 206 xmmi H0, H1, H2, H3, H4; 228 H0 = _mm_and_si128(MMASK, T5); 242 H0 = _mm_shuffle_epi32(T0, _MM_SHUFFLE(1, 1, 0, 0)); 341 v04 = H0; 356 v14 = H0; 376 v24 = H0; 379 v34 = H0; 387 v44 = H0; 524 H0 = T0; 577 v04 = H0; 686 uint64_t h0, h1, h2, g0, g1, g2, c, nc; local 806 uint64_t h0, h1, h2; local [all...] |
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| env.cpp | 423 hunits x = H0; 456 hunits x = translate_space_to_dummy ? H0 : space_width; 461 hunits xx = translate_space_to_dummy ? H0 : sentence_space_width; 675 hyphenation_space(H0), 676 hyphenation_margin(H0), 991 return H0; 999 return H0; 1025 hunits n = line == 0 ? H0 : width_total; 1355 if (temp < H0) { 1357 temp = H0; [all...] |
| node.cpp | 2490 return H0; 2556 hunits x = H0; 2574 return none ? none->italic_correction() : H0; 2579 return none ? none->subscript_correction() : H0; 2805 n = new space_node(H0, col, n); 2811 n = new space_node(H0, col, n); 2943 return x < H0 ? H0 : x; 2969 return n == 0 ? H0 : n->width(); 3029 : list(0), max_width(H0) [all...] |
| hvunits.h | 79 extern hunits H0;
|
| number.cpp | 34 hunits H0;
|
| div.cpp | 181 : diversion(s), max_width(H0)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64CallingConvention.cpp | 26 static const MCPhysReg HRegList[] = {AArch64::H0, AArch64::H1, AArch64::H2,
|
| AArch64AsmPrinter.cpp | 1095 if (AArch64::H0 <= DestReg && DestReg <= AArch64::H31) 1096 DestReg = AArch64::D0 + (DestReg - AArch64::H0);
|
| AArch64FastISel.cpp | 2940 { AArch64::H0, AArch64::H1, AArch64::H2, AArch64::H3, AArch64::H4,
|
| /src/common/lib/libc/hash/rmd160/ |
| rmd160.c | 74 #define H0 0x67452301U 128 ctx->state[0] = H0;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| aead_aes256gcm_aesni.c | 328 __m128i H0 = H0_; \ 342 /* 4 low H*X (x0*h0) */ \ 357 x1*h0+x0*h1 =(x1+x0)*(h1+h0)-x1*h1-x0*h0 \ 362 so create (h0,h1) from (h1,h0) and (x0,x1) from (x1,x0), \ 363 then compute (h0+h1,h1+h0) and (x0+x1,x1+x0), \ 368 /* substracts x1*h1 and x0*h0 */ \ [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| AArch64InstPrinter.cpp | 1620 case 16: Base = AArch64::H0; break;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
| AArch64Disassembler.cpp | 391 AArch64::H0, AArch64::H1, AArch64::H2, AArch64::H3, AArch64::H4,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| AArch64AsmParser.cpp | 1517 case 16: Base = AArch64::H0; break; 4118 (ZReg == ((Reg - AArch64::H0) + AArch64::Z0)) ||
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZISelLowering.cpp | 2806 SDValue H0 = expandV4F32ToV2F64(DAG, 0, DL, CmpOp0, Chain); 2812 SDValue HRes = DAG.getNode(Opcode, DL, VTs, Chain, H0, H1); 2815 SDValue Chains[6] = { H0.getValue(1), L0.getValue(1), 2822 SDValue HRes = DAG.getNode(Opcode, DL, MVT::v2i64, H0, H1);
|