Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/math-emu/
Dfsqrts.c10 fsqrts(void *frD, void *frB) in fsqrts() function
DMakefile15 fsqrt.o fsqrts.o fsub.o fsubs.o \
Dmath.c68 FLOATFUNC(fsqrts);
303 case FSQRTS: func = fsqrts; type = AB; break; in do_mathemu()