Searched refs:FP_FROM_INT_S (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/math-emu/
H A Dsingle.h111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) macro
/linux-master/arch/sparc/math-emu/
H A Dmath_64.c471 case FXTOS: XR = rs2->d; FP_FROM_INT_S (SR, XR, 64, long); break;
474 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break;
H A Dmath_32.c460 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break;
/linux-master/arch/alpha/math-emu/
H A Dmath.c259 FP_FROM_INT_S(SR, ((long)vb), 64, long);

Completed in 94 milliseconds