Searched refs:FP_SQRT_D (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | fsqrts.c | 33 FP_SQRT_D(R, B); in fsqrts()
|
H A D | fsqrt.c | 32 FP_SQRT_D(R, B); in fsqrt()
|
/openbmc/linux/include/math-emu/ |
H A D | double.h | 114 #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
|
/openbmc/linux/arch/alpha/math-emu/ |
H A D | math.c | 218 FP_SQRT_D(DR, DB); in alpha_fp_emul()
|
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 449 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_one_mathemu()
|
H A D | math_64.c | 454 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_mathemu()
|