Home
last modified time | relevance | path

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

12

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A D0001-tests-Include-math.h-for-fabs-definition.patch4 Subject: [PATCH] tests: Include math.h for fabs() definition
8 ../../sox-14.4.2/src/sox_sample_test.h:190:3: error: implicit declaration of function 'fabs' [-Wimp…
9 190 | assert(fabs(d - 1) < 1e-9 && clips == 0);
11 …/sox-14.4.2/src/sox_sample_test.h:23:1: note: include '<math.h>' or provide a declaration of 'fabs'
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c37 #define fabs(x) __builtin_fabs(x) macro
41 #define nonfinite(a) unlikely(!isless(fabs(a), inf()))
62 if (fabs(a) > fabs(c)) in __gcc_qadd()
/openbmc/linux/arch/powerpc/math-emu/
H 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
H A Dfabs.c7 fabs(u32 *frD, u32 *frB) in fabs() function
H A Dmath.c69 FLOATFUNC(fabs);
318 case FABS: func = fabs; type = XB; break; in do_mathemu()
/openbmc/linux/arch/x86/math-emu/
H 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,
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp258 while (((fabs(bDouble) - floor(fabs(bDouble))) / fabs(bDouble)) > in getSensorAttributes()
/openbmc/linux/tools/perf/util/
H A Dcolor.c133 if (fabs(percent) >= MIN_RED) in get_percent_color()
136 if (fabs(percent) > MIN_GREEN) in get_percent_color()
/openbmc/linux/tools/testing/selftests/timers/
H 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()
/openbmc/linux/tools/thermal/tmon/
H A Dpid.c117 set_ctrl_state(lround(fabs(p_param.y_k))); in controller_handler()
/openbmc/linux/arch/m68k/ifpsp060/
H A DMISC74 fabs.s : 2.4
133 fabs.s : 2.4
/openbmc/linux/Documentation/arch/arm/vfp/
H A Drelease-notes.rst45 - fabs
/openbmc/linux/tools/testing/selftests/timens/
H A Dprocfs.c140 if (fabs(difftime(uptime_new.tv_sec, uptime_expected)) > prec) { in check_uptime()
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp211 return std::fabs(left - right) <= in doDoubleComparison()
214 return std::fabs(left - right) > in doDoubleComparison()
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_fpu.h54 FPD_ONE_IN(fabs)
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/
H A Dsox_14.4.2.bb33 file://0001-tests-Include-math.h-for-fabs-definition.patch \
/openbmc/linux/arch/sh/math-emu/
H 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,
/openbmc/qemu/target/ppc/translate/
H A Dfp-ops.c.inc36 GEN_HANDLER(fabs, 0x3F, 0x08, 0x08, 0x001F0000, PPC_FLOAT),
/openbmc/linux/arch/powerpc/kvm/
H A Dfpu.S255 FPD_ONE_IN(fabs)
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py13 return math.fabs(f1-f2) < 0.00001
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_rng-test.c141 return erfc(fabs(vn_obs - 2 * nr_bits * pi * (1.0 - pi)) in calc_runs_p()
/openbmc/qemu/target/m68k/
H A Dhelper.h36 DEF_HELPER_3(fabs, void, env, fp, fp)
/openbmc/linux/arch/m68k/fpsp040/
H 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.
/openbmc/libbej/src/
H A Dbej_encoder_metadata.c270 double originalFactConvertedToWhole = fabs(originalFract); in bejUpdateRealMetaData()
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S2485 # 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 …]

12