Home
last modified time | relevance | path

Searched refs:y_range (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/math/example/
Dlambert_w_graph.cpp96 .y_range(-4., +1.) in main()
153 .y_range(-1., +8.) in main()
211 .y_range(0., +5.) in main()
256 .y_range(-20., -5.) in main()
Dbarycentric_interpolation_example_2.cpp78 auto y_range = boost::adaptors::values(r); in main() local
79 boost::math::barycentric_rational<double> b(x_range.begin(), x_range.end(), y_range.begin()); in main()
Dlambert_w_diode_graph.cpp227 .y_range(-20., +4.) in main()
/third_party/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c28 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()
/third_party/boost/libs/math/tools/
Dlambert_w_errors_graph.cpp132 .y_range(-4., +4.) in main()
223 .y_range(-4., +4.) in main()
/third_party/boost/libs/math/doc/graphs/
Dbessel_i0_errors.cpp73 ….y_range(-(int)ceil(max_err), (int)ceil(max_err)).x_label("x").title(ss.str()).y_major_interval(y_… in test_type()
116 ….y_range(-(int)ceil(max_err), (int)ceil(max_err)).x_label("1 / x").title(ss.str()).y_major_interva… in test_type()
Dbessel_i1_errors.cpp73 ….y_range(-(int)ceil(max_err), (int)ceil(max_err)).x_label("x").title(ss.str()).y_major_interval(y_… in test_type()
122 ….y_range(-(int)ceil(max_err), (int)ceil(max_err)).x_label("1 / x").title(ss.str()).y_major_interva… in test_type()
Ddist_graphs.cpp222 .y_range(m_min_y, m_max_y + y_delta); in plot()
225 .y_range(m_min_y, m_max_y + y_delta); in plot()
Dplot_1d_errors.cpp111 ….y_range((int)floor(min_distance), (int)ceil(max_distance)).x_label("x").y_major_interval((double)… in plot_errors_1d()
Dsf_graphs.cpp150 .y_range(m_min_y, m_max_y + y_delta); in plot()
/third_party/iowow/src/kv/benchmark/
Drunbench.py131 p.y_range.start = 0
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.cpp1074 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()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c1381 float x_range, y_range; in nv50_blit_3d() local
1410 y_range = (float)info->src.box.height / (float)info->dst.box.height; in nv50_blit_3d()
1413 y0 = (float)info->src.box.y - y_range * (float)info->dst.box.y; in nv50_blit_3d()
1416 y1 = y0 + 16384.0f * y_range; in nv50_blit_3d()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c1210 float x_range, y_range; in nvc0_blit_3d() local
1230 y_range = (float)info->src.box.height / (float)info->dst.box.height; in nvc0_blit_3d()
1233 y0 = (float)info->src.box.y - y_range * (float)info->dst.box.y; in nvc0_blit_3d()
1236 y1 = y0 + 32768.0f * y_range; in nvc0_blit_3d()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1323 const glw::GLfloat y_range = (glw::GLfloat)height; in prepareTextureCoordinatesForFace() local
1326 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForFace()
1432 const glw::GLfloat y_range = (glw::GLfloat)height; in prepareTextureCoordinatesForGatherForFace() local
1435 const glw::GLfloat y_step = 2.0f / y_range; in prepareTextureCoordinatesForGatherForFace()