/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
cmath | 487 copysign(float __x, float __y) 488 { return __builtin_copysignf(__x, __y); } 491 copysign(long double __x, long double __y) 492 { return __builtin_copysignl(__x, __y); } 500 copysign(_Tp __x, _Up __y) 503 return copysign(__type(__x), __type(__y)); 587 fdim(float __x, float __y) 588 { return __builtin_fdimf(__x, __y); } 591 fdim(long double __x, long double __y) 592 { return __builtin_fdiml(__x, __y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
cmath | 487 copysign(float __x, float __y) 488 { return __builtin_copysignf(__x, __y); } 491 copysign(long double __x, long double __y) 492 { return __builtin_copysignl(__x, __y); } 500 copysign(_Tp __x, _Up __y) 503 return copysign(__type(__x), __type(__y)); 587 fdim(float __x, float __y) 588 { return __builtin_fdimf(__x, __y); } 591 fdim(long double __x, long double __y) 592 { return __builtin_fdiml(__x, __y); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
cmath | 487 copysign(float __x, float __y) 488 { return __builtin_copysignf(__x, __y); } 491 copysign(long double __x, long double __y) 492 { return __builtin_copysignl(__x, __y); } 496 copysign(_Tp __x, _Up __y) 499 return copysign(__type(__x), __type(__y)); 588 fdim(float __x, float __y) 589 { return __builtin_fdimf(__x, __y); } 592 fdim(long double __x, long double __y) 593 { return __builtin_fdiml(__x, __y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
cmath | 487 copysign(float __x, float __y) 488 { return __builtin_copysignf(__x, __y); } 491 copysign(long double __x, long double __y) 492 { return __builtin_copysignl(__x, __y); } 500 copysign(_Tp __x, _Up __y) 503 return copysign(__type(__x), __type(__y)); 587 fdim(float __x, float __y) 588 { return __builtin_fdimf(__x, __y); } 591 fdim(long double __x, long double __y) 592 { return __builtin_fdiml(__x, __y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
cmath | 487 copysign(float __x, float __y) 488 { return __builtin_copysignf(__x, __y); } 491 copysign(long double __x, long double __y) 492 { return __builtin_copysignl(__x, __y); } 496 copysign(_Tp __x, _Up __y) 499 return copysign(__type(__x), __type(__y)); 588 fdim(float __x, float __y) 589 { return __builtin_fdimf(__x, __y); } 592 fdim(long double __x, long double __y) 593 { return __builtin_fdiml(__x, __y); } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
cmath | 486 copysign(float __x, float __y) 487 { return __builtin_copysignf(__x, __y); } 490 copysign(long double __x, long double __y) 491 { return __builtin_copysignl(__x, __y); } 495 copysign(_Tp __x, _Up __y) 498 return copysign(__type(__x), __type(__y)); 587 fdim(float __x, float __y) 588 { return __builtin_fdimf(__x, __y); } 591 fdim(long double __x, long double __y) 592 { return __builtin_fdiml(__x, __y); } [all...] |
/external/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_function.h | 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; } 50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; } 55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; } 60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; } 65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_stack.h | 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 236 { return __x.c == __y.c; } 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 254 { return __x.c < __y.c; } 259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 260 { return !(__x == __y); } 265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 266 { return __y < __x; } 271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 272 { return !(__y < __x); [all...] |
unique_ptr.h | 389 unique_ptr<_Tp, _Tp_Deleter>& __y) 390 { __x.swap(__y); } 395 unique_ptr<_Tp, _Tp_Deleter>& __y) 396 { __x.swap(__y); } 401 unique_ptr<_Tp, _Tp_Deleter>&& __y) 402 { __x.swap(__y); } 408 const unique_ptr<_Up, _Up_Deleter>& __y) 409 { return __x.get() == __y.get(); } 415 const unique_ptr<_Up, _Up_Deleter>& __y) 416 { return !(__x.get() == __y.get()); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_stack.h | 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 236 { return __x.c == __y.c; } 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 254 { return __x.c < __y.c; } 259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 260 { return !(__x == __y); } 265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 266 { return __y < __x; } 271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 272 { return !(__y < __x); [all...] |
unique_ptr.h | 389 unique_ptr<_Tp, _Tp_Deleter>& __y) 390 { __x.swap(__y); } 395 unique_ptr<_Tp, _Tp_Deleter>& __y) 396 { __x.swap(__y); } 401 unique_ptr<_Tp, _Tp_Deleter>&& __y) 402 { __x.swap(__y); } 408 const unique_ptr<_Up, _Up_Deleter>& __y) 409 { return __x.get() == __y.get(); } 415 const unique_ptr<_Up, _Up_Deleter>& __y) 416 { return !(__x.get() == __y.get()); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_stack.h | 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 236 { return __x.c == __y.c; } 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 254 { return __x.c < __y.c; } 259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 260 { return !(__x == __y); } 265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 266 { return __y < __x; } 271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 272 { return !(__y < __x); [all...] |
unique_ptr.h | 389 unique_ptr<_Tp, _Tp_Deleter>& __y) 390 { __x.swap(__y); } 395 unique_ptr<_Tp, _Tp_Deleter>& __y) 396 { __x.swap(__y); } 401 unique_ptr<_Tp, _Tp_Deleter>&& __y) 402 { __x.swap(__y); } 408 const unique_ptr<_Up, _Up_Deleter>& __y) 409 { return __x.get() == __y.get(); } 415 const unique_ptr<_Up, _Up_Deleter>& __y) 416 { return !(__x.get() == __y.get()); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_stack.h | 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 236 { return __x.c == __y.c; } 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 254 { return __x.c < __y.c; } 259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 260 { return !(__x == __y); } 265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 266 { return __y < __x; } 271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 272 { return !(__y < __x); [all...] |
unique_ptr.h | 389 unique_ptr<_Tp, _Tp_Deleter>& __y) 390 { __x.swap(__y); } 395 unique_ptr<_Tp, _Tp_Deleter>& __y) 396 { __x.swap(__y); } 401 unique_ptr<_Tp, _Tp_Deleter>&& __y) 402 { __x.swap(__y); } 408 const unique_ptr<_Up, _Up_Deleter>& __y) 409 { return __x.get() == __y.get(); } 415 const unique_ptr<_Up, _Up_Deleter>& __y) 416 { return !(__x.get() == __y.get()); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_stack.h | 235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 236 { return __x.c == __y.c; } 253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 254 { return __x.c < __y.c; } 259 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 260 { return !(__x == __y); } 265 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 266 { return __y < __x; } 271 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 272 { return !(__y < __x); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_stack.h | 231 * @param __y A %stack of the same type as @a __x. 242 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 243 { return __x.c == __y.c; } 248 * @param __y A %stack of the same type as @a x. 249 * @return True iff @a x is lexicographically less than @a __y. 260 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 261 { return __x.c < __y.c; } 266 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 267 { return !(__x == __y); } 272 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_stack.h | 231 * @param __y A %stack of the same type as @a __x. 242 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 243 { return __x.c == __y.c; } 248 * @param __y A %stack of the same type as @a x. 249 * @return True iff @a x is lexicographically less than @a __y. 260 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 261 { return __x.c < __y.c; } 266 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 267 { return !(__x == __y); } 272 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_stack.h | 232 * @param __y A %stack of the same type as @a __x. 243 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 244 { return __x.c == __y.c; } 249 * @param __y A %stack of the same type as @a x. 250 * @return True iff @a x is lexicographically less than @a __y. 261 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 262 { return __x.c < __y.c; } 267 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 268 { return !(__x == __y); } 273 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) [all...] |