Home
last modified time | relevance | path

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

/Linux-v5.10/arch/nds32/math-emu/
Dfsqrtd.c16 FP_SQRT_D(R, A); in fsqrtd()
/Linux-v5.10/arch/powerpc/math-emu/
Dfsqrt.c32 FP_SQRT_D(R, B); in fsqrt()
Dfsqrts.c33 FP_SQRT_D(R, B); in fsqrts()
/Linux-v5.10/include/math-emu/
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-v5.10/arch/alpha/math-emu/
Dmath.c216 FP_SQRT_D(DR, DB); in alpha_fp_emul()
/Linux-v5.10/arch/sparc/math-emu/
Dmath_32.c449 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_one_mathemu()
Dmath_64.c454 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_mathemu()