Searched refs:fsqrt (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/arch/powerpc/math-emu/ |
D | fsqrt.c | 10 fsqrt(void *frD, void *frB) in fsqrt() function
|
D | Makefile | 8 fsqrt.o fsqrts.o fsub.o fsubs.o \
|
D | math.c | 64 FLOATFUNC(fsqrt); 320 case FSQRT: func = fsqrt; type = AB; break; in do_mathemu()
|
/linux-2.6.39/arch/m68k/ifpsp060/ |
D | MISC | 80 fsqrt.s : 2.4 139 fsqrt.s : 2.4
|
D | fplsp.doc | 124 The fabs/fadd/fdiv/fint/fintrz/fmul/fneg/fsqrt/fsub entry points
|
/linux-2.6.39/Documentation/arm/VFP/ |
D | release-notes.txt | 29 - fsqrt
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | kvm_fpu.h | 61 FPD_ONE_IN(fsqrt)
|
/linux-2.6.39/arch/powerpc/kvm/ |
D | fpu.S | 249 FPD_ONE_IN(fsqrt)
|
/linux-2.6.39/arch/sh/math-emu/ |
D | math.c | 281 NOTYETn(fsqrt) in NOTYETn() argument 393 fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,
|
/linux-2.6.39/arch/m68k/fpsp040/ |
D | res_func.S | 96 | fsqrt = $05* fssqrt = $41 fdsqrt = $45 97 | (*fsqrt reencoded to $05) 102 | At this point, fabs, fneg, fsmove, fdmove, ftst, fsqrt, fssqrt, and 105 | For cases fsqrt, fssqrt, and fdsqrt goto nrm_src (do normalize) 108 bne normal |weed out fsqrt instructions 678 | tstb DY_MO_FLG(%a6) ;check for fsqrt 679 beq fix_stk |if zero, it is fsqrt
|
/linux-2.6.39/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 1858 # OPERR : fsqrt(-NORM) 2496 # fsqrt flog2 6657 fsqrt.x %fp1 # SQRT([1-X][1+X]) 6748 fsqrt.x %fp0 # SQRT((1-X)/(1+X)) 11415 long fsqrt - tbl_unsupp # 04: fsqrt 15502 # fsqrt(): emulates the fsqrt instruction # 15672 fsqrt.x FP_SCR0(%a6),%fp0 # execute square root 15723 fsqrt.x FP_SCR0(%a6),%fp0 # perform square root 15811 # fsqrt(+0) = +0 15812 # fsqrt(-0) = -0 [all …]
|
D | pfpsp.S | 1857 # OPERR : fsqrt(-NORM) 2495 # fsqrt flog2
|
/linux-2.6.39/arch/x86/math-emu/ |
D | README | 231 The results of the basic arithmetic functions (+,-,*,/), and fsqrt
|