Home
last modified time | relevance | path

Searched defs:__result_type (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dmin_max.h43 using __result_type = typename __promote<_A1, _A2>::type; in fmax() local
65 using __result_type = typename __promote<_A1, _A2>::type; in fmin() local
H A Dremainder.h42 using __result_type = typename __promote<_A1, _A2>::type; in remainder() local
64 using __result_type = typename __promote<_A1, _A2>::type; in remquo() local
H A Dhypot.h48 using __result_type = typename __promote<_A1, _A2>::type; in hypot() local
96 using __result_type = typename __promote<_A1, _A2, _A3>::type; in hypot() local
H A Dfdim.h39 using __result_type = typename __promote<_A1, _A2>::type; in fdim() local
H A Dfma.h44 using __result_type = typename __promote<_A1, _A2, _A3>::type; in fma() local
H A Dmodulo.h41 using __result_type = typename __promote<_A1, _A2>::type; in fmod() local
H A Dinverse_trigonometric_functions.h90 using __result_type = typename __promote<_A1, _A2>::type; in atan2() local
H A Dexponential_functions.h162 using __result_type = typename __promote<_A1, _A2>::type; in pow() local
H A Drounding_functions.h162 using __result_type = typename __promote<_A1, _A2>::type; in nextafter() local
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Doperations.h33 typedef _Tp __result_type; // used by valarray typedef