/external/stlport/src/ |
complex_io.cpp | 50 float __im = 0; local 58 __is >> __im >> __c; 68 __z = complex<float>(__re, __im); 76 double __im = 0; local 84 __is >> __im >> __c; 94 __z = complex<double>(__re, __im); 103 long double __im = 0; local 111 __is >> __im >> __c; 121 __z = complex<long double>(__re, __im);
|
/ndk/sources/cxx-stl/stlport/src/ |
complex_io.cpp | 50 float __im = 0; local 58 __is >> __im >> __c; 68 __z = complex<float>(__re, __im); 76 double __im = 0; local 84 __is >> __im >> __c; 94 __z = complex<double>(__re, __im); 103 long double __im = 0; local 111 __is >> __im >> __c; 121 __z = complex<long double>(__re, __im);
|
/external/stlport/stlport/stl/ |
_complex.c | 109 _Tp __im = 0; local 123 __is >> __im >> __c; 133 __z = complex<_Tp>(__re, __im);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 109 _Tp __im = 0; local 123 __is >> __im >> __c; 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 109 _Tp __im = 0; local 123 __is >> __im >> __c; 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 109 _Tp __im = 0; local 123 __is >> __im >> __c; 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 109 _Tp __im = 0; local 123 __is >> __im >> __c; 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_complex.c | 109 _Tp __im = 0; local 123 __is >> __im >> __c; 133 __z = complex<_Tp>(__re, __im);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_complex.c | 109 _Tp __im = 0; local 123 __is >> __im >> __c; 133 __z = complex<_Tp>(__re, __im);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
complex | 273 complex(const value_type& __re = value_type(), const value_type& __im = value_type()) 274 : __re_(__re), __im_(__im) {} 283 _LIBCPP_INLINE_VISIBILITY void imag(value_type __im) {__im_ = __im;} 333 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR complex(float __re = 0.0f, float __im = 0.0f) 334 : __re_(__re), __im_(__im) {} 342 _LIBCPP_INLINE_VISIBILITY void imag(value_type __im) {__im_ = __im;} 389 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR complex(double __re = 0.0, double __im = 0.0) 390 : __re_(__re), __im_(__im) {} [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/ |
libstlport_shared.so | |
/prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/ |
libstlport_shared.so | |