Searched defs:exp (Results 1 – 3 of 3) sorted by relevance
149 void _Stl_set_exponent(uint64 &val, uint64 exp) in _Stl_set_exponent()269 static void _Stl_tenscale(uint64& p, int exp, int& bexp) { in _Stl_tenscale()651 int exp; in _Stl_string_to_double() local756 int exp; in _Stl_string_to_doubleT() local
207 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>& z) in exp() function210 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>& z) in exp() function214 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>& z) in exp() function
974 inline valarray<_Tp> exp(const valarray<_Tp>& __x) { in exp() function