Searched refs:FP_FROM_INT_Q (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/math-emu/
H A Dquad.h128 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,4,X,r,rs,rt) macro
201 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,2,X,r,rs,rt) macro
/linux-4.4.14/arch/sparc/math-emu/
H A Dmath_64.c467 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break; do_mathemu()
468 case FXTOQ: XR = rs2->d; FP_FROM_INT_Q (QR, XR, 64, long); break; do_mathemu()
H A Dmath_32.c461 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break; do_one_mathemu()

Completed in 79 milliseconds