Home
last modified time | relevance | path

Searched refs:FP_SQRT_S (Results 1 – 3 of 3) sorted by relevance

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