| /freebsd-9-stable/tools/regression/lib/msun/ |
| D | test-csqrt.c | 94 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()
|
| D | test-nearbyint.c | 57 return (copysignl(1.0, d1) == copysignl(1.0, d2)); in fpequal()
|
| D | test-conj.c | 63 return (copysignl(1.0, d1) == copysignl(1.0, d2)); in fpequal()
|
| /freebsd-9-stable/lib/msun/src/ |
| D | s_csqrtl.c | 76 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()
|
| D | s_cprojl.c | 42 return (cpackl(INFINITY, copysignl(0.0, cimagl(z)))); in cprojl()
|
| D | s_copysignl.c | 34 copysignl(long double x, long double y) in copysignl() function
|
| D | s_scalbnl.c | 59 if (k >= 0x7fff) return huge*copysignl(huge,x); /* overflow */ in scalbnl()
|
| D | s_fmal.c | 226 zs = copysignl(LDBL_MIN, zs); in fmal()
|
| D | math.h | 407 long double copysignl(long double, long double) __pure2;
|
| /freebsd-9-stable/lib/msun/i387/ |
| D | s_copysignl.S | 9 ENTRY(copysignl) 18 END(copysignl)
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 175 copysignl, enumerator 699 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl: in hasOptimizedCodeGen()
|
| /freebsd-9-stable/lib/msun/ |
| D | Symbol.map | 78 copysignl;
|
| D | Makefile | 153 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
|
| /freebsd-9-stable/contrib/libstdc++/ |
| D | linkage.m4 | 471 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
|
| D | config.h.in | 42 /* Define to 1 if you have the `copysignl' function. */ 823 # define copysignl _copysignl macro
|
| D | acinclude.m4 | 1151 copysignl(0.0l, 0.0l);
|
| /freebsd-9-stable/gnu/lib/libstdc++/ |
| D | config.h | 841 # define copysignl _copysignl macro
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ |
| D | TargetLibraryInfo.cpp | 418 TLI.setUnavailable(LibFunc::copysignl); in initialize()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCCTRLoops.cpp | 301 case LibFunc::copysignl: in mightUseCTR()
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | cmath | 57 #undef copysignl 181 using ::copysignl;
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cmath | 174 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/ |
| D | tgmath.h | 622 __tg_copysign(long double __x, long double __y) {return copysignl(__x, __y);} in __tg_copysign()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | builtins.def | 206 DEF_C99_BUILTIN (BUILT_IN_COPYSIGNL, "copysignl", BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE, AT…
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 834 LIBBUILTIN(copysignl, "LdLdLd", "fnc", "math.h", ALL_LANGUAGES)
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1969 case LibFunc::copysignl: in getIntrinsicIDForCall()
|