/third_party/boost/boost/geometry/srs/projections/proj/ |
D | natearth.hpp | 88 inline T max_y() { return (0.8707 * 0.52 * detail::pi<T>()); } in max_y() function 112 static const T max_y = natearth::max_y<T>(); in inv() local 118 if (xy_y > max_y) { in inv() 119 xy_y = max_y; in inv() 120 } else if (xy_y < -max_y) { in inv() 121 xy_y = -max_y; in inv()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff2-table.cc | 42 max_y.set_int (INT_MIN); in init() 54 if (pt.y > max_y) max_y = pt.y; in update_bounds() 61 number_t max_y; member 131 if (param.min_y >= param.max_y) in get_extents() 138 extents->y_bearing = (int32_t)param.max_y.ceil (); in get_extents()
|
/third_party/harfbuzz/src/ |
D | hb-ot-cff2-table.cc | 45 max_y.set_int (INT_MIN); in init() 57 if (pt.y > max_y) max_y = pt.y; in update_bounds() 64 number_t max_y; member 132 if (param.min_y >= param.max_y) in get_extents() 139 extents->y_bearing = font->em_scalef_y (param.max_y.to_real ()); in get_extents()
|
D | hb-ot-glyf-table.hh | 924 contour_bounds_t () { min_x = min_y = FLT_MAX; max_x = max_y = -FLT_MAX; } in contour_bounds_t() 931 max_y = hb_max (max_y, p.y); in add() 934 bool empty () const { return (min_x >= max_x) || (min_y >= max_y); } in empty() 948 extents->y_bearing = font->em_scalef_y (max_y); in get_extents() 953 float min_x, min_y, max_x, max_y; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff2-table.cc | 45 max_y.set_int (INT_MIN); in init() 57 if (pt.y > max_y) max_y = pt.y; in update_bounds() 64 number_t max_y; member 132 if (param.min_y >= param.max_y) in get_extents() 139 extents->y_bearing = font->em_scalef_y (param.max_y.to_real ()); in get_extents()
|
D | hb-ot-glyf-table.hh | 980 contour_bounds_t () { min_x = min_y = FLT_MAX; max_x = max_y = -FLT_MAX; } in contour_bounds_t() 987 max_y = hb_max (max_y, p.y); in add() 990 bool empty () const { return (min_x >= max_x) || (min_y >= max_y); } in empty() 1004 extents->y_bearing = font->em_scalef_y (max_y); in get_extents() 1009 float min_x, min_y, max_x, max_y; member
|
/third_party/weston/clients/ |
D | screenshot.c | 61 int max_x, max_y; member 252 buff_size->max_x = buff_size->max_y = INT_MIN; in screenshot_set_buffer_size() 265 buff_size->max_y = in screenshot_set_buffer_size() 266 MAX(buff_size->max_y, output->offset_y + output->height); in screenshot_set_buffer_size() 270 buff_size->max_y <= buff_size->min_y) in screenshot_set_buffer_size() 274 buff_size->height = buff_size->max_y - buff_size->min_y; in screenshot_set_buffer_size()
|
D | cliptest.c | 109 GLfloat min_x, max_x, min_y, max_y; in calculate_edges() local 128 min_y = max_y = surf.y[0]; in calculate_edges() 134 max_y = max(max_y, surf.y[i]); in calculate_edges() 141 (min_y >= ctx.clip.y2) || (max_y <= ctx.clip.y1)) in calculate_edges()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_meta_util.c | 69 float min_x, float min_y, float max_x, float max_y, in compute_pixels_clipped() argument 74 min_y <= max_y && in compute_pixels_clipped() 76 y0 <= max_y && in compute_pixels_clipped() 97 if (max_y < y1) in compute_pixels_clipped() 98 *clipped_y1 = y1 - max_y; in compute_pixels_clipped()
|
/third_party/boost/libs/geometry/doc/src/examples/geometries/ |
D | box.cpp | 41 double max_y = box1.max_corner().get<1>(); in main() local 43 std::cout << min_x << ", " << min_y << ", " << max_x << ", " << max_y << std::endl; in main()
|
/third_party/boost/boost/graph/ |
D | is_straight_line_drawing.hpp | 55 double max_y = max BOOST_PREVENT_MACRO_SUBSTITUTION(y1, y2); in intersects() local 58 if ((max_y > max_b && max_b > min_y) in intersects() 59 || (max_b > max_y && max_y > min_b)) in intersects()
|
/third_party/boost/libs/geometry/test/geometries/ |
D | box.cpp | 44 T max_x, T max_y, T max_z) in check_box() argument 50 BOOST_CHECK_EQUAL(bg::get<1>(to_check.max_corner()), max_y); in check_box()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_rotate.c | 82 int x, int y, int max_x, int max_y); 235 int x, int y, int max_x, int max_y) in interpolate_bilinear8() argument 238 int int_y = av_clip(y>>16, 0, max_y); in interpolate_bilinear8() 243 int int_y1 = FFMIN(int_y+1, max_y); in interpolate_bilinear8() 265 int x, int y, int max_x, int max_y) in interpolate_bilinear16() argument 268 int int_y = av_clip(y>>16, 0, max_y); in interpolate_bilinear16() 273 int int_y1 = FFMIN(int_y+1, max_y); in interpolate_bilinear16()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 73 float min_x, float min_y, float max_x, float max_y, in compute_pixels_clipped() argument 79 min_y <= max_y && in compute_pixels_clipped() 81 y0 <= max_y && in compute_pixels_clipped() 102 if (max_y < y1) in compute_pixels_clipped() 103 *clipped_y1 = y1 - max_y; in compute_pixels_clipped()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | power.cc | 54 const int max_x = 2, max_y = 8; in PowerGetWorkGroup() local 57 int y = std::min(std::min(GetMaxDivisorStrategy1(global[1], max_divider), yz), max_y); in PowerGetWorkGroup()
|
D | arithmetic_self.cc | 48 const int max_x = 4, max_y = 8; in ArithmeticSelfGetWorkGroup() local 55 int y = std::min(std::min(GetMaxDivisorStrategy1(global[1], max_divider), yz), max_y); in ArithmeticSelfGetWorkGroup()
|
D | stack.cc | 59 const int max_x = 4, max_y = 8; in StackGetWorkGroup() local 62 int y = std::min(std::min(GetMaxDivisorStrategy1(global[1], max_divider), yz), max_y); in StackGetWorkGroup()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blit.c | 112 float min_x, float min_y, float max_x, float max_y, in compute_pixels_clipped() argument 118 min_y <= max_y && in compute_pixels_clipped() 120 y0 <= max_y && in compute_pixels_clipped() 141 if (max_y < y1) in compute_pixels_clipped() 142 *clipped_y1 = y1 - max_y; in compute_pixels_clipped()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_common.c | 110 int min_x, min_y, max_x, max_y; in radeonUpdateScissor() local 116 max_y = ctx->DrawBuffer->Height - 1; in radeonUpdateScissor() 132 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y); in radeonUpdateScissor() 134 rmesa->state.scissor.rect.y2 = CLAMP(y2, min_y, max_y); in radeonUpdateScissor()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_common.c | 110 int min_x, min_y, max_x, max_y; in radeonUpdateScissor() local 116 max_y = ctx->DrawBuffer->Height - 1; in radeonUpdateScissor() 132 rmesa->state.scissor.rect.y1 = CLAMP(y1, min_y, max_y); in radeonUpdateScissor() 134 rmesa->state.scissor.rect.y2 = CLAMP(y2, min_y, max_y); in radeonUpdateScissor()
|
/third_party/skia/tests/ |
D | WangsFormulaTest.cpp | 50 min_y = P[0].fY, max_y = min_y; in wangs_formula_conic_reference_impl() local 55 max_y = std::max(max_y, P[i].fY); in wangs_formula_conic_reference_impl() 57 const SkPoint C = SkPoint::Make(0.5f * (min_x + max_x), 0.5f * (min_y + max_y)); in wangs_formula_conic_reference_impl()
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | muxedit.c | 434 int max_x = 0, max_y = 0; in GetAdjustedCanvasSize() local 449 if (max_y_pos > max_y) max_y = max_y_pos; in GetAdjustedCanvasSize() 452 *height = max_y; in GetAdjustedCanvasSize()
|
/third_party/weston/libweston/ |
D | tde-render-part.cpp | 168 float max_x = -HUGE_VALF, max_y = -HUGE_VALF; in weston_view_compute_global_region() local 188 max_y = max(max_y, y); in weston_view_compute_global_region() 194 ceilf(max_x) - int_x, ceilf(max_y) - int_y); in weston_view_compute_global_region()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/ |
D | muxedit.c | 436 int max_x = 0, max_y = 0; in GetAdjustedCanvasSize() local 451 if (max_y_pos > max_y) max_y = max_y_pos; in GetAdjustedCanvasSize() 454 *height = max_y; in GetAdjustedCanvasSize()
|
/third_party/weston/libweston/backend-hdi/ |
D | hdi_renderer.cpp | 367 float max_x = -HUGE_VALF, max_y = -HUGE_VALF; in weston_view_compute_global_region() local 387 max_y = max(max_y, y); in weston_view_compute_global_region() 393 ceilf(max_x) - int_x, ceilf(max_y) - int_y); in weston_view_compute_global_region()
|