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

/linux-master/include/math-emu/
H A Dsingle.h103 #define FP_SQRT_S(R,X) _FP_SQRT(S,1,R,X) macro
/linux-master/arch/alpha/math-emu/
H A Dmath.c151 FP_SQRT_S(SR, SB);
/linux-master/arch/sparc/math-emu/
H A Dmath_32.c448 case FSQRTS: FP_SQRT_S (SR, SB); break;
H A Dmath_64.c453 case FSQRTS: FP_SQRT_S (SR, SB); break;

Completed in 298 milliseconds