Searched refs:fabs (Results 1 – 14 of 14) sorted by relevance
/arch/powerpc/math-emu/ |
D | Makefile | 4 obj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \ 17 CFLAGS_fabs.o = -fno-builtin-fabs 18 CFLAGS_math.o = -fno-builtin-fabs
|
D | fabs.c | 7 fabs(u32 *frD, u32 *frB) in fabs() function
|
D | math.c | 69 FLOATFUNC(fabs); 318 case FABS: func = fabs; type = XB; break; in do_mathemu()
|
/arch/x86/math-emu/ |
D | fpu_etc.c | 29 static void fabs(FPU_REG *st0_ptr, u_char st0tag) in fabs() function 124 fchs, fabs, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal,
|
/arch/m68k/ifpsp060/ |
D | MISC | 74 fabs.s : 2.4 133 fabs.s : 2.4
|
D | fplsp.doc | 124 The fabs/fadd/fdiv/fint/fintrz/fmul/fneg/fsqrt/fsub entry points
|
/arch/powerpc/include/asm/ |
D | kvm_fpu.h | 54 FPD_ONE_IN(fabs)
|
/arch/powerpc/kvm/ |
D | fpu.S | 248 FPD_ONE_IN(fabs)
|
/arch/sh/math-emu/ |
D | math.c | 363 static int fabs(struct sh_fpu_soft_struct *fregs, int n) in fabs() function 392 fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,
|
/arch/m68k/fpsp040/ |
D | res_func.S | 94 | monadic instructions: fabs = $18 fneg = $1a ftst = $3a 102 | At this point, fabs, fneg, fsmove, fdmove, ftst, fsqrt, fssqrt, and 104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize) 121 beql cu_nabs |if $18, it is fabs 460 | Inst is fabs. Execute the absolute value function on the input.
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 2485 # fabs fdabs fsabs facos fmod 6666 fabs.x %fp0 # |X| 6761 fabs.x %fp0 11404 # routines like fadd/fmul/fabs as well as the transcendentals. 11435 long fabs - tbl_unsupp # 18: fabs 11999 fabs.x %fp0 # clear result sign 12004 fabs.x %fp0 # clear result sign 12307 fabs.x %fp0,%fp1 # make a copy of result 13087 fabs.x %fp0,%fp1 # make a copy of result 13413 # fabs(): emulates the fabs instruction # [all …]
|
D | ftest.S | 522 fabs.p &0xc12300012345678912345678,%fp0 1341 fabs.p DATA(%a6),%fp0
|
D | pfpsp.S | 2484 # fabs fdabs fsabs facos fmod 9869 # scale the operand such that the exponent is zero. Perform an "fabs" #
|
D | fplsp.S | 7626 fabs.x %fp0 # |X| 7649 fabs.x %fp0 7739 fabs.x %fp0 # Y = |X| 7768 fabs.x %fp0 8443 fabs.x %fp0 # test magnitude 8610 fabs.x (%a0),%fp0 # Y = |X| 8635 fabs.x (%a0),%fp0 # |X|
|