Searched defs:copysign (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Python/ |
D | pymath.c | 57 copysign(double x, double y) in copysign() function
|
/external/flac/libFLAC/ |
D | lpc.c | 57 #define copysign _copysign macro 59 #define copysign __builtin_copysign macro
|
/external/libcxx/include/ |
D | math.h | 1017 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/ |
D | pyconfig.h | 227 #define copysign _copysign macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 69 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } in copysign() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 70 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } in copysign() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | Dfp.java | 2219 public static Dfp copysign(final Dfp x, final Dfp y) { in copysign() method in Dfp
|
/external/clang/lib/Headers/ |
D | tgmath.h | 625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
|