Searched refs:topx (Results 1 – 2 of 2) sorted by relevance
274 uint32_t topx, topy; in pow_scalar_special_case() local278 topx = top12 (x); in pow_scalar_special_case()280 if (unlikely (topx - SmallPowX >= ThresPowX in pow_scalar_special_case()330 topx &= 0x7ff; in pow_scalar_special_case()347 if (topx == 0) in pow_scalar_special_case()
278 uint32_t topx, topy; in pow() local282 topx = top12 (x); in pow()284 if (unlikely (topx - 0x001 >= 0x7ff - 0x001 in pow()330 topx &= 0x7ff; in pow()348 if (topx == 0) in pow()