Home
last modified time | relevance | path

Searched refs:FP_FROM_INT_S (Results 1 – 6 of 6) sorted by relevance

/linux/arch/nds32/math-emu/
A Dfsi2s.c16 FP_FROM_INT_S(R, a, 32, int); in fsi2s()
A Dfui2s.c16 FP_FROM_INT_S(R, a, 32, int); in fui2s()
/linux/include/math-emu/
A Dsingle.h111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) macro
/linux/arch/sparc/math-emu/
A Dmath_64.c471 case FXTOS: XR = rs2->d; FP_FROM_INT_S (SR, XR, 64, long); break; in do_mathemu()
474 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break; in do_mathemu()
A Dmath_32.c460 case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break; in do_one_mathemu()
/linux/arch/alpha/math-emu/
A Dmath.c264 FP_FROM_INT_S(SR, ((long)vb), 64, long); in alpha_fp_emul()

Completed in 7 milliseconds