| /external/llvm-project/libc/src/math/ |
| D | copysign.cpp | 14 double LLVM_LIBC_ENTRYPOINT(copysign)(double x, double y) { in LLVM_LIBC_ENTRYPOINT() argument
|
| /external/rust/crates/libm/src/math/ |
| D | copysign.rs | 5 pub fn copysign(x: f64, y: f64) -> f64 { in copysign() function
|
| D | mod.rs | 91 mod copysign; module
|
| /external/llvm-project/libc/utils/FPUtil/ |
| D | ManipulationFunctions.h | 65 static inline T copysign(T x, T y) { in copysign() function
|
| /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/llvm-project/libcxx/include/ |
| D | math.h | 1102 inline _LIBCPP_INLINE_VISIBILITY float copysign(float __lcpp_x, in copysign() function 1107 copysign(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT { in copysign() function 1119 copysign(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in copysign() function
|
| /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/python/cpython2/PC/ |
| D | pyconfig.h | 227 #define copysign _copysign macro
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | msvc9.c | 50 double copysign(double x, double y) 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/llvm-project/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 71 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } in copysign() function
|
| /external/llvm-project/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/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_math.h | 76 __DEVICE__ double copysign(double __a, double __b) { in copysign() function
|
| D | tgmath.h | 618 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
|
| /external/clang/lib/Headers/ |
| D | tgmath.h | 625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
|