HomeSort by relevance Sort by last modified time
    Searched full:__power (Results 1 - 11 of 11) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_numeric.h 140 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr);
152 inline _Tp __power(_Tp __x, _Integer __n) { function
153 return __power(__x, __n, multiplies<_Tp>());
158 // Alias for the internal name __power. Note that power is an extension,
162 return _STLP_PRIV __power(__x, __n, __opr);
167 return _STLP_PRIV __power(__x, __n, multiplies<_Tp>());
_numeric.c 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) { function
_rope.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
numeric 74 __power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
101 __power(_Tp __x, _Integer __n)
102 { return __power(__x, __n, std::multiplies<_Tp>()); }
109 // Alias for the internal name __power. Note that power is an extension,
114 { return __power(__x, __n, __monoid_op); }
124 { return __power(__x, __n); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
numeric 74 __power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
101 __power(_Tp __x, _Integer __n)
102 { return __power(__x, __n, std::multiplies<_Tp>()); }
109 // Alias for the internal name __power. Note that power is an extension,
114 { return __power(__x, __n, __monoid_op); }
124 { return __power(__x, __n); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
numeric 74 __power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
101 __power(_Tp __x, _Integer __n)
102 { return __power(__x, __n, std::multiplies<_Tp>()); }
109 // Alias for the internal name __power. Note that power is an extension,
114 { return __power(__x, __n, __monoid_op); }
124 { return __power(__x, __n); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
numeric 74 __power(_Tp __x, _Integer __n, _MonoidOperation __monoid_op)
101 __power(_Tp __x, _Integer __n)
102 { return __power(__x, __n, std::multiplies<_Tp>()); }
109 // Alias for the internal name __power. Note that power is an extension,
114 { return __power(__x, __n, __monoid_op); }
124 { return __power(__x, __n); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_numeric.h 140 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr);
152 inline _Tp __power(_Tp __x, _Integer __n) { function
153 return __power(__x, __n, multiplies<_Tp>());
158 // Alias for the internal name __power. Note that power is an extension,
162 return _STLP_PRIV __power(__x, __n, __opr);
167 return _STLP_PRIV __power(__x, __n, multiplies<_Tp>());
_numeric.c 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) { function
_rope.h     [all...]
  /ndk/sources/cxx-stl/stlport/src/
complex.cpp 284 z = _STLP_PRIV __power(z, (n < 0 ? -n : n), multiplies< complex<_Tp> >());

Completed in 290 milliseconds