Home
last modified time | relevance | path

Searched defs:ys (Results 1 – 25 of 571) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/benches/
H A Dbench1.rs36 let ys = vec![0; 768]; in zip_default_zip() localVariable
38 let ys = black_box(ys); in zip_default_zip() localVariable
52 let ys = vec![2; 768]; in zipdot_i32_default_zip() localVariable
54 let ys = black_box(ys); in zipdot_i32_default_zip() localVariable
69 let ys = vec![2f32; 768]; in zipdot_f32_default_zip() localVariable
71 let ys = black_box(ys); in zipdot_f32_default_zip() localVariable
86 let ys = vec![0; 768]; in zip_default_zip3() localVariable
89 let ys = black_box(ys); in zip_default_zip3() localVariable
105 let ys = vec![0; 768]; in zip_slices_ziptuple() localVariable
110 let ys = black_box(&ys); in zip_slices_ziptuple() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/benches/
Dbench1.rs36 let ys = vec![0; 768]; in zip_default_zip() localVariable
38 let ys = black_box(ys); in zip_default_zip() localVariable
52 let ys = vec![2; 768]; in zipdot_i32_default_zip() localVariable
54 let ys = black_box(ys); in zipdot_i32_default_zip() localVariable
69 let ys = vec![2f32; 768]; in zipdot_f32_default_zip() localVariable
71 let ys = black_box(ys); in zipdot_f32_default_zip() localVariable
86 let ys = vec![0; 768]; in zip_default_zip3() localVariable
89 let ys = black_box(ys); in zip_default_zip3() localVariable
105 let ys = vec![0; 768]; in zip_slices_ziptuple() localVariable
110 let ys = black_box(&ys); in zip_slices_ziptuple() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dchain.rs8 let ys = [30, 40, 50, 60]; in test_chain() localVariable
16 let ys = [30, 40, 50, 60]; in test_iterator_chain() localVariable
26 let ys = (30..).step_by(10).take(4); in test_iterator_chain() localVariable
116 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth() localVariable
132 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth_back() localVariable
148 let ys = [30, 40, 50, 60]; in test_iterator_chain_last() localVariable
159 let ys = [30, 40, 50, 60]; in test_iterator_chain_count() localVariable
168 let ys = [30, 40, 50, 60]; in test_iterator_chain_find() localVariable
210 let ys = [1, 2, 0]; in test_chain_fold() localVariable
253 let ys = [7, 9, 11]; in test_double_ended_chain() localVariable
H A Dzip.rs7 let ys = [10, 11, 12]; in test_zip_nth() localVariable
118 let ys = [CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
126 let ys = [CountClone::new(), CountClone::new(), CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
137 let mut ys = [0; 4]; in test_zip_map_sideffectful() localVariable
145 let mut ys = [0; 6]; in test_zip_map_sideffectful() localVariable
156 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
166 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
180 let ys = [0; 4]; in test_zip_nested_sideffectful() localVariable
269 let ys = [1, 2, 3, 7]; in test_double_ended_zip() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dchain.rs8 let ys = [30, 40, 50, 60]; in test_chain() localVariable
16 let ys = [30, 40, 50, 60]; in test_iterator_chain() localVariable
26 let ys = (30..).step_by(10).take(4); in test_iterator_chain() localVariable
116 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth() localVariable
132 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth_back() localVariable
148 let ys = [30, 40, 50, 60]; in test_iterator_chain_last() localVariable
159 let ys = [30, 40, 50, 60]; in test_iterator_chain_count() localVariable
168 let ys = [30, 40, 50, 60]; in test_iterator_chain_find() localVariable
210 let ys = [1, 2, 0]; in test_chain_fold() localVariable
253 let ys = [7, 9, 11]; in test_double_ended_chain() localVariable
H A Dzip.rs7 let ys = [10, 11, 12]; in test_zip_nth() localVariable
118 let ys = [CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
126 let ys = [CountClone::new(), CountClone::new(), CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
137 let mut ys = [0; 4]; in test_zip_map_sideffectful() localVariable
145 let mut ys = [0; 6]; in test_zip_map_sideffectful() localVariable
156 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
166 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
180 let ys = [0; 4]; in test_zip_nested_sideffectful() localVariable
269 let ys = [1, 2, 3, 7]; in test_double_ended_zip() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dchain.rs8 let ys = [30, 40, 50, 60]; in test_chain() localVariable
16 let ys = [30, 40, 50, 60]; in test_iterator_chain() localVariable
26 let ys = (30..).step_by(10).take(4); in test_iterator_chain() localVariable
116 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth() localVariable
132 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth_back() localVariable
148 let ys = [30, 40, 50, 60]; in test_iterator_chain_last() localVariable
159 let ys = [30, 40, 50, 60]; in test_iterator_chain_count() localVariable
168 let ys = [30, 40, 50, 60]; in test_iterator_chain_find() localVariable
210 let ys = [1, 2, 0]; in test_chain_fold() localVariable
253 let ys = [7, 9, 11]; in test_double_ended_chain() localVariable
H A Dzip.rs7 let ys = [10, 11, 12]; in test_zip_nth() localVariable
118 let ys = [CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
126 let ys = [CountClone::new(), CountClone::new(), CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
137 let mut ys = [0; 4]; in test_zip_map_sideffectful() localVariable
145 let mut ys = [0; 6]; in test_zip_map_sideffectful() localVariable
156 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
166 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
180 let ys = [0; 4]; in test_zip_nested_sideffectful() localVariable
269 let ys = [1, 2, 3, 7]; in test_double_ended_zip() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dchain.rs8 let ys = [30, 40, 50, 60]; in test_chain() localVariable
16 let ys = [30, 40, 50, 60]; in test_iterator_chain() localVariable
26 let ys = (30..).step_by(10).take(4); in test_iterator_chain() localVariable
116 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth() localVariable
132 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth_back() localVariable
148 let ys = [30, 40, 50, 60]; in test_iterator_chain_last() localVariable
159 let ys = [30, 40, 50, 60]; in test_iterator_chain_count() localVariable
168 let ys = [30, 40, 50, 60]; in test_iterator_chain_find() localVariable
210 let ys = [1, 2, 0]; in test_chain_fold() localVariable
253 let ys = [7, 9, 11]; in test_double_ended_chain() localVariable
H A Dzip.rs7 let ys = [10, 11, 12]; in test_zip_nth() localVariable
118 let ys = [CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
126 let ys = [CountClone::new(), CountClone::new(), CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
137 let mut ys = [0; 4]; in test_zip_map_sideffectful() localVariable
145 let mut ys = [0; 6]; in test_zip_map_sideffectful() localVariable
156 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
166 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
180 let ys = [0; 4]; in test_zip_nested_sideffectful() localVariable
269 let ys = [1, 2, 3, 7]; in test_double_ended_zip() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/iter/adapters/
H A Dchain.rs8 let ys = [30, 40, 50, 60]; in test_chain() localVariable
16 let ys = [30, 40, 50, 60]; in test_iterator_chain() localVariable
26 let ys = (30..).step_by(10).take(4); in test_iterator_chain() localVariable
116 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth() localVariable
132 let ys = [30, 40, 50, 60]; in test_iterator_chain_nth_back() localVariable
148 let ys = [30, 40, 50, 60]; in test_iterator_chain_last() localVariable
159 let ys = [30, 40, 50, 60]; in test_iterator_chain_count() localVariable
168 let ys = [30, 40, 50, 60]; in test_iterator_chain_find() localVariable
210 let ys = [1, 2, 0]; in test_chain_fold() localVariable
253 let ys = [7, 9, 11]; in test_double_ended_chain() localVariable
H A Dzip.rs7 let ys = [10, 11, 12]; in test_zip_nth() localVariable
118 let ys = [CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
126 let ys = [CountClone::new(), CountClone::new(), CountClone::new(), CountClone::new()]; in test_zip_cloned_sideffectful() localVariable
137 let mut ys = [0; 4]; in test_zip_map_sideffectful() localVariable
145 let mut ys = [0; 6]; in test_zip_map_sideffectful() localVariable
156 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
166 let mut ys = [0; 4]; in test_zip_map_rev_sideffectful() localVariable
180 let ys = [0; 4]; in test_zip_nested_sideffectful() localVariable
269 let ys = [1, 2, 3, 7]; in test_double_ended_zip() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
H A Dtest_std.rs63 let ys = ["aa", "bbbb", "cccc"]; in duplicates_by() localVariable
73 let ys = [2, 1, 3]; in duplicates() localVariable
80 let ys = [0, 1]; in duplicates() localVariable
87 let ys = vec![1, 2]; in duplicates() localVariable
97 let ys = ["aaa", "bbbbb", "ccc"]; in unique_by() localVariable
107 let ys = [0, 1, 2, 3]; in unique() localVariable
114 let ys = [0, 1]; in unique() localVariable
128 let ys = [0, 1, 2, 3]; in intersperse() localVariable
136 let ys = [0, 1, 2, 1, 3]; in dedup() localVariable
139 let ys = [0]; in dedup() localVariable
[all …]
H A Dtest_core.rs118 let mut ys = [0; 5]; in write_to() localVariable
131 let ys = [7u8, 9, 8, 10]; in test_interleave() localVariable
144 let ys = [1u8, 0, 2, 0, 3]; in test_intersperse() localVariable
152 let ys = [1u8, 10, 2, 10, 3]; in test_intersperse_with() localVariable
180 let ys = [(0, 1), (2, 1)]; in batching() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/
Dtest_std.rs68 let ys = ["aa", "bbbb", "cccc"]; in duplicates_by() localVariable
84 let ys = [2, 1, 3]; in duplicates() localVariable
91 let ys = [0, 1]; in duplicates() localVariable
98 let ys = vec![1, 2]; in duplicates() localVariable
111 let ys = ["aaa", "bbbbb", "ccc"]; in unique_by() localVariable
127 let ys = [0, 1, 2, 3]; in unique() localVariable
134 let ys = [0, 1]; in unique() localVariable
148 let ys = [0, 1, 2, 3]; in intersperse() localVariable
156 let ys = [0, 1, 2, 1, 3]; in dedup() localVariable
159 let ys = [0]; in dedup() localVariable
[all …]
Dtest_core.rs170 let mut ys = [0; 5]; in write_to() localVariable
183 let ys = [7u8, 9, 8, 10]; in test_interleave() localVariable
196 let ys = [1u8, 0, 2, 0, 3]; in test_intersperse() localVariable
204 let ys = [1u8, 10, 2, 10, 3]; in test_intersperse_with() localVariable
223 let ys = [(0, 1), (2, 1)]; in batching() localVariable
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DFastMathCalc.java128 double ys[] = new double[2]; in buildSinCosTables() local
184 double ys[] = new double[2]; in buildSinCosTables() local
212 final double ys[] = new double[2]; in slowCos() local
258 final double ys[] = new double[2]; in slowSin() local
304 final double ys[] = new double[2]; in slowexp() local
456 final double ys[] = new double[2]; in quadMult() local
514 final double ys[] = new double[2]; in expint() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dgradients_impl.py40 def gradients(ys, argument
173 def gradients_v2(ys, # pylint: disable=invalid-name argument
319 def _hessian_vector_product(ys, xs, v): argument
373 def hessians(ys, argument
440 def HessiansV2(ys, argument
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrQuad.cpp25 V4f* xs, V4f* ys) { in map_rect_translate_scale()
44 V4f* xs, V4f* ys, V4f* ws) { in map_quad_general()
64 V4f* xs, V4f* ys, V4f* ws) { in map_rect_general()
72 static void rearrange_sk_to_gr_points(const SkPoint skQuadPts[4], V4f* xs, V4f* ys) { in rearrange_sk_to_gr_points()
123 V4f xs, ys; in MakeFromSkQuad() local
H A DGrQuad.h134 const float* ys() const { return fY; } in ys() function
135 float* ys() { return fY; } in ys() function
154 GrQuad(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, Type type) in GrQuad()
161 GrQuad(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, in GrQuad()
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dgradient_checker.cc107 const std::vector<Tensor>& x_datas, const OutputList& ys, in ComputeTheoreticalJacobianTranspose()
187 const OutputList& ys, std::vector<Tensor>* x_datas, in EvaluateGraph()
214 const OutputList& ys, in ComputeNumericJacobianTranspose()
334 const OutputList& ys, in ComputeGradientErrorInternal()
380 const OutputList& ys, in ComputeGradientError()
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dcamenisch_shoup.h80 std::vector<BigNum> ys; // ys[i] = g^xs[i] mod n^(s+1) member
92 std::vector<BigNum> ys; member
193 inline const std::vector<BigNum>& ys() const { return ys_; } // public keys in ys() function
293 inline const std::vector<BigNum>& ys() { return ys_; } // public keys in ys() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/algorithm/
H A Dequal_benchmark.cc42 std::vector<T> ys = xs; in BM_absl_equal_benchmark() local
52 std::vector<T> ys = xs; in BM_std_equal_benchmark() local
62 std::vector<T> ys = xs; in BM_memcmp_benchmark() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dequal_benchmark.cc42 std::vector<T> ys = xs; in BM_absl_equal_benchmark() local
52 std::vector<T> ys = xs; in BM_std_equal_benchmark() local
62 std::vector<T> ys = xs; in BM_memcmp_benchmark() local
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/algorithm/
H A Dequal_benchmark.cc42 std::vector<T> ys = xs; in BM_absl_equal_benchmark() local
52 std::vector<T> ys = xs; in BM_std_equal_benchmark() local
62 std::vector<T> ys = xs; in BM_memcmp_benchmark() local

12345678910>>...23