/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | resize_fp32.c | 136 int *y_bottom = y_bottoms + b * new_height; in PrepareCropAndResizeBilinear() local 148 CalculateCoordinate(actual_y, in_h, y_bottom + h, y_top + h, y_bottom_weight + h); in PrepareCropAndResizeBilinear() 233 const int *y_bottom, const int *y_top, const int *x_left, const int *x_right, in Bilinear() argument 248 current_line_num[0] = y_bottom[h]; in Bilinear() 525 const int *y_bottom = y_bottoms + b * new_height; in CropAndResizeBilinear() local 533 …Bilinear(cur_img, output, input_shape, output_shape, y_bottom, y_top, x_left, x_right, y_bottom_we… in CropAndResizeBilinear()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2975 float y_bottom = y_top+1; in stbtt__fill_active_edges_new() local 2987 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 2988 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 2990 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 3000 STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); in stbtt__fill_active_edges_new() 3012 if (e->ey < y_bottom) { in stbtt__fill_active_edges_new() 3017 sy1 = y_bottom; in stbtt__fill_active_edges_new() 3038 sy0 = y_bottom - (sy0 - y_top); in stbtt__fill_active_edges_new() 3039 sy1 = y_bottom - (sy1 - y_top); in stbtt__fill_active_edges_new() 3098 float y3 = y_bottom; in stbtt__fill_active_edges_new()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 2975 float y_bottom = y_top+1; in stbtt__fill_active_edges_new() local 2987 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 2988 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 2990 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 3000 STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); in stbtt__fill_active_edges_new() 3012 if (e->ey < y_bottom) { in stbtt__fill_active_edges_new() 3017 sy1 = y_bottom; in stbtt__fill_active_edges_new() 3038 sy0 = y_bottom - (sy0 - y_top); in stbtt__fill_active_edges_new() 3039 sy1 = y_bottom - (sy1 - y_top); in stbtt__fill_active_edges_new() 3098 float y3 = y_bottom; in stbtt__fill_active_edges_new()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 2957 float y_bottom = y_top+1; in stbtt__fill_active_edges_new() local 2969 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 2970 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 2972 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new() 2982 STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); in stbtt__fill_active_edges_new() 2994 if (e->ey < y_bottom) { in stbtt__fill_active_edges_new() 2999 sy1 = y_bottom; in stbtt__fill_active_edges_new() 3020 sy0 = y_bottom - (sy0 - y_top); in stbtt__fill_active_edges_new() 3021 sy1 = y_bottom - (sy1 - y_top); in stbtt__fill_active_edges_new() 3078 float y3 = y_bottom; in stbtt__fill_active_edges_new()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1154 const glw::GLfloat y_bottom = y_middle - y_step; in preparePositionForFace() local 1162 vectorSet4(positions, 6, x_left, y_bottom, 0.0f, 1.0f); in preparePositionForFace() 1163 vectorSet4(positions, 7, x_middle, y_bottom, 0.0f, 1.0f); in preparePositionForFace() 1164 vectorSet4(positions, 8, x_right, y_bottom, 0.0f, 1.0f); in preparePositionForFace()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 4473 float y_bottom = y_top + pixelHeight; in iterate() local 4484 tcu::Vec2(x_mid, y_bottom), in iterate()
|