| /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); 164 return std::fmod(H0 + T * (H1 - H0) + 720, 360);
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| poly1305_sse2.c | 206 xmmi H0, H1, H2, H3, H4; 229 H1 = _mm_and_si128(MMASK, _mm_srli_epi64(T5, 26)); 243 H1 = _mm_shuffle_epi32(T0, _MM_SHUFFLE(3, 3, 2, 2)); 327 v03 = H1; 344 v13 = H1; 363 v23 = H1; 366 v33 = H1; 383 v43 = H1; 525 H1 = T1; 563 v03 = H1; 686 uint64_t h0, h1, h2, g0, g1, g2, c, nc; local 806 uint64_t h0, h1, h2; local [all...] |
| /src/external/mit/isl/dist/ |
| isl_equalities.c | 502 * M [U1 U2] = M U = H = [H1 0] 504 * M = H Q = [H1 0] [Q1] 515 * -C(y) + H1 x1' = 0 or x1' = H1^{-1} C(y) = C'(y) 524 * x = U1 H1^{-1} C(y) + U2 x2' 535 isl_mat *H = NULL, *C, *H1, *U = NULL, *U1, *U2; 565 H1 = isl_mat_sub_alloc(H, 0, H->n_row, 0, H->n_row); 566 H1 = isl_mat_lin_to_aff(H1); 567 C = isl_mat_inverse_product(H1, C) [all...] |
| /src/sys/external/bsd/acpica/dist/tests/misc/ |
| badcode.asl | 130 Device (H1)
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64CallingConvention.cpp | 26 static const MCPhysReg HRegList[] = {AArch64::H0, AArch64::H1, AArch64::H2,
|
| AArch64FastISel.cpp | 2940 { AArch64::H0, AArch64::H1, AArch64::H2, AArch64::H3, AArch64::H4,
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/ |
| ASTDiff.cpp | 880 std::vector<NodeId> H1, H2; 881 H1 = L1.pop(); 883 for (NodeId Id1 : H1) { 891 for (NodeId Id1 : H1) {
|
| /src/external/historical/nawk/dist/testdir/ |
| funstack.awk | 465 print_line(prefix(2) "<H1>") 548 print_line(prefix(2) "</H1>") 684 print prefix(2) "<H1>" 686 print prefix(2) "</H1>"
|
| /src/common/lib/libc/hash/rmd160/ |
| rmd160.c | 75 #define H1 0xEFCDAB89U 129 ctx->state[1] = H1;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonBitSimplify.cpp | 1896 RegHalf L1, H1, L2, H2; 1900 if (!matchHalf(SelfR, RC, 32, H2) || !matchHalf(SelfR, RC, 48, H1)) 1903 // Rs = H1.L1, Rt = H2.L2 1904 if (H1.Reg != L1.Reg || H1.Sub != L1.Sub || H1.Low || !L1.Low) 1909 Rs = H1;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| aead_aes256gcm_aesni.c | 329 __m128i H1 = H1_; \ 349 /* 4 high H*X (x1*h1) */ \ 357 x1*h0+x0*h1 =(x1+x0)*(h1+h0)-x1*h1-x0*h0 \ 361 /* permute the high and low 64 bits in H1 & X1, \ 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), [all...] |
| /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/SystemZ/ |
| SystemZISelLowering.cpp | 2808 SDValue H1 = expandV4F32ToV2F64(DAG, 0, DL, CmpOp1, Chain); 2812 SDValue HRes = DAG.getNode(Opcode, DL, VTs, Chain, H0, H1); 2816 H1.getValue(1), L1.getValue(1), 2822 SDValue HRes = DAG.getNode(Opcode, DL, MVT::v2i64, H0, H1);
|