| /freebsd-9-stable/lib/msun/src/ |
| D | s_scalbnf.c | 46 if (k > 0xfe) return huge*copysignf(huge,x); /* overflow */ in scalbnf() 51 return huge*copysignf(huge,x); /*overflow*/ in scalbnf() 52 else return tiny*copysignf(tiny,x); /*underflow*/ in scalbnf()
|
| D | s_csqrtf.c | 67 return (cpackf(fabsf(b - b), copysignf(a, b))); in csqrtf() 69 return (cpackf(a, copysignf(b - b, b))); in csqrtf() 86 return (cpackf(fabsf(b) / (2.0 * t), copysignf(t, b))); in csqrtf()
|
| D | s_cprojf.c | 42 return (cpackf(INFINITY, copysignf(0.0, cimagf(z)))); in cprojf()
|
| D | s_copysignf.c | 29 copysignf(float x, float y) in copysignf() function
|
| D | math.h | 347 float copysignf(float, float) __pure2;
|
| /freebsd-9-stable/lib/msun/i387/ |
| D | s_copysignf.S | 11 ENTRY(copysignf) 20 END(copysignf)
|
| /freebsd-9-stable/contrib/libstdc++/libmath/ |
| D | copysignf.c | 35 copysignf (float x, float y) in copysignf() function
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 173 copysignf, enumerator 699 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl: in hasOptimizedCodeGen()
|
| /freebsd-9-stable/lib/msun/ |
| D | Symbol.map | 77 copysignf;
|
| D | Makefile | 153 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ |
| D | TargetLibraryInfo.cpp | 490 TLI.setUnavailable(LibFunc::copysignf); in initialize()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCCTRLoops.cpp | 299 case LibFunc::copysignf: in mightUseCTR()
|
| /freebsd-9-stable/contrib/libstdc++/include/tr1/ |
| D | cmath | 56 #undef copysignf 180 using ::copysignf;
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cmath | 173 float copysignf(float x, float y); 1110 using ::copysignf; 1112 … copysign(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return copysignf(__lcpp_x, __lcpp…
|
| /freebsd-9-stable/contrib/libstdc++/config/abi/pre/ |
| D | gnu.ver | 506 copysignf;
|
| /freebsd-9-stable/contrib/libstdc++/ |
| D | linkage.m4 | 505 AC_REPLACE_MATHFUNCS(copysignf)
|
| D | config.h.in | 39 /* Define to 1 if you have the `copysignf' function. */
|
| D | ChangeLog-1999 | 3216 * configure.in: Add hypot, hypotf, atan2f, expf, and copysignf to 3235 * math/copysignf.c: New file. 3254 * math/copysignf.c: Likewise.
|
| D | acinclude.m4 | 1150 copysignf(0.0f, 0.0f);
|
| D | configure | 28221 for ac_func in copysignf 30982 copysignf(0.0f, 0.0f); 52261 for ac_func in copysignf 74131 for ac_func in copysignf 76015 for ac_func in copysignf 77538 for ac_func in copysignf 98505 for ac_func in copysignf 100919 for ac_func in copysignf 101764 for ac_func in copysignf 103165 for ac_func in copysignf [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 614 __tg_copysign(float __x, float __y) {return copysignf(__x, __y);} in __tg_copysign()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | builtins.def | 205 DEF_C99_BUILTIN (BUILT_IN_COPYSIGNF, "copysignf", BT_FN_FLOAT_FLOAT_FLOAT, ATTR_CONST_NOTHRO…
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 833 LIBBUILTIN(copysignf, "fff", "fnc", "math.h", ALL_LANGUAGES)
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1968 case LibFunc::copysignf: in getIntrinsicIDForCall()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 5878 case LibFunc::copysignf: in visitCall()
|