/aosp_15_r20/external/arm-optimized-routines/math/test/ |
H A D | ulp.c | 99 struct gen struct 101 uint64_t start; 102 uint64_t len; 103 uint64_t start2; 104 uint64_t len2; 105 uint64_t off; 106 uint64_t step; 107 uint64_t cnt; 135 float y; member 144 double y; member [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/ |
H A D | experimental_slice_layout_unittest.cc | 53 auto y = static_cast<size_t>(layout_depth); in ToVis() local 109 ExperimentalSliceLayout gen(&pool, &slice_table); in TEST() local 128 ExperimentalSliceLayout gen(&pool, &slice_table); in TEST() local 152 ExperimentalSliceLayout gen(&pool, &slice_table); in TEST() local 179 auto y = Insert(&slice_table, 4 /*ts*/, 2 /*dur*/, 2 /*track_id*/, name4, x); in TEST() local 183 ExperimentalSliceLayout gen(&pool, &slice_table); in TEST() local 214 auto y = Insert(&slice_table, 5 /*ts*/, 2 /*dur*/, 1 /*track_id*/, name6, x); in TEST() local 219 ExperimentalSliceLayout gen(&pool, &slice_table); in TEST() local 262 ExperimentalSliceLayout gen(&pool, &slice_table); in TEST() local 299 ExperimentalSliceLayout gen(&pool, &slice_table); in TEST() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/random/ |
H A D | RandomSupport.java | 1209 double y = (Y[j] * 0x1.0p63) + ((Y[j-1] - Y[j]) * (double)U2); in computeNextExponential() local 1328 double y = (Y[j] * 0x1.0p63) + ((Y[j-1] - Y[j]) * (double)U2); in computeNextGaussian() local 1369 double y = (Y[j] * 0x1.0p63) + ((Y[j-1] - Y[j]) * (double)U2); in computeNextGaussian() local 1389 double y = (Y[j] * 0x1.0p63) + ((Y[j-1] - Y[j]) * (double)U2); in computeNextGaussian() local 1448 public static IntStream ints(RandomGenerator gen, long streamSize) { in ints() 1453 public static IntStream ints(RandomGenerator gen) { in ints() 1457 …public static IntStream ints(RandomGenerator gen, long streamSize, int randomNumberOrigin, int ran… in ints() 1463 … public static IntStream ints(RandomGenerator gen, int randomNumberOrigin, int randomNumberBound) { in ints() 1468 public static LongStream longs(RandomGenerator gen, long streamSize) { in longs() 1473 public static LongStream longs(RandomGenerator gen) { in longs() [all …]
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/ |
H A D | Helpers.cpp | 176 for(int y = 0; y < M; ++y) in matrix_multiply() local 202 for(int y = 0; y < height; ++y) in transpose_matrix() local 263 for(int y = y_in_start; y < y_in_end; ++y) in get_tile() local 294 for(unsigned int y = 0; y < shape[1]; ++y) in zeros() local 342 std::mt19937 gen(library->seed() + seed_offset++); in add_padding_x() local 366 std::mt19937 gen(library->seed() + seed_offset++); in add_padding_y() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | image_pict.cpp | 282 auto gen = fFactory(canvas, fPicture); in makeCaches() local 304 auto gen = fFactory(canvas, fPicture); in makeCaches() local 335 static void draw_placeholder(SkCanvas* canvas, SkScalar x, SkScalar y, int w, int h) { in draw_placeholder() 345 SkScalar x, SkScalar y) { in draw_as_bitmap() 354 static void draw_as_tex(SkCanvas* canvas, SkImage* image, SkScalar x, SkScalar y) { in draw_as_tex()
|
H A D | pictureimagegenerator.cpp | 176 std::unique_ptr<SkImageGenerator> gen = in onDraw() local 191 const SkScalar y = kDrawSize * (i / kDrawsPerRow); in onDraw() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_ctx_isolation.c | 36 #define ENGINE(x, y) BIT(4*(x) + (y)) argument 49 #define GEN_RANGE(x, y) ((ALL >> (32 - (y - x + 1))) << x) argument 264 const unsigned int gen = intel_gen(intel_get_drm_devid(fd)); in read_regs() local 390 const unsigned int gen = intel_gen(intel_get_drm_devid(fd)); in restore_regs() local 459 const int gen = intel_gen(intel_get_drm_devid(fd)); in dump_regs() local 814 int gen; variable
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
H A D | TestCustomSerializers.java | 35 …public void serialize(Element value, JsonGenerator gen, SerializerProvider provider) throws IOExce… in serialize() 45 protected int y() { return 7; } in y() method in TestCustomSerializers.Immutable 120 public void serialize(Object value, JsonGenerator gen, in serialize() 133 public void serialize(String value, JsonGenerator gen, in serialize()
|
/aosp_15_r20/external/skia/tests/ |
H A D | NdkEncodeTest.cpp | 84 auto gen = SkImageGenerators::MakeFromEncoded(std::move(encoded)); in DEF_TEST() local 102 for (int y = 0; y < bm.height(); y++) { in DEF_TEST() local 267 static bool nearly_equal(const skcms_TransferFunction& x, const skcms_TransferFunction& y) { in nearly_equal() 316 auto gen = SkImageGenerators::MakeFromEncoded(std::move(encoded)); in DEF_TEST() local
|
H A D | CachedDecodingPixelRefTest.cpp | 68 for (int y = 0; y < info.height(); ++y) { in onGetPixels() local 75 for (int y = 0; y < info.height(); ++y) { in onGetPixels() local 106 auto gen = std::make_unique<TestImageGenerator>(test, r, testColorType); in DEF_TEST() local
|
H A D | TestUtils.cpp | 76 for (int y = 0; y < dstContext->height(); ++y) { in TestWritePixels() local 122 static bool compare_colors(int x, int y, in compare_colors() 175 auto at = [rb = floatA.rowBytes()](const void* base, int x, int y) { in ComparePixels() 179 for (int y = 0; y < floatA.height(); ++y) { in ComparePixels() local 218 for (int y = 0; y < f32Pixmap.height(); ++y) { in CheckSolidPixels() local 287 UnicharGen gen(step); in DEF_TEST() local
|
H A D | BigImageTest.cpp | 93 ToolUtils::HilbertGenerator gen(desiredDrawSize, desiredLineWidth, desiredDepth); in draw() local 191 [&](int x, int y, const float diffs[4]) { in check_pixels() 313 for (auto gen : kGenerators) { in tiling_comparison_test() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
H A D | map_and_batch_test.py | 60 def _map_fn(x, y, z): argument 266 def _map_fn(x, y, z): argument 317 def gen(): function 348 map_fn = lambda x, y: (y, x) argument 359 map_fn = lambda x, y: x argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_types.py | 1647 ns2 = types.SimpleNamespace(x=1, y=2) unknown 1671 ns2 = types.SimpleNamespace(x=1, y=2) unknown 1681 ns = types.SimpleNamespace(x=1, y=2, w=3) unknown 1691 ns2 = types.SimpleNamespace(x=1, y=2, w=3) unknown 1702 ns2 = types.SimpleNamespace(x=1, y=2, w=3) unknown 1722 ns1 = types.SimpleNamespace(x=1, y=2, w=3) unknown 2102 def gen(): function 2118 def gen(): yield function 2132 def gen(): function
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | Image_isLazyGenerated_a.cpp | 13 for (int y = 0; y < info.height(); ++y) { in onGetPixels() local 23 auto gen = std::unique_ptr<TestImageGenerator>(new TestImageGenerator()); in draw() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/minmax/test/ |
D | minmax_element_test.cpp | 26 std::default_random_engine gen; variable 41 custom(custom const& y) : m_x(y.m_x) {} in custom() function in custom 43 custom& operator+=(custom const& y) { m_x += y.m_x; return *this; } in operator +=() 46 bool operator< (custom const& x, custom const& y) in operator <()
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_panel_fitter.c | 38 int gen; variable 155 static int change_screen_size(int intel_pipe, int x, int y) in change_screen_size() 272 int x = 0, y = 0; in main() local
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/codegen/ |
H A D | CodeGenerator.java | 413 CodeGenTreeWalker gen = new CodeGenTreeWalker(new CommonTreeNodeStream(grammar.getGrammarTree())); in genRecognizer() local 1093 CodeGenTreeWalker gen = new CodeGenTreeWalker(new CommonTreeNodeStream(rewriteTree)); in translateTemplateConstructor() local 1110 String y, in issueInvalidScopeError() 1139 String y, in issueInvalidAttributeError()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | eigen_attention.h | 99 internal::NormalRandomGenerator<float> gen; in eval() local 103 float x = offsets_[i].first, y = offsets_[i].second; in eval() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/ |
H A D | slice.rs | 97 fn gen(i: usize) -> Self { in gen() method 130 let mut y = ($n..($n * 2)).map(&$mapper).collect::<Vec<_>>(); localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/ |
H A D | slice.rs | 97 fn gen(i: usize) -> Self { in gen() method 130 let mut y = ($n..($n * 2)).map(&$mapper).collect::<Vec<_>>(); localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/benches/ |
H A D | slice.rs | 97 fn gen(i: usize) -> Self { in gen() method 130 let mut y = ($n..($n * 2)).map(&$mapper).collect::<Vec<_>>(); localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/ |
H A D | slice.rs | 97 fn gen(i: usize) -> Self { in gen() method 130 let mut y = ($n..($n * 2)).map(&$mapper).collect::<Vec<_>>(); localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/ |
H A D | slice.rs | 97 fn gen(i: usize) -> Self { in gen() method 130 let mut y = ($n..($n * 2)).map(&$mapper).collect::<Vec<_>>(); localVariable
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_draw.c | 77 int y; member 142 static int tile(int x, int y, uint32_t x_tile_size, uint32_t y_tile_size, in tile() 169 uint32_t line_size, bool xmajor, int *x, int *y) in untile() 197 static int linear_x_y_to_xtiled_pos(int x, int y, uint32_t stride, int swizzle, in linear_x_y_to_xtiled_pos() 209 static int linear_x_y_to_ytiled_pos(int x, int y, uint32_t stride, int swizzle, in linear_x_y_to_ytiled_pos() 228 int swizzle, int bpp, int *x, int *y) in xtiled_pos_to_x_y_linear() 239 int swizzle, int bpp, int *x, int *y) in ytiled_pos_to_x_y_linear() 299 int x, y, line_begin; in draw_rect_ptr_linear() local 312 int x, y, pos; in draw_rect_ptr_tiled() local 421 int i, y, offset; in draw_rect_pwrite_untiled() local [all …]
|