Home
last modified time | relevance | path

Searched refs:_R1 (Results 1 – 17 of 17) 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 Ddeque196 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1,
199 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
200 __deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __l,
203 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1,
206 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
207 __deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __l,
218 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1,
221 copy_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
222 __deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __l,
225 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1,
[all …]
H A Dfuture1094 template <class _R1, class _Fp>
1095 friend future<_R1> __make_deferred_assoc_state(_Fp&& __f);
1096 template <class _R1, class _Fp>
1097 friend future<_R1> __make_async_assoc_state(_Fp&& __f);
1099 template <class _R1, class _Fp>
1100 friend future<_R1> __make_deferred_assoc_state(_Fp __f);
1101 template <class _R1, class _Fp>
1102 friend future<_R1> __make_async_assoc_state(_Fp __f);
1194 template <class _R1, class _Fp>
1195 friend future<_R1> __make_deferred_assoc_state(_Fp&& __f);
[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;
1004 static const intmax_t __n1 = _R1::num / __gcd_n1_n2;
1005 static const intmax_t __d1 = _R1::den / __gcd_d1_d2;
/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 Ddeque196 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1,
199 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
200 __deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __l,
203 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1,
206 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
207 __deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __l,
218 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1,
221 copy_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f,
222 __deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __l,
225 template <class _V1, class _P1, class _R1, class _M1, class _D1, _D1 _B1,
[all …]
H A Dfuture1094 template <class _R1, class _Fp>
1095 friend future<_R1> __make_deferred_assoc_state(_Fp&& __f);
1096 template <class _R1, class _Fp>
1097 friend future<_R1> __make_async_assoc_state(_Fp&& __f);
1099 template <class _R1, class _Fp>
1100 friend future<_R1> __make_deferred_assoc_state(_Fp __f);
1101 template <class _R1, class _Fp>
1102 friend future<_R1> __make_async_assoc_state(_Fp __f);
1194 template <class _R1, class _Fp>
1195 friend future<_R1> __make_deferred_assoc_state(_Fp&& __f);
[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;
1004 static const intmax_t __n1 = _R1::num / __gcd_n1_n2;
1005 static const intmax_t __d1 = _R1::den / __gcd_d1_d2;
/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;
301 __safe_multiply<(_R1::num / __gcd1),
303 __safe_multiply<(_R1::den / __gcd2),
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;
301 __safe_multiply<(_R1::num / __gcd1),
303 __safe_multiply<(_R1::den / __gcd2),
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.h84 #define _R1 1 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/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv2429 …�gy�������nPEc}~���{tomkkkpx~���������{z{~|upsuvx|�~yurme[ROLGR_kttrpoi^_R1,/30")>W[]//Woppr…