Searched refs:__FP_FRAC_SRS_1 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | op-1.h | 23 #define _FP_FRAC_SRS_1(X,N,sz) __FP_FRAC_SRS_1(X##_f, N, sz) 25 #define __FP_FRAC_SRS_1(X,N,sz) \ macro
|
D | op-common.h | 622 __FP_FRAC_SRS_1(r, (X##_e - _FP_WFRACBITS_##fs), rsize); \
|
/linux-2.4.37.9/include/math-emu/ |
D | op-1.h | 46 #define _FP_FRAC_SRS_1(X,N,sz) __FP_FRAC_SRS_1(X##_f, N, sz) 48 #define __FP_FRAC_SRS_1(X,N,sz) \ macro
|
D | op-common.h | 785 __FP_FRAC_SRS_1(ur_, (X##_e - _FP_WFRACBITS_##fs + 1), rsize);\
|