Searched defs:FP_DIV_D (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | double.h | 70 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) macro 117 #define FP_DIV_D(R,X,Y) _FP_DIV(D,1,R,X,Y) macro
|
/linux-2.4.37.9/include/math-emu/ |
D | double.h | 113 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) macro 185 #define FP_DIV_D(R,X,Y) _FP_DIV(D,1,R,X,Y) macro
|