Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/math-emu/
A Dfsqrt.c32 FP_SQRT_D(R, B); in fsqrt()
A Dfsqrts.c33 FP_SQRT_D(R, B); in fsqrts()
/linux-6.3-rc2/include/math-emu/
A Ddouble.h114 #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X) macro
186 #define FP_SQRT_D(R,X) _FP_SQRT(D,1,R,X) macro
/linux-6.3-rc2/arch/alpha/math-emu/
A Dmath.c218 FP_SQRT_D(DR, DB); in alpha_fp_emul()
/linux-6.3-rc2/arch/sparc/math-emu/
A Dmath_32.c449 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_one_mathemu()
A Dmath_64.c454 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_mathemu()

Completed in 7 milliseconds