Home
last modified time | relevance | path

Searched refs:fabs (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/arch/powerpc/math-emu/
A DMakefile4 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 Dfabs.c7 fabs(u32 *frD, u32 *frB) in fabs() function
A Dmath.c69 FLOATFUNC(fabs);
318 case FABS: func = fabs; type = XB; break; in do_mathemu()
/linux-6.3-rc2/arch/x86/math-emu/
A Dfpu_etc.c29 static void fabs(FPU_REG *st0_ptr, u_char st0tag) in fabs() function
124 fchs, fabs, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal,
/linux-6.3-rc2/tools/perf/util/
A Dcolor.c133 if (fabs(percent) >= MIN_RED) in get_percent_color()
136 if (fabs(percent) > MIN_GREEN) in get_percent_color()
/linux-6.3-rc2/tools/testing/selftests/timers/
A Dfreq-step.c137 r = fabs(x * *slope + *intercept - y); in regress()
194 if (fabs(freq_error2) > MAX_FREQ_ERROR || stddev2 > MAX_STDDEV) { in run_test()
/linux-6.3-rc2/tools/thermal/tmon/
A Dpid.c117 set_ctrl_state(lround(fabs(p_param.y_k))); in controller_handler()
/linux-6.3-rc2/arch/m68k/ifpsp060/
A DMISC74 fabs.s : 2.4
133 fabs.s : 2.4
A Dfplsp.doc124 The fabs/fadd/fdiv/fint/fintrz/fmul/fneg/fsqrt/fsub entry points
/linux-6.3-rc2/tools/testing/selftests/timens/
A Dprocfs.c140 if (fabs(difftime(uptime_new.tv_sec, uptime_expected)) > prec) { in check_uptime()
/linux-6.3-rc2/Documentation/arm/vfp/
A Drelease-notes.rst45 - fabs
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dkvm_fpu.h54 FPD_ONE_IN(fabs)
/linux-6.3-rc2/arch/powerpc/kvm/
A Dfpu.S255 FPD_ONE_IN(fabs)
/linux-6.3-rc2/arch/sh/math-emu/
A Dmath.c363 static int fabs(struct sh_fpu_soft_struct *fregs, int n) in fabs() function
392 fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dres_func.S94 | 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.
/linux-6.3-rc2/tools/testing/selftests/resctrl/
A Dresctrl_val.c491 unsigned long diff = fabs(bw_imc - bw_resc); in print_results_bw()
/linux-6.3-rc2/arch/m68k/ifpsp060/src/
A Dfpsp.S2485 # 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 Dftest.S522 fabs.p &0xc12300012345678912345678,%fp0
1341 fabs.p DATA(%a6),%fp0
A Dpfpsp.S2484 # fabs fdabs fsabs facos fmod
9869 # scale the operand such that the exponent is zero. Perform an "fabs" #
A Dfplsp.S7626 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|
/linux-6.3-rc2/tools/perf/
A Dbuiltin-diff.c771 double l = fabs(left->diff.period_ratio_delta); in __hist_entry__cmp_compute()
772 double r = fabs(right->diff.period_ratio_delta); in __hist_entry__cmp_compute()

Completed in 71 milliseconds