Searched refs:hax (Results 1 – 1 of 1) sorted by relevance
157 int32_t hx, hy, hax; in __ieee754_powl() local322 GET_HIGH_WORD (hax, ohi); in __ieee754_powl()323 ax = __scalbnl (ax, ((int) ((ix - hax) * 2)) >> 21); in __ieee754_powl()