Lines Matching refs:__y
463 __libcpp_isgreater(_A1 __x, _A2 __y) _NOEXCEPT
465 return isgreater(__x, __y);
478 isgreater(_A1 __x, _A2 __y) _NOEXCEPT
481 return __libcpp_isgreater((type)__x, (type)__y);
493 __libcpp_isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT
495 return isgreaterequal(__x, __y);
508 isgreaterequal(_A1 __x, _A2 __y) _NOEXCEPT
511 return __libcpp_isgreaterequal((type)__x, (type)__y);
523 __libcpp_isless(_A1 __x, _A2 __y) _NOEXCEPT
525 return isless(__x, __y);
538 isless(_A1 __x, _A2 __y) _NOEXCEPT
541 return __libcpp_isless((type)__x, (type)__y);
553 __libcpp_islessequal(_A1 __x, _A2 __y) _NOEXCEPT
555 return islessequal(__x, __y);
568 islessequal(_A1 __x, _A2 __y) _NOEXCEPT
571 return __libcpp_islessequal((type)__x, (type)__y);
583 __libcpp_islessgreater(_A1 __x, _A2 __y) _NOEXCEPT
585 return islessgreater(__x, __y);
598 islessgreater(_A1 __x, _A2 __y) _NOEXCEPT
601 return __libcpp_islessgreater((type)__x, (type)__y);
613 __libcpp_isunordered(_A1 __x, _A2 __y) _NOEXCEPT
615 return isunordered(__x, __y);
628 isunordered(_A1 __x, _A2 __y) _NOEXCEPT
631 return __libcpp_isunordered((type)__x, (type)__y);
724 …IBCPP_INLINE_VISIBILITY float atan2(float __y, float __x) _NOEXCEPT {return atan…
725 …PP_INLINE_VISIBILITY long double atan2(long double __y, long double __x) _NOEXCEPT {return atan2l(…
736 atan2(_A1 __y, _A2 __x) _NOEXCEPT
741 return atan2((__result_type)__y, (__result_type)__x);
846 …INLINE_VISIBILITY float fmod(float __x, float __y) _NOEXCEPT {return fmodf(__x, …
847 …E_VISIBILITY long double fmod(long double __x, long double __y) _NOEXCEPT {return fmodl(__x, __y);}
858 fmod(_A1 __x, _A2 __y) _NOEXCEPT
863 return fmod((__result_type)__x, (__result_type)__y);
936 …NLINE_VISIBILITY float modf(float __x, float* __y) _NOEXCEPT {return modff(__x, …
937 …_VISIBILITY long double modf(long double __x, long double* __y) _NOEXCEPT {return modfl(__x, __y);}
949 …_INLINE_VISIBILITY float pow(float __x, float __y) _NOEXCEPT {return powf(__x, _…
950 …INE_VISIBILITY long double pow(long double __x, long double __y) _NOEXCEPT {return powl(__x, __y);}
961 pow(_A1 __x, _A2 __y) _NOEXCEPT
966 return pow((__result_type)__x, (__result_type)__y);
1112 …_VISIBILITY float copysign(float __x, float __y) _NOEXCEPT {return copysignf(__x…
1113 …ILITY long double copysign(long double __x, long double __y) _NOEXCEPT {return copysignl(__x, __y)…
1123 copysign(_A1 __x, _A2 __y) _NOEXCEPT
1128 return copysign((__result_type)__x, (__result_type)__y);
1190 …INLINE_VISIBILITY float fdim(float __x, float __y) _NOEXCEPT {return fdimf(__x, …
1191 …E_VISIBILITY long double fdim(long double __x, long double __y) _NOEXCEPT {return fdiml(__x, __y);}
1201 fdim(_A1 __x, _A2 __y) _NOEXCEPT
1206 return fdim((__result_type)__x, (__result_type)__y);
1214 …VISIBILITY float fma(float __x, float __y, float __z) _NOEXCEPT {return fm…
1215 …LITY long double fma(long double __x, long double __y, long double __z) _NOEXCEPT {return fmal(__x…
1226 fma(_A1 __x, _A2 __y, _A3 __z) _NOEXCEPT
1232 return fma((__result_type)__x, (__result_type)__y, (__result_type)__z);
1240 …INLINE_VISIBILITY float fmax(float __x, float __y) _NOEXCEPT {return fmaxf(__x, …
1241 …E_VISIBILITY long double fmax(long double __x, long double __y) _NOEXCEPT {return fmaxl(__x, __y);}
1251 fmax(_A1 __x, _A2 __y) _NOEXCEPT
1256 return fmax((__result_type)__x, (__result_type)__y);
1264 …INLINE_VISIBILITY float fmin(float __x, float __y) _NOEXCEPT {return fminf(__x, …
1265 …E_VISIBILITY long double fmin(long double __x, long double __y) _NOEXCEPT {return fminl(__x, __y);}
1275 fmin(_A1 __x, _A2 __y) _NOEXCEPT
1280 return fmin((__result_type)__x, (__result_type)__y);
1288 …LINE_VISIBILITY float hypot(float __x, float __y) _NOEXCEPT {return hypotf(__x, …
1289 …VISIBILITY long double hypot(long double __x, long double __y) _NOEXCEPT {return hypotl(__x, __y);}
1299 hypot(_A1 __x, _A2 __y) _NOEXCEPT
1304 return hypot((__result_type)__x, (__result_type)__y);
1457 …ISIBILITY float nextafter(float __x, float __y) _NOEXCEPT {return nextafterf(__x…
1458 …ITY long double nextafter(long double __x, long double __y) _NOEXCEPT {return nextafterl(__x, __y)…
1468 nextafter(_A1 __x, _A2 __y) _NOEXCEPT
1473 return nextafter((__result_type)__x, (__result_type)__y);
1481 …ILITY float nexttoward(float __x, long double __y) _NOEXCEPT {return nexttowardf(__x, …
1482 …TY long double nexttoward(long double __x, long double __y) _NOEXCEPT {return nexttowardl(__x, __y…
1487 nexttoward(_A1 __x, long double __y) _NOEXCEPT {return nexttoward((double)__x, __y);}
1494 …ISIBILITY float remainder(float __x, float __y) _NOEXCEPT {return remainderf(__x…
1495 …ITY long double remainder(long double __x, long double __y) _NOEXCEPT {return remainderl(__x, __y)…
1505 remainder(_A1 __x, _A2 __y) _NOEXCEPT
1510 return remainder((__result_type)__x, (__result_type)__y);
1518 …ISIBILITY float remquo(float __x, float __y, int* __z) _NOEXCEPT {return remquof…
1519 …ITY long double remquo(long double __x, long double __y, int* __z) _NOEXCEPT {return remquol(__x, …
1529 remquo(_A1 __x, _A2 __y, int* __z) _NOEXCEPT
1534 return remquo((__result_type)__x, (__result_type)__y, __z);
1568 …NLINE_VISIBILITY float scalbln(float __x, long __y) _NOEXCEPT {return scalblnf(__x, __…
1569 …NE_VISIBILITY long double scalbln(long double __x, long __y) _NOEXCEPT {return scalblnl(__x, __y);}
1574 scalbln(_A1 __x, long __y) _NOEXCEPT {return scalbln((double)__x, __y);}
1581 …P_INLINE_VISIBILITY float scalbn(float __x, int __y) _NOEXCEPT {return scalbnf(__x, __…
1582 …NLINE_VISIBILITY long double scalbn(long double __x, int __y) _NOEXCEPT {return scalbnl(__x, __y);}
1587 scalbn(_A1 __x, int __y) _NOEXCEPT {return scalbn((double)__x, __y);}