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

/freebsd-10.0-release/lib/msun/i387/
H A Ds_copysignl.S9 ENTRY(copysignl) function
18 END(copysignl)
/freebsd-10.0-release/lib/msun/src/
H A Ds_copysignl.c34 copysignl(long double x, long double y) function
H A Ds_cprojl.c42 return (cpackl(INFINITY, copysignl(0.0, cimagl(z))));
H A Ds_csqrtl.c76 return (cpackl(fabsl(b - b), copysignl(a, b)));
78 return (cpackl(a, copysignl(b - b, b)));
100 result = cpackl(fabsl(b) / (2 * t), copysignl(t, b));
H A Ds_scalbnl.c59 if (k >= 0x7fff) return huge*copysignl(huge,x); /* overflow */
H A Ds_fmal.c226 zs = copysignl(LDBL_MIN, zs);
H A Dmath.h453 long double copysignl(long double, long double) __pure2;
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-utils.h101 return (copysignl(1.0, d1) == copysignl(1.0, d2));
H A Dtest-csqrt.c175 CMPLXL(0.0, copysignl(INFINITY, vals[i])));
177 CMPLXL(INFINITY, copysignl(0.0, vals[i])));
/freebsd-10.0-release/tools/regression/usr.bin/cc/
H A Dfloat.c78 return (copysignl(1.0, d1) == copysignl(1.0, d2));
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h152 /// long double copysignl(long double x, long double y);
153 copysignl, enumerator in enum:llvm::LibFunc::Func
675 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl:
/freebsd-10.0-release/lib/msun/
H A DSymbol.map78 copysignl;
H A DMakefile161 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h48 /* Define to 1 if you have the `copysignl' function. */
841 # define copysignl _copysignl macro
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp92 "copysignl",
379 TLI.setUnavailable(LibFunc::copysignl);
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in42 /* Define to 1 if you have the `copysignl' function. */
823 # define copysignl _copysignl
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...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h622 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);}
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5556 case LibFunc::copysignl:

Completed in 515 milliseconds