/linux/arch/powerpc/math-emu/ |
H 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
|
H A D | fabs.c | 7 fabs(u32 *frD, u32 *frB) in fabs() function
|
H A D | math.c | 69 FLOATFUNC(fabs); 318 case FABS: func = fabs; type = XB; break; in do_mathemu()
|
/linux/arch/x86/math-emu/ |
H 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,
|
/linux/tools/perf/util/ |
H A D | color.c | 133 if (fabs(percent) >= MIN_RED) in get_percent_color() 136 if (fabs(percent) > MIN_GREEN) in get_percent_color()
|
/linux/tools/testing/selftests/timers/ |
H A D | freq-step.c | 137 r = fabs(x * *slope + *intercept - y); in regress() 194 if (fabs(freq_error2) > MAX_FREQ_ERROR || stddev2 > MAX_STDDEV) { in run_test()
|
/linux/tools/thermal/tmon/ |
H A D | pid.c | 117 set_ctrl_state(lround(fabs(p_param.y_k))); in controller_handler()
|
/linux/arch/m68k/ifpsp060/ |
H A D | MISC | 74 fabs.s : 2.4 133 fabs.s : 2.4
|
H A D | fplsp.doc | 124 The fabs/fadd/fdiv/fint/fintrz/fmul/fneg/fsqrt/fsub entry points
|
/linux/tools/testing/selftests/timens/ |
H A D | procfs.c | 140 if (fabs(difftime(uptime_new.tv_sec, uptime_expected)) > prec) { in check_uptime()
|
/linux/Documentation/arch/arm/vfp/ |
H A D | release-notes.rst | 45 - fabs
|
/linux/arch/powerpc/include/asm/ |
H A D | kvm_fpu.h | 54 FPD_ONE_IN(fabs)
|
/linux/arch/sh/math-emu/ |
H 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,
|
/linux/arch/powerpc/kvm/ |
H A D | fpu.S | 255 FPD_ONE_IN(fabs)
|
/linux/arch/m68k/fpsp040/ |
H 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.
|
/linux/tools/testing/selftests/resctrl/ |
H A D | resctrl_val.c | 528 unsigned long diff = fabs(bw_imc - bw_resc); in print_results_bw()
|
/linux/arch/m68k/ifpsp060/src/ |
H A 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 …]
|
H A D | ftest.S | 522 fabs.p &0xc12300012345678912345678,%fp0 1341 fabs.p DATA(%a6),%fp0
|
H A D | pfpsp.S | 2484 # fabs fdabs fsabs facos fmod 9869 # scale the operand such that the exponent is zero. Perform an "fabs" #
|
H 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|
|
/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 1269 v1 = fabs(v1); in cmp_join_stat() 1270 v2 = fabs(v2); in cmp_join_stat() 1775 value = fabs(value); in is_join_stat_filter_matched()
|
/linux/tools/perf/ |
H A D | builtin-diff.c | 759 double l = fabs(left->diff.period_ratio_delta); in __hist_entry__cmp_compute() 760 double r = fabs(right->diff.period_ratio_delta); in __hist_entry__cmp_compute()
|