Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/math-emu/
Dfnmsubs.c10 fnmsubs(void *frD, void *frA, void *frB, void *frC) in fnmsubs() function
DMakefile13 fnmadd.o fnmadds.o fnmsub.o fnmsubs.o \
Dmath.c35 FLOATFUNC(fnmsubs);
308 case FNMSUBS: func = fnmsubs; type = ABC; break; in do_mathemu()