Home
last modified time | relevance | path

Searched defs:y_max (Results 1 – 17 of 17) sorted by relevance

/external/rust/crates/criterion/src/stats/bivariate/
Dbootstrap.rs28 let y_max = data.y().max(); localVariable
/external/XNNPACK/test/
Dvmulcaddc-microkernel-tester.h162 …const float y_max = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_max - accumulate… variable
231 const float y_max = accumulated_max - accumulated_range / 255.0f * float(255 - qmax()); variable
Dvbinary-microkernel-tester.h213 … const float y_max = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_range > 0.0f ? in Test() local
352 const float y_max = accumulated_range > 0.0f ? variable
Dvbinaryc-microkernel-tester.h212 … const float y_max = fp16_ieee_to_fp32_value(fp16_ieee_from_fp32_value(accumulated_range > 0.0f ? in Test() local
358 const float y_max = accumulated_range > 0.0f ? variable
Dgavgpool-cw-microkernel-tester.h106 const float y_max = accumulated_max - float(255 - qmax()) / 255.0f * accumulated_range; variable
/external/tensorflow/tensorflow/core/kernels/
Dquantized_add_op_test.cc64 Output y_max = Const(root.WithOpName("y_max"), y_max_value); in TestAdd() local
152 Output y_max = Const(root.WithOpName("y_max"), 1.0f); in TimeAdd() local
Dquantized_mul_op_test.cc64 Output y_max = Const(root.WithOpName("y_max"), y_max_value); in TestMul() local
152 Output y_max = Const(root.WithOpName("y_max"), 1.0f); in TimeMul() local
/external/mesa3d/src/intel/vulkan/
Dgen7_cmd_buffer.c84 uint32_t y_max = s->offset.y + s->extent.height - 1; in gen7_cmd_buffer_emit_scissor() local
/external/rust/crates/criterion/src/plot/plotters_backend/
Dregression.rs168 let y_max = point.max(base_point); in regression_comparison_figure() localVariable
Dsummary.rs169 let y_max = Sample::new(&y).max(); in violin() localVariable
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Dsummary.rs139 let y_max = Sample::new(&y).max(); in violin() localVariable
/external/webrtc/media/base/
Dfake_video_renderer.h83 uint8_t y_max, in CheckFrameColorYuv()
/external/freetype/src/sfnt/
Dttcolr.c308 FT_Int x_min, x_max, y_min, y_max; in tt_face_colr_blend_layer() local
Dsfwoff2.c676 FT_Int y_max = 0; in compute_bbox() local
/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc329 const int32 y_max = static_cast<int32>(boxes(b, 2) * height); in DoCompute() local
/external/XNNPACK/src/xnnpack/
Dparams.h380 int32_t y_max; member
391 uint8_t y_max; member
/external/freetype/src/raster/
Dftraster.c383 Short y_max; /* band's maximum */ member