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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiseq_selection.h 170 _DifferenceType* __ns = new _DifferenceType[__m];
175 __ns[0] = std::distance(__begin_seqs[0].first, __begin_seqs[0].second);
176 __nmax = __ns[0];
179 __ns[__i] = std::distance(__begin_seqs[__i].first,
181 __nmax = std::max(__nmax, __ns[__i]);
198 // 0 <= __a[__i] <= __ns[__i], 0 <= __b[__i] <= __l
206 if (__n < __ns[__i]) //__sequence long enough
211 if (__n >= __ns[__i]) //__sequence too short, conceptual infinity
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
257 if (__lmax && __middle < __ns[__i] &
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiseq_selection.h 170 _DifferenceType* __ns = new _DifferenceType[__m];
175 __ns[0] = std::distance(__begin_seqs[0].first, __begin_seqs[0].second);
176 __nmax = __ns[0];
179 __ns[__i] = std::distance(__begin_seqs[__i].first,
181 __nmax = std::max(__nmax, __ns[__i]);
198 // 0 <= __a[__i] <= __ns[__i], 0 <= __b[__i] <= __l
206 if (__n < __ns[__i]) //__sequence long enough
211 if (__n >= __ns[__i]) //__sequence too short, conceptual infinity
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
257 if (__lmax && __middle < __ns[__i] &
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiseq_selection.h 170 _DifferenceType* __ns = new _DifferenceType[__m];
175 __ns[0] = std::distance(__begin_seqs[0].first, __begin_seqs[0].second);
176 __nmax = __ns[0];
179 __ns[__i] = std::distance(__begin_seqs[__i].first,
181 __nmax = std::max(__nmax, __ns[__i]);
198 // 0 <= __a[__i] <= __ns[__i], 0 <= __b[__i] <= __l
206 if (__n < __ns[__i]) //__sequence long enough
211 if (__n >= __ns[__i]) //__sequence too short, conceptual infinity
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
257 if (__lmax && __middle < __ns[__i] &
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiseq_selection.h 170 _DifferenceType* __ns = new _DifferenceType[__m];
175 __ns[0] = std::distance(__begin_seqs[0].first, __begin_seqs[0].second);
176 __nmax = __ns[0];
179 __ns[__i] = std::distance(__begin_seqs[__i].first,
181 __nmax = std::max(__nmax, __ns[__i]);
198 // 0 <= __a[__i] <= __ns[__i], 0 <= __b[__i] <= __l
206 if (__n < __ns[__i]) //__sequence long enough
211 if (__n >= __ns[__i]) //__sequence too short, conceptual infinity
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
257 if (__lmax && __middle < __ns[__i] &
    [all...]
  /external/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign() local
179 if (__ns.empty()) {
188 if (__ns.empty())
190 if (*__s == __ns[0]) {
201 if (__ns.empty())
203 if (*__s == __ns[0]) {
256 if (__ns.size() > 1) {
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign() local
179 if (__ns.empty()) {
188 if (__ns.empty())
190 if (*__s == __ns[0]) {
201 if (__ns.empty())
203 if (*__s == __ns[0]) {
256 if (__ns.size() > 1) {
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign() local
179 if (__ns.empty()) {
188 if (__ns.empty())
190 if (*__s == __ns[0]) {
201 if (__ns.empty())
203 if (*__s == __ns[0]) {
256 if (__ns.size() > 1) {
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign() local
179 if (__ns.empty()) {
188 if (__ns.empty())
190 if (*__s == __ns[0]) {
201 if (__ns.empty())
203 if (*__s == __ns[0]) {
256 if (__ns.size() > 1) {
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign() local
179 if (__ns.empty()) {
188 if (__ns.empty())
190 if (*__s == __ns[0]) {
201 if (__ns.empty())
203 if (*__s == __ns[0]) {
256 if (__ns.size() > 1) {
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign() local
179 if (__ns.empty()) {
188 if (__ns.empty())
190 if (*__s == __ns[0]) {
201 if (__ns.empty())
203 if (*__s == __ns[0]) {
256 if (__ns.size() > 1) {
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign() local
179 if (__ns.empty()) {
188 if (__ns.empty())
190 if (*__s == __ns[0]) {
201 if (__ns.empty())
203 if (*__s == __ns[0]) {
256 if (__ns.size() > 1) {
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());
  /external/libcxx/include/
thread 417 nanoseconds __ns;
420 __ns = duration_cast<nanoseconds>(__d);
421 if (__ns < __d)
422 ++__ns;
425 __ns = nanoseconds::max();
426 sleep_for(__ns);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 419 nanoseconds __ns;
422 __ns = duration_cast<nanoseconds>(__d);
423 if (__ns < __d)
424 ++__ns;
427 __ns = nanoseconds::max();
428 sleep_for(__ns);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
thread 417 nanoseconds __ns;
420 __ns = duration_cast<nanoseconds>(__d);
421 if (__ns < __d)
422 ++__ns;
425 __ns = nanoseconds::max();
426 sleep_for(__ns);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
thread 272 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__rtime - __s);
277 static_cast<long>(__ns.count())
281 __sleep_for(__s, __ns);
condition_variable 152 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__atime - __s);
157 static_cast<long>(__ns.count())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
thread 272 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__rtime - __s);
277 static_cast<long>(__ns.count())
281 __sleep_for(__s, __ns);
condition_variable 152 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__atime - __s);
157 static_cast<long>(__ns.count())
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
thread 272 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__rtime - __s);
277 static_cast<long>(__ns.count())
281 __sleep_for(__s, __ns);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
thread 272 auto __ns = chrono::duration_cast<chrono::nanoseconds>(__rtime - __s);
277 static_cast<long>(__ns.count())
281 __sleep_for(__s, __ns);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
condition_variable 149 chrono::nanoseconds __ns =
155 static_cast<long>(__ns.count())
thread 277 chrono::nanoseconds __ns =
283 static_cast<long>(__ns.count())
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
condition_variable 145 chrono::nanoseconds __ns =
151 static_cast<long>(__ns.count())
thread 263 chrono::nanoseconds __ns =
269 static_cast<long>(__ns.count())
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
condition_variable 145 chrono::nanoseconds __ns =
151 static_cast<long>(__ns.count())

Completed in 1181 milliseconds

1 2 3