Searched refs:__q1 (Results 1 – 18 of 18) sorted by relevance
203 _Tp __q1 = _Tp(0); in __bessel_ik() local214 const _Tp __qnew = (__q1 - __b * __q2) / __a; in __bessel_ik()215 __q1 = __q2; in __bessel_ik()
198 _Tp __q1 = _Tp(0); in __bessel_ik() local209 const _Tp __qnew = (__q1 - __b * __q2) / __a; in __bessel_ik()210 __q1 = __q2; in __bessel_ik()
1370 UWtype __d1, __d0, __q1, __q0; \1376 __q1 = (n1) / __d1; \1377 __m = (UWtype) __q1 * __d0; \1381 __q1--, __r1 += (d); \1384 __q1--, __r1 += (d); \1401 (q) = (UWtype) __q1 * __ll_B | __q0; \
183 static constexpr uintmax_t __q1199 static constexpr uintmax_t __quot = __q1 * __c + __q0;
184 static constexpr uintmax_t __q1200 static constexpr uintmax_t __quot = __q1 * __c + __q0;
2485 const auto __q1 = __n1 / 146097;2499 const auto __y0 = 100 * __q1 + __q2;2531 const auto __q1 = __y0 / 100;2532 const auto __yc = 1461 * __y0 / 4 - __q1 + __q1 / 4;
181 static constexpr uintmax_t __q1197 static constexpr uintmax_t __quot = __q1 * __c + __q0;
Completed in 24 milliseconds