Home
last modified time | relevance | path

Searched refs:b_shift (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/
H A Dimage_texture.c55 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
63 *b_shift = 0; in image_texture_set_color_shifts()
68 *b_shift = 16; in image_texture_set_color_shifts()
76 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
94 (r << r_shift) | (g << g_shift) | (b << b_shift); in image_texture_color_convert()
169 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
198 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
233 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load_buffer() local
241 a_shift, r_shift, g_shift, b_shift)) in image_texture_load_buffer()
258 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/
H A Dimage_texture.c55 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
63 *b_shift = 0; in image_texture_set_color_shifts()
68 *b_shift = 16; in image_texture_set_color_shifts()
76 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
94 (r << r_shift) | (g << g_shift) | (b << b_shift); in image_texture_color_convert()
169 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
198 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
233 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load_buffer() local
241 a_shift, r_shift, g_shift, b_shift)) in image_texture_load_buffer()
258 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
[all …]
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/
H A Dimage_texture.c55 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
63 *b_shift = 0; in image_texture_set_color_shifts()
68 *b_shift = 16; in image_texture_set_color_shifts()
76 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
94 (r << r_shift) | (g << g_shift) | (b << b_shift); in image_texture_color_convert()
169 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
198 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
233 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load_buffer() local
241 a_shift, r_shift, g_shift, b_shift)) in image_texture_load_buffer()
258 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/detail/
H A Dhypergeometric_1F1_large_abz.hpp237 T b = b_local + b_shift;
238 if (b_shift == 0)
240 else if (b_shift > 0)
252 if (b_shift == 1)
290 if (b_shift == -1)
312 int a_shift = a > b - b_shift ? -itrunc(b - b_shift - a - 1) : -itrunc(b - b_shift - a);
317 b_shift -= a_shift;
322 T b_local = b - b_shift;
357 T b_local = b - b_shift;
396 T b_local = b - b_shift;
[all …]
H A Dhypergeometric_1F1_recurrence.hpp356 int b_shift = itrunc(z - b) + 2;
367 …if (b_shift > static_cast<boost::intmax_t>(boost::math::policies::get_max_series_iterations<Policy…
373 …int a_b_shift = b < 0 ? itrunc(b + b_shift) : b_shift; // The max we can shift on a and b togeth…
385 int trailing_b_shift = b_shift - a_b_shift;
400 BOOST_ASSERT(a_b_shift + trailing_b_shift == b_shift);
413 …first = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift), T(b + b_shift), z, pol, scale1…
418 …second = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift - 1), T(b + b_shift), z, pol, s…
429 hypergeometric_1F1_recurrence_a_coefficients<T>(a + a_shift - 1, b + b_shift, z),
442 T lb = b + b_shift;
450 …hypergeometric_1F1_recurrence_a_and_b_coefficients<T>(a, b + b_shift - a_b_shift, z, a_b_shift - 1…
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/detail/
H A Dhypergeometric_1F1_large_abz.hpp237 T b = b_local + b_shift;
238 if (b_shift == 0)
240 else if (b_shift > 0)
252 if (b_shift == 1)
290 if (b_shift == -1)
312 int a_shift = a > b - b_shift ? -itrunc(b - b_shift - a - 1) : -itrunc(b - b_shift - a);
317 b_shift -= a_shift;
322 T b_local = b - b_shift;
357 T b_local = b - b_shift;
396 T b_local = b - b_shift;
[all …]
H A Dhypergeometric_1F1_recurrence.hpp356 int b_shift = itrunc(z - b) + 2;
367 …if (b_shift > static_cast<boost::intmax_t>(boost::math::policies::get_max_series_iterations<Policy…
373 …int a_b_shift = b < 0 ? itrunc(b + b_shift) : b_shift; // The max we can shift on a and b togeth…
385 int trailing_b_shift = b_shift - a_b_shift;
400 BOOST_ASSERT(a_b_shift + trailing_b_shift == b_shift);
413 …first = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift), T(b + b_shift), z, pol, scale1…
418 …second = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift - 1), T(b + b_shift), z, pol, s…
429 hypergeometric_1F1_recurrence_a_coefficients<T>(a + a_shift - 1, b + b_shift, z),
442 T lb = b + b_shift;
450 …hypergeometric_1F1_recurrence_a_and_b_coefficients<T>(a, b + b_shift - a_b_shift, z, a_b_shift - 1…
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/detail/
H A Dhypergeometric_1F1_large_abz.hpp237 T b = b_local + b_shift;
238 if (b_shift == 0)
240 else if (b_shift > 0)
252 if (b_shift == 1)
290 if (b_shift == -1)
312 int a_shift = a > b - b_shift ? -itrunc(b - b_shift - a - 1) : -itrunc(b - b_shift - a);
317 b_shift -= a_shift;
322 T b_local = b - b_shift;
357 T b_local = b - b_shift;
396 T b_local = b - b_shift;
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/detail/
H A Dhypergeometric_1F1_large_abz.hpp237 T b = b_local + b_shift;
238 if (b_shift == 0)
240 else if (b_shift > 0)
252 if (b_shift == 1)
290 if (b_shift == -1)
312 int a_shift = a > b - b_shift ? -itrunc(b - b_shift - a - 1) : -itrunc(b - b_shift - a);
317 b_shift -= a_shift;
322 T b_local = b - b_shift;
357 T b_local = b - b_shift;
396 T b_local = b - b_shift;
[all …]
H A Dhypergeometric_1F1_recurrence.hpp356 int b_shift = itrunc(z - b) + 2;
367 …if (b_shift > static_cast<std::intmax_t>(boost::math::policies::get_max_series_iterations<Policy>(…
373 …int a_b_shift = b < 0 ? itrunc(b + b_shift) : b_shift; // The max we can shift on a and b togeth…
385 int trailing_b_shift = b_shift - a_b_shift;
400 BOOST_MATH_ASSERT(a_b_shift + trailing_b_shift == b_shift);
413 …first = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift), T(b + b_shift), z, pol, scale1…
418 …second = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift - 1), T(b + b_shift), z, pol, s…
429 hypergeometric_1F1_recurrence_a_coefficients<T>(a + a_shift - 1, b + b_shift, z),
442 T lb = b + b_shift;
450 …hypergeometric_1F1_recurrence_a_and_b_coefficients<T>(a, b + b_shift - a_b_shift, z, a_b_shift - 1…
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/detail/
H A Dhypergeometric_1F1_large_abz.hpp237 T b = b_local + b_shift;
238 if (b_shift == 0)
240 else if (b_shift > 0)
252 if (b_shift == 1)
290 if (b_shift == -1)
312 int a_shift = a > b - b_shift ? -itrunc(b - b_shift - a - 1) : -itrunc(b - b_shift - a);
317 b_shift -= a_shift;
322 T b_local = b - b_shift;
357 T b_local = b - b_shift;
396 T b_local = b - b_shift;
[all …]
H A Dhypergeometric_1F1_recurrence.hpp356 int b_shift = itrunc(z - b) + 2;
367 …if (b_shift > static_cast<boost::intmax_t>(boost::math::policies::get_max_series_iterations<Policy…
373 …int a_b_shift = b < 0 ? itrunc(b + b_shift) : b_shift; // The max we can shift on a and b togeth…
385 int trailing_b_shift = b_shift - a_b_shift;
400 BOOST_ASSERT(a_b_shift + trailing_b_shift == b_shift);
413 …first = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift), T(b + b_shift), z, pol, scale1…
418 …second = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift - 1), T(b + b_shift), z, pol, s…
429 hypergeometric_1F1_recurrence_a_coefficients<T>(a + a_shift - 1, b + b_shift, z),
442 T lb = b + b_shift;
450 …hypergeometric_1F1_recurrence_a_and_b_coefficients<T>(a, b + b_shift - a_b_shift, z, a_b_shift - 1…
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/detail/
H A Dhypergeometric_1F1_large_abz.hpp237 T b = b_local + b_shift;
238 if (b_shift == 0)
240 else if (b_shift > 0)
252 if (b_shift == 1)
290 if (b_shift == -1)
312 int a_shift = a > b - b_shift ? -itrunc(b - b_shift - a - 1) : -itrunc(b - b_shift - a);
317 b_shift -= a_shift;
322 T b_local = b - b_shift;
357 T b_local = b - b_shift;
396 T b_local = b - b_shift;
[all …]
H A Dhypergeometric_1F1_recurrence.hpp356 int b_shift = itrunc(z - b) + 2;
367 …if (b_shift > static_cast<boost::intmax_t>(boost::math::policies::get_max_series_iterations<Policy…
373 …int a_b_shift = b < 0 ? itrunc(b + b_shift) : b_shift; // The max we can shift on a and b togeth…
385 int trailing_b_shift = b_shift - a_b_shift;
400 BOOST_ASSERT(a_b_shift + trailing_b_shift == b_shift);
413 …first = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift), T(b + b_shift), z, pol, scale1…
418 …second = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift - 1), T(b + b_shift), z, pol, s…
429 hypergeometric_1F1_recurrence_a_coefficients<T>(a + a_shift - 1, b + b_shift, z),
442 T lb = b + b_shift;
450 …hypergeometric_1F1_recurrence_a_and_b_coefficients<T>(a, b + b_shift - a_b_shift, z, a_b_shift - 1…
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/detail/
H A Dhypergeometric_1F1_large_abz.hpp237 T b = b_local + b_shift;
238 if (b_shift == 0)
240 else if (b_shift > 0)
252 if (b_shift == 1)
290 if (b_shift == -1)
312 int a_shift = a > b - b_shift ? -itrunc(b - b_shift - a - 1) : -itrunc(b - b_shift - a);
317 b_shift -= a_shift;
322 T b_local = b - b_shift;
357 T b_local = b - b_shift;
396 T b_local = b - b_shift;
[all …]
H A Dhypergeometric_1F1_recurrence.hpp356 int b_shift = itrunc(z - b) + 2;
367 …if (b_shift > static_cast<boost::intmax_t>(boost::math::policies::get_max_series_iterations<Policy…
373 …int a_b_shift = b < 0 ? itrunc(b + b_shift) : b_shift; // The max we can shift on a and b togeth…
385 int trailing_b_shift = b_shift - a_b_shift;
400 BOOST_ASSERT(a_b_shift + trailing_b_shift == b_shift);
413 …first = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift), T(b + b_shift), z, pol, scale1…
418 …second = boost::math::detail::hypergeometric_1F1_imp(T(a + a_shift - 1), T(b + b_shift), z, pol, s…
429 hypergeometric_1F1_recurrence_a_coefficients<T>(a + a_shift - 1, b + b_shift, z),
442 T lb = b + b_shift;
450 …hypergeometric_1F1_recurrence_a_and_b_coefficients<T>(a, b + b_shift - a_b_shift, z, a_b_shift - 1…
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/
H A Dimage_texture.c80 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
88 *b_shift = 0; in image_texture_set_color_shifts()
93 *b_shift = 16; in image_texture_set_color_shifts()
101 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
124 ((uint32_t)b << b_shift); in image_texture_color_convert()
199 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
228 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
263 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load_buffer() local
271 a_shift, r_shift, g_shift, b_shift)) in image_texture_load_buffer()
288 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/
H A Dimage_texture.c80 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
88 *b_shift = 0; in image_texture_set_color_shifts()
93 *b_shift = 16; in image_texture_set_color_shifts()
101 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
124 ((uint32_t)b << b_shift); in image_texture_color_convert()
199 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
228 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
263 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load_buffer() local
271 a_shift, r_shift, g_shift, b_shift)) in image_texture_load_buffer()
288 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
[all …]
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/
H A Dimage_texture.c80 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
88 *b_shift = 0; in image_texture_set_color_shifts()
93 *b_shift = 16; in image_texture_set_color_shifts()
101 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
124 ((uint32_t)b << b_shift); in image_texture_color_convert()
199 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
228 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
263 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load_buffer() local
271 a_shift, r_shift, g_shift, b_shift)) in image_texture_load_buffer()
288 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/
H A Dimage_texture.c80 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
88 *b_shift = 0; in image_texture_set_color_shifts()
93 *b_shift = 16; in image_texture_set_color_shifts()
101 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
124 ((uint32_t)b << b_shift); in image_texture_color_convert()
199 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
228 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
263 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load_buffer() local
271 a_shift, r_shift, g_shift, b_shift)) in image_texture_load_buffer()
288 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/
H A Dimage_texture.c80 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
88 *b_shift = 0; in image_texture_set_color_shifts()
93 *b_shift = 16; in image_texture_set_color_shifts()
101 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
124 ((uint32_t)b << b_shift); in image_texture_color_convert()
199 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
228 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
263 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load_buffer() local
271 a_shift, r_shift, g_shift, b_shift)) in image_texture_load_buffer()
288 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/
H A Dimage_texture.c54 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
60 *b_shift = 0; in image_texture_set_color_shifts()
65 *b_shift = 16; in image_texture_set_color_shifts()
73 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
77 if (a_shift != 24 || r_shift != 16 || g_shift != 8 || b_shift != 0) in image_texture_color_convert()
91 (r << r_shift) | (g << g_shift) | (b << b_shift); in image_texture_color_convert()
166 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
195 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
280 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
286 image_texture_set_color_shifts(&r_shift, &g_shift, &b_shift, in image_texture_load()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/
H A Dimage_texture.c42 unsigned *r_shift, unsigned *g_shift, unsigned *b_shift, in image_texture_set_color_shifts() argument
50 *b_shift = 0; in image_texture_set_color_shifts()
55 *b_shift = 16; in image_texture_set_color_shifts()
63 unsigned g_shift, unsigned b_shift, unsigned a_shift, in image_texture_color_convert() argument
67 if (a_shift != 24 || r_shift != 16 || g_shift != 8 || b_shift != 0) in image_texture_color_convert()
81 (r << r_shift) | (g << g_shift) | (b << b_shift); in image_texture_color_convert()
156 unsigned g_shift, unsigned b_shift) in image_texture_load_internal() argument
185 image_texture_color_convert(r_shift, g_shift, b_shift, in image_texture_load_internal()
269 unsigned r_shift, g_shift, b_shift, a_shift; in image_texture_load() local
275 image_texture_set_color_shifts(&r_shift, &g_shift, &b_shift, in image_texture_load()
[all …]
/dports/editors/e93/e93/xgui/
H A Dcolors.c25 b_shift; variable
40 pixel=(((r_max+1)*r/256)<<r_shift)|(((g_max+1)*g/256)<<g_shift)|(((b_max+1)*b/256)<<b_shift); in EditorColorToXPixel()
94 for(b_shift=0;!(b_max&1);b_shift++) in InitColors()
/dports/databases/grass7/grass-7.8.6/lib/pngdriver/
H A Dcolor_table.c9 static int r_shift, g_shift, b_shift, a_shift; variable
23 b_shift = 0; in init_colors_rgb()
29 b_shift = 24; in init_colors_rgb()
83 return (r << r_shift) + (g << g_shift) + (b << b_shift) + (a << a_shift); in get_color_rgb()
98 *b = (pixel >> b_shift) & 0xFF; in get_pixel_rgb()

1234567891011