Searched refs:copysignl (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/lib/msun/i387/
H A Ds_copysignl.S7 ENTRY(copysignl)
16 END(copysignl)
/freebsd-current/lib/msun/src/
H A Ds_cprojl.c41 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z))));
H A Ds_copysignl.c34 copysignl(long double x, long double y) function
H A Ds_csqrtl.c79 return (CMPLXL(fabsl(b - b), copysignl(a, b)));
81 return (CMPLXL(a, copysignl(b - b, b)));
119 ry = copysignl(scale * t, b);
H A Dcatrigl.c190 return (CMPLXL(copysignl(creall(w), x),
191 copysignl(cimagl(w), y)));
207 return (CMPLXL(copysignl(rx, x), copysignl(ry, y)));
293 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z))));
376 return (CMPLXL(copysignl(0, x), y + y));
378 return (CMPLXL(copysignl(0, x),
379 copysignl(pio2_hi + pio2_lo, y)));
385 copysignl(pio2_hi + pio2_lo, y)));
404 return (CMPLXL(copysignl(r
[all...]
H A Ds_fmal.c225 zs = copysignl(LDBL_MIN, zs);
H A Dmath.h453 long double copysignl(long double, long double) __pure2;
/freebsd-current/lib/msun/ld128/
H A Ds_cexpl.c64 } else if (isinf(x) && copysignl(1.L, x) < 0) {
H A Ds_sinpil.c110 return (copysignl(0, x));
H A Ds_tanpil.c121 return (copysignl(t, x));
/freebsd-current/lib/msun/ld80/
H A Ds_tanpil.c114 t = ix == 0 ? copysignl(0, odd) : __kernel_tanpil(ax);
131 t = ix >= 0x403f ? 0 : (copysignl(0, (lx & 1) ? -1 : 1));
H A Db_expl.c89 k = z + copysignl(0.5L, x);
H A Ds_sinpil.c129 RETURNI(copysignl(0, x));
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Derfinvl.c98 y = copysignl (sqrtl (-logl (1.0l - fabsl (x)) * SQRT_PIl), x);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h63 #define crt_copysignl(x, y) copysignl((x), (y))
/freebsd-current/tools/regression/usr.bin/cc/
H A Dfloat.c76 return (copysignl(1.0, d1) == copysignl(1.0, d2));
/freebsd-current/lib/msun/tests/
H A Dcsqrt_test.c166 CMPLXL(0.0, copysignl(INFINITY, vals[i])));
168 CMPLXL(INFINITY, copysignl(0.0, vals[i])));
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc217 using ::copysignl;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc218 using std::copysignl;
/freebsd-current/lib/msun/
H A DMakefile210 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h615 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);}

Completed in 302 milliseconds