Home
last modified time | relevance | path

Searched refs:__c2 (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dchar_traits.h102 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
140 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
328 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
329 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
[all …]
H A Dboost_concept_check.h604 __c.swap(__c2); in _GLIBCXX_VISIBILITY()
607 _Container __c, __c2; in _GLIBCXX_VISIBILITY()
731 __c2 _IsUnused(__first, __last); in _GLIBCXX_VISIBILITY()
H A Distream.tcc377 char_type __c2 = traits_type::to_char_type(__c); in get()
381 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof)) in get()
385 __c2 = traits_type::to_char_type(__c); in get()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dchar_traits.h102 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
140 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
328 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
329 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
[all …]
H A Dboost_concept_check.h604 __c.swap(__c2); in _GLIBCXX_VISIBILITY()
607 _Container __c, __c2; in _GLIBCXX_VISIBILITY()
731 __c2 _IsUnused(__first, __last); in _GLIBCXX_VISIBILITY()
H A Distream.tcc377 char_type __c2 = traits_type::to_char_type(__c); in get()
381 && !traits_type::eq_int_type(__sb.sputc(__c2), __eof)) in get()
385 __c2 = traits_type::to_char_type(__c); in get()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__string85 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
86 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
87 {return __c1 == __c2;}
88 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
89 {return __c1 < __c2;}
109 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
110 {return __c1 == __c2;}
209 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
210 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
211 {return __c1 == __c2;}
[all …]
H A D__debug276 void swap(void* __c1, void* __c2);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__string85 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
86 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
87 {return __c1 == __c2;}
88 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT
89 {return __c1 < __c2;}
109 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT
110 {return __c1 == __c2;}
209 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;}
210 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT
211 {return __c1 == __c2;}
[all …]
H A D__debug276 void swap(void* __c1, void* __c2);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dpod_char_traits.h106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY()
110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY()
115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY()
178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY()
179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dell_integral.tcc95 const _Tp __c2 = _Tp(1) / _Tp(10); in __ellint_rf() local
131 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 in __ellint_rf()
337 const _Tp __c2 = _Tp(1) / _Tp(6); in __ellint_rd() local
382 * (__c2 * __ef in __ellint_rd()
512 const _Tp __c2 = _Tp(9) / _Tp(22); in __ellint_rc() local
538 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); in __ellint_rc()
588 const _Tp __c2 = _Tp(1) / _Tp(3); in __ellint_rj() local
643 _Tp __s2 = __eb * (__c2 / _Tp(2) in __ellint_rj()
645 _Tp __s3 = __pndev * __ea * (__c2 - __pndev * __c3) in __ellint_rj()
646 - __c2 * __pndev * __ec; in __ellint_rj()
H A Drandom.tcc1091 const _RealType __c2 = _M_c2b + __c1; in operator ()() local
1092 const _RealType __c3 = __c2 + 1; in operator ()()
1117 else if (__u <= __c2) in operator ()()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dell_integral.tcc95 const _Tp __c2 = _Tp(1) / _Tp(10); in __ellint_rf() local
131 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 in __ellint_rf()
337 const _Tp __c2 = _Tp(1) / _Tp(6); in __ellint_rd() local
382 * (__c2 * __ef in __ellint_rd()
512 const _Tp __c2 = _Tp(9) / _Tp(22); in __ellint_rc() local
538 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); in __ellint_rc()
588 const _Tp __c2 = _Tp(1) / _Tp(3); in __ellint_rj() local
643 _Tp __s2 = __eb * (__c2 / _Tp(2) in __ellint_rj()
645 _Tp __s3 = __pndev * __ea * (__c2 - __pndev * __c3) in __ellint_rj()
646 - __c2 * __pndev * __ec; in __ellint_rj()
H A Drandom.tcc1091 const _RealType __c2 = _M_c2b + __c1; in operator ()() local
1092 const _RealType __c3 = __c2 + 1; in operator ()()
1117 else if (__u <= __c2) in operator ()()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/
H A Ddynamic_bitset.tcc238 const char_type __c2 = _Traits::to_char_type(__c1); in operator >>()
239 if (_Traits::eq(__c2, __zero)) in operator >>()
241 else if (_Traits::eq(__c2, __one)) in operator >>()
244 eq_int_type(__is.rdbuf()->sputbackc(__c2), in operator >>()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/
H A Ddynamic_bitset.tcc238 const char_type __c2 = _Traits::to_char_type(__c1); in operator >>()
239 if (_Traits::eq(__c2, __zero)) in operator >>()
241 else if (_Traits::eq(__c2, __one)) in operator >>()
244 eq_int_type(__is.rdbuf()->sputbackc(__c2), in operator >>()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree.h3309 enum tree_code __c1, enum tree_code __c2) in tree_check2() argument
3312 && TREE_CODE (__t) != __c2) in tree_check2()
3313 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_check2()
3319 enum tree_code __c1, enum tree_code __c2) in tree_not_check2() argument
3322 || TREE_CODE (__t) == __c2) in tree_not_check2()
3323 tree_not_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_not_check2()
3329 enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) in tree_check3() argument
3332 && TREE_CODE (__t) != __c2 in tree_check3()
3334 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0); in tree_check3()
3340 enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) in tree_not_check3() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree.h3309 enum tree_code __c1, enum tree_code __c2) in tree_check2() argument
3312 && TREE_CODE (__t) != __c2) in tree_check2()
3313 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_check2()
3319 enum tree_code __c1, enum tree_code __c2) in tree_not_check2() argument
3322 || TREE_CODE (__t) == __c2) in tree_not_check2()
3323 tree_not_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_not_check2()
3329 enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) in tree_check3() argument
3332 && TREE_CODE (__t) != __c2 in tree_check3()
3334 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0); in tree_check3()
3340 enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) in tree_not_check3() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dratio223 static constexpr uintmax_t __c2 = uintmax_t(1) << __coshift;
227 static constexpr uintmax_t __n0_top = (__shift != 0) ? (__n0 / __c2) : 0;
H A Dbitset1504 const char_type __c2 = _Traits::to_char_type(__c1);
1505 if (_Traits::eq(__c2, __zero))
1507 else if (_Traits::eq(__c2, __one))
1510 eq_int_type(__is.rdbuf()->sputbackc(__c2),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dratio223 static constexpr uintmax_t __c2 = uintmax_t(1) << __coshift;
227 static constexpr uintmax_t __n0_top = (__shift != 0) ? (__n0 / __c2) : 0;
H A Dbitset1504 const char_type __c2 = _Traits::to_char_type(__c1);
1505 if (_Traits::eq(__c2, __zero))
1507 else if (_Traits::eq(__c2, __one))
1510 eq_int_type(__is.rdbuf()->sputbackc(__c2),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dmultiway_merge.h413 __c0, __c1, __c2) \ in multiway_merge_4_variant() argument
424 if (__seq ## __a __c2 __seq ## __d) \ in multiway_merge_4_variant()

12