Home
last modified time | relevance | path

Searched defs:xs (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/benches/
Dbench1.rs15 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter() localVariable
25 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter_rev() localVariable
35 let xs = vec![0; 1024]; in zip_default_zip() localVariable
37 let xs = black_box(xs); in zip_default_zip() localVariable
51 let xs = vec![2; 1024]; in zipdot_i32_default_zip() localVariable
53 let xs = black_box(xs); in zipdot_i32_default_zip() localVariable
68 let xs = vec![2f32; 1024]; in zipdot_f32_default_zip() localVariable
70 let xs = black_box(xs); in zipdot_f32_default_zip() localVariable
85 let xs = vec![0; 1024]; in zip_default_zip3() localVariable
88 let xs = black_box(xs); in zip_default_zip3() localVariable
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/benches/
Dbench1.rs15 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter() localVariable
25 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter_rev() localVariable
35 let xs = vec![0; 1024]; in zip_default_zip() localVariable
37 let xs = black_box(xs); in zip_default_zip() localVariable
51 let xs = vec![2; 1024]; in zipdot_i32_default_zip() localVariable
53 let xs = black_box(xs); in zipdot_i32_default_zip() localVariable
68 let xs = vec![2f32; 1024]; in zipdot_f32_default_zip() localVariable
70 let xs = black_box(xs); in zipdot_f32_default_zip() localVariable
85 let xs = vec![0; 1024]; in zip_default_zip3() localVariable
88 let xs = black_box(xs); in zip_default_zip3() localVariable
[all …]
/external/rust/android-crates-io/crates/itertools/benches/
Dbench1.rs11 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter() localVariable
23 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter_rev() localVariable
35 let xs = vec![0; 1024]; in zip_default_zip() localVariable
37 let xs = black_box(xs); in zip_default_zip() localVariable
51 let xs = vec![2; 1024]; in zipdot_i32_default_zip() localVariable
53 let xs = black_box(xs); in zipdot_i32_default_zip() localVariable
68 let xs = vec![2f32; 1024]; in zipdot_f32_default_zip() localVariable
70 let xs = black_box(xs); in zipdot_f32_default_zip() localVariable
85 let xs = vec![0; 1024]; in zip_default_zip3() localVariable
88 let xs = black_box(xs); in zip_default_zip3() localVariable
[all …]
/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Das_deque.cpp35 deque<> xs; in main() local
40 deque<int> xs(1); in main() local
45 deque<int, char> xs(1, '2'); in main() local
50 deque<> xs; in main() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
Dtest_core.rs56 let xs: [isize; 0] = []; in izip_macro() localVariable
84 let xs: [isize; 0] = []; in multizip3() localVariable
117 let xs = [7, 9, 8]; in write_to() localVariable
130 let xs: [u8; 0] = []; in test_interleave() localVariable
143 let xs = [1u8, 2, 3]; in test_intersperse() localVariable
151 let xs = [1u8, 2, 3]; in test_intersperse_with() localVariable
161 let xs = [1i32, 2, 3]; in foreach() localVariable
169 let xs = [1, 2, 3]; in dropping() localVariable
179 let xs = [0, 1, 2, 1, 3]; in batching() localVariable
192 let xs = [0, 1, 1, 1, 2, 1, 3, 3]; in test_put_back() localVariable
Dtest_std.rs62 let xs = ["aaa", "bbbbb", "aa", "ccc", "bbbb", "aaaaa", "cccc"]; in duplicates_by() localVariable
72 let xs = [0, 1, 2, 3, 2, 1, 3]; in duplicates() localVariable
79 let xs = [0, 1, 0, 1]; in duplicates() localVariable
86 let xs = vec![0, 1, 2, 1, 2]; in duplicates() localVariable
96 let xs = ["aaa", "bbbbb", "aa", "ccc", "bbbb", "aaaaa", "cccc"]; in unique_by() localVariable
106 let xs = [0, 1, 2, 3, 2, 1, 3]; in unique() localVariable
113 let xs = [0, 1]; in unique() localVariable
123 let xs = ["a", "", "b", "c"]; in intersperse() localVariable
135 let xs = [0, 1, 1, 1, 2, 1, 3, 3]; in dedup() localVariable
138 let xs = [0, 0, 0, 0, 0]; in dedup() localVariable
[all …]
Dpeeking_take_while.rs54 let mut xs = (0..10).peekable(); in peeking_take_while_nested() localVariable
62 let mut xs = (4..10).peekable(); in peeking_take_while_nested() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/tests/
Dtest_core.rs56 let xs: [isize; 0] = []; in izip_macro() localVariable
84 let xs: [isize; 0] = []; in multizip3() localVariable
117 let xs = [7, 9, 8]; in write_to() localVariable
130 let xs: [u8; 0] = []; in test_interleave() localVariable
143 let xs = [1u8, 2, 3]; in test_intersperse() localVariable
151 let xs = [1u8, 2, 3]; in test_intersperse_with() localVariable
161 let xs = [1i32, 2, 3]; in foreach() localVariable
169 let xs = [1, 2, 3]; in dropping() localVariable
179 let xs = [0, 1, 2, 1, 3]; in batching() localVariable
192 let xs = [0, 1, 1, 1, 2, 1, 3, 3]; in test_put_back() localVariable
Dtest_std.rs62 let xs = ["aaa", "bbbbb", "aa", "ccc", "bbbb", "aaaaa", "cccc"]; in duplicates_by() localVariable
72 let xs = [0, 1, 2, 3, 2, 1, 3]; in duplicates() localVariable
79 let xs = [0, 1, 0, 1]; in duplicates() localVariable
86 let xs = vec![0, 1, 2, 1, 2]; in duplicates() localVariable
96 let xs = ["aaa", "bbbbb", "aa", "ccc", "bbbb", "aaaaa", "cccc"]; in unique_by() localVariable
106 let xs = [0, 1, 2, 3, 2, 1, 3]; in unique() localVariable
113 let xs = [0, 1]; in unique() localVariable
123 let xs = ["a", "", "b", "c"]; in intersperse() localVariable
135 let xs = [0, 1, 1, 1, 2, 1, 3, 3]; in dedup() localVariable
138 let xs = [0, 0, 0, 0, 0]; in dedup() localVariable
[all …]
Dpeeking_take_while.rs54 let mut xs = (0..10).peekable(); in peeking_take_while_nested() localVariable
62 let mut xs = (4..10).peekable(); in peeking_take_while_nested() localVariable
/external/pytorch/torch/_higher_order_ops/
Dmap.py39 def __call__(self, xs, *args): argument
125 def map_wrapper(f, xs, *args): argument
184 def trace_map(proxy_mode, func_overload, f, xs, pos_args): argument
217 def map_dense(f, xs, pos_args): argument
225 def map_autograd(f, xs, pos_args): argument
233 def map_proxy_torch_dispatch_mode(mode, f, xs, args): argument
238 def map_fake_tensor_mode(mode, f, xs, args): argument
244 def map_functionalize(ctx, f, xs, pos_args): argument
/external/tensorflow/tensorflow/python/ops/
Dgradients_impl.py41 xs, argument
174 xs, argument
319 def _hessian_vector_product(ys, xs, v): argument
374 xs, argument
441 xs, argument
Dgradient_checker_v2.py127 def _compute_theoretical_jacobian(f, y_shape, y_dtype, xs, param): argument
199 def _compute_numeric_jacobian(f, y_size, y_dtype, xs, param, delta): argument
257 def _compute_gradient(f, y_shape, y_dtype, xs, param, delta): argument
277 def _compute_gradient_list(f, xs, delta): argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dequal_benchmark.cc41 std::vector<T> xs(state.range(0), T(0)); in BM_absl_equal_benchmark() local
51 std::vector<T> xs(state.range(0), T(0)); in BM_std_equal_benchmark() local
61 std::vector<T> xs(state.range(0), T(0)); in BM_memcmp_benchmark() local
74 std::vector<T> xs(state.range(0), T(0)); in BM_absl_equal_self_benchmark() local
/external/openscreen/third_party/abseil/src/absl/algorithm/
Dequal_benchmark.cc41 std::vector<T> xs(state.range(0), T(0)); in BM_absl_equal_benchmark() local
51 std::vector<T> xs(state.range(0), T(0)); in BM_std_equal_benchmark() local
61 std::vector<T> xs(state.range(0), T(0)); in BM_memcmp_benchmark() local
74 std::vector<T> xs(state.range(0), T(0)); in BM_absl_equal_self_benchmark() local
/external/rust/android-crates-io/crates/itertools/tests/
Dtest_core.rs108 let xs: [isize; 0] = []; in izip_macro() localVariable
136 let xs: [isize; 0] = []; in multizip3() localVariable
169 let xs = [7, 9, 8]; in write_to() localVariable
182 let xs: [u8; 0] = []; in test_interleave() localVariable
195 let xs = [1u8, 2, 3]; in test_intersperse() localVariable
203 let xs = [1u8, 2, 3]; in test_intersperse_with() localVariable
212 let xs = [1, 2, 3]; in dropping() localVariable
222 let xs = [0, 1, 2, 1, 3]; in batching() localVariable
235 let xs = [0, 1, 1, 1, 2, 1, 3, 3]; in test_put_back() localVariable
Dtest_std.rs67 let xs = ["aaa", "bbbbb", "aa", "ccc", "bbbb", "aaaaa", "cccc"]; in duplicates_by() localVariable
83 let xs = [0, 1, 2, 3, 2, 1, 3]; in duplicates() localVariable
90 let xs = [0, 1, 0, 1]; in duplicates() localVariable
97 let xs = [0, 1, 2, 1, 2]; in duplicates() localVariable
110 let xs = ["aaa", "bbbbb", "aa", "ccc", "bbbb", "aaaaa", "cccc"]; in unique_by() localVariable
126 let xs = [0, 1, 2, 3, 2, 1, 3]; in unique() localVariable
133 let xs = [0, 1]; in unique() localVariable
143 let xs = ["a", "", "b", "c"]; in intersperse() localVariable
155 let xs = [0, 1, 1, 1, 2, 1, 3, 3]; in dedup() localVariable
158 let xs = [0, 0, 0, 0, 0]; in dedup() localVariable
[all …]
Dpeeking_take_while.rs54 let mut xs = (0..10).peekable(); in peeking_take_while_nested() localVariable
62 let mut xs = (4..10).peekable(); in peeking_take_while_nested() localVariable
/external/skia/src/gpu/ganesh/geometry/
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
DGrQuad.h132 const float* xs() const { return fX; } in xs() function
133 float* xs() { return fX; } in xs() 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()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
DFastMathCalc.java127 double xs[] = new double[2]; in buildSinCosTables() local
183 double xs[] = new double[2]; in buildSinCosTables() local
211 final double xs[] = new double[2]; in slowCos() local
257 final double xs[] = new double[2]; in slowSin() local
303 final double xs[] = new double[2]; in slowexp() local
455 final double xs[] = new double[2]; in quadMult() local
512 final double xs[] = new double[2]; in expint() local
/external/arm-optimized-routines/math/tools/
Dplot.py42 def plot(xs, gs, ys, es): argument
60 xs, gs, ys, es = parse(sys.stdin) variable
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/tools/
Dplot.py46 def plot(xs, gs, ys, es): argument
65 xs, gs, ys, es = parse(sys.stdin) variable
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/tools/
Dplot.py46 def plot(xs, gs, ys, es): argument
65 xs, gs, ys, es = parse(sys.stdin) variable
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/test/
DTestCheckLogicalGroupings.java32 SimpleXMLSource xs = new SimpleXMLSource(localeID); in testSlovenianGroup() local
84 SimpleXMLSource xs, in assertCheckStatus()
189 final SimpleXMLSource xs = new SimpleXMLSource(localeID); in testPresentOptionalPlusMissingRequired() local
210 SimpleXMLSource xs, in assertCheckStatus2()

12345678910>>...12