Searched refs:fabs (Results  1 – 17 of 17) sorted by relevance
| /linux-4.4.14/arch/powerpc/math-emu/ | 
| D | Makefile | 3 obj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \ 16 CFLAGS_fabs.o = -fno-builtin-fabs 17 CFLAGS_math.o = -fno-builtin-fabs
  | 
| D | fabs.c | 6 fabs(u32 *frD, u32 *frB)  in fabs()  function
  | 
| D | math.c | 68 FLOATFUNC(fabs); 317 		case FABS:	func = fabs;	type = XB;	break;  in do_mathemu()
  | 
| /linux-4.4.14/arch/x86/math-emu/ | 
| D | fpu_etc.c | 28 static void fabs(FPU_REG *st0_ptr, u_char st0tag)  in fabs()  function 123 	fchs, fabs, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal,
  | 
| /linux-4.4.14/tools/perf/util/ | 
| D | color.c | 165 	if (fabs(percent) >= MIN_RED)  in get_percent_color() 168 		if (fabs(percent) > MIN_GREEN)  in get_percent_color()
  | 
| /linux-4.4.14/tools/thermal/tmon/ | 
| D | pid.c | 129 	set_ctrl_state(lround(fabs(p_param.y_k)));  in controller_handler()
  | 
| /linux-4.4.14/arch/m68k/ifpsp060/ | 
| D | MISC | 74 fabs.s      : 2.4 133 fabs.s      : 2.4
  | 
| D | fplsp.doc | 124 The fabs/fadd/fdiv/fint/fintrz/fmul/fneg/fsqrt/fsub entry points
  | 
| /linux-4.4.14/Documentation/arm/VFP/ | 
| D | release-notes.txt | 43  - fabs
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | kvm_fpu.h | 65 FPD_ONE_IN(fabs)
  | 
| /linux-4.4.14/arch/powerpc/kvm/ | 
| D | fpu.S | 253 FPD_ONE_IN(fabs)
  | 
| /linux-4.4.14/arch/sh/math-emu/ | 
| D | math.c | 363 static int fabs(struct sh_fpu_soft_struct *fregs, int n)  in fabs()  function 392 	fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,
  | 
| /linux-4.4.14/arch/m68k/fpsp040/ | 
| 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-4.4.14/arch/m68k/ifpsp060/src/ | 
| 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 …] 
 | 
| D | ftest.S | 522 	fabs.p		&0xc12300012345678912345678,%fp0 1341 	fabs.p		DATA(%a6),%fp0
  | 
| D | pfpsp.S | 2484 #	fabs	fdabs	fsabs		facos		fmod 9869 # scale the operand such that the exponent is zero. Perform an "fabs"	#
  | 
| 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|
  |