Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/math-emu/
H A Dmulti_arith.h154 #define fp_sub96c(dest, srch, srcm, srcl) ({ \ macro
230 fp_sub96c(tmp, 0, tmp64.m32[0], tmp64.m32[1]); in fp_dividemant()
235 while (!fp_sub96c(tmp, 0, div->mant.m32[0], div->mant.m32[1])) { in fp_dividemant()