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

1 2 3

  /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...]
  /external/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...]
  /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...]
  /prebuilts/ndk/9/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/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_executor.h 67 const _RegexT& __re,
71 _M_re(__re),
72 _M_nfa(*__re._M_automaton),
regex.tcc 58 const basic_regex<_CharT, _TraitsT>& __re,
61 if (__re._M_automaton == nullptr)
65 __res.resize(__re._M_automaton->_M_sub_count() + 2);
83 if (!__re._M_automaton->_M_has_backref
85 || __re._M_automaton->_M_quant_count
89 __executor(__s, __e, __m, __re, __flags);
98 __executor(__s, __e, __m, __re, __flags);
regex.h 57 const basic_regex<_CharT, _TraitsT>& __re,
    [all...]
regex_compiler.tcc 120 _StateSeqT __re = _M_pop();
122 __re._M_append(_M_pop());
123 _M_stack.push(__re);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h     [all...]
  /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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
regex     [all...]

Completed in 662 milliseconds

1 2 3