Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/
H A Dmath.h611 return isgreater(__lcpp_x, __lcpp_y); in __libcpp_isgreater()
671 return isless(__lcpp_x, __lcpp_y); in __libcpp_isless()
701 return islessequal(__lcpp_x, __lcpp_y); in __libcpp_islessequal()
936 fmod(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmod() argument
1014 pow(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in pow() argument
1131 return ::copysignf(__lcpp_x, __lcpp_y); in __libcpp_copysign()
1142 return ::copysign(__lcpp_x, __lcpp_y); in __libcpp_copysign()
1153 return ::copysignl(__lcpp_x, __lcpp_y); in __libcpp_copysign()
1579 nexttoward(_A1 __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttoward((double)__lcpp_x, __l… in nexttoward() argument
1693 scalbln(_A1 __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalbln((double)__lcpp_x, __lcpp_y);} in scalbln() argument
[all …]
H A Dcmath546 hypot(_A1 __lcpp_x, _A2 __lcpp_y, _A3 __lcpp_z) _NOEXCEPT
552 return hypot((__result_type)__lcpp_x, (__result_type)__lcpp_y, (__result_type)__lcpp_z);