Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 3660) sorted by relevance

12345678910>>...147

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h20 #define SET_GLOBAL_REG_N(b, n, r, v) SET_GLOBAL_REG(b, ((r) + (n << 2)), (v)) argument
21 #define GET_GLOBAL_REG_N(b, n, r) GET_GLOBAL_REG(b, ((r) + (n << 2))) argument
24 #define GET_GLOBAL_FIELD(b, r, F) GET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT) argument
25 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument
28 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument
30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument
84 #define SET_M2VCBR_N(b, N, v) SET_GLOBAL_REG_N(M2VCBR_N, N, (b), (v)) argument
85 #define SET_CBACR_N(b, N, v) SET_GLOBAL_REG_N(CBACR_N, N, (b), (v)) argument
86 #define SET_TLBRSW(b, v) SET_GLOBAL_REG(TLBRSW, (b), (v)) argument
87 #define SET_TLBTR0(b, v) SET_GLOBAL_REG(TLBTR0, (b), (v)) argument
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dsafe_iop.c183 int8_t a, b; in T_add_s8() local
196 int16_t a, b; in T_add_s16() local
207 int32_t a, b; in T_add_s32() local
218 int64_t a, b; in T_add_s64() local
229 long a, b; in T_add_long() local
239 long long a, b; in T_add_longlong() local
249 ssize_t a, b; in T_add_ssizet() local
260 uint8_t a, b; in T_add_u8() local
272 uint16_t a, b; in T_add_u16() local
284 uint32_t a, b; in T_add_u32() local
[all …]
/OK3568_Linux_fs/external/recovery/
H A Dsafe_iop.c186 int8_t a, b; in T_add_s8() local
200 int16_t a, b; in T_add_s16() local
212 int32_t a, b; in T_add_s32() local
224 int64_t a, b; in T_add_s64() local
236 long a, b; in T_add_long() local
247 long long a, b; in T_add_longlong() local
258 ssize_t a, b; in T_add_ssizet() local
270 uint8_t a, b; in T_add_u8() local
283 uint16_t a, b; in T_add_u16() local
296 uint32_t a, b; in T_add_u32() local
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2 !function(e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof… property
H A Dbootstrap.min.js6 …ror("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" … variable
7 d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this… argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dno_et_ops.hpp41 …P_FORCEINLINE number<B, et_off> operator + (const number<B, et_off>& a, const number<B, et_off>& b) in operator +()
50 operator + (const number<B, et_off>& a, const V& b) in operator +()
59 operator + (const V& a, const number<B, et_off>& b) in operator +()
70 …P_FORCEINLINE number<B, et_off> operator - (const number<B, et_off>& a, const number<B, et_off>& b) in operator -()
79 operator - (const number<B, et_off>& a, const V& b) in operator -()
88 operator - (const V& a, const number<B, et_off>& b) in operator -()
99 …P_FORCEINLINE number<B, et_off> operator * (const number<B, et_off>& a, const number<B, et_off>& b) in operator *()
108 operator * (const number<B, et_off>& a, const V& b) in operator *()
117 operator * (const V& a, const number<B, et_off>& b) in operator *()
128 …P_FORCEINLINE number<B, et_off> operator / (const number<B, et_off>& a, const number<B, et_off>& b) in operator /()
[all …]
H A Dnumber_compare.hpp25 inline bool eval_eq(const B& a, const B& b) in eval_eq()
30 inline bool eval_eq_imp(const T& a, const U& b, const mpl::true_&) in eval_eq_imp()
36 inline bool eval_eq_imp(const T& a, const U& b, const mpl::false_&) in eval_eq_imp()
42 inline bool eval_eq(const T& a, const U& b) in eval_eq()
49 inline bool eval_lt(const B& a, const B& b) in eval_lt()
54 inline bool eval_lt_imp(const T& a, const U& b, const mpl::true_&) in eval_lt_imp()
60 inline bool eval_lt_imp(const T& a, const U& b, const mpl::false_&) in eval_lt_imp()
66 inline bool eval_lt(const T& a, const U& b) in eval_lt()
73 inline bool eval_gt(const B& a, const B& b) in eval_gt()
78 inline bool eval_gt_imp(const T& a, const U& b, const mpl::true_&) in eval_gt_imp()
[all …]
H A Det_ops.hpp52 operator + (const number<B, et_on>& a, const number<B, et_on>& b) in operator +()
58 operator + (const number<B, et_on>& a, const V& b) in operator +()
64 operator + (const V& a, const number<B, et_on>& b) in operator +()
70 operator + (const number<B, ET>& a, const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& b) in operator +()
76 operator + (const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, const number<B, ET>& b) in operator +()
82 …ion<tag, Arg1, Arg2, Arg3, Arg4>& a, const detail::expression<tag2, Arg1b, Arg2b, Arg3b, Arg4b>& b) in operator +()
88 operator + (const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& a, const V& b) in operator +()
94 operator + (const V& a, const detail::expression<tag, Arg1, Arg2, Arg3, Arg4>& b) in operator +()
104 …or + (const V& a, const detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>& b) in operator +()
111 …or + (const detail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>& a, const V& b) in operator +()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dsimd_functions.hpp88 static __device__ __forceinline__ unsigned int vadd2(unsigned int a, unsigned int b) in vadd2()
109 static __device__ __forceinline__ unsigned int vsub2(unsigned int a, unsigned int b) in vsub2()
130 static __device__ __forceinline__ unsigned int vabsdiff2(unsigned int a, unsigned int b) in vabsdiff2()
157 static __device__ __forceinline__ unsigned int vavg2(unsigned int a, unsigned int b) in vavg2()
172 static __device__ __forceinline__ unsigned int vavrg2(unsigned int a, unsigned int b) in vavrg2()
192 static __device__ __forceinline__ unsigned int vseteq2(unsigned int a, unsigned int b) in vseteq2()
213 static __device__ __forceinline__ unsigned int vcmpeq2(unsigned int a, unsigned int b) in vcmpeq2()
237 static __device__ __forceinline__ unsigned int vsetge2(unsigned int a, unsigned int b) in vsetge2()
254 static __device__ __forceinline__ unsigned int vcmpge2(unsigned int a, unsigned int b) in vcmpge2()
274 static __device__ __forceinline__ unsigned int vsetgt2(unsigned int a, unsigned int b) in vsetgt2()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dsimd_functions.hpp88 static __device__ __forceinline__ unsigned int vadd2(unsigned int a, unsigned int b) in vadd2()
109 static __device__ __forceinline__ unsigned int vsub2(unsigned int a, unsigned int b) in vsub2()
130 static __device__ __forceinline__ unsigned int vabsdiff2(unsigned int a, unsigned int b) in vabsdiff2()
157 static __device__ __forceinline__ unsigned int vavg2(unsigned int a, unsigned int b) in vavg2()
172 static __device__ __forceinline__ unsigned int vavrg2(unsigned int a, unsigned int b) in vavrg2()
192 static __device__ __forceinline__ unsigned int vseteq2(unsigned int a, unsigned int b) in vseteq2()
213 static __device__ __forceinline__ unsigned int vcmpeq2(unsigned int a, unsigned int b) in vcmpeq2()
237 static __device__ __forceinline__ unsigned int vsetge2(unsigned int a, unsigned int b) in vsetge2()
254 static __device__ __forceinline__ unsigned int vcmpge2(unsigned int a, unsigned int b) in vcmpge2()
274 static __device__ __forceinline__ unsigned int vsetgt2(unsigned int a, unsigned int b) in vsetgt2()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dsimd_functions.hpp88 static __device__ __forceinline__ unsigned int vadd2(unsigned int a, unsigned int b) in vadd2()
109 static __device__ __forceinline__ unsigned int vsub2(unsigned int a, unsigned int b) in vsub2()
130 static __device__ __forceinline__ unsigned int vabsdiff2(unsigned int a, unsigned int b) in vabsdiff2()
157 static __device__ __forceinline__ unsigned int vavg2(unsigned int a, unsigned int b) in vavg2()
172 static __device__ __forceinline__ unsigned int vavrg2(unsigned int a, unsigned int b) in vavrg2()
192 static __device__ __forceinline__ unsigned int vseteq2(unsigned int a, unsigned int b) in vseteq2()
213 static __device__ __forceinline__ unsigned int vcmpeq2(unsigned int a, unsigned int b) in vcmpeq2()
237 static __device__ __forceinline__ unsigned int vsetge2(unsigned int a, unsigned int b) in vsetge2()
254 static __device__ __forceinline__ unsigned int vcmpge2(unsigned int a, unsigned int b) in vcmpge2()
274 static __device__ __forceinline__ unsigned int vsetgt2(unsigned int a, unsigned int b) in vsetgt2()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dbio.h244 # define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument
245 # define BIO_set_retry_special(b) \ argument
247 # define BIO_set_retry_read(b) \ argument
249 # define BIO_set_retry_write(b) \ argument
253 # define BIO_clear_retry_flags(b) \ argument
255 # define BIO_get_retry_flags(b) \ argument
475 # define BIO_set_conn_hostname(b,name) BIO_ctrl(b,BIO_C_SET_CONNECT,0,(char *)name) argument
476 # define BIO_set_conn_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,1,(char *)port) argument
477 # define BIO_set_conn_ip(b,ip) BIO_ctrl(b,BIO_C_SET_CONNECT,2,(char *)ip) argument
478 # define BIO_set_conn_int_port(b,port) BIO_ctrl(b,BIO_C_SET_CONNECT,3,(char *)port) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dmath_support.h32 #define IMPLIES(a, b) (!(a) || (b)) argument
36 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
37 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
39 #define ROUND_DIV(a, b) (((b) != 0) ? ((a) + ((b) >> 1)) / (b) : 0) argument
40 #define CEIL_DIV(a, b) (((b) != 0) ? ((a) + (b) - 1) / (b) : 0) argument
41 #define CEIL_MUL(a, b) (CEIL_DIV(a, b) * (b)) argument
42 #define CEIL_MUL2(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument
43 #define CEIL_SHIFT(a, b) (((a) + (1 << (b)) - 1) >> (b)) argument
44 #define CEIL_SHIFT_MUL(a, b) (CEIL_SHIFT(a, b) << (b)) argument
45 #define ROUND_HALF_DOWN_DIV(a, b) (((b) != 0) ? ((a) + (b / 2) - 1) / (b) : 0) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/
H A Dcpt_common.h49 #define CPTX_PF_MBOX_INTX(a, b) \ argument
51 #define CPTX_PF_MBOX_INT_W1SX(a, b) \ argument
53 #define CPTX_PF_MBOX_ENA_W1CX(a, b) \ argument
55 #define CPTX_PF_MBOX_ENA_W1SX(a, b) \ argument
61 #define CPTX_PF_GX_EN(a, b) \ argument
83 #define CPTX_PF_EXE_DBG_CNTX(a, b) \ argument
86 #define CPTX_PF_EXE_EPCI_INBX_CNT(a, b) \ argument
88 #define CPTX_PF_EXE_EPCI_OUTBX_CNT(a, b) \ argument
90 #define CPTX_PF_ENGX_UCODE_BASE(a, b) \ argument
92 #define CPTX_PF_QX_CTL(a, b) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dtest_float_subj.c9 double test_float_dadd(double a, double b) in test_float_dadd()
19 double test_float_dmul(double a, double b) in test_float_dmul()
24 double test_float_drsub(double a, double b) in test_float_drsub()
29 double test_float_dsub(double a, double b) in test_float_dsub()
34 int test_float_dcmpeq(double a, double b) in test_float_dcmpeq()
39 int test_float_dcmplt(double a, double b) in test_float_dcmplt()
44 int test_float_dcmple(double a, double b) in test_float_dcmple()
49 int test_float_dcmpge(double a, double b) in test_float_dcmpge()
54 int test_float_dcmpgt(double a, double b) in test_float_dcmpgt()
59 float test_float_fadd(float a, float b) in test_float_fadd()
[all …]
/OK3568_Linux_fs/kernel/net/ceph/crush/
H A Dcrush.c27 int crush_get_bucket_item_weight(const struct crush_bucket *b, int p) in crush_get_bucket_item_weight()
47 void crush_destroy_bucket_uniform(struct crush_bucket_uniform *b) in crush_destroy_bucket_uniform()
53 void crush_destroy_bucket_list(struct crush_bucket_list *b) in crush_destroy_bucket_list()
61 void crush_destroy_bucket_tree(struct crush_bucket_tree *b) in crush_destroy_bucket_tree()
68 void crush_destroy_bucket_straw(struct crush_bucket_straw *b) in crush_destroy_bucket_straw()
76 void crush_destroy_bucket_straw2(struct crush_bucket_straw2 *b) in crush_destroy_bucket_straw2()
83 void crush_destroy_bucket(struct crush_bucket *b) in crush_destroy_bucket()
112 __s32 b; in crush_destroy() local
123 __u32 b; in crush_destroy() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtypes.hpp1001 bool operator == (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator ==()
1007 bool operator != (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator !=()
1013 Complex<_Tp> operator + (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator +()
1019 Complex<_Tp>& operator += (Complex<_Tp>& a, const Complex<_Tp>& b) in operator +=()
1026 Complex<_Tp> operator - (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator -()
1032 Complex<_Tp>& operator -= (Complex<_Tp>& a, const Complex<_Tp>& b) in operator -=()
1045 Complex<_Tp> operator * (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator *()
1051 Complex<_Tp> operator * (const Complex<_Tp>& a, _Tp b) in operator *()
1057 Complex<_Tp> operator * (_Tp b, const Complex<_Tp>& a) in operator *()
1063 Complex<_Tp> operator + (const Complex<_Tp>& a, _Tp b) in operator +()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dtypes.hpp1001 bool operator == (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator ==()
1007 bool operator != (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator !=()
1013 Complex<_Tp> operator + (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator +()
1019 Complex<_Tp>& operator += (Complex<_Tp>& a, const Complex<_Tp>& b) in operator +=()
1026 Complex<_Tp> operator - (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator -()
1032 Complex<_Tp>& operator -= (Complex<_Tp>& a, const Complex<_Tp>& b) in operator -=()
1045 Complex<_Tp> operator * (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator *()
1051 Complex<_Tp> operator * (const Complex<_Tp>& a, _Tp b) in operator *()
1057 Complex<_Tp> operator * (_Tp b, const Complex<_Tp>& a) in operator *()
1063 Complex<_Tp> operator + (const Complex<_Tp>& a, _Tp b) in operator +()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtypes.hpp1001 bool operator == (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator ==()
1007 bool operator != (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator !=()
1013 Complex<_Tp> operator + (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator +()
1019 Complex<_Tp>& operator += (Complex<_Tp>& a, const Complex<_Tp>& b) in operator +=()
1026 Complex<_Tp> operator - (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator -()
1032 Complex<_Tp>& operator -= (Complex<_Tp>& a, const Complex<_Tp>& b) in operator -=()
1045 Complex<_Tp> operator * (const Complex<_Tp>& a, const Complex<_Tp>& b) in operator *()
1051 Complex<_Tp> operator * (const Complex<_Tp>& a, _Tp b) in operator *()
1057 Complex<_Tp> operator * (_Tp b, const Complex<_Tp>& a) in operator *()
1063 Complex<_Tp> operator + (const Complex<_Tp>& a, _Tp b) in operator +()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c61 static void __intel_breadcrumbs_arm_irq(struct intel_breadcrumbs *b) in __intel_breadcrumbs_arm_irq()
83 static void intel_breadcrumbs_arm_irq(struct intel_breadcrumbs *b) in intel_breadcrumbs_arm_irq()
94 static void __intel_breadcrumbs_disarm_irq(struct intel_breadcrumbs *b) in __intel_breadcrumbs_disarm_irq()
104 static void intel_breadcrumbs_disarm_irq(struct intel_breadcrumbs *b) in intel_breadcrumbs_disarm_irq()
112 static void add_signaling_context(struct intel_breadcrumbs *b, in add_signaling_context()
122 static bool remove_signaling_context(struct intel_breadcrumbs *b, in remove_signaling_context()
184 static void add_retire(struct intel_breadcrumbs *b, struct intel_timeline *tl) in add_retire()
211 struct intel_breadcrumbs *b = container_of(work, typeof(*b), irq_work); in signal_irq_work() local
305 struct intel_breadcrumbs *b; in intel_breadcrumbs_create() local
323 void intel_breadcrumbs_reset(struct intel_breadcrumbs *b) in intel_breadcrumbs_reset()
[all …]
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Doverflow.h49 #define check_add_overflow(a, b, d) ({ \ argument
58 #define check_sub_overflow(a, b, d) ({ \ argument
67 #define check_mul_overflow(a, b, d) ({ \ argument
80 #define __unsigned_add_overflow(a, b, d) ({ \ argument
89 #define __unsigned_sub_overflow(a, b, d) ({ \ argument
101 #define __unsigned_mul_overflow(a, b, d) ({ \ argument
129 #define __signed_add_overflow(a, b, d) ({ \ argument
145 #define __signed_sub_overflow(a, b, d) ({ \ argument
172 #define __signed_mul_overflow(a, b, d) ({ \ argument
187 #define check_add_overflow(a, b, d) \ argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/detail/
H A Drational_horner1_20.hpp21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp()
27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp()
39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
51 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<4>*) BOOST_MAT… in evaluate_rational_c_imp()
63 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<5>*) BOOST_MAT… in evaluate_rational_c_imp()
75 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<6>*) BOOST_MAT… in evaluate_rational_c_imp()
87 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<7>*) BOOST_MAT… in evaluate_rational_c_imp()
99 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<8>*) BOOST_MAT… in evaluate_rational_c_imp()
111 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<9>*) BOOST_MAT… in evaluate_rational_c_imp()
123 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<10>*) BOOST_MA… in evaluate_rational_c_imp()
[all …]
H A Drational_horner1_19.hpp21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp()
27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp()
39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
51 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<4>*) BOOST_MAT… in evaluate_rational_c_imp()
63 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<5>*) BOOST_MAT… in evaluate_rational_c_imp()
75 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<6>*) BOOST_MAT… in evaluate_rational_c_imp()
87 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<7>*) BOOST_MAT… in evaluate_rational_c_imp()
99 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<8>*) BOOST_MAT… in evaluate_rational_c_imp()
111 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<9>*) BOOST_MAT… in evaluate_rational_c_imp()
123 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<10>*) BOOST_MA… in evaluate_rational_c_imp()
[all …]
H A Drational_horner1_18.hpp21 inline V evaluate_rational_c_imp(const T* a, const U* b, const V&, const mpl::int_<1>*) BOOST_MATH_… in evaluate_rational_c_imp()
27 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<2>*) BOOST_MAT… in evaluate_rational_c_imp()
39 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<3>*) BOOST_MAT… in evaluate_rational_c_imp()
51 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<4>*) BOOST_MAT… in evaluate_rational_c_imp()
63 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<5>*) BOOST_MAT… in evaluate_rational_c_imp()
75 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<6>*) BOOST_MAT… in evaluate_rational_c_imp()
87 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<7>*) BOOST_MAT… in evaluate_rational_c_imp()
99 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<8>*) BOOST_MAT… in evaluate_rational_c_imp()
111 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<9>*) BOOST_MAT… in evaluate_rational_c_imp()
123 inline V evaluate_rational_c_imp(const T* a, const U* b, const V& x, const mpl::int_<10>*) BOOST_MA… in evaluate_rational_c_imp()
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/crypto/
H A Dopcodes.h18 #define CRC32C(a,b,c) \ argument
30 #define AES_EROUND01(a,b,c,d) \ argument
32 #define AES_EROUND23(a,b,c,d) \ argument
34 #define AES_DROUND01(a,b,c,d) \ argument
36 #define AES_DROUND23(a,b,c,d) \ argument
38 #define AES_EROUND01_L(a,b,c,d) \ argument
40 #define AES_EROUND23_L(a,b,c,d) \ argument
42 #define AES_DROUND01_L(a,b,c,d) \ argument
44 #define AES_DROUND23_L(a,b,c,d) \ argument
46 #define AES_KEXPAND1(a,b,c,d) \ argument
[all …]

12345678910>>...147