Home
last modified time | relevance | path

Searched refs:incx (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_auto.c34 int incy, incx; in SDL_Blit_RGB888_RGB888_Scale() local
39 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_RGB888_Scale()
60 posx += incx; in SDL_Blit_RGB888_RGB888_Scale()
129 int incy, incx; in SDL_Blit_RGB888_RGB888_Blend_Scale() local
134 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_RGB888_Blend_Scale()
185 posx += incx; in SDL_Blit_RGB888_RGB888_Blend_Scale()
234 int incy, incx; in SDL_Blit_RGB888_RGB888_Modulate_Scale() local
239 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
268 posx += incx; in SDL_Blit_RGB888_RGB888_Modulate_Scale()
353 int incy, incx; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale() local
[all …]
DSDL_blit_slow.c44 int incy, incx; in SDL_Blit_Slow() local
55 incx = (info->src_w << 16) / info->dst_w; in SDL_Blit_Slow()
91 posx += incx; in SDL_Blit_Slow()
156 posx += incx; in SDL_Blit_Slow()
/third_party/boost/libs/multiprecision/performance/
Dlinpack-benchmark.cpp659 integer* incx, real_type* dy, integer* incy) in daxpy_() argument
684 if (*incx == 1 && *incy == 1) in daxpy_()
694 if (*incx < 0) in daxpy_()
696 ix = (-(*n) + 1) * *incx + 1; in daxpy_()
706 ix += *incx; in daxpy_()
746 real_type ddot_(integer* n, real_type* dx, integer* incx, real_type* dy, in ddot_() argument
772 if (*incx == 1 && *incy == 1) in ddot_()
782 if (*incx < 0) in ddot_()
784 ix = (-(*n) + 1) * *incx + 1; in ddot_()
794 ix += *incx; in ddot_()
[all …]