Home | History | Annotate | Download | only in libgcc

Lines Matching refs:stemp

775   BIG_SINT_C_TYPE stemp;
816 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1);
817 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS);
820 min_low = stemp;
971 BIG_SINT_C_TYPE stemp;
1008 stemp = (BIG_SINT_C_TYPE)1 << (BIG_WIDTH - 1);
1009 stemp = stemp >> (BIG_WIDTH - 1 - TO_I_F_BITS);
1010 min_low = stemp;