Home
last modified time | relevance | path

Searched refs:__lcpp_y (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libc++/include/
H A Dmath.h585 return isgreater(__lcpp_x, __lcpp_y); in __libcpp_isgreater()
645 return isless(__lcpp_x, __lcpp_y); in __libcpp_isless()
675 return islessequal(__lcpp_x, __lcpp_y); in __libcpp_islessequal()
918 fmod(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmod() argument
996 pow(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in pow() argument
1108 return ::copysignf(__lcpp_x, __lcpp_y); in copysign()
1112 return ::copysignl(__lcpp_x, __lcpp_y); in copysign()
1184 fdim(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fdim() argument
1409 nexttoward(_A1 __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttoward((double)__lcpp_x, __l… in nexttoward() argument
1481 scalbln(_A1 __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalbln((double)__lcpp_x, __lcpp_y);} in scalbln() argument
[all …]
H A Dcmath540 hypot(_A1 __lcpp_x, _A2 __lcpp_y, _A3 __lcpp_z) _NOEXCEPT
546 return hypot((__result_type)__lcpp_x, (__result_type)__lcpp_y, (__result_type)__lcpp_z);