Home
last modified time | relevance | path

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

12

/freebsd-9-stable/lib/msun/src/
Ds_scalbnf.c46 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()
Ds_csqrtf.c67 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()
Ds_cprojf.c42 return (cpackf(INFINITY, copysignf(0.0, cimagf(z)))); in cprojf()
Ds_copysignf.c29 copysignf(float x, float y) in copysignf() function
Dmath.h347 float copysignf(float, float) __pure2;
/freebsd-9-stable/lib/msun/i387/
Ds_copysignf.S11 ENTRY(copysignf)
20 END(copysignf)
/freebsd-9-stable/contrib/libstdc++/libmath/
Dcopysignf.c35 copysignf (float x, float y) in copysignf() function
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h173 copysignf, enumerator
699 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl: in hasOptimizedCodeGen()
/freebsd-9-stable/lib/msun/
DSymbol.map77 copysignf;
DMakefile153 MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
/freebsd-9-stable/contrib/llvm/lib/Target/
DTargetLibraryInfo.cpp490 TLI.setUnavailable(LibFunc::copysignf); in initialize()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp299 case LibFunc::copysignf: in mightUseCTR()
/freebsd-9-stable/contrib/libstdc++/include/tr1/
Dcmath56 #undef copysignf
180 using ::copysignf;
/freebsd-9-stable/contrib/libc++/include/
Dcmath173 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/
Dgnu.ver506 copysignf;
/freebsd-9-stable/contrib/libstdc++/
Dlinkage.m4505 AC_REPLACE_MATHFUNCS(copysignf)
Dconfig.h.in39 /* Define to 1 if you have the `copysignf' function. */
DChangeLog-19993216 * configure.in: Add hypot, hypotf, atan2f, expf, and copysignf to
3235 * math/copysignf.c: New file.
3254 * math/copysignf.c: Likewise.
Dacinclude.m41150 copysignf(0.0f, 0.0f);
Dconfigure28221 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/
Dtgmath.h614 __tg_copysign(float __x, float __y) {return copysignf(__x, __y);} in __tg_copysign()
/freebsd-9-stable/contrib/gcc/
Dbuiltins.def205 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/
DBuiltins.def833 LIBBUILTIN(copysignf, "fff", "fnc", "math.h", ALL_LANGUAGES)
/freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1968 case LibFunc::copysignf: in getIntrinsicIDForCall()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5878 case LibFunc::copysignf: in visitCall()

12