Searched refs:h1 (Results 1 – 4 of 4) sorted by relevance
/sysdeps/powerpc/ |
A D | hwcapinfo.c | 34 uint64_t h1, h2; in __tcb_parse_hwcap_and_convert_at_platform() local 40 h1 = GLRO (dl_hwcap); in __tcb_parse_hwcap_and_convert_at_platform() 47 h1 |= PPC_FEATURE_ARCH_2_06 in __tcb_parse_hwcap_and_convert_at_platform() 52 else if (h1 & PPC_FEATURE_ARCH_2_06) in __tcb_parse_hwcap_and_convert_at_platform() 53 h1 |= PPC_FEATURE_ARCH_2_05 in __tcb_parse_hwcap_and_convert_at_platform() 57 else if (h1 & PPC_FEATURE_ARCH_2_05) in __tcb_parse_hwcap_and_convert_at_platform() 58 h1 |= PPC_FEATURE_POWER5_PLUS in __tcb_parse_hwcap_and_convert_at_platform() 61 else if (h1 & PPC_FEATURE_POWER5_PLUS) in __tcb_parse_hwcap_and_convert_at_platform() 62 h1 |= PPC_FEATURE_POWER5 in __tcb_parse_hwcap_and_convert_at_platform() 64 else if (h1 & PPC_FEATURE_POWER5) in __tcb_parse_hwcap_and_convert_at_platform() [all …]
|
A D | test-get_hwcap.c | 68 uint64_t h1, h2; in check_tcbhwcap() local 71 : "=r" (h1) 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 102 mul_split (&h1, &l1, __ieee754_pow (x_adj_mant, x_adj), in gamma_positive() 105 mul_expansion (&h1, &l1, h1, l1, h2, l2); in gamma_positive() 107 div_expansion (&h1, &l1, h1, l1, prod, prod * eps); in gamma_positive() 115 l1 += h1 * __expm1 (exp_adj); in gamma_positive() 116 return h1 + l1; in gamma_positive() 194 double h1, l1, h2, l2; in __ieee754_gamma_r() local 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() [all …]
|
/sysdeps/ieee754/ldbl-96/ |
A D | e_lgammal_r.c | 143 h1 = 2.147921653490043010629481226937850618860E4L, variable 380 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y))))); in __ieee754_lgammal_r()
|
Completed in 5 milliseconds