/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local 289 if (!__is_positive) ++__b; 292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local 289 if (!__is_positive) ++__b; 292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local 289 if (!__is_positive) ++__b; 292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local 289 if (!__is_positive) ++__b; 292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local 289 if (!__is_positive) ++__b; 292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_monetary.c | 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local 289 if (!__is_positive) ++__b; 292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
|
/external/compiler-rt/test/Unit/ |
divdc3_test.c | 21 double _Complex __divdc3(double __a, double __b, double __c, double __d);
|
divsc3_test.c | 21 float _Complex __divsc3(float __a, float __b, float __c, float __d);
|
divtc3_test.c | 24 __divtc3(long double __a, long double __b, long double __c, long double __d);
|
divxc3_test.c | 24 __divxc3(long double __a, long double __b, long double __c, long double __d);
|
muldc3_test.c | 21 double _Complex __muldc3(double __a, double __b, double __c, double __d);
|
mulsc3_test.c | 21 float _Complex __mulsc3(float __a, float __b, float __c, float __d);
|
multc3_test.c | 24 __multc3(long double __a, long double __b, long double __c, long double __d);
|
mulxc3_test.c | 24 __mulxc3(long double __a, long double __b, long double __c, long double __d);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_algo.h | 121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) 125 if (__a < __b) 126 if (__b < __c) 127 return __b; 134 else if (__b < __c) 137 return __b; 155 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) 160 if (__comp(__a, __b)) 161 if (__comp(__b, __c)) 162 return __b; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_algo.h | 77 /// Swaps the median value of *__a, *__b and *__c to *__a 80 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c) 86 if (*__a < *__b) 88 if (*__b < *__c) 89 std::iter_swap(__a, __b); 95 else if (*__b < *__c) 98 std::iter_swap(__a, __b); 101 /// Swaps the median value of *__a, *__b and *__c under __comp to *__a 104 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c, 112 if (__comp(*__a, *__b)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_algo.h | 77 /// Swaps the median value of *__a, *__b and *__c to *__a 80 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c) 86 if (*__a < *__b) 88 if (*__b < *__c) 89 std::iter_swap(__a, __b); 95 else if (*__b < *__c) 98 std::iter_swap(__a, __b); 101 /// Swaps the median value of *__a, *__b and *__c under __comp to *__a 104 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c, 112 if (__comp(*__a, *__b)) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) 125 if (__a < __b) 126 if (__b < __c) 127 return __b; 134 else if (__b < __c) 137 return __b; 155 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) 160 if (__comp(__a, __b)) 161 if (__comp(__b, __c)) 162 return __b; [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) 125 if (__a < __b) 126 if (__b < __c) 127 return __b; 134 else if (__b < __c) 137 return __b; 155 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) 160 if (__comp(__a, __b)) 161 if (__comp(__b, __c)) 162 return __b; [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_algo.h | 121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) 125 if (__a < __b) 126 if (__b < __c) 127 return __b; 134 else if (__b < __c) 137 return __b; 155 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) 160 if (__comp(__a, __b)) 161 if (__comp(__b, __c)) 162 return __b; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_algo.h | 121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) 125 if (__a < __b) 126 if (__b < __c) 127 return __b; 134 else if (__b < __c) 137 return __b; 155 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) 160 if (__comp(__a, __b)) 161 if (__comp(__b, __c)) 162 return __b; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algo.h | 77 /// Swaps the median value of *__a, *__b and *__c to *__a 80 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c) 86 if (*__a < *__b) 88 if (*__b < *__c) 89 std::iter_swap(__a, __b); 95 else if (*__b < *__c) 98 std::iter_swap(__a, __b); 101 /// Swaps the median value of *__a, *__b and *__c under __comp to *__a 104 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c, 112 if (__comp(*__a, *__b)) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algo.h | 77 /// Swaps the median value of *__a, *__b and *__c to *__a 80 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c) 86 if (*__a < *__b) 88 if (*__b < *__c) 89 std::iter_swap(__a, __b); 95 else if (*__b < *__c) 98 std::iter_swap(__a, __b); 101 /// Swaps the median value of *__a, *__b and *__c under __comp to *__a 104 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c, 112 if (__comp(*__a, *__b)) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algo.h | 77 /// Swaps the median value of *__a, *__b and *__c to *__a 80 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c) 86 if (*__a < *__b) 88 if (*__b < *__c) 89 std::iter_swap(__a, __b); 95 else if (*__b < *__c) 98 std::iter_swap(__a, __b); 101 /// Swaps the median value of *__a, *__b and *__c under __comp to *__a 104 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c, 112 if (__comp(*__a, *__b)) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algo.h | 77 /// Swaps the median value of *__a, *__b and *__c to *__a 80 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c) 86 if (*__a < *__b) 88 if (*__b < *__c) 89 std::iter_swap(__a, __b); 95 else if (*__b < *__c) 98 std::iter_swap(__a, __b); 101 /// Swaps the median value of *__a, *__b and *__c under __comp to *__a 104 __move_median_first(_Iterator __a, _Iterator __b, _Iterator __c, 112 if (__comp(*__a, *__b)) [all...] |