/external/XNNPACK/test/ |
D | vmulcaddc-microkernel-tester.h | 160 for (float& y_value : y_ref) { in Test() local 161 y_value = std::max(std::min(y_value, y_max), y_min); in Test() 227 for (float& y_value : y_ref) { in Test() local 228 y_value = std::max<float>(std::min<float>(y_value, y_max), y_min); in Test()
|
D | gavgpool-cw-microkernel-tester.h | 122 for (float& y_value : y_ref) { variable 123 y_value = std::max(std::min(y_value, y_max), y_min);
|
/external/autotest/client/cros/input_playback/ |
D | stylus.py | 45 def replace_with_prefix(self, in_file, out_file, prefix, x_value, y_value): argument 68 line = line.replace(prefix + '_Y', str(y_value)) 69 y_value += 1
|
/external/webrtc/media/base/ |
D | fake_video_renderer.h | 102 uint8_t y_value = *(y_pos + j); in CheckFrameColorYuv() local 103 if (y_value < y_min || y_value > y_max) { in CheckFrameColorYuv()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_add_op.cc | 231 const int64 y_value = static_cast<int64>(y_data[i]); in VectorAddition() local 232 int64 y_in_output_range_64 = y_0_int64 + (y_value * y_mult_int32); in VectorAddition() 276 const int64_t y_value = static_cast<int64>(y_data[i]); in VectorAddition() local 277 int64_t y_in_output_range_64 = y_0_int64 + (y_value * y_mult_int32); in VectorAddition()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | vector_ops_simple_test.cc | 352 auto y_value = in XLA_TEST_F() local 355 Clamp(zero, y_value, ConstantR0<float>(&builder, 5)); in XLA_TEST_F()
|
/external/ComputeLibrary/tests/validation/reference/ |
D | ColorConvertHelper.h | 126 inline float compute_rgb_value(int y_value, int v_value, int u_value, unsigned char channel_idx) in compute_rgb_value() argument 134 result = y_value + red; in compute_rgb_value() 140 result = y_value + green; in compute_rgb_value() 146 result = y_value + blue; in compute_rgb_value()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_common.h | 49 Value x_value, Value y_value);
|
D | legalize_common.cc | 374 Value x_value, Value y_value) { in convertSelectOp() argument 380 RankedTensorType y_type = y_value.getType().dyn_cast<RankedTensorType>(); in convertSelectOp() 393 x_value, y_value) in convertSelectOp() 412 y_value) in convertSelectOp()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_n_z.cc | 480 APFloat y_value = constant_y.getSplatValue<APFloat>(); in fold() local 482 if (y_value.isZero() && output_type.hasStaticShape()) { in fold() 487 if (y_value.isExactlyValue(1.0)) { in fold()
|
/external/libcups/tools/ |
D | ippeveprinter.c | 8236 y_value; /* x-dimension value */ in valid_job_attributes() local 8288 y_value = ippGetInteger(y_dim, 0); in valid_job_attributes() 8298 if (ippContainsInteger(x_dim, x_value) && ippContainsInteger(y_dim, y_value)) in valid_job_attributes()
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_test.py | 2924 y_value = self.evaluate(y) 2927 self.assertEqual(y_value, 5.0) 2930 self.assertEqual(y_value, 3.0)
|