Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/math-emu/
Dfnabs.c6 fnabs(u32 *frD, u32 *frB) in fnabs() function
DMakefile12 fmul.o fmuls.o fnabs.o fneg.o types.o \
Dmath.c60 FLOATFUNC(fnabs);
347 case FNABS: func = fnabs; type = XB; break; in do_mathemu()