Home
last modified time | relevance | path

Searched defs:x_range (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/criterion/src/plot/plotters_backend/
Dt_test.rs14 let x_range = plotters::data::fitting_range(xs.iter()); in t_test() localVariable
Dsummary.rs33 let x_range = in line_comparison() localVariable
199 let mut x_range = in violin() localVariable
Diteration_times.rs26 let x_range = (1.0)..((data.len() + 1) as f64); in iteration_times_figure() localVariable
Dregression.rs49 let x_range = plotters::data::fitting_range(data.x().iter()); in regression_figure() localVariable
Ddistributions.rs59 let x_range = plotters::data::fitting_range(kde_xs_sample.iter()); in abs_distribution() localVariable
Dpdf.rs37 let x_range = data::fitting_range(base_xs.iter().chain(xs.iter())); in pdf_comparison_figure() localVariable
/external/libaom/libaom/av1/common/
Dav1_loopfilter.c358 const int x_range = AOMMIN((int)(plane_mi_cols - (mi_col >> scale_horz)), in av1_filter_block_plane_vert() local
479 const int x_range = AOMMIN((int)(plane_mi_cols - (mi_col >> scale_horz)), in av1_filter_block_plane_vert_rt() local
555 const int x_range = AOMMIN((int)(plane_mi_cols - (mi_col >> scale_horz)), in av1_filter_block_plane_horz() local
679 const int x_range = AOMMIN((int)(plane_mi_cols - (mi_col >> scale_horz)), in av1_filter_block_plane_horz_rt() local
/external/rust/crates/plotters/src/chart/
Dcontext.rs144 pub fn x_range(&self) -> Range<X::ValueType> { in x_range() method
717 let x_range = coord.logic_x.range(); localVariable
811 let x_range = coord.logic_x.range(); localVariable
/external/rust/crates/plotters/src/drawing/
Darea.rs766 let x_range = drawing_area.get_x_range(); in test_ranges() localVariable
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c1358 float x_range, y_range; in nv50_blit_3d() local
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c1189 float x_range, y_range; in nvc0_blit_3d() local
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1071 float x_range; in prepareVertexBufferInfoForCoordinates() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc1486 Value x_range = rewriter.create<RangeOp>( in matchAndRewrite() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1322 const glw::GLfloat x_range = (glw::GLfloat)width; in prepareTextureCoordinatesForFace() local
1431 const glw::GLfloat x_range = (glw::GLfloat)width; in prepareTextureCoordinatesForGatherForFace() local