Home
last modified time | relevance | path

Searched refs:__d1 (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H A Dsfp-util_64.h78 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
79 __d1 = (d >> 32); \
82 __r1 = (n1) % __d1; \
83 __q1 = (n1) / __d1; \
95 __r0 = __r1 % __d1; \
96 __q0 = __r1 / __d1; \
/OK3568_Linux_fs/kernel/arch/sh/math-emu/
H A Dsfp-util.h34 UWtype __d1, __d0, __q1, __q0; \
36 __d1 = __ll_highpart (d); \
39 __r1 = (n1) % __d1; \
40 __q1 = (n1) / __d1; \
52 __r0 = __r1 % __d1; \
53 __q0 = __r1 / __d1; \
/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 Drandom.h608 _UIntType1 __d1, size_t __s1, in _GLIBCXX_VISIBILITY()
615 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
634 _UIntType1 __d1, size_t __s1, in _GLIBCXX_VISIBILITY()
641 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
1698 operator!=(const std::uniform_int_distribution<_IntType>& __d1, in _GLIBCXX_VISIBILITY()
1700 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
1898 operator==(const uniform_real_distribution& __d1, in _GLIBCXX_VISIBILITY()
1900 { return __d1._M_param == __d2._M_param; } in _GLIBCXX_VISIBILITY()
1919 operator!=(const std::uniform_real_distribution<_IntType>& __d1, in _GLIBCXX_VISIBILITY()
1921 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_uninitialized.h275 auto __d1 = __ilast - __ifirst; in _GLIBCXX_VISIBILITY()
277 return ranges::copy_n(std::move(__ifirst), std::min(__d1, __d2), in _GLIBCXX_VISIBILITY()
362 auto __d1 = __ilast - __ifirst; in _GLIBCXX_VISIBILITY()
366 std::min(__d1, __d2), __ofirst); in _GLIBCXX_VISIBILITY()
H A Duniform_int_dist.h223 operator==(const uniform_int_distribution& __d1, in _GLIBCXX_VISIBILITY()
225 { return __d1._M_param == __d2._M_param; } in _GLIBCXX_VISIBILITY()
/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 Drandom.h608 _UIntType1 __d1, size_t __s1, in _GLIBCXX_VISIBILITY()
615 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
634 _UIntType1 __d1, size_t __s1, in _GLIBCXX_VISIBILITY()
641 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
1698 operator!=(const std::uniform_int_distribution<_IntType>& __d1, in _GLIBCXX_VISIBILITY()
1700 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
1898 operator==(const uniform_real_distribution& __d1, in _GLIBCXX_VISIBILITY()
1900 { return __d1._M_param == __d2._M_param; } in _GLIBCXX_VISIBILITY()
1919 operator!=(const std::uniform_real_distribution<_IntType>& __d1, in _GLIBCXX_VISIBILITY()
1921 { return !(__d1 == __d2); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_uninitialized.h275 auto __d1 = __ilast - __ifirst; in _GLIBCXX_VISIBILITY()
277 return ranges::copy_n(std::move(__ifirst), std::min(__d1, __d2), in _GLIBCXX_VISIBILITY()
362 auto __d1 = __ilast - __ifirst; in _GLIBCXX_VISIBILITY()
366 std::min(__d1, __d2), __ofirst); in _GLIBCXX_VISIBILITY()
H A Duniform_int_dist.h223 operator==(const uniform_int_distribution& __d1, in _GLIBCXX_VISIBILITY()
225 { return __d1._M_param == __d2._M_param; } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dlonglong.h161 UWtype __d1, __d0, __q1, __q0; \
163 __d1 = __ll_highpart (d); \
166 __r1 = (n1) % __d1; \
167 __q1 = (n1) / __d1; \
179 __r0 = __r1 % __d1; \
180 __q0 = __r1 / __d1; \
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dsfp-machine.h130 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
131 __d1 = __ll_highpart(d); \
134 __r1 = (n1) % __d1; \
135 __q1 = (n1) / __d1; \
145 __r0 = __r1 % __d1; \
146 __q0 = __r1 / __d1; \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsfp-machine.h282 UWtype __d1, __d0, __q1, __q0; \
284 __d1 = __ll_highpart (d); \
287 __r1 = (n1) % __d1; \
288 __q1 = (n1) / __d1; \
300 __r0 = __r1 % __d1; \
301 __q0 = __r1 / __d1; \
/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 Dhypergeometric.tcc455 _Tp __d1, __d2; in __hyperg_reflect() local
458 __d1 = __d; in __hyperg_reflect()
463 __d1 = _Tp(0); in __hyperg_reflect()
483 __lng_ad1 = __log_gamma(__a + __d1); in __hyperg_reflect()
484 __lng_bd1 = __log_gamma(__b + __d1); in __hyperg_reflect()
545 const _Tp __psi_apd1 = __psi(__a + __d1); in __hyperg_reflect()
546 const _Tp __psi_bpd1 = __psi(__b + __d1); in __hyperg_reflect()
552 _Tp __ln_pre2 = __lng_c + __d1 * __ln_omx in __hyperg_reflect()
563 const _Tp __term2 = _Tp(1) / (__a + __d1 + _Tp(__j - 1)) in __hyperg_reflect()
564 + _Tp(1) / (__b + __d1 + _Tp(__j - 1)); in __hyperg_reflect()
[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/tr1/
H A Dhypergeometric.tcc455 _Tp __d1, __d2; in __hyperg_reflect() local
458 __d1 = __d; in __hyperg_reflect()
463 __d1 = _Tp(0); in __hyperg_reflect()
483 __lng_ad1 = __log_gamma(__a + __d1); in __hyperg_reflect()
484 __lng_bd1 = __log_gamma(__b + __d1); in __hyperg_reflect()
545 const _Tp __psi_apd1 = __psi(__a + __d1); in __hyperg_reflect()
546 const _Tp __psi_bpd1 = __psi(__b + __d1); in __hyperg_reflect()
552 _Tp __ln_pre2 = __lng_c + __d1 * __ln_omx in __hyperg_reflect()
563 const _Tp __term2 = _Tp(1) / (__a + __d1 + _Tp(__j - 1)) in __hyperg_reflect()
564 + _Tp(1) / (__b + __d1 + _Tp(__j - 1)); in __hyperg_reflect()
[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/ext/
H A Drandom571 operator==(const beta_distribution& __d1,
573 { return __d1._M_param == __d2._M_param; }
620 operator!=(const __gnu_cxx::beta_distribution<_RealType>& __d1,
622 { return !(__d1 == __d2); }
890 __d1,
949 __d1,
952 { return !(__d1 == __d2); }
1158 operator==(const rice_distribution& __d1,
1160 { return (__d1._M_param == __d2._M_param
1161 && __d1._M_ndx == __d2._M_ndx
[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/ext/
H A Drandom571 operator==(const beta_distribution& __d1,
573 { return __d1._M_param == __d2._M_param; }
620 operator!=(const __gnu_cxx::beta_distribution<_RealType>& __d1,
622 { return !(__d1 == __d2); }
890 __d1,
949 __d1,
952 { return !(__d1 == __d2); }
1158 operator==(const rice_distribution& __d1,
1160 { return (__d1._M_param == __d2._M_param
1161 && __d1._M_ndx == __d2._M_ndx
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dposix_types.h75 int __d0, __d1; \
78 "=&c" (__d0), "=&D" (__d1) \
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dusercopy_32.c301 int __d0, __d1, __d2; \
327 : "=&c"(size), "=&D" (__d0), "=&S" (__d1), "=r"(__d2) \
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dlonglong.h1310 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
1311 __d1 = __ll_highpart(d); \
1314 __r1 = (n1) % __d1; \
1315 __q1 = (n1) / __d1; \
1326 __r0 = __r1 % __d1; \
1327 __q0 = __r1 / __d1; \
/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 Dratio173 static constexpr uintmax_t __d1 = __d / __c;
176 static constexpr uintmax_t __q1x = __n1 / __d1;
177 static constexpr uintmax_t __r1x = __n1 % __d1;
187 static constexpr uintmax_t __q0x = __r1 / __d1;
188 static constexpr uintmax_t __r0x = __r1 % __d1;
/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 Dratio173 static constexpr uintmax_t __d1 = __d / __c;
176 static constexpr uintmax_t __q1x = __n1 / __d1;
177 static constexpr uintmax_t __r1x = __n1 % __d1;
187 static constexpr uintmax_t __q0x = __r1 / __d1;
188 static constexpr uintmax_t __r0x = __r1 % __d1;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/
H A Dphydm.h151 t1 __d1 = (x); \
153 (__d1 >= __d2) ? (__d1 - __d2) : (__d2 - __d1); })
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/
H A Dphydm.h151 t1 __d1 = (x); \
153 (__d1 >= __d2) ? (__d1 - __d2) : (__d2 - __d1); })
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/
H A Dphydm.h151 t1 __d1 = (x); \
153 (__d1 >= __d2) ? (__d1 - __d2) : (__d2 - __d1); })
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/
H A Dphydm.h155 t1 __d1 = (x); \
157 (__d1 >= __d2) ? (__d1 - __d2) : (__d2 - __d1); })
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/
H A Dphydm.h155 t1 __d1 = (x); \
157 (__d1 >= __d2) ? (__d1 - __d2) : (__d2 - __d1); })

12