Home
last modified time | relevance | path

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

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