Searched defs:b_shift (Results 1 – 6 of 6) sorted by relevance
| /third_party/boost/boost/math/special_functions/detail/ |
| D | hypergeometric_1F1_large_abz.hpp | 233 …T hypergeometric_1F1_shift_on_b(T h, const T& a, const T& b_local, const T& x, int b_shift, const … in hypergeometric_1F1_shift_on_b() 311 int b_shift = b * 2 < x ? 0 : itrunc(b - x / 2); in hypergeometric_1F1_large_igamma() local 344 int a_shift(0), b_shift(0); in hypergeometric_1F1_large_series() local 395 int b_shift = itrunc(b - a); in hypergeometric_1F1_large_13_3_6_series() local 443 T b_shift = fabs(b * 2 < z ? T(0) : T(b - z / 2)); in hypergeometric_1F1_large_abz() local
|
| D | hypergeometric_1F1_recurrence.hpp | 356 int b_shift = itrunc(z - b) + 2; in hypergeometric_1F1_backwards_recursion_on_b_for_negative_a() local
|
| /third_party/pixman/pixman/ |
| D | pixman-utils.c | 142 int a_shift, r_shift, g_shift, b_shift; in pixman_expand_to_float() local
|
| /third_party/gstreamer/gstplugins_good/sys/ximage/ |
| D | gstximagesrc.c | 406 gint b_shift, b_max, b_shift_out; in composite_pixel() local
|
| /third_party/skia/src/core/ |
| D | SkVM.h | 576 r_shift, g_shift, b_shift, a_shift; member
|
| /third_party/quickjs/ |
| D | libbf.c | 6646 int b_shift; in bfdec_add_internal() local
|