/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_type.cpp | 839 #define Q2(f, s) \ in validate_flags() macro 861 Q2(explicit_align, align); in validate_flags() 862 Q2(explicit_component, component); in validate_flags() 863 Q2(explicit_location, location); in validate_flags() 864 Q2(explicit_index, index); in validate_flags() 865 Q2(explicit_binding, binding); in validate_flags() 866 Q2(explicit_offset, offset); in validate_flags() 879 Q2(explicit_image_format, image_format); in validate_flags() 881 Q2(_volatile, volatile); in validate_flags() 888 Q2(explicit_xfb_offse in validate_flags() 912 #undef Q2 validate_flags() macro [all...] |
/third_party/jerryscript/jerry-libm/ |
H A D | expm1.c | 55 * R1(z) ~ 1.0 + Q1*z + Q2*z**2 + Q3*z**3 + Q4*z**4 + Q5*z**5 57 * Q2 = 3.9682539681370365873E-4, 134 #define Q2 1.58730158725481460165e-03 /* 3F5A01A0 19FE5585 */ macro 233 r1 = one + hxs * (Q1 + hxs * (Q2 + hxs * (Q3 + hxs * (Q4 + hxs * Q5)))); in expm1() 302 #undef Q2 macro
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf.asm | 328 %define Q2 dst2q + 2*mstrideq + %1 343 %define Q2 rsp + 6*mmsize + %1 427 movx m10, [Q2] 465 mova [Q2], m10 481 movh [Q2], m5 494 movx m2, [Q2] 505 movh [Q2], m5 523 movx m5, [Q2] 541 mova [Q2], m7 560 mova [Q2], m [all...] |
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
H A D | exported.t | 59 package Q2; package 68 is $Q2::r, 'Hello Don';
|
H A D | safe2.t | 63 $Q::H = $Q2::H = undef; 81 $text = $t->fill_in(HASH => { H => 'good8' }, SAFE => $c, PACKAGE => 'Q2'); 94 is $Q2::H, 'good8';
|
/third_party/openssl/external/perl/Text-Template-1.56/t/ |
H A D | exported.t | 59 package Q2; package 68 is $Q2::r, 'Hello Don';
|
H A D | safe2.t | 63 $Q::H = $Q2::H = undef; 81 $text = $t->fill_in(HASH => { H => 'good8' }, SAFE => $c, PACKAGE => 'Q2'); 94 is $Q2::H, 'good8';
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | expm1l.c | 70 Q2 = -7.207678383830091850230366618190187434796E3L, variable 106 qx = (((( x + Q4) * x + Q3) * x + Q2) * x + Q1) * x + Q0; in expm1l()
|
H A D | expm1.c | 38 * R1(z) ~ 1.0 + Q1*z + Q2*z**2 + Q3*z**3 + Q4*z**4 + Q5*z**5 40 * Q2 = 3.9682539681370365873E-4, 116 Q2 = 1.58730158725481460165e-03, /* 3F5A01A0 19FE5585 */ variable 170 r1 = 1.0+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5)))); in expm1()
|
H A D | expm1f.c | 28 Q2 = 1.5807170421e-3; /* 0xcf3010.0p-33 */ variable 79 r1 = 1.0f+hxs*(Q1+hxs*Q2); in expm1f()
|
/third_party/musl/src/math/ |
H A D | expm1l.c | 70 Q2 = -7.207678383830091850230366618190187434796E3L, variable 106 qx = (((( x + Q4) * x + Q3) * x + Q2) * x + Q1) * x + Q0; in expm1l()
|
H A D | expm1.c | 38 * R1(z) ~ 1.0 + Q1*z + Q2*z**2 + Q3*z**3 + Q4*z**4 + Q5*z**5 40 * Q2 = 3.9682539681370365873E-4, 116 Q2 = 1.58730158725481460165e-03, /* 3F5A01A0 19FE5585 */ variable 170 r1 = 1.0+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5)))); in expm1()
|
H A D | expm1f.c | 28 Q2 = 1.5807170421e-3; /* 0xcf3010.0p-33 */ variable 79 r1 = 1.0f+hxs*(Q1+hxs*Q2); in expm1f()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | callOfConditionalTypeWithConcreteBranches.js | 22 type Q2<T> = number extends T ? (cb: (n: number) => void) => void : never; 23 function fn2<T>(arg: Q2<T>) {
|
H A D | assertionTypePredicates1.js | 159 declare let Q2: new (x: boolean) => asserts x; 422 declare let Q2: new (x: boolean) => asserts x;
|
/third_party/node/deps/v8/src/bigint/ |
H A D | div-burnikel.cc | 184 // 4. Compute the low part Q2 of floor(A/B) as in D2n1n() 185 // Q2 = floor([R11, R12, A4] / [B1, B2]) with remainder R, using in D2n1n() 187 RWDigits Q2(Q, 0, n / 2); in D2n1n() 188 D3n2n(Q2, R, R1, A4, B); in D2n1n() 189 // 5. Return Q = [Q1, Q2] and R. in D2n1n()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cavsdsp.c | 43 #define Q2 p0_p[ 2*stride] macro 58 if(abs(Q2-q0) < beta && abs(q0-p0) < alpha) { in loop_filter_l2() 79 if(abs(Q2-q0)<beta) { in loop_filter_l1() 80 delta = av_clip(((Q1-Q0)*3+P0-Q2+4)>>3, -tc, tc); in loop_filter_l1() 98 if(abs(Q2-q0) < beta && abs(q0-p0) < alpha) { in loop_filter_c2() 120 #undef Q2 macro
|
H A D | hevcdsp_template.c | 1503 #define Q2 pix[2 * xstride] macro 1530 const int dq0 = abs(Q2 - 2 * Q1 + Q0); in hevc_loop_filter_luma() 1559 const int q2 = Q2; in hevc_loop_filter_luma() 1569 Q2 = q2 + av_clip(((2 * q3 + 3 * q2 + q1 + q0 + p0 + 4) >> 3) - q2, -tc2, tc2); in hevc_loop_filter_luma() 1588 const int q2 = Q2; in hevc_loop_filter_luma() 1682 #undef Q2 macro
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp8dsp_neon.S | 293 vabd.u8 q9, q7, q6 @ abs(Q3-Q2) 295 vabd.u8 q11, q6, q5 @ abs(Q2-Q1) 297 vcle.u8 q10, q9, q15 @ abs(Q3-Q2) <= flim_I 298 vcle.u8 q11, q11, q15 @ abs(Q2-Q1) <= flim_I 343 veor q6, q6, q13 @ QS2 = Q2 ^ 0x80 412 @ Q2 = s2u(QS2 - a); 442 veor q6, q6, q13 @ Q2 = QS2 ^ 0x80 462 vld1.8 {q6}, [r0,:128], r1 @ Q2 483 vst1.8 {q6}, [r0,:128] @ Q2 515 vld1.8 {d12}, [r0,:64], r2 @ Q2 [all...] |
/third_party/openssl/test/ |
H A D | ectest.c | 2615 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_generator_test() local 2659 || !TEST_ptr(Q2 = EC_POINT_new(group)) in custom_generator_test() 2661 /* Q2 := k/2 G2 */ in custom_generator_test() 2662 || !TEST_true(EC_POINT_mul(group, Q2, k, NULL, NULL, ctx)) in custom_generator_test() 2663 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test() 2667 || !TEST_int_eq(EC_POINT_point2oct(group, Q2, in custom_generator_test() 2670 /* Q1 = kG = k/2 G2 = Q2 should hold */ in custom_generator_test() 2681 EC_POINT_free(Q2); in custom_generator_test() 2700 EC_POINT *G2 = NULL, *Q1 = NULL, *Q2 = NULL; in custom_params_test() local 2792 || !TEST_ptr(Q2 in custom_params_test() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.cpp | 35 static const MCPhysReg QRegList[] = {AArch64::Q0, AArch64::Q1, AArch64::Q2,
|
H A D | AArch64PBQPRegAlloc.cpp | 129 case AArch64::Q2: in isOdd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMCallingConv.cpp | 164 static const MCPhysReg QRegList[] = { ARM::Q0, ARM::Q1, ARM::Q2, ARM::Q3 };
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-algs.hh | 477 template <typename Q1, typename Q2, 480 operator hb_pair_t<Q1, Q2> () { return hb_pair_t<Q1, Q2> (first, second); } in operator hb_pair_t()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_astc.cpp | 171 uint8_t Q2 = (in >> (n+2)) & 0x1; in unpack_quint_block() local 183 if (CAT_BITS_4(Q6, Q5, Q2, Q1) == 0x3) { in unpack_quint_block() 188 if (CAT_BITS_2(Q2, Q1) == 0x3) { in unpack_quint_block() 193 C = CAT_BITS_5(Q4, Q3, Q2, Q1, Q0); in unpack_quint_block()
|