Lines Matching +full:0 +full:x3280
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
25 if (LIBC_UNLIKELY(x_abs >= 0x3F80'0000U)) {
30 if (x_abs == 0x3F80'0000U) {
42 if (LIBC_UNLIKELY(x_abs <= 0x3dcc'0000U)) {
44 if (LIBC_UNLIKELY(x_abs <= 0x3280'0000U)) {
45 return static_cast<float>(LIBC_UNLIKELY(x_abs == 0)
47 : (x + 0x1.5555555555555p-2 * x * x * x));
53 double pe = fputil::polyeval(x2, 0.0, 0x1.5555555555555p-2,
54 0x1.999999999999ap-3, 0x1.2492492492492p-3,
55 0x1.c71c71c71c71cp-4, 0x1.745d1745d1746p-4);