Home
last modified time | relevance | path

Searched refs:copysignl (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dmath_win32.h104 _LIBCPP_ALWAYS_INLINE double copysignl( long double x, long double y ) in copysignl() function
/ndk/sources/android/support/src/wcstox/
Dfloatscan.c292 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/
Dcmath174 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/
Dmath_h.pass.cpp372 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/
Dcmath.pass.cpp719 static_assert((std::is_same<decltype(std::copysignl(0,0)), long double>::value), ""); in test_copysign()