Home
last modified time | relevance | path

Searched refs:copysignf (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dmath_win32.h96 _LIBCPP_ALWAYS_INLINE float copysignf( float x, float y ) in copysignf() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath173 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/
Dmath_h.pass.cpp371 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/
Dcmath.pass.cpp718 static_assert((std::is_same<decltype(std::copysignf(0,0)), float>::value), ""); in test_copysign()