Home
last modified time | relevance | path

Searched refs:temp_rhs (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp1533 IEEEFloat temp_rhs(rhs); in addOrSubtractSignificand() local
1538 lost_fraction = temp_rhs.shiftSignificandRight(bits - 1); in addOrSubtractSignificand()
1542 temp_rhs.shiftSignificandLeft(1); in addOrSubtractSignificand()
1546 if (compareAbsoluteValue(temp_rhs) == cmpLessThan) { in addOrSubtractSignificand()
1547 carry = temp_rhs.subtractSignificand in addOrSubtractSignificand()
1549 copySignificand(temp_rhs); in addOrSubtractSignificand()
1553 (temp_rhs, lost_fraction != lfExactlyZero); in addOrSubtractSignificand()
1569 IEEEFloat temp_rhs(rhs); in addOrSubtractSignificand() local
1571 lost_fraction = temp_rhs.shiftSignificandRight(bits); in addOrSubtractSignificand()
1572 carry = addSignificand(temp_rhs); in addOrSubtractSignificand()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.c9106 bool set_vptr = false, temp_rhs = false; in trans_class_vptr_len_assignment() local
9135 temp_rhs = true; in trans_class_vptr_len_assignment()
9198 else if (temp_rhs && re->ts.type == BT_CLASS) in trans_class_vptr_len_assignment()
H A Dtrans-expr.cc9642 bool set_vptr = false, temp_rhs = false; in trans_class_vptr_len_assignment() local
9671 temp_rhs = true; in trans_class_vptr_len_assignment()
9734 else if (temp_rhs && re->ts.type == BT_CLASS) in trans_class_vptr_len_assignment()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c9106 bool set_vptr = false, temp_rhs = false; in trans_class_vptr_len_assignment() local
9135 temp_rhs = true; in trans_class_vptr_len_assignment()
9198 else if (temp_rhs && re->ts.type == BT_CLASS) in trans_class_vptr_len_assignment()