FPU_copy_to_reg1   80 arch/x86/math-emu/fpu_proto.h extern void FPU_copy_to_reg1(FPU_REG const *r, u_char tag);
FPU_copy_to_reg1 1121 arch/x86/math-emu/fpu_trig.c 				FPU_copy_to_reg1(&CONST_Z, TAG_Zero);
FPU_copy_to_reg1 1147 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg1(&CONST_INF, TAG_Special);
FPU_copy_to_reg1 1233 arch/x86/math-emu/fpu_trig.c 					FPU_copy_to_reg1(&CONST_PI4, TAG_Valid);
FPU_copy_to_reg1 1251 arch/x86/math-emu/fpu_trig.c 					FPU_copy_to_reg1(&CONST_Z, TAG_Zero);
FPU_copy_to_reg1 1256 arch/x86/math-emu/fpu_trig.c 					FPU_copy_to_reg1(&CONST_PI, TAG_Valid);
FPU_copy_to_reg1 1265 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg1(&CONST_PI2, TAG_Valid);
FPU_copy_to_reg1 1281 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg1(&CONST_PI, TAG_Valid);
FPU_copy_to_reg1 1290 arch/x86/math-emu/fpu_trig.c 		FPU_copy_to_reg1(&CONST_PI2, TAG_Valid);
FPU_copy_to_reg1 1359 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg1(st0_ptr, st0_tag);
FPU_copy_to_reg1 1465 arch/x86/math-emu/fpu_trig.c 			FPU_copy_to_reg1(&CONST_INF, TAG_Special);
FPU_copy_to_reg1   86 arch/x86/math-emu/poly_l2.c 		FPU_copy_to_reg1(&CONST_Z, TAG_Zero);