Searched refs:fabs (Results 1 – 17 of 17) sorted by relevance
| /arch/powerpc/math-emu/ |
| A 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
|
| A D | fabs.c | 7 fabs(u32 *frD, u32 *frB) in fabs() function
|
| A D | math.c | 69 FLOATFUNC(fabs); 318 case FABS: func = fabs; type = XB; break; in do_mathemu()
|
| /arch/x86/math-emu/ |
| A D | fpu_etc.c | 29 static void fabs(FPU_REG *st0_ptr, u_char st0tag) in fabs() function 129 fchs, fabs, FPU_ST0_illegal, FPU_ST0_illegal,
|
| /arch/arm64/boot/dts/apple/ |
| A D | s8000.dtsi | 64 * The A9 was made by two separate fabs on two different process
|
| A D | s8003.dtsi | 64 * The A9 was made by two separate fabs on two different process
|
| A D | s800-0-3.dtsi | 188 * The A9 was made by two separate fabs on two different process
|
| /arch/m68k/ifpsp060/ |
| A D | MISC | 74 fabs.s : 2.4 133 fabs.s : 2.4
|
| A D | fplsp.doc | 124 The fabs/fadd/fdiv/fint/fintrz/fmul/fneg/fsqrt/fsub entry points
|
| /arch/powerpc/include/asm/ |
| A D | kvm_fpu.h | 54 FPD_ONE_IN(fabs)
|
| /arch/powerpc/kvm/ |
| A D | fpu.S | 255 FPD_ONE_IN(fabs)
|
| /arch/sh/math-emu/ |
| A D | math.c | 365 static int fabs(struct sh_fpu_soft_struct *fregs, int n) in fabs() function 394 fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,
|
| /arch/m68k/fpsp040/ |
| A 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/ |
| A D | fpsp.S | 2485 # fabs fdabs fsabs facos fmod 6666 fabs.x %fp0 # |X| 6761 fabs.x %fp0 11435 long fabs - tbl_unsupp # 18: fabs 11999 fabs.x %fp0 # clear result sign 13413 # fabs(): emulates the fabs instruction # 13452 bra.b fabs 13459 global fabs 13460 fabs: label 14881 fabs.x %fp1 [all …]
|
| A D | ftest.S | 522 fabs.p &0xc12300012345678912345678,%fp0 1341 fabs.p DATA(%a6),%fp0
|
| A D | pfpsp.S | 2484 # fabs fdabs fsabs facos fmod 9869 # scale the operand such that the exponent is zero. Perform an "fabs" #
|
| A 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|
|
Completed in 69 milliseconds