HomeSort by: relevance | last modified time | path
    Searched refs:result_lo (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/hppa/spmath/
divsim.c 75 result_lo = 1;
79 result_lo = 0;
92 if (sign>0 && result_lo<0) {
102 if (++result_lo < 0) {
109 if (sign<0) result_lo = -result_lo;
mpys.c 55 if ((result_hi == 0 && result_lo >= 0) ||
56 (result_hi == -1 && result_lo < 0)) overflow = false;
divsfm.c 81 result_lo = opnd1 << 1;
95 result_lo++;
100 if (result_lo < 0) {
107 if (sign<0) result_lo = -result_lo;
divsir.c 75 result_lo = 1;
79 result_lo = 0;
92 if (sign>0 && result_lo<0) {
101 if (sign<0) result_lo = -result_lo;
divsfr.c 81 result_lo = opnd1 << 1;
94 if (result_lo < 0) {
102 if (sign<0) result_lo = -result_lo;
mpyaccu.c 59 if ((result_lo += (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)
md.h 57 #define result_lo result->rslt_lo macro
75 #define mdrr(reg1,reg2,result) {result_hi = reg1;result_lo = reg2;}
mpyaccs.c 58 if ((result_lo += (unsigned)temp.rslt_lo) < (unsigned)temp.rslt_lo)

Completed in 18 milliseconds