Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/math-emu/
Dfmsubs.c10 fmsubs(void *frD, void *frA, void *frB, void *frC) in fmsubs() function
DMakefile11 fmadd.o fmadds.o fmsub.o fmsubs.o \
Dmath.c31 FLOATFUNC(fmsubs);
306 case FMSUBS: func = fmsubs; type = ABC; break; in do_mathemu()