FPU_normalize     190 arch/x86/math-emu/fpu_emu.h asmlinkage int FPU_normalize(FPU_REG *x);
FPU_normalize      62 arch/x86/math-emu/fpu_trig.c 		st0_tag = FPU_normalize(&tmp);
FPU_normalize      83 arch/x86/math-emu/fpu_trig.c 			FPU_normalize(&tmp);
FPU_normalize     116 arch/x86/math-emu/fpu_trig.c 			FPU_normalize(&tmp);	/* This must return TAG_Valid */
FPU_normalize     173 arch/x86/math-emu/fpu_trig.c 	tag = FPU_normalize(dest);
FPU_normalize     529 arch/x86/math-emu/fpu_trig.c 		tag = FPU_normalize(st0_ptr);