Home
last modified time | relevance | path

Searched refs:_R2 (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dratio291 template <class _R1, class _R2>
295 static const intmax_t __gcd_n1_d2 = __static_gcd<_R1::num, _R2::den>::value;
296 static const intmax_t __gcd_d1_n2 = __static_gcd<_R1::den, _R2::num>::value;
300 __ll_mul<_R1::num / __gcd_n1_d2, _R2::num / __gcd_d1_n2>::value,
301 __ll_mul<_R2::den / __gcd_n1_d2, _R1::den / __gcd_d1_n2>::value
307 template <class _R1, class _R2> using ratio_multiply
308 = typename __ratio_multiply<_R1, _R2>::type;
312 template <class _R1, class _R2>
314 : public __ratio_multiply<_R1, _R2>::type {};
318 template <class _R1, class _R2>
[all …]
H A Ddeque189 class _V2, class _P2, class _R2, class _M2, class _D2, _D2 _B2>
190 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2>
193 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2> __r,
204 class _V2, class _P2, class _R2, class _M2, class _D2, _D2 _B2>
205 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2>
208 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2> __r);
211 class _V2, class _P2, class _R2, class _M2, class _D2, _D2 _B2>
212 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2>
215 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2> __r,
226 class _V2, class _P2, class _R2, class _M2, class _D2, _D2 _B2>
[all …]
H A D__functional_03501 template<class _R2>
502 bool operator==(const function<_R2()>&) const;// = delete;
503 template<class _R2>
504 bool operator!=(const function<_R2()>&) const;// = delete;
781 template<class _R2, class _B0>
782 bool operator==(const function<_R2(_B0)>&) const;// = delete;
783 template<class _R2, class _B0>
784 bool operator!=(const function<_R2(_B0)>&) const;// = delete;
1061 template<class _R2, class _B0, class _B1>
1062 bool operator==(const function<_R2(_B0, _B1)>&) const;// = delete;
[all …]
H A Dchrono998 template <class _R1, class _R2>
1002 static const intmax_t __gcd_n1_n2 = __static_gcd<_R1::num, _R2::num>::value;
1003 static const intmax_t __gcd_d1_d2 = __static_gcd<_R1::den, _R2::den>::value;
1006 static const intmax_t __n2 = _R2::num / __gcd_n1_n2;
1007 static const intmax_t __d2 = _R2::den / __gcd_d1_d2;
H A Dfunctional2249 template<class _R2, class... _ArgTypes2>
2250 bool operator==(const function<_R2(_ArgTypes2...)>&) const = delete;
2251 template<class _R2, class... _ArgTypes2>
2252 bool operator!=(const function<_R2(_ArgTypes2...)>&) const = delete;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dratio291 template <class _R1, class _R2>
295 static const intmax_t __gcd_n1_d2 = __static_gcd<_R1::num, _R2::den>::value;
296 static const intmax_t __gcd_d1_n2 = __static_gcd<_R1::den, _R2::num>::value;
300 __ll_mul<_R1::num / __gcd_n1_d2, _R2::num / __gcd_d1_n2>::value,
301 __ll_mul<_R2::den / __gcd_n1_d2, _R1::den / __gcd_d1_n2>::value
307 template <class _R1, class _R2> using ratio_multiply
308 = typename __ratio_multiply<_R1, _R2>::type;
312 template <class _R1, class _R2>
314 : public __ratio_multiply<_R1, _R2>::type {};
318 template <class _R1, class _R2>
[all …]
H A Ddeque189 class _V2, class _P2, class _R2, class _M2, class _D2, _D2 _B2>
190 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2>
193 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2> __r,
204 class _V2, class _P2, class _R2, class _M2, class _D2, _D2 _B2>
205 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2>
208 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2> __r);
211 class _V2, class _P2, class _R2, class _M2, class _D2, _D2 _B2>
212 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2>
215 __deque_iterator<_V2, _P2, _R2, _M2, _D2, _B2> __r,
226 class _V2, class _P2, class _R2, class _M2, class _D2, _D2 _B2>
[all …]
H A D__functional_03501 template<class _R2>
502 bool operator==(const function<_R2()>&) const;// = delete;
503 template<class _R2>
504 bool operator!=(const function<_R2()>&) const;// = delete;
781 template<class _R2, class _B0>
782 bool operator==(const function<_R2(_B0)>&) const;// = delete;
783 template<class _R2, class _B0>
784 bool operator!=(const function<_R2(_B0)>&) const;// = delete;
1061 template<class _R2, class _B0, class _B1>
1062 bool operator==(const function<_R2(_B0, _B1)>&) const;// = delete;
[all …]
H A Dchrono998 template <class _R1, class _R2>
1002 static const intmax_t __gcd_n1_n2 = __static_gcd<_R1::num, _R2::num>::value;
1003 static const intmax_t __gcd_d1_d2 = __static_gcd<_R1::den, _R2::den>::value;
1006 static const intmax_t __n2 = _R2::num / __gcd_n1_n2;
1007 static const intmax_t __d2 = _R2::den / __gcd_d1_d2;
H A Dfunctional2249 template<class _R2, class... _ArgTypes2>
2250 bool operator==(const function<_R2(_ArgTypes2...)>&) const = delete;
2251 template<class _R2, class... _ArgTypes2>
2252 bool operator!=(const function<_R2(_ArgTypes2...)>&) const = delete;
/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 Dratio290 template<typename _R1, typename _R2>
295 __static_gcd<_R1::num, _R2::den>::value;
297 __static_gcd<_R2::num, _R1::den>::value;
302 (_R2::num / __gcd2)>::value,
304 (_R2::den / __gcd1)>::value> type;
310 template<typename _R1, typename _R2>
311 constexpr intmax_t __ratio_multiply<_R1, _R2>::num;
313 template<typename _R1, typename _R2>
314 constexpr intmax_t __ratio_multiply<_R1, _R2>::den;
319 template<typename _R1, typename _R2>
[all …]
H A Dchrono439 template<typename _R1, typename _R2,
440 intmax_t __gcd1 = _S_gcd(_R1::num, _R2::num),
441 intmax_t __gcd2 = _S_gcd(_R1::den, _R2::den)>
442 using __divide = ratio<(_R1::num / __gcd1) * (_R2::den / __gcd2),
443 (_R1::den / __gcd2) * (_R2::num / __gcd1)>;
/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 Dratio290 template<typename _R1, typename _R2>
295 __static_gcd<_R1::num, _R2::den>::value;
297 __static_gcd<_R2::num, _R1::den>::value;
302 (_R2::num / __gcd2)>::value,
304 (_R2::den / __gcd1)>::value> type;
310 template<typename _R1, typename _R2>
311 constexpr intmax_t __ratio_multiply<_R1, _R2>::num;
313 template<typename _R1, typename _R2>
314 constexpr intmax_t __ratio_multiply<_R1, _R2>::den;
319 template<typename _R1, typename _R2>
[all …]
H A Dchrono439 template<typename _R1, typename _R2,
440 intmax_t __gcd1 = _S_gcd(_R1::num, _R2::num),
441 intmax_t __gcd2 = _S_gcd(_R1::den, _R2::den)>
442 using __divide = ratio<(_R1::num / __gcd1) * (_R2::den / __gcd2),
443 (_R1::den / __gcd2) * (_R2::num / __gcd1)>;
/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/experimental/
H A Dratio53 template <typename _R1, typename _R2>
54 constexpr bool ratio_equal_v = ratio_equal<_R1, _R2>::value;
55 template <typename _R1, typename _R2>
56 constexpr bool ratio_not_equal_v = ratio_not_equal<_R1, _R2>::value;
57 template <typename _R1, typename _R2>
58 constexpr bool ratio_less_v = ratio_less<_R1, _R2>::value;
59 template <typename _R1, typename _R2>
60 constexpr bool ratio_less_equal_v = ratio_less_equal<_R1, _R2>::value;
61 template <typename _R1, typename _R2>
62 constexpr bool ratio_greater_v = ratio_greater<_R1, _R2>::value;
[all …]
/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/experimental/
H A Dratio53 template <typename _R1, typename _R2>
54 constexpr bool ratio_equal_v = ratio_equal<_R1, _R2>::value;
55 template <typename _R1, typename _R2>
56 constexpr bool ratio_not_equal_v = ratio_not_equal<_R1, _R2>::value;
57 template <typename _R1, typename _R2>
58 constexpr bool ratio_less_v = ratio_less<_R1, _R2>::value;
59 template <typename _R1, typename _R2>
60 constexpr bool ratio_less_equal_v = ratio_less_equal<_R1, _R2>::value;
61 template <typename _R1, typename _R2>
62 constexpr bool ratio_greater_v = ratio_greater<_R1, _R2>::value;
[all …]
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dkgdb.h85 #define _R2 2 macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dkgdb.h39 _R1, _R2, _R3, _R4, _R5, _R6, _R7, _R8, _R9, _R10, _R11, _R12, _R13, enumerator
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist1.txt374 lrwxrwxrwx root root 27 ./etc/ssl/certs/4a6481c9.0 -> GlobalSign_Root_CA_-_R2.p…
527 …0 ./etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem -> ../../../usr/share/ca-certificates/mozilla/Global…
8141 …-- root root 1354 ./usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R2.crt
H A Dbuildhistory_filelist2.txt374 lrwxrwxrwx root root 27 ./etc/ssl/certs/4a6481c9.0 -> GlobalSign_Root_CA_-_R2.p…
527 …0 ./etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem -> ../../../usr/share/ca-certificates/mozilla/Global…
8144 …-- root root 1354 ./usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R2.crt