fabs 90 uspace/app/hbench/main.c while (fabs(estimate - prev_estimate) > precision) { fabs 224 uspace/lib/c/include/math.h double fabs(double); fabs 178 uspace/lib/math/generic/nearbyint.c return copysign(_round_even(fabs(val)), val); fabs 82 uspace/lib/math/generic/round.c } u = { .f = fabs(val) }; fabs 104 uspace/lib/math/generic/trunc.c } u = { .f = fabs(val) }; fabs 224 uspace/lib/posix/include/libc/math.h double fabs(double);HelenOS homepage, sources at GitHub