| /external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/benches/ |
| D | bench1.rs | 15 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/ |
| D | bench1.rs | 15 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/ |
| D | bench1.rs | 11 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/ |
| D | as_deque.cpp | 35 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/ |
| D | test_core.rs | 56 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
|
| D | test_std.rs | 62 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 …]
|
| D | peeking_take_while.rs | 54 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/ |
| D | test_core.rs | 56 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
|
| D | test_std.rs | 62 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 …]
|
| D | peeking_take_while.rs | 54 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/ |
| D | map.py | 39 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/ |
| D | gradients_impl.py | 41 xs, argument 174 xs, argument 319 def _hessian_vector_product(ys, xs, v): argument 374 xs, argument 441 xs, argument
|
| D | gradient_checker_v2.py | 127 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/ |
| D | equal_benchmark.cc | 41 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/ |
| D | equal_benchmark.cc | 41 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/ |
| D | test_core.rs | 108 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
|
| D | test_std.rs | 67 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 …]
|
| D | peeking_take_while.rs | 54 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/ |
| D | GrQuad.cpp | 25 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
|
| D | GrQuad.h | 132 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/ |
| D | FastMathCalc.java | 127 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/ |
| D | plot.py | 42 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/ |
| D | plot.py | 46 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/ |
| D | plot.py | 46 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/ |
| D | TestCheckLogicalGroupings.java | 32 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()
|