Searched refs:max_z (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/math/tools/ |
D | lambert_w_errors_graph.cpp | 80 double max_z = 99.99; in main() local 83 for (HPT z = min_z; z < max_z; z += step_z) in main() 169 double max_z = -0.0001; in main() local 172 for (HPT z = min_z; z < max_z; z += step_z) in main() 174 if (z > max_z) in main()
|
D | lambert_w_high_reference_values.cpp | 114 …const RealType max_z = (std::numeric_limits<float>::max)() / 10; // (std::numeric_limits<float>::m… in main() local 148 if (z >= max_z) in main()
|
D | hypergeometric_1F1_error_plot.cpp | 80 test_type max_a, max_b, max_z, min_a, min_b, min_z; in main() local 92 std::cin >> min_z >> max_z; in main() 111 boost::random::uniform_real_distribution<test_type> z_dist(min_z, max_z); in main()
|
D | lambert_w_low_reference_values.cpp | 182 RealType max_z("10"); in main() local
|
/third_party/boost/libs/geometry/test/geometries/ |
D | box.cpp | 44 T max_x, T max_y, T max_z) in check_box() argument 51 BOOST_CHECK_EQUAL(bg::get<2>(to_check.max_corner()), max_z); in check_box()
|
/third_party/boost/boost/random/detail/ |
D | qrng_base.hpp | 239 const boost::uintmax_t max_z = std::numeric_limits<size_type>::max() - seq_count; in discard_vector() local 242 if (max_z < z) in discard_vector()
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blitter.c | 1302 … unsigned max_z = u_minify(info->dst.planes[0].image->layout.depth, info->dst.level) - 1; in GENX() local 1314 ctx->dst.cur_layer = MIN2(MAX2(ctx->dst.cur_layer, 0), max_z); in GENX() 1315 ctx->dst.last_layer = MIN2(MAX2(ctx->dst.last_layer, 0), max_z); in GENX()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_state.c | 687 cfg.max_z = maxz; in agx_upload_viewport_scissor()
|