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

/freebsd-12-stable/lib/msun/i387/
H A Ds_copysignl.S9 ENTRY(copysignl)
18 END(copysignl)
/freebsd-12-stable/lib/msun/src/
H A Ds_copysignl.c36 copysignl(long double x, long double y) function
H A Ds_cprojl.c44 return (CMPLXL(INFINITY, copysignl(0.0, cimagl(z))));
H A Ds_csqrtl.c82 return (CMPLXL(fabsl(b - b), copysignl(a, b)));
84 return (CMPLXL(a, copysignl(b - b, b)));
122 ry = copysignl(scale * t, b);
H A Dcatrigl.c193 return (CMPLXL(copysignl(creall(w), x),
194 copysignl(cimagl(w), y)));
210 return (CMPLXL(copysignl(rx, x), copysignl(ry, y)));
296 return (CMPLXL(fabsl(ry), copysignl(rx, cimagl(z))));
379 return (CMPLXL(copysignl(0, x), y + y));
381 return (CMPLXL(copysignl(0, x),
382 copysignl(pio2_hi + pio2_lo, y)));
388 copysignl(pio2_hi + pio2_lo, y)));
407 return (CMPLXL(copysignl(r
[all...]
H A Ds_scalbnl.c57 if (k >= 0x7fff) return huge*copysignl(huge,x); /* overflow */
H A Ds_fmal.c228 zs = copysignl(LDBL_MIN, zs);
H A Dmath.h454 long double copysignl(long double, long double) __pure2;
/freebsd-12-stable/lib/msun/tests/
H A Dtest-utils.h108 return (copysignl(1.0, d1) == copysignl(1.0, d2));
H A Dcsqrt_test.c175 CMPLXL(0.0, copysignl(INFINITY, vals[i])));
177 CMPLXL(INFINITY, copysignl(0.0, vals[i])));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h63 #define crt_copysignl(x, y) copysignl((x), (y))
/freebsd-12-stable/tools/regression/usr.bin/cc/
H A Dfloat.c78 return (copysignl(1.0, d1) == copysignl(1.0, d2));
/freebsd-12-stable/gnu/lib/libstdc++/
H A Dconfig.h48 /* Define to 1 if you have the `copysignl' function. */
838 # define copysignl _copysignl macro
/freebsd-12-stable/lib/msun/
H A DMakefile192 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h615 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);}
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h170 long double copysignl(long double x, long double y);
1159 return ::copysignl(__lcpp_x, __lcpp_y);
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure20425 echo "$as_me:$LINENO: checking for copysignl declaration" >&5
20426 echo $ECHO_N "checking for copysignl declaration... $ECHO_C" >&6
20450 copysignl(0, 0);
20500 for ac_func in copysignl
30983 copysignl(0.0l, 0.0l);
[all...]

Completed in 300 milliseconds