Home
last modified time | relevance | path

Searched refs:R (Results 1 – 9 of 9) sorted by relevance

/include/math-emu/
A Dop-common.h369 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument
385 R##_c = X##_c; \
386 R##_e = X##_e; \
409 R##_e--; \
419 R##_s = X##_s; \
427 R##_c = X##_c; \
433 R##_s = Y##_s; \
439 R##_c = Y##_c; \
599 R##_s = X##_s; \
617 R##_s = X##_s; \
[all …]
A Ddouble.h109 #define FP_NEG_D(R,X) _FP_NEG(D,2,R,X) argument
110 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) argument
111 #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) argument
112 #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) argument
113 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) argument
114 #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X) argument
181 #define FP_NEG_D(R,X) _FP_NEG(D,1,R,X) argument
182 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) argument
183 #define FP_SUB_D(R,X,Y) _FP_SUB(D,1,R,X,Y) argument
184 #define FP_MUL_D(R,X,Y) _FP_MUL(D,1,R,X,Y) argument
[all …]
A Dquad.h115 #define FP_NEG_Q(R,X) _FP_NEG(Q,4,R,X) argument
116 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,4,R,X,Y) argument
117 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,4,R,X,Y) argument
118 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,4,R,X,Y) argument
119 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) argument
120 #define FP_SQRT_Q(R,X) _FP_SQRT(Q,4,R,X) argument
188 #define FP_NEG_Q(R,X) _FP_NEG(Q,2,R,X) argument
189 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,2,R,X,Y) argument
190 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,2,R,X,Y) argument
191 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,2,R,X,Y) argument
[all …]
A Dsingle.h98 #define FP_NEG_S(R,X) _FP_NEG(S,1,R,X) argument
99 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) argument
100 #define FP_SUB_S(R,X,Y) _FP_SUB(S,1,R,X,Y) argument
101 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) argument
102 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) argument
103 #define FP_SQRT_S(R,X) _FP_SQRT(S,1,R,X) argument
104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
A Dop-1.h52 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) argument
53 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) argument
129 R##_f = X##_f * Y##_f; \
146 R##_f = _Z_f0; \
176 R##_f = _z_f0; \
196 R##_f = _q | (_r != 0); \
214 R##_e--; \
233 R##_e--; \
262 R##_f += q; \
270 R##_f |= _FP_WORK_ROUND; \
[all …]
A Dop-2.h89 __FP_FRAC_ADD_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
92 __FP_FRAC_SUB_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
132 __FP_CLZ(R,xh); \
135 __FP_CLZ(R,xl); \
434 R##_e--; \
449 R##_f1--; \
453 R##_f1--; \
468 R##_f0 = -1; \
477 R##_f0--; \
481 R##_f0--; \
[all …]
A Dop-4.h112 __FP_FRAC_ADD_4(R##_f[3], R##_f[2], R##_f[1], R##_f[0], \
117 __FP_FRAC_SUB_4(R##_f[3], R##_f[2], R##_f[1], R##_f[0], \
164 __FP_CLZ(R,X##_f[3]); \
168 __FP_CLZ(R,X##_f[2]); \
169 R += _FP_W_TYPE_SIZE; \
173 __FP_CLZ(R,X##_f[2]); \
178 __FP_CLZ(R,X##_f[0]); \
438 R##_f[3] += q; \
455 R##_f[2] += q; \
475 R##_f[1] += q; \
[all …]
/include/linux/
A Dreciprocal_div.h33 static inline u32 reciprocal_divide(u32 a, struct reciprocal_value R) in reciprocal_divide() argument
35 u32 t = (u32)(((u64)a * R.m) >> 32); in reciprocal_divide()
36 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
/include/target/
A Dtarget_core_base.h171 TCM_NO_SENSE = R(0x00),
172 TCM_NON_EXISTENT_LUN = R(0x01),
176 TCM_SERVICE_CRC_ERROR = R(0x05),
177 TCM_SNACK_REJECTED = R(0x06),
179 TCM_INVALID_CDB_FIELD = R(0x08),
182 TCM_UNKNOWN_MODE_PAGE = R(0x0b),
183 TCM_WRITE_PROTECTED = R(0x0c),
189 TCM_OUT_OF_RESOURCES = R(0x12),
201 TCM_LUN_BUSY = R(0x1e),
206 TCM_ALUA_OFFLINE = R(0x23),
[all …]

Completed in 25 milliseconds