expdif 790 arch/x86/math-emu/fpu_trig.c int expdif; expdif 799 arch/x86/math-emu/fpu_trig.c expdif = exponent16(&st0) - exponent16(&st1); expdif 810 arch/x86/math-emu/fpu_trig.c if (expdif < 64) { expdif 813 arch/x86/math-emu/fpu_trig.c if (expdif > -2) { expdif 828 arch/x86/math-emu/fpu_trig.c q, expdif); expdif 841 arch/x86/math-emu/fpu_trig.c expdif = expdif 843 arch/x86/math-emu/fpu_trig.c if (expdif <= 1) { expdif 844 arch/x86/math-emu/fpu_trig.c if (expdif == 0) expdif 884 arch/x86/math-emu/fpu_trig.c N = (expdif & 0x0000001f) + 32; /* This choice gives results expdif 889 arch/x86/math-emu/fpu_trig.c expdif -= N; expdif 905 arch/x86/math-emu/fpu_trig.c setexponent16(&tmp, exp_1 + expdif);