| /third_party/typescript/tests/baselines/reference/ |
| D | crashInResolveInterface.js | 7 var q1: Q<{ a: number; }>; variable 22 var q1; variable
|
| D | infinitelyExpandingTypes4.js | 18 var q1: Query<number>; variable 27 var q1; variable
|
| D | indexedAccessNormalization.js | 18 const q1: MyMap<M>[keyof M] = z; constant
|
| /third_party/skia/tests/ |
| D | PathOpsQuadIntersectionTest.cpp | 17 const QuadPts& q1 = quadraticTests[index][0]; in standardTestCases() local 336 const QuadPts& q1 = testSet[outer]; in oneOffTest1() local 388 const QuadPts& q1 = coincidentTestSet[test1]; in coincidentTestOne() local 416 const QuadPts& q1 = testSet[test1]; in intersectionFinder() local 539 const QuadPts& q1 = testSet[outer]; in DEF_TEST() local 553 const QuadPts& q1 = quadraticTests[test][0]; in DEF_TEST() local
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | findAllRefsPrefixSuffixPreference.ts | 20 const [q0Def, q0, q1Def, q1, z0Def, z0, z1Def, z1, z2, q2Def, q2, q3] = test.ranges(); constant 21 const qFile1Ranges = [q0, q1]; constant
|
| /third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
| D | typeGuardOfFormTypeOfOther.ts | 47 let q1: {} = strOrNumOrBool; // {} variable 76 let q1: string | number | boolean = strOrNumOrBool; // string | number | boolean variable
|
| /third_party/ffmpeg/libavcodec/ |
| D | h264dsp_template.c | 123 const int q1 = pix[1*xstride]; in FUNCC() local 179 const int q1 = pix[ 1*xstride]; in FUNCC() local 249 const int q1 = pix[1*xstride]; in FUNCC() local 297 const int q1 = pix[1*xstride]; in FUNCC() local
|
| D | rv40dsp.c | 508 int sflag, p0, q0, p1, q1; in rv40_strong_loop_filter() local 573 int *p1, int *q1) in rv40_loop_filter_strength() 607 int *p1, int *q1) in rv40_h_loop_filter_strength() 614 int *p1, int *q1) in rv40_v_loop_filter_strength()
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | dec_neon.c | 50 uint8x16_t* const q1) { in Load4x16_NEON() 72 uint8x16_t* const q1) { in Load4x16_NEON() 116 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x16_NEON() 126 uint8x16_t* const q1) { in Load16x4_NEON() 136 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load16x8_NEON() 145 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x8x2_NEON() 167 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x8x2T_NEON() 260 const uint8x16_t q0, const uint8x16_t q1, in Store4x16_NEON() 281 const uint8x16_t q0, const uint8x16_t q1, in Store16x4_NEON() 301 const uint8x16_t q1, in Store8x4x2_NEON() [all …]
|
| D | dec_mips32.c | 31 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2() local 41 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4() local 55 const int q0 = p[0], q1 = p[step], q2 = p[2 * step]; in do_filter6() local 70 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev() local 75 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; in needs_filter() local 83 const int q0 = p[0], q1 = p[step], q2 = p[2 * step], q3 = p[3 * step]; in needs_filter2() local
|
| D | dec_sse2.c | 276 const __m128i* const q1, in GetNotHEV_SSE2() 293 const __m128i* const q1, in GetBaseDelta_SSE2() 339 const __m128i* const q1, in NeedsFilter_SSE2() 360 __m128i* const q0, __m128i* const q1, in DoFilter2_SSE2() 379 __m128i* const q0, __m128i* const q1, in DoFilter4_SSE2() 426 __m128i* const q1, __m128i* const q2, in DoFilter6_SSE2() 506 __m128i* const q0, __m128i* const q1) { in Load16x4_SSE2() 552 const __m128i* const q1, in Store16x4_SSE2() 598 __m128i q1 = _mm_loadu_si128((__m128i*)&p[stride]); in SimpleVFilter16_SSE2() local 608 __m128i p1, p0, q0, q1; in SimpleHFilter16_SSE2() local [all …]
|
| /third_party/node/deps/v8/src/base/ |
| D | division-by-constant.cc | 26 T q1 = min / anc; // Init. q1 = 2**p/|nc|. in SignedDivisionByConstant() local 64 T q1 = min / nc; // Init. q1 = 2**p/nc in UnsignedDivisionByConstant() local
|
| /third_party/node/deps/openssl/openssl/crypto/rsa/ |
| D | rsa_sp800_56b_check.c | 27 BIGNUM *r = NULL, *p1 = NULL, *q1 = NULL; in ossl_rsa_check_crt_components() local 178 BIGNUM *r, *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_check_private_exponent() local 266 BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1, in ossl_rsa_get_lcm()
|
| D | rsa_sp800_56b_gen.c | 66 BIGNUM *q1 = NULL, *q2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 236 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_sp800_56b_derive_params_from_pq() local
|
| /third_party/openssl/crypto/rsa/ |
| D | rsa_sp800_56b_check.c | 27 BIGNUM *r = NULL, *p1 = NULL, *q1 = NULL; in ossl_rsa_check_crt_components() local 178 BIGNUM *r, *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_check_private_exponent() local 266 BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1, in ossl_rsa_get_lcm()
|
| D | rsa_sp800_56b_gen.c | 66 BIGNUM *q1 = NULL, *q2 = NULL; in ossl_rsa_fips186_4_gen_prob_primes() local 236 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_sp800_56b_derive_params_from_pq() local
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | vp8_lpf_msa.c | 25 #define VP8_SIMPLE_MASK(p1, p0, q0, q1, b_limit, mask) \ argument 142 #define VP8_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) \ argument 301 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_v_loop_filter16_msa() local 326 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_v_loop_filter8uv_msa() local 378 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_h_loop_filter16_msa() local 443 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_h_loop_filter8uv_msa() local 508 v16u8 p1, p0, q1, q0; in ff_vp8_v_loop_filter_simple_msa() local 523 v16u8 p1, p0, q1, q0; in ff_vp8_h_loop_filter_simple_msa() local 552 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_v_loop_filter8uv_inner_msa() local 593 v16u8 p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_h_loop_filter8uv_inner_msa() local [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
| D | DecimalQuantityTest.java | 167 DecimalQuantity q1 = qs.get(i); in testDecimalQuantity() local 194 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityRounding() local 214 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityRoundingInterval() local 228 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityMath() local 246 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityWithFormats() local 259 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityBehavior() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
| D | DecimalQuantityTest.java | 164 DecimalQuantity q1 = qs.get(i); in testDecimalQuantity() local 191 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityRounding() local 211 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityRoundingInterval() local 225 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityMath() local 243 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityWithFormats() local 256 DecimalQuantity q1 = rq1.createCopy(); in testDecimalQuantityBehavior() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | crashInResolveInterface.ts | 5 var q1: Q<{ a: number; }>; variable
|
| D | infinitelyExpandingTypes4.ts | 17 var q1: Query<number>; variable
|
| D | indexedAccessNormalization.ts | 19 const q1: MyMap<M>[keyof M] = z; constant
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| D | vp8_lpf_lsx.c | 81 #define VP8_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) \ argument 249 __m128i p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_v_loop_filter16_lsx() local 282 __m128i p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_v_loop_filter8uv_lsx() local 333 __m128i p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_h_loop_filter16_lsx() local 420 __m128i p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_h_loop_filter8uv_lsx() local 510 __m128i p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_v_loop_filter16_inner_lsx() local 542 __m128i p3, p2, p1, p0, q3, q2, q1, q0; in ff_vp8_h_loop_filter16_inner_lsx() local
|
| /third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
| D | sieve.cpp | 108 double qs(double *times, int n, double *q1, double *q2, double *q3) { in qs() 116 double q1,q2,q3; in uprv_getMeanTime() local
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| D | sqrt.c | 88 uint32_t r,t1,s1,ix1,q1; in sqrt() local
|