Searched refs:fixed_mul (Results 1 – 7 of 7) sorted by relevance
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/src/ |
H A D | magick_fixed.c | 41 support = fixed_mul(scale, filter_info->support); in image_downsize_gm_horizontal_filter_fixed_point() 106 red += fixed_mul(weight, int_to_fixed(COL_RED(p))); in image_downsize_gm_horizontal_filter_fixed_point() 108 blue += fixed_mul(weight, int_to_fixed(COL_BLUE(p))); in image_downsize_gm_horizontal_filter_fixed_point() 114 red = fixed_mul(red, normalize); in image_downsize_gm_horizontal_filter_fixed_point() 115 green = fixed_mul(green, normalize); in image_downsize_gm_horizontal_filter_fixed_point() 116 blue = fixed_mul(blue, normalize); in image_downsize_gm_horizontal_filter_fixed_point() 131 red += fixed_mul(weight, int_to_fixed(COL_RED(p))); in image_downsize_gm_horizontal_filter_fixed_point() 201 support = fixed_mul(scale, filter_info->support); in image_downsize_gm_vertical_filter_fixed_point() 274 red = fixed_mul(red, normalize); in image_downsize_gm_vertical_filter_fixed_point() 275 green = fixed_mul(green, normalize); in image_downsize_gm_vertical_filter_fixed_point() [all …]
|
H A D | gd.c | 193 sy1 = fixed_mul(int_to_fixed(y - dstY), height_scale); 194 sy2 = fixed_mul(int_to_fixed((y + 1) - dstY), height_scale); 204 sx1 = fixed_mul(int_to_fixed(x - dstX), width_scale); 205 sx2 = fixed_mul(int_to_fixed((x + 1) - dstX), width_scale); 259 pcontribution = fixed_mul(xportion, yportion); 269 red += fixed_mul(int_to_fixed(COL_RED(p)), pcontribution); 271 blue += fixed_mul(int_to_fixed(COL_BLUE(p)), pcontribution); 298 red = fixed_mul(red, spixels); 299 green = fixed_mul(green, spixels); 300 blue = fixed_mul(blue, spixels); [all …]
|
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/include/ |
H A D | fixed.h | 50 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) { in fixed_mul() function 64 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) in fixed_mul() function 77 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) in fixed_mul() function 95 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) { in fixed_mul() function 100 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) { in fixed_mul() function 113 static inline fixed_t fixed_mul(fixed_t x, fixed_t y) { in fixed_mul() function
|
/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/ |
H A D | pyFixed.cc | 317 fixed_mul(omnipyFixedObject* a, omnipyFixedObject* b) in fixed_mul() function 429 (binaryfunc) fixed_mul, /*nb_multiply*/ 457 (binaryfunc) fixed_mul, /*nb_multiply*/
|
/dports/graphics/p5-Image-Scale/Image-Scale-0.12/ |
H A D | Changes | 14 - Changed ARM fixed_mul assembly code to not round the result, in order to
|
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/gpu_neon/psx_gpu/ |
H A D | psx_gpu_standard.c | 36 #define fixed_mul(_a, _b) \ macro
|
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/gpu_neon/psx_gpu/ |
H A D | psx_gpu_standard.c | 36 #define fixed_mul(_a, _b) \ macro
|