Home
last modified time | relevance | path

Searched defs:d1 (Results 1 – 25 of 2223) sorted by relevance

12345678910>>...89

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/deque/
H A Dcompare.pass.cpp43 const std::deque<int> d1, d2; in main() local
47 const std::deque<int> d1(1, 1), d2(1, 1); in main() local
52 const std::deque<int> d1(items, items + 3); in main() local
57 const std::deque<int> d1(1, 1), d2; in main() local
61 const std::deque<int> d1(1, 1), d2(1, 2); in main() local
67 const std::deque<int> d1(items1, items1 + 2); in main() local
74 const std::deque<int> d1(items1, items1 + 2); in main() local
79 const std::deque<LessAndEqComp> d1, d2; in main() local
83 const std::deque<LessAndEqComp> d1(1, LessAndEqComp(1)); in main() local
89 const std::deque<LessAndEqComp> d1(items, items + 3); in main() local
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/direct/
H A DBOBYQAOptimizer.java547 final double d1 = interpolationPoints.getEntry(k, j); in bobyqb() local
730 final double d1 = trialStepPoint.getEntry(j); in bobyqb() local
759 final double d1 = lagrangeValuesAtNewPoint.getEntry(knew); in bobyqb() local
787 final double d1 = zMatrix.getEntry(k, m); in bobyqb() local
829 final double d1 = FastMath.max(d3, d4); in bobyqb() local
869 final double d1 = work2.getEntry(k); in bobyqb() local
916 final double d1 = zMatrix.getEntry(k, m); in bobyqb() local
920 final double d1 = lagrangeValuesAtNewPoint.getEntry(k); in bobyqb() local
1007 final double d1 = trustRegionCenterOffset.getEntry(j); in bobyqb() local
1066 … final double d1 = FastMath.min(ZERO, gradientAtTrustRegionCenter.getEntry(i)); in bobyqb() local
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/noderiv/
H A DBOBYQAOptimizer.java542 final double d1 = interpolationPoints.getEntry(k, j); in bobyqb() local
725 final double d1 = trialStepPoint.getEntry(j); in bobyqb() local
754 final double d1 = lagrangeValuesAtNewPoint.getEntry(knew); in bobyqb() local
782 final double d1 = zMatrix.getEntry(k, m); in bobyqb() local
824 final double d1 = FastMath.max(d3, d4); in bobyqb() local
864 final double d1 = work2.getEntry(k); in bobyqb() local
911 final double d1 = zMatrix.getEntry(k, m); in bobyqb() local
915 final double d1 = lagrangeValuesAtNewPoint.getEntry(k); in bobyqb() local
1002 final double d1 = trustRegionCenterOffset.getEntry(j); in bobyqb() local
1061 … final double d1 = FastMath.min(ZERO, gradientAtTrustRegionCenter.getEntry(i)); in bobyqb() local
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DDateTest.java49 Date d1 = new Date(70, 0, 1); // the epoch + local time in test_ConstructorIII() local
68 Date d1 = new Date(70, 0, 1, 1, 1); in test_ConstructorIIIII() local
84 Date d1 = new Date(70, 0, 1, 1, 1, 1); in test_ConstructorIIIIII() local
98 Date d1 = new Date("January 1, 1970, 00:00:00 GMT"); // the epoch in test_ConstructorLjava_lang_String() local
117 Date d1 = new Date(0); in test_afterLjava_util_Date() local
135 Date d1 = new Date(0); in test_beforeLjava_util_Date() local
153 Date d1 = new Date(100000); in test_clone() local
167 Date d1 = new Date(someNumber); in test_compareToLjava_util_Date() local
193 Date d1 = new Date(0); in test_equalsLjava_lang_Object() local
265 Date d1 = new Date(0); in test_getTime() local
[all …]
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
H A DAwaitTest.kt50 val d1 = async { 1L } in <lambda>() constant
143 val d1 = async { expect(1); 1 } in <lambda>() constant
154 val d1 = async(NonCancellable) { in <lambda>() constant
180 val d1 = CompletableDeferred(Unit) in <lambda>() constant
192 val d1 = CompletableDeferred(Unit) in <lambda>() constant
202 val d1 = CompletableDeferred<Unit>(parent = null) in <lambda>() constant
227 val d1 = in <lambda>() constant
253 val d1 = launch { expect(2) } in <lambda>() constant
280 val d1 = launch { in <lambda>() constant
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
H A DAnimatedVectorDrawableTest.java172 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testMutate() local
207 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testGetOpacity() local
217 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testColorFilter() local
226 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testReset() local
241 final AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) mResources.getDrawable(mResId); in testStop() local
260 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testAddCallbackBeforeStart() local
278 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testAddCallbackAfterTrigger() local
300 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testAddCallbackAfterStart() local
320 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testRemoveCallback() local
341 AnimatedVectorDrawable d1 = (AnimatedVectorDrawable) imageView.getDrawable(); in testClearCallback() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_dbg_win32_handles.h70 #define CreateFileA(nm,d1,d2,sd,d3,d4,h) apr_dbg_rv(CreateFileA,(nm,d1,d2,sd,d3,d4,h)) argument
71 #define CreateFileW(nm,d1,d2,sd,d3,d4,h) apr_dbg_rv(CreateFileW,(nm,d1,d2,sd,d3,d4,h)) argument
73 #define CreateFileMappingA(fh,sd,d1,d2,d3,nm) apr_dbg_rv(CreateFileMappingA,(fh,sd,d1,d2,d3,nm)) argument
74 #define CreateFileMappingW(fh,sd,d1,d2,d3,nm) apr_dbg_rv(CreateFileMappingW,(fh,sd,d1,d2,d3,nm)) argument
81 #define CreateNamedPipeA(nm,d1,d2,d3,d4,d5,d6,sd) apr_dbg_rv(CreateNamedPipeA,(nm,d1,d2,d3,d4,d5,d6… argument
82 #define CreateNamedPipeW(nm,d1,d2,d3,d4,d5,d6,sd) apr_dbg_rv(CreateNamedPipeW,(nm,d1,d2,d3,d4,d5,d6… argument
91 #define CreateProcessA(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr) \ argument
97 #define CreateProcessW(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr) \ argument
104 #define CreateSemaphoreA(sd,d1,d2,nm) apr_dbg_rv(CreateSemaphoreA,(sd,d1,d2,nm)) argument
105 #define CreateSemaphoreW(sd,d1,d2,nm) apr_dbg_rv(CreateSemaphoreW,(sd,d1,d2,nm)) argument
[all …]
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dhighbd_idct16x16_add_neon.c27 const int64x2x2_t *const in, int32x4_t *const d0, int32x4_t *const d1) { in dct_const_round_shift_high_4_dual()
42 int32x4x2_t *const d1) { in dct_const_round_shift_high_4x2x2()
51 int32x4x2_t *const d1) { in highbd_idct_cospi_2_30()
93 int32x4x2_t *const d1) { in highbd_idct_cospi_4_28()
135 int32x4x2_t *const d1) { in highbd_idct_cospi_6_26()
177 int32x4x2_t *const d1) { in highbd_idct_cospi_10_22()
219 int32x4x2_t *const d1) { in highbd_idct_cospi_12_20()
261 int32x4x2_t *const d1) { in highbd_idct_cospi_14_18()
361 int32x4x2_t *const d1) { in highbd_idct_cospi_8_24_q()
372 int32x4_t *const d1) { in highbd_idct_cospi_8_24_d()
[all …]
H A Dhighbd_vpx_convolve8_neon.c93 uint16x4_t d1 = in highbd_convolve_4tap_horiz_neon() local
123 uint16x8_t d1 = in highbd_convolve_4tap_horiz_neon() local
164 uint16x4_t d1 = highbd_convolve8_4(s1[0], s1[1], s1[2], s1[3], s1[4], in highbd_convolve_8tap_horiz_neon() local
198 uint16x8_t d1 = highbd_convolve8_8(s1[0], s1[1], s1[2], s1[3], s1[4], in highbd_convolve_8tap_horiz_neon() local
286 uint16x4_t d1 = highbd_convolve8_4(s1[0], s1[1], s1[2], s1[3], s1[4], in vpx_highbd_convolve8_avg_horiz_neon() local
325 uint16x8_t d1 = highbd_convolve8_8(s1[0], s1[1], s1[2], s1[3], s1[4], in vpx_highbd_convolve8_avg_horiz_neon() local
368 uint16x4_t d1 = highbd_convolve4_4_neon(s1, s2, s3, s4, filter, max); in highbd_convolve_4tap_vert_neon() local
399 uint16x8_t d1 = highbd_convolve4_8_neon(s1, s2, s3, s4, filter, max); in highbd_convolve_4tap_vert_neon() local
438 uint16x4_t d1 = in highbd_convolve_8tap_vert_neon() local
477 uint16x8_t d1 = in highbd_convolve_8tap_vert_neon() local
[all …]
H A Didct_neon.h88 int16x8_t *const d1) { in dct_const_round_shift_low_8_dual()
538 int16x8_t *const d0, int16x8_t *const d1) { in idct_cospi_8_24_q()
548 int16x8_t *const d1) { in idct_cospi_8_24_neg_q()
560 int16x8_t *const d1) { in idct_cospi_16_16_q()
574 int16x8_t *const d0, int16x8_t *const d1) { in idct_cospi_2_30()
590 int16x8_t *const d0, int16x8_t *const d1) { in idct_cospi_4_28()
606 int16x8_t *const d0, int16x8_t *const d1) { in idct_cospi_6_26()
622 int16x8_t *const d0, int16x8_t *const d1) { in idct_cospi_10_22()
638 int16x8_t *const d0, int16x8_t *const d1) { in idct_cospi_12_20()
654 int16x8_t *const d0, int16x8_t *const d1) { in idct_cospi_14_18()
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dhighbd_compound_convolve_sve2.c86 uint16x8_t d1 = highbd_12_convolve8_8_x(s1, filter, offset_lo); in highbd_12_dist_wtd_convolve_x_8tap_sve2() local
152 uint16x8_t d1 = highbd_convolve8_8_x(s1, filter, offset_lo); in highbd_dist_wtd_convolve_x_8tap_sve2() local
224 uint16x4_t d1 = highbd_12_convolve4_4_x(s1, filter, offset, permute_tbl); in highbd_12_dist_wtd_convolve_x_4tap_sve2() local
250 uint16x8_t d1 = highbd_12_convolve4_8_x(s1, filter, offset, idx); in highbd_12_dist_wtd_convolve_x_4tap_sve2() local
316 uint16x4_t d1 = highbd_convolve4_4_x(s1, filter, offset, permute_tbl); in highbd_dist_wtd_convolve_x_4tap_sve2() local
342 uint16x8_t d1 = highbd_convolve4_8_x(s1, filter, offset, idx); in highbd_dist_wtd_convolve_x_4tap_sve2() local
528 uint16x4_t d1 = highbd_12_convolve8_4_y(s1234, s5678, y_filter, offset); in highbd_12_dist_wtd_convolve_y_8tap_sve2() local
581 uint16x8_t d1 = highbd_12_convolve8_8_y(s1234, s5678, y_filter, offset); in highbd_12_dist_wtd_convolve_y_8tap_sve2() local
704 uint16x4_t d1 = highbd_convolve8_4_y(s1234, s5678, y_filter, offset); in highbd_dist_wtd_convolve_y_8tap_sve2() local
757 uint16x8_t d1 = highbd_convolve8_8_y(s1234, s5678, y_filter, offset); in highbd_dist_wtd_convolve_y_8tap_sve2() local
[all …]
H A Dhighbd_compound_convolve_neon.c140 uint16x8_t d1 = highbd_12_convolve6_8(s1[0], s1[1], s1[2], s1[3], s1[4], in highbd_12_dist_wtd_convolve_x_6tap_neon() local
186 uint16x8_t d1 = highbd_convolve6_8(s1[0], s1[1], s1[2], s1[3], s1[4], in highbd_dist_wtd_convolve_x_6tap_neon() local
346 uint16x4_t d1 = highbd_12_convolve4_4_x(s1, x_filter, offset_vec); in highbd_12_dist_wtd_convolve_x_neon() local
379 uint16x8_t d1 = in highbd_12_dist_wtd_convolve_x_neon() local
421 uint16x4_t d1 = highbd_convolve4_4_x(s1, x_filter, offset_vec); in highbd_dist_wtd_convolve_x_neon() local
454 uint16x8_t d1 = in highbd_dist_wtd_convolve_x_neon() local
576 uint16x4_t d1 = in highbd_12_dist_wtd_convolve_y_6tap_neon() local
610 uint16x8_t d1 = in highbd_12_dist_wtd_convolve_y_6tap_neon() local
655 uint16x4_t d1 = in highbd_dist_wtd_convolve_y_6tap_neon() local
689 uint16x8_t d1 = in highbd_dist_wtd_convolve_y_6tap_neon() local
[all …]
/aosp_15_r20/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/
H A Dequal.pass.cpp43 TestResource d1(1); in main() local
60 TestResource d1; in main() local
72 TestResource d1(42); in main() local
88 TestResource d1(42); in main() local
101 TestResource d1(1); in main() local
119 TestResource d1; in main() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.eq/
H A Dequal.pass.cpp43 TestResource d1(1); in main() local
60 TestResource d1; in main() local
72 TestResource d1(42); in main() local
87 TestResource d1(42); in main() local
99 TestResource d1(1); in main() local
116 TestResource d1; in main() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
H A DSelectDeferredTest.kt14 val d1 = async { in <lambda>() constant
34 val d1 = async { in <lambda>() constant
60 val d1 = async(start = CoroutineStart.LAZY) { in <lambda>() constant
88 val d1 = async { in <lambda>() constant
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/
Dunique_ptr_default_deleter.cpp68 bml::default_delete<A> d1 = d2; in test() local
80 bml::default_delete<const A[]> d1 = d2; in test() local
90 bml::default_delete<const A[2]> d1 = d2; in test() local
114 bml::default_delete<A> d1; in test() local
127 bml::default_delete<const A[]> d1; in test() local
138 bml::default_delete<const A[2]> d1; in test() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs239 let d1 = (rem / 100) << 1; localVariable
255 let d1 = (n % 100) << 1; localVariable
266 let d1 = n << 1; localVariable
390 let d1 = ((n % 100) as usize) << 1; localVariable
540 let d1 = ((to_parse / 1e14 as u64) % 100) << 1; localVariable
565 let d1 = ((to_parse / 1e6 as u64) % 100) << 1; localVariable
582 let d1 = (to_parse / 100) << 1; localVariable
593 let d1 = (n % 100) << 1; localVariable
604 let d1 = n << 1; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs239 let d1 = (rem / 100) << 1; localVariable
255 let d1 = (n % 100) << 1; localVariable
266 let d1 = n << 1; localVariable
390 let d1 = ((n % 100) as usize) << 1; localVariable
540 let d1 = ((to_parse / 1e14 as u64) % 100) << 1; localVariable
565 let d1 = ((to_parse / 1e6 as u64) % 100) << 1; localVariable
582 let d1 = (to_parse / 100) << 1; localVariable
593 let d1 = (n % 100) << 1; localVariable
604 let d1 = n << 1; localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs239 let d1 = (rem / 100) << 1; localVariable
255 let d1 = (n % 100) << 1; localVariable
266 let d1 = n << 1; localVariable
390 let d1 = ((n % 100) as usize) << 1; localVariable
540 let d1 = ((to_parse / 1e14 as u64) % 100) << 1; localVariable
565 let d1 = ((to_parse / 1e6 as u64) % 100) << 1; localVariable
582 let d1 = (to_parse / 100) << 1; localVariable
593 let d1 = (n % 100) << 1; localVariable
604 let d1 = n << 1; localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs239 let d1 = (rem / 100) << 1; localVariable
255 let d1 = (n % 100) << 1; localVariable
266 let d1 = n << 1; localVariable
390 let d1 = ((n % 100) as usize) << 1; localVariable
540 let d1 = ((to_parse / 1e14 as u64) % 100) << 1; localVariable
565 let d1 = ((to_parse / 1e6 as u64) % 100) << 1; localVariable
582 let d1 = (to_parse / 100) << 1; localVariable
593 let d1 = (n % 100) << 1; localVariable
604 let d1 = n << 1; localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dnum.rs239 let d1 = (rem / 100) << 1; localVariable
255 let d1 = (n % 100) << 1; localVariable
266 let d1 = n << 1; localVariable
390 let d1 = ((n % 100) as usize) << 1; localVariable
540 let d1 = ((to_parse / 1e14 as u64) % 100) << 1; localVariable
565 let d1 = ((to_parse / 1e6 as u64) % 100) << 1; localVariable
582 let d1 = (to_parse / 100) << 1; localVariable
593 let d1 = (n % 100) << 1; localVariable
604 let d1 = n << 1; localVariable
/aosp_15_r20/external/libgav1/src/
H A Dsymbol_decoder_context.cc39 for (auto& d1 : context->partition_cdf) { in ResetPartitionCounters() local
49 for (auto& d1 : context->palette_color_index_cdf) { in ResetPaletteColorIndexCounters() local
62 for (auto& d1 : context->intra_tx_type_cdf) { in ResetTxTypeCounters() local
70 for (auto& d1 : context->inter_tx_type_cdf) { in ResetTxTypeCounters() local
80 for (auto& d1 : context->tx_depth_cdf) { in ResetTxDepthCounters() local
91 for (auto& d1 : context->uv_mode_cdf) { in ResetUVModeCounters() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DAwaitStressTest.kt19 val d1 = async(ctx) { in <lambda>() constant
47 val d1 = async(pool) { in <lambda>() constant
68 val d1 = async(pool) { in <lambda>() constant
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dlstmbe.cpp83 ConstArray1D(const float* data, int32_t d1) : data_(data), d1_(d1) {} in ConstArray1D()
89 void init(const int32_t* data, int32_t d1) { in init()
96 virtual int32_t d1() const override { return d1_; } in d1() function in ConstArray1D
119 ConstArray2D(const float* data, int32_t d1, int32_t d2) in ConstArray2D()
126 void init(const int32_t* data, int32_t d1, int32_t d2) { in init()
134 inline int32_t d1() const override { return d1_; } in d1() function in ConstArray2D
165 Array1D(int32_t d1, UErrorCode &status) in Array1D()
181 Array1D(float* data, int32_t d1) in Array1D()
185 virtual int32_t d1() const override { return d1_; } in d1() function in Array1D
302 Array2D(int32_t d1, int32_t d2, UErrorCode &status) in Array2D()
[all …]
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dlstmbe.cpp83 ConstArray1D(const float* data, int32_t d1) : data_(data), d1_(d1) {} in ConstArray1D()
89 void init(const int32_t* data, int32_t d1) { in init()
96 virtual int32_t d1() const override { return d1_; } in d1() function in ConstArray1D
119 ConstArray2D(const float* data, int32_t d1, int32_t d2) in ConstArray2D()
126 void init(const int32_t* data, int32_t d1, int32_t d2) { in init()
134 inline int32_t d1() const override { return d1_; } in d1() function in ConstArray2D
165 Array1D(int32_t d1, UErrorCode &status) in Array1D()
181 Array1D(float* data, int32_t d1) in Array1D()
185 virtual int32_t d1() const override { return d1_; } in d1() function in Array1D
302 Array2D(int32_t d1, int32_t d2, UErrorCode &status) in Array2D()
[all …]

12345678910>>...89