Home
last modified time | relevance | path

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

/linux/arch/nds32/math-emu/
A Dfsi2d.c16 FP_FROM_INT_D(R, a, 32, int); in fsi2d()
A Dfui2d.c16 FP_FROM_INT_D(R, a, 32, int); in fui2d()
/linux/include/math-emu/
A Ddouble.h122 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,2,X,r,rs,rt) macro
197 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,1,X,r,rs,rt) macro
/linux/arch/sparc/math-emu/
A Dmath_64.c472 case FXTOD: XR = rs2->d; FP_FROM_INT_D (DR, XR, 64, long); break; in do_mathemu()
476 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_mathemu()
A Dmath_32.c461 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_one_mathemu()
/linux/arch/alpha/math-emu/
A Dmath.c268 FP_FROM_INT_D(DR, ((long)vb), 64, long); in alpha_fp_emul()

Completed in 7 milliseconds