HomeSort by relevance Sort by last modified time
    Searched full:__re (Results 1 - 25 of 41) sorted by null

1 2

  /external/stlport/src/
complex_io.cpp 49 float __re = 0; local
56 __is >> __re >> __c;
64 __is >> __re; local
68 __z = complex<float>(__re, __im);
75 double __re = 0; local
82 __is >> __re >> __c;
90 __is >> __re; local
94 __z = complex<double>(__re, __im);
102 long double __re = 0; local
109 __is >> __re >> __c
117 __is >> __re; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex_io.cpp 49 float __re = 0; local
56 __is >> __re >> __c;
64 __is >> __re; local
68 __z = complex<float>(__re, __im);
75 double __re = 0; local
82 __is >> __re >> __c;
90 __is >> __re; local
94 __z = complex<double>(__re, __im);
102 long double __re = 0; local
109 __is >> __re >> __c
117 __is >> __re; local
    [all...]
  /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) {}
282 _LIBCPP_INLINE_VISIBILITY void real(value_type __re) {__re_ = __re;}
285 _LIBCPP_INLINE_VISIBILITY complex& operator= (const value_type& __re)
286 {__re_ = __re; __im_ = value_type(); return *this;}
287 _LIBCPP_INLINE_VISIBILITY complex& operator+=(const value_type& __re) {__re_ += __re; return *this;}
288 _LIBCPP_INLINE_VISIBILITY complex& operator-=(const value_type& __re) {__re_ -= __re; return *this;
    [all...]
  /external/stlport/stlport/stl/
_complex.c 108 _Tp __re = 0; local
121 __is >> __re >> __c;
129 __is >> __re; local
133 __z = complex<_Tp>(__re, __im);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 108 _Tp __re = 0; local
121 __is >> __re >> __c;
129 __is >> __re; local
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.c 108 _Tp __re = 0; local
121 __is >> __re >> __c;
129 __is >> __re; local
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.c 108 _Tp __re = 0; local
121 __is >> __re >> __c;
129 __is >> __re; local
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.c 108 _Tp __re = 0; local
121 __is >> __re >> __c;
129 __is >> __re; local
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.c 108 _Tp __re = 0; local
121 __is >> __re >> __c;
129 __is >> __re; local
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_complex.c 108 _Tp __re = 0; local
121 __is >> __re >> __c;
129 __is >> __re; local
133 __z = complex<_Tp>(__re, __im);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
regex     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
regex     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
regex     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
regex     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
regex     [all...]

Completed in 1842 milliseconds

1 2