Searched refs:FP_DIV_Q (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/math-emu/ |
D | quad.h | 119 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) macro 192 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,2,R,X,Y) macro
|
/linux-2.4.37.9/arch/sparc/math-emu/ |
D | math.c | 442 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_one_mathemu()
|
/linux-2.4.37.9/arch/sparc64/math-emu/ |
D | math.c | 418 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_mathemu()
|
/linux-2.4.37.9/arch/s390/math-emu/ |
D | math.c | 535 FP_DIV_Q(QR, QA, QB); in emu_dxbr()
|