Lines Matching +full:0 +full:x3280
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
24 if (LIBC_UNLIKELY(x_abs >= 0x42b4'0000U || x_abs <= 0x3da0'0000U)) {
26 if (x_abs <= 0x3da0'0000U) {
28 if (LIBC_UNLIKELY(x_abs == 0x3a12'85ffU)) {
34 if (LIBC_UNLIKELY(x_abs <= 0x3280'0000U)) {
36 LIBC_UNLIKELY(x_abs == 0) ? x : (x + 0.25 * x * x * x));
42 // Sollya output: x * (0x1p0 + x^0x1p1 * (0x1.5555555556583p-3 + x^0x1p1
43 // * (0x1.111110d239f1fp-7
44 // + x^0x1p1 * 0x1.a02b5a284013cp-13)))
46 double pe = fputil::polyeval(x2, 0.0, 0x1.5555555556583p-3,
47 0x1.111110d239f1fp-7, 0x1.a02b5a284013cp-13);