Home
last modified time | relevance | path

Searched defs:y_value (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/XNNPACK/test/
H A Dgavgpool-cw-microkernel-tester.h124 for (float& y_value : y_ref) { variable
177 for (float& y_value : y_ref) { in Test() local
H A Dvmulcaddc-microkernel-tester.h159 for (float& y_value : y_ref) { in Test() local
226 for (float& y_value : y_ref) { in Test() local
H A Dvunary-microkernel-tester.h1077 uint32_t y_value = 0; in Test() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c620 nir_def *y_value = nir_load_var(&b, y); in si_create_query_result_cs() local
848 nir_def *y_value = nir_isub(&b, zero, nir_b2i32(&b, is_zero)); in gfx11_create_sh_query_result_cs() local
938 nir_def *y_value = nir_load_var(&b, acc_missing); in gfx11_create_sh_query_result_cs() local
/aosp_15_r20/external/webrtc/media/base/
H A Dfake_video_renderer.cc41 uint8_t y_value = *(y_pos + j); in CheckFrameColorYuv() local
/aosp_15_r20/external/autotest/client/cros/input_playback/
H A Dstylus.py45 def replace_with_prefix(self, in_file, out_file, prefix, x_value, y_value): argument
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dmemory_order_test.cc44 UIntType y_value = 0U; in AcquireLoad() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_add_op.cc232 const int64 y_value = static_cast<int64_t>(y_data[i]); in VectorAddition() local
277 const int64_t y_value = static_cast<int64_t>(y_data[i]); in VectorAddition() local
/aosp_15_r20/art/test/004-checker-UnsafeTest18/src/
H A DMain.java43 public int y_value; field in Main
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dvector_ops_simple_test.cc358 auto y_value = in XLA_TEST_F() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DColorConvertHelper.h126 inline float compute_rgb_value(int y_value, int v_value, int u_value, unsigned char channel_idx) in compute_rgb_value()
/aosp_15_r20/external/libcups/tools/
H A Dippeveprinter.c8681 y_value; /* x-dimension value */ in valid_job_attributes() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_common.cc407 Value x_value, Value y_value) { in convertSelectOp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_n_z.cc508 APFloat y_value = constant_y.getSplatValue<APFloat>(); in fold() local
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto18470 optional float y_value = 4; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h385560 inline float DeviceRotatedSensorSample::y_value() const { in y_value() function