Searched refs:copysignl (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | math_win32.h | 104 _LIBCPP_ALWAYS_INLINE double copysignl( long double x, long double y ) in copysignl() function
|
/ndk/sources/android/support/src/wcstox/ |
D | floatscan.c | 292 bias = copysignl(scalbn(1, 2*LDBL_MANT_DIG-bits-1), y); in decfloat() 432 bias = copysignl(scalbn(1, 32+LDBL_MANT_DIG-bits-1), sign); in hexfloat()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 174 long double copysignl(long double x, long double y); 1113 …LITY long double copysign(long double __x, long double __y) _NOEXCEPT {return copysignl(__x, __y);} 1645 using ::copysignl;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 372 static_assert((std::is_same<decltype(copysignl(0,0)), long double>::value), ""); in test_copysign()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 719 static_assert((std::is_same<decltype(std::copysignl(0,0)), long double>::value), ""); in test_copysign()
|