/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | t_test.rs | 15 let mut y_range = plotters::data::fitting_range(ys.iter()); in t_test() localVariable 16 y_range.start = 0.0; in t_test() 17 y_range.end *= 1.1; in t_test() 26 .build_cartesian_2d(x_range, y_range.clone()) in t_test() 51 vec![(t, 0.0), (t, y_range.end)], in t_test()
|
D | summary.rs | 35 let y_range = in line_comparison() localVariable 44 draw_line_comarision_figure(root_area, unit, x_range, y_range, value_type, series_data) in line_comparison() 50 LogRange(y_range), in line_comparison() 61 y_range: YR, in draw_line_comarision_figure() 78 .build_cartesian_2d(x_range, y_range) in draw_line_comarision_figure() 202 let y_range = -0.5..all_curves.len() as f64 - 0.5; in violin() localVariable 212 AxisScale::Linear => draw_violin_figure(root_area, unit, x_range, y_range, kdes), in violin() 214 draw_violin_figure(root_area, unit, LogRange(x_range), y_range, kdes) in violin() 224 y_range: YR, in draw_violin_figure() 234 .build_cartesian_2d(x_range, y_range) in draw_violin_figure()
|
D | distributions.rs | 60 let mut y_range = plotters::data::fitting_range(ys.iter()); in abs_distribution() localVariable 62 y_range.end *= 1.1; in abs_distribution() 72 .build_cartesian_2d(x_range, y_range) in abs_distribution() 215 let y_range = plotters::data::fitting_range(ys.iter()); in rel_distribution() localVariable 227 .build_cartesian_2d(x_min..x_max, y_range.clone()) in rel_distribution() 276 [(fc_start, y_range.start), (fc_end, y_range.end)], in rel_distribution()
|
D | iteration_times.rs | 27 let y_range = plotters::data::fitting_range(scaled_y.iter()); in iteration_times_figure() localVariable 33 .build_cartesian_2d(x_range, y_range) in iteration_times_figure() 94 let y_range = plotters::data::fitting_range(all_data.iter()); in iteration_times_comparison_figure() localVariable 100 .build_cartesian_2d(0.0..max_samples, y_range) in iteration_times_comparison_figure()
|
D | pdf.rs | 38 let y_range = data::fitting_range(base_ys.iter().chain(ys.iter())); in pdf_comparison_figure() localVariable 53 .build_cartesian_2d(x_range, y_range.clone()) in pdf_comparison_figure() 70 y_range.start, in pdf_comparison_figure() 80 y_range.start, in pdf_comparison_figure()
|
D | regression.rs | 50 let y_range = plotters::data::fitting_range(scaled_y.iter()); in regression_figure() localVariable 56 .build_cartesian_2d(x_range, y_range) in regression_figure()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_convert_ycbcr.c | 28 y_range(nir_builder *b, in y_range() function 123 y_range(b, nir_channel(b, raw_channels, 1), bpcs[1], range), in nir_convert_ycbcr_to_rgb()
|
/external/rust/crates/plotters/src/chart/ |
D | context.rs | 145 pub fn y_range(&self) -> Range<Y::ValueType> { in y_range() method 655 let (x_range, y_range) = self.plotting_area().get_pixel_range(); 657 let y_mid = (y_range.start + y_range.end) / 2; 707 let y_range = coord.logic_y.range(); localVariable 712 [Coord3D::Y(y_range.start), Coord3D::Y(y_range.end)], 801 let y_range = coord.logic_y.range(); localVariable 806 [Coord3D::Y(y_range.start), Coord3D::Y(y_range.end)],
|
/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 354 const int y_range = (MAX_MIB_SIZE >> scale_vert); in av1_filter_block_plane_vert() local 356 for (int y = 0; y < y_range; y++) { in av1_filter_block_plane_vert() 467 const int y_range = (MAX_MIB_SIZE >> scale_vert); in av1_filter_block_plane_horz() local 471 for (int y = 0; y < y_range;) { in av1_filter_block_plane_horz() 585 const int y_range = cm->mi_params.mi_rows >> scale_vert; in av1_filter_block_plane_vert_test() local 587 for (int y = 0; y < y_range; y++) { in av1_filter_block_plane_vert_test() 627 const int y_range = cm->mi_params.mi_rows >> scale_vert; in av1_filter_block_plane_horz_test() local 631 for (int y = 0; y < y_range;) { in av1_filter_block_plane_horz_test()
|
/external/rust/crates/plotters/examples/ |
D | mandelbrot.rs | 27 let (xr, yr) = (chart.x_range(), chart.y_range()); in main()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lower_tf.cc | 1412 Value y_range = rewriter.create<RangeOp>( in matchAndRewrite() local 1417 y_range = rewriter.create<MulOp>( in matchAndRewrite() 1420 y_range, y_scale); in matchAndRewrite() 1422 y_range = rewriter.create<CastOp>( in matchAndRewrite() 1424 y_range); in matchAndRewrite() 1426 y_range = rewriter.create<ReshapeOp>( in matchAndRewrite() 1429 y_range, in matchAndRewrite() 1437 y_range, in_x); in matchAndRewrite()
|
/external/rust/crates/plotters/src/drawing/ |
D | area.rs | 768 let y_range = drawing_area.get_y_range(); in test_ranges() localVariable 769 assert_eq!(y_range, 0..200); in test_ranges()
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 1074 float y_range; in prepareVertexBufferInfoForCoordinates() local 1078 y_range = m_max_coordinate_value - m_min_coordinate_value; in prepareVertexBufferInfoForCoordinates() 1084 y_range *= coordinate_denominator; in prepareVertexBufferInfoForCoordinates() 1087 y_modulus = (int)y_range; in prepareVertexBufferInfoForCoordinates()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_surface.c | 1189 float x_range, y_range; in nvc0_blit_3d() local 1209 y_range = (float)info->src.box.height / (float)info->dst.box.height; in nvc0_blit_3d() 1212 y0 = (float)info->src.box.y - y_range * (float)info->dst.box.y; in nvc0_blit_3d() 1215 y1 = y0 + 32768.0f * y_range; in nvc0_blit_3d()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_surface.c | 1358 float x_range, y_range; in nv50_blit_3d() local 1377 y_range = (float)info->src.box.height / (float)info->dst.box.height; in nv50_blit_3d() 1380 y0 = (float)info->src.box.y - y_range * (float)info->dst.box.y; in nv50_blit_3d() 1383 y1 = y0 + 16384.0f * y_range; in nv50_blit_3d()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1327 const glw::GLfloat y_range = (glw::GLfloat)height; in prepareTextureCoordinatesForFace() local 1330 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForFace() 1436 const glw::GLfloat y_range = (glw::GLfloat)height; in prepareTextureCoordinatesForGatherForFace() local 1439 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForGatherForFace()
|