Home
last modified time | relevance | path

Searched refs:st1_tag (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_trig.c866 u_char st1_tag = FPU_gettagi(1); in do_fprem() local
868 if ( !((st0_tag ^ TAG_Valid) | (st1_tag ^ TAG_Valid)) ) in do_fprem()
1050 if ( st1_tag == TAG_Special ) in do_fprem()
1051 st1_tag = FPU_Special(st1_ptr); in do_fprem()
1053 if ( ((st0_tag == TAG_Valid) && (st1_tag == TW_Denormal)) in do_fprem()
1054 || ((st0_tag == TW_Denormal) && (st1_tag == TAG_Valid)) in do_fprem()
1055 || ((st0_tag == TW_Denormal) && (st1_tag == TW_Denormal)) ) in do_fprem()
1061 else if ( (st0_tag == TAG_Empty) || (st1_tag == TAG_Empty) ) in do_fprem()
1068 if ( st1_tag == TAG_Valid ) in do_fprem()
1072 else if ( st1_tag == TW_Denormal ) in do_fprem()
[all …]
Dpoly_atan.c56 FPU_REG *st1_ptr, u_char st1_tag) in poly_atan() argument
78 if ( st1_tag == TAG_Valid ) in poly_atan()
Dfpu_proto.h91 u_char st1_tag);