Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dfnabs.c7 fnabs(u32 *frD, u32 *frB) in fnabs() function
H A DMakefile8 fmuls.o fnabs.o fneg.o fnmadd.o \
H A Dmath.c71 FLOATFUNC(fnabs);
317 case FNABS: func = fnabs; type = XB; break; in do_mathemu()