Searched refs:h2 (Results 1 – 5 of 5) sorted by relevance
/sysdeps/powerpc/ |
A D | hwcapinfo.c | 34 uint64_t h1, h2; in __tcb_parse_hwcap_and_convert_at_platform() local 41 h2 = GLRO (dl_hwcap2); in __tcb_parse_hwcap_and_convert_at_platform() 46 if (h2 & PPC_FEATURE2_ARCH_2_07) in __tcb_parse_hwcap_and_convert_at_platform() 69 __tcb_hwcap = h2; in __tcb_parse_hwcap_and_convert_at_platform()
|
A D | test-get_hwcap.c | 68 uint64_t h1, h2; in check_tcbhwcap() local 74 : "=r" (h2) in check_tcbhwcap() 76 tcb_hwcap = (h1 >> 32) << 32 | (h2 >> 32); in check_tcbhwcap()
|
/sysdeps/ieee754/dbl-64/ |
A D | e_gamma_r.c | 101 double h1, l1, h2, l2; in gamma_positive() local 104 mul_split (&h2, &l2, __ieee754_exp (-x_adj), sqrt (2 * M_PI / x_adj)); in gamma_positive() 105 mul_expansion (&h1, &l1, h1, l1, h2, l2); in gamma_positive() 194 double h1, l1, h2, l2; in __ieee754_gamma_r() local 195 h2 = gamma_positive (-x, &exp2_adj); in __ieee754_gamma_r() 196 mul_split (&h1, &l1, sinpix, h2); in __ieee754_gamma_r() 198 mul_split (&h2, &l2, h1, x); in __ieee754_gamma_r() 206 div_expansion (&h1, &l1, h1, l1, h2, l2); in __ieee754_gamma_r()
|
A D | s_expm1.c | 136 double y, hi, lo, c, t, e, hxs, hfx, r1, h2, h4, R1, R2, R3; in __expm1() local 211 R1 = one + hxs * Q[1]; h2 = hxs * hxs; in __expm1() 212 R2 = Q[2] + hxs * Q[3]; h4 = h2 * h2; in __expm1() 214 r1 = R1 + h2 * R2 + h4 * R3; in __expm1()
|
/sysdeps/ieee754/ldbl-96/ |
A D | e_lgammal_r.c | 144 h2 = 1.643014770044524804175197151958100656728E4L, variable 380 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in __ieee754_lgammal_r()
|
Completed in 6 milliseconds