Home
last modified time | relevance | path

Searched refs:copysignl (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-9-stable/tools/regression/lib/msun/
Dtest-csqrt.c94 assert(copysignl(1.0, creall(d1)) == in assert_equal()
95 copysignl(1.0, creall(d2))); in assert_equal()
101 assert(copysignl(1.0, cimagl(d1)) == in assert_equal()
102 copysignl(1.0, cimagl(d2))); in assert_equal()
203 cpackl(0.0, copysignl(INFINITY, vals[i]))); in test_infinities()
205 cpackl(INFINITY, copysignl(0.0, vals[i]))); in test_infinities()
Dtest-nearbyint.c57 return (copysignl(1.0, d1) == copysignl(1.0, d2)); in fpequal()
Dtest-conj.c63 return (copysignl(1.0, d1) == copysignl(1.0, d2)); in fpequal()
/freebsd-9-stable/lib/msun/src/
Ds_csqrtl.c76 return (cpackl(fabsl(b - b), copysignl(a, b))); in csqrtl()
78 return (cpackl(a, copysignl(b - b, b))); in csqrtl()
100 result = cpackl(fabsl(b) / (2 * t), copysignl(t, b)); in csqrtl()
Ds_cprojl.c42 return (cpackl(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
Ds_copysignl.c34 copysignl(long double x, long double y) in copysignl() function
Ds_scalbnl.c59 if (k >= 0x7fff) return huge*copysignl(huge,x); /* overflow */ in scalbnl()
Ds_fmal.c226 zs = copysignl(LDBL_MIN, zs); in fmal()
Dmath.h407 long double copysignl(long double, long double) __pure2;
/freebsd-9-stable/lib/msun/i387/
Ds_copysignl.S9 ENTRY(copysignl)
18 END(copysignl)
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h175 copysignl, enumerator
699 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl: in hasOptimizedCodeGen()
/freebsd-9-stable/lib/msun/
DSymbol.map78 copysignl;
DMakefile153 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
/freebsd-9-stable/contrib/libstdc++/
Dlinkage.m4471 GLIBCXX_CHECK_MATH_DECL_AND_LINKAGE_2(copysignl)
497 dnl Define USE_COMPLEX_LONG_DOUBLE etc if "copysignl" is found.
516 dnl Currently this includes copysignl, which should be
Dconfig.h.in42 /* Define to 1 if you have the `copysignl' function. */
823 # define copysignl _copysignl macro
Dacinclude.m41151 copysignl(0.0l, 0.0l);
/freebsd-9-stable/gnu/lib/libstdc++/
Dconfig.h841 # define copysignl _copysignl macro
/freebsd-9-stable/contrib/llvm/lib/Target/
DTargetLibraryInfo.cpp418 TLI.setUnavailable(LibFunc::copysignl); in initialize()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp301 case LibFunc::copysignl: in mightUseCTR()
/freebsd-9-stable/contrib/libstdc++/include/tr1/
Dcmath57 #undef copysignl
181 using ::copysignl;
/freebsd-9-stable/contrib/libc++/include/
Dcmath174 long double copysignl(long double x, long double y);
1113 … copysign(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return copysignl(__lcpp_x, __lcpp…
1645 using ::copysignl;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h622 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);} in __tg_copysign()
/freebsd-9-stable/contrib/gcc/
Dbuiltins.def206 DEF_C99_BUILTIN (BUILT_IN_COPYSIGNL, "copysignl", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, AT…
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def834 LIBBUILTIN(copysignl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
/freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1969 case LibFunc::copysignl: in getIntrinsicIDForCall()

12