HomeSort by relevance Sort by last modified time
    Searched full:constexpr (Results 76 - 100 of 598) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
initializer_list 60 constexpr initializer_list(const_iterator __a, size_type __l)
64 constexpr initializer_list() : _M_array(0), _M_len(0) { }
67 constexpr size_type
71 constexpr const_iterator
75 constexpr const_iterator
85 constexpr const _Tp*
95 constexpr const _Tp*
ratio 160 static constexpr intmax_t num =
163 static constexpr intmax_t den =
170 constexpr intmax_t ratio<_Num, _Den>::num;
173 constexpr intmax_t ratio<_Num, _Den>::den;
180 static constexpr intmax_t __gcd =
182 static constexpr intmax_t __n = __safe_add<
188 static constexpr intmax_t __gcd2 = __static_gcd<__n, __gcd>::value;
194 static constexpr intmax_t num = type::num;
195 static constexpr intmax_t den = type::den;
199 constexpr intmax_t ratio_add<_R1, _R2>::num
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
initializer_list 60 constexpr initializer_list(const_iterator __a, size_type __l)
64 constexpr initializer_list() : _M_array(0), _M_len(0) { }
67 constexpr size_type
71 constexpr const_iterator
75 constexpr const_iterator
85 constexpr const _Tp*
95 constexpr const _Tp*
ratio 160 static constexpr intmax_t num =
163 static constexpr intmax_t den =
170 constexpr intmax_t ratio<_Num, _Den>::num;
173 constexpr intmax_t ratio<_Num, _Den>::den;
180 static constexpr intmax_t __gcd =
182 static constexpr intmax_t __n = __safe_add<
188 static constexpr intmax_t __gcd2 = __static_gcd<__n, __gcd>::value;
194 static constexpr intmax_t num = type::num;
195 static constexpr intmax_t den = type::den;
199 constexpr intmax_t ratio_add<_R1, _R2>::num
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
initializer_list 62 constexpr initializer_list(const_iterator __a, size_type __l)
66 constexpr initializer_list() noexcept
70 constexpr size_type
74 constexpr const_iterator
78 constexpr const_iterator
88 constexpr const _Tp*
98 constexpr const _Tp*
limits 209 static constexpr int max_digits10 = 0;
318 static constexpr _Tp
382 static constexpr bool
388 static constexpr int max_digits10 = 0;
451 static constexpr char
458 static constexpr int max_digits10 = 0;
518 static constexpr signed char
526 static constexpr int max_digits10 = 0;
588 static constexpr unsigned char
597 static constexpr int max_digits10 = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
initializer_list 60 constexpr initializer_list(const_iterator __a, size_type __l)
64 constexpr initializer_list() : _M_array(0), _M_len(0) { }
67 constexpr size_type
71 constexpr const_iterator
75 constexpr const_iterator
85 constexpr const _Tp*
95 constexpr const _Tp*
ratio 160 static constexpr intmax_t num =
163 static constexpr intmax_t den =
170 constexpr intmax_t ratio<_Num, _Den>::num;
173 constexpr intmax_t ratio<_Num, _Den>::den;
180 static constexpr intmax_t __gcd =
182 static constexpr intmax_t __n = __safe_add<
188 static constexpr intmax_t __gcd2 = __static_gcd<__n, __gcd>::value;
194 static constexpr intmax_t num = type::num;
195 static constexpr intmax_t den = type::den;
199 constexpr intmax_t ratio_add<_R1, _R2>::num
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
initializer_list 62 constexpr initializer_list(const_iterator __a, size_type __l)
66 constexpr initializer_list() noexcept
70 constexpr size_type
74 constexpr const_iterator
78 constexpr const_iterator
88 constexpr const _Tp*
98 constexpr const _Tp*
limits 209 static constexpr int max_digits10 = 0;
318 static constexpr _Tp
382 static constexpr bool
388 static constexpr int max_digits10 = 0;
451 static constexpr char
458 static constexpr int max_digits10 = 0;
518 static constexpr signed char
526 static constexpr int max_digits10 = 0;
588 static constexpr unsigned char
597 static constexpr int max_digits10 = 0
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
initializer_list 62 constexpr initializer_list(const_iterator __a, size_type __l)
66 constexpr initializer_list() noexcept
70 constexpr size_type
74 constexpr const_iterator
78 constexpr const_iterator
88 constexpr const _Tp*
98 constexpr const _Tp*
limits 208 static constexpr int max_digits10 = 0;
318 static constexpr _Tp
382 static constexpr bool
388 static constexpr int max_digits10 = 0;
451 static constexpr char
458 static constexpr int max_digits10 = 0;
518 static constexpr signed char
526 static constexpr int max_digits10 = 0;
588 static constexpr unsigned char
597 static constexpr int max_digits10 = 0
    [all...]
chrono 131 static constexpr _ToDur
145 static constexpr _ToDur
157 static constexpr _ToDur
170 static constexpr _ToDur
191 constexpr typename enable_if<__is_duration<_ToDur>::value,
215 static constexpr _Rep
219 static constexpr _Rep
223 static constexpr _Rep
251 constexpr duration() = default;
253 // NB: Make constexpr implicit. This cannot be explicitl
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 17 // static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
18 // static constexpr regex_constants::syntax_option_type nosubs = regex_constants::nosubs;
19 // static constexpr regex_constants::syntax_option_type optimize = regex_constants::optimize;
20 // static constexpr regex_constants::syntax_option_type collate = regex_constants::collate;
21 // static constexpr regex_constants::syntax_option_type ECMAScript = regex_constants::ECMAScript;
22 // static constexpr regex_constants::syntax_option_type basic = regex_constants::basic;
23 // static constexpr regex_constants::syntax_option_type extended = regex_constants::extended;
24 // static constexpr regex_constants::syntax_option_type awk = regex_constants::awk;
25 // static constexpr regex_constants::syntax_option_type grep = regex_constants::grep;
26 // static constexpr regex_constants::syntax_option_type egrep = regex_constants::egrep
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/
op_mod_duration.pass.cpp 15 // constexpr
44 constexpr std::chrono::nanoseconds ns1(15);
45 constexpr std::chrono::nanoseconds ns2(6);
46 constexpr std::chrono::nanoseconds r = ns1 % ns2;
50 constexpr std::chrono::microseconds us1(15);
51 constexpr std::chrono::nanoseconds ns2(28);
52 constexpr std::chrono::nanoseconds r = us1 % ns2;
56 constexpr std::chrono::duration<int, std::ratio<3, 5> > s1(6);
57 constexpr std::chrono::duration<int, std::ratio<2, 3> > s2(3);
58 constexpr std::chrono::duration<int, std::ratio<1, 15> > r = s1 % s2
    [all...]
op_times_rep.pass.cpp 15 // constexpr
20 // constexpr
38 constexpr std::chrono::nanoseconds ns(3);
39 constexpr std::chrono::nanoseconds ns2 = ns * 5;
41 constexpr std::chrono::nanoseconds ns3 = 6 * ns;
op_divide_duration.pass.cpp 15 // constexpr
46 constexpr std::chrono::nanoseconds ns1(15);
47 constexpr std::chrono::nanoseconds ns2(5);
51 constexpr std::chrono::microseconds us1(15);
52 constexpr std::chrono::nanoseconds ns2(5);
56 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30);
57 constexpr std::chrono::duration<int, std::ratio<3, 5> > s2(5);
61 constexpr std::chrono::duration<int, std::ratio<2, 3> > s1(30);
62 constexpr std::chrono::duration<double, std::ratio<3, 5> > s2(5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 20 // static constexpr size_t word_size = w;
21 // static constexpr size_t short_lag = s;
22 // static constexpr size_t long_lag = r;
23 // static constexpr result_type min() { return 0; }
24 // static constexpr result_type max() { return m-1; }
25 // static constexpr result_type default_seed = 19780503u;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase;
86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs;
94 static constexpr syntax_option_type optimize = 1 << _S_optimize;
100 static constexpr syntax_option_type collate = 1 << _S_collate;
110 static constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript;
119 static constexpr syntax_option_type basic = 1 << _S_basic;
127 static constexpr syntax_option_type extended = 1 << _S_extended;
137 static constexpr syntax_option_type awk = 1 << _S_awk;
145 static constexpr syntax_option_type grep = 1 << _S_grep;
153 static constexpr syntax_option_type egrep = 1 << _S_egrep
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
ratio 160 static constexpr intmax_t num =
163 static constexpr intmax_t den =
170 constexpr intmax_t ratio<_Num, _Den>::num;
173 constexpr intmax_t ratio<_Num, _Den>::den;
180 static constexpr intmax_t __gcd =
182 static constexpr intmax_t __n = __safe_add<
188 static constexpr intmax_t __gcd2 = __static_gcd<__n, __gcd>::value;
194 static constexpr intmax_t num = type::num;
195 static constexpr intmax_t den = type::den;
199 constexpr intmax_t ratio_add<_R1, _R2>::num
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase;
86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs;
94 static constexpr syntax_option_type optimize = 1 << _S_optimize;
100 static constexpr syntax_option_type collate = 1 << _S_collate;
110 static constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript;
119 static constexpr syntax_option_type basic = 1 << _S_basic;
127 static constexpr syntax_option_type extended = 1 << _S_extended;
137 static constexpr syntax_option_type awk = 1 << _S_awk;
145 static constexpr syntax_option_type grep = 1 << _S_grep;
153 static constexpr syntax_option_type egrep = 1 << _S_egrep
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase;
86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs;
94 static constexpr syntax_option_type optimize = 1 << _S_optimize;
100 static constexpr syntax_option_type collate = 1 << _S_collate;
110 static constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript;
119 static constexpr syntax_option_type basic = 1 << _S_basic;
127 static constexpr syntax_option_type extended = 1 << _S_extended;
137 static constexpr syntax_option_type awk = 1 << _S_awk;
145 static constexpr syntax_option_type grep = 1 << _S_grep;
153 static constexpr syntax_option_type egrep = 1 << _S_egrep
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase;
86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs;
94 static constexpr syntax_option_type optimize = 1 << _S_optimize;
100 static constexpr syntax_option_type collate = 1 << _S_collate;
110 static constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript;
119 static constexpr syntax_option_type basic = 1 << _S_basic;
127 static constexpr syntax_option_type extended = 1 << _S_extended;
137 static constexpr syntax_option_type awk = 1 << _S_awk;
145 static constexpr syntax_option_type grep = 1 << _S_grep;
153 static constexpr syntax_option_type egrep = 1 << _S_egrep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase;
86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs;
94 static constexpr syntax_option_type optimize = 1 << _S_optimize;
100 static constexpr syntax_option_type collate = 1 << _S_collate;
110 static constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript;
119 static constexpr syntax_option_type basic = 1 << _S_basic;
127 static constexpr syntax_option_type extended = 1 << _S_extended;
137 static constexpr syntax_option_type awk = 1 << _S_awk;
145 static constexpr syntax_option_type grep = 1 << _S_grep;
153 static constexpr syntax_option_type egrep = 1 << _S_egrep
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase;
86 static constexpr syntax_option_type nosubs = 1 << _S_nosubs;
94 static constexpr syntax_option_type optimize = 1 << _S_optimize;
100 static constexpr syntax_option_type collate = 1 << _S_collate;
110 static constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript;
119 static constexpr syntax_option_type basic = 1 << _S_basic;
127 static constexpr syntax_option_type extended = 1 << _S_extended;
137 static constexpr syntax_option_type awk = 1 << _S_awk;
145 static constexpr syntax_option_type grep = 1 << _S_grep;
153 static constexpr syntax_option_type egrep = 1 << _S_egrep
    [all...]

Completed in 562 milliseconds

1 2 34 5 6 7 8 91011>>