Home
last modified time | relevance | path

Searched defs:copysign (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Python/
Dpymath.c57 copysign(double x, double y) in copysign() function
/external/flac/libFLAC/
Dlpc.c57 #define copysign _copysign macro
59 #define copysign __builtin_copysign macro
/external/libcxx/include/
Dmath.h1017 inline _LIBCPP_INLINE_VISIBILITY float copysign(float __lcpp_x, in copysign() function
1022 copysign(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT { in copysign() function
1035 copysign(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in copysign() function
/external/python/cpython2/PC/
Dpyconfig.h227 #define copysign _copysign macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp69 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } in copysign() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp70 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } in copysign() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java2219 public static Dfp copysign(final Dfp x, final Dfp y) { in copysign() method in Dfp
/external/clang/lib/Headers/
Dtgmath.h625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro