Searched refs:FP_DIV_S (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/math-emu/ |
D | single.h | 102 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) macro
|
/linux-4.1.27/arch/powerpc/math-emu/ |
D | math_efp.c | 262 FP_DIV_S(SR, SA, SB); in do_spe_mathemu() 550 FP_DIV_S(SR0, SA0, SB0); in do_spe_mathemu() 551 FP_DIV_S(SR1, SA1, SB1); in do_spe_mathemu()
|
/linux-4.1.27/arch/alpha/math-emu/ |
D | math.c | 147 FP_DIV_S(SR, SA, SB); in alpha_fp_emul()
|
/linux-4.1.27/arch/sparc/math-emu/ |
D | math_32.c | 443 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu()
|
D | math_64.c | 448 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu()
|
/linux-4.1.27/arch/s390/kernel/ |
D | sysinfo.c | 443 FP_DIV_S(SR, SA, SB); in s390_adjust_jiffies()
|