Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp149 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() local
756 int exp; in _Stl_string_to_doubleT() local
Dcomplex.cpp207 _STLP_DECLSPEC complex<float> _STLP_CALL exp(const complex<float>& z) in exp() function
210 _STLP_DECLSPEC complex<double> _STLP_CALL exp(const complex<double>& z) in exp() function
214 _STLP_DECLSPEC complex<long double> _STLP_CALL exp(const complex<long double>& z) in exp() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_valarray.h974 inline valarray<_Tp> exp(const valarray<_Tp>& __x) { in exp() function