Searched refs:copysignf (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | math_win32.h | 96 _LIBCPP_ALWAYS_INLINE float copysignf( float x, float y ) in copysignf() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 173 float copysignf(float x, float y); 1110 using ::copysignf; 1112 …LITY float copysign(float __x, float __y) _NOEXCEPT {return copysignf(__x, __y);}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 371 static_assert((std::is_same<decltype(copysignf(0,0)), float>::value), ""); in test_copysign()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 718 static_assert((std::is_same<decltype(std::copysignf(0,0)), float>::value), ""); in test_copysign()
|