fabs               54 arch/powerpc/include/asm/kvm_fpu.h FPD_ONE_IN(fabs)
fabs               69 arch/powerpc/math-emu/math.c FLOATFUNC(fabs);
fabs              318 arch/powerpc/math-emu/math.c 		case FABS:	func = fabs;	type = XB;	break;
fabs              392 arch/sh/math-emu/math.c 	fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,
fabs              124 arch/x86/math-emu/fpu_etc.c 	fchs, fabs, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal,
fabs              813 tools/perf/builtin-diff.c 		double l = fabs(left->diff.period_ratio_delta);
fabs              814 tools/perf/builtin-diff.c 		double r = fabs(right->diff.period_ratio_delta);
fabs              133 tools/perf/util/color.c 	if (fabs(percent) >= MIN_RED)
fabs              136 tools/perf/util/color.c 		if (fabs(percent) > MIN_GREEN)
fabs              137 tools/testing/selftests/timers/freq-step.c 		r = fabs(x * *slope + *intercept - y);
fabs              194 tools/testing/selftests/timers/freq-step.c 	if (fabs(freq_error2) > MAX_FREQ_ERROR || stddev2 > MAX_STDDEV) {
fabs              118 tools/thermal/tmon/pid.c 	set_ctrl_state(lround(fabs(p_param.y_k)));