Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dhexfloat.h27 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat()
/ndk/sources/android/support/src/stdio/
Dfpmath.h50 unsigned int exp :8; member
69 unsigned int exp :11; member
Dstrtod.c566 ULtod(ULong *L, ULong *bits, Long exp, int k) in ULtod()
1670 Long exp; local
3212 gethex( CONST char **sp, CONST FPI *fpi, Long *exp, Bigint **bp, int sign, locale_t loc) in gethex()
/ndk/sources/android/support/src/stdio/arm/
D_fpmath.h43 unsigned int exp :11; member
/ndk/sources/android/support/src/stdio/mips/
D_fpmath.h36 unsigned int exp :15; member
/ndk/sources/android/support/src/stdio/amd64/
D_fpmath.h38 unsigned int exp :15; member
/ndk/sources/android/support/src/stdio/arm64/
D_fpmath.h39 unsigned int exp :15; member
/ndk/sources/android/support/src/stdio/i386/
D_fpmath.h34 unsigned int exp :15; member
/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/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp255 #define BOOST_TEST_SYS_ASSERT( exp ) if( (exp) ) ; else throw ::boost::system_error( BOOST_STRINGIZ… argument
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_valarray.h974 inline valarray<_Tp> exp(const valarray<_Tp>& __x) { in exp() function