Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/nds32/math-emu/
H A Dfsqrts.c16 FP_SQRT_S(R, A); in fsqrts()
/OK3568_Linux_fs/kernel/include/math-emu/
H A Dsingle.h103 #define FP_SQRT_S(R,X) _FP_SQRT(S,1,R,X) macro
/OK3568_Linux_fs/kernel/arch/alpha/math-emu/
H A Dmath.c154 FP_SQRT_S(SR, SB); in alpha_fp_emul()
/OK3568_Linux_fs/kernel/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()