Searched defs:FP_CMP_D (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | double.h | 73 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,2,r,X,Y,un) macro 123 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,1,r,X,Y,un) macro
|
/linux-2.4.37.9/include/math-emu/ |
D | double.h | 117 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,2,r,X,Y,un) macro 192 #define FP_CMP_D(r,X,Y,un) _FP_CMP(D,1,r,X,Y,un) macro
|