Searched defs:exp (Results 1 – 12 of 12) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | hexfloat.h | 27 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat()
|
/ndk/sources/android/support/src/stdio/ |
D | fpmath.h | 50 unsigned int exp :8; member 69 unsigned int exp :11; member
|
D | strtod.c | 566 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.h | 43 unsigned int exp :11; member
|
/ndk/sources/android/support/src/stdio/mips/ |
D | _fpmath.h | 36 unsigned int exp :15; member
|
/ndk/sources/android/support/src/stdio/amd64/ |
D | _fpmath.h | 38 unsigned int exp :15; member
|
/ndk/sources/android/support/src/stdio/arm64/ |
D | _fpmath.h | 39 unsigned int exp :15; member
|
/ndk/sources/android/support/src/stdio/i386/ |
D | _fpmath.h | 34 unsigned int exp :15; member
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get_float.cpp | 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() local 756 int exp; in _Stl_string_to_doubleT() local
|
D | complex.cpp | 207 _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/ |
D | execution_monitor.hpp | 255 #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.h | 974 inline valarray<_Tp> exp(const valarray<_Tp>& __x) { in exp() function
|