Searched defs:copysign (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | ManipulationFunctions.h | 67 static inline T copysign(T x, T y) { in copysign() function
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | math.h | 1179 inline _LIBCPP_INLINE_VISIBILITY float copysign(float __lcpp_x, float __lcpp_y) _NOEXCEPT { in copysign() function 1183 inline _LIBCPP_INLINE_VISIBILITY long double copysign(long double __lcpp_x, long double __lcpp_y) _… in copysign() function 1195 copysign(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT { in copysign() function
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | math_h.pass.cpp | 70 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } in copysign() function
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/c.math/ |
| H A D | cmath.pass.cpp | 71 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } in copysign() function
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_cuda_math.h | 76 __DEVICE__ double copysign(double __a, double __b) { in copysign() function
|
| H A D | tgmath.h | 618 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
|