Searched defs:copysign (Results 1 – 9 of 9) sorted by relevance
| /external/python/cpython2/Python/ |
| D | pymath.c | 57 copysign(double x, double y) in copysign() function
|
| /external/python/cpython3/Python/ |
| D | pymath.c | 59 copysign(double x, double y) in copysign() function
|
| /external/python/cpython3/PC/ |
| D | pyconfig.h | 193 #define copysign _copysign macro
|
| /external/python/cpython2/PC/ |
| D | pyconfig.h | 227 #define copysign _copysign macro
|
| /external/libcxx/include/ |
| D | math.h | 1106 inline _LIBCPP_INLINE_VISIBILITY float copysign(float __lcpp_x, in copysign() function 1111 copysign(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT { in copysign() function 1123 copysign(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in copysign() function
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.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/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 72 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } in copysign() function
|
| /external/clang/lib/Headers/ |
| D | tgmath.h | 625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
|