Home | History | Annotate | Download | only in Core

Lines Matching refs:temp_value

35     Scalar& temp_value,             // A modifiable temp value than can be used to hold either the promoted lhs or rhs object
43 // have the same type), then the temp_value will not get used.
53 temp_value = rhs; // Copy right hand side into the temp value
54 if (temp_value.Promote(lhs_type)) // Promote it
55 promoted_rhs_ptr = &temp_value; // Update the pointer for the promoted right hand side
60 temp_value = lhs; // Copy left hand side value into the temp value
61 if (temp_value.Promote(rhs_type)) // Promote it
62 promoted_lhs_ptr = &temp_value; // Update the pointer for the promoted left hand side
974 Scalar temp_value;
977 if ((m_type = PromoteToMaxType(*this, rhs, temp_value, a, b)) != Scalar::e_void)
1517 Scalar temp_value;
1520 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != Scalar::e_void)
1544 Scalar temp_value;
1547 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != Scalar::e_void)
1570 Scalar temp_value;
1573 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != Scalar::e_void)
1600 Scalar temp_value;
1603 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != Scalar::e_void)
1626 Scalar temp_value;
1629 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != Scalar::e_void)
1656 Scalar temp_value;
1659 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != Scalar::e_void)
1686 Scalar temp_value;
1689 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != Scalar::e_void)
1716 Scalar temp_value;
1719 if ((result.m_type = PromoteToMaxType(lhs, rhs, temp_value, a, b)) != Scalar::e_void)
2137 Scalar temp_value;
2140 switch (PromoteToMaxType(lhs, rhs, temp_value, a, b))
2163 Scalar temp_value; // A temp value that might get a copy of either promoted value
2166 switch (PromoteToMaxType(lhs, rhs, temp_value, a, b))
2188 Scalar temp_value;
2191 switch (PromoteToMaxType(lhs, rhs, temp_value, a, b))
2213 Scalar temp_value;
2216 switch (PromoteToMaxType(lhs, rhs, temp_value, a, b))
2239 Scalar temp_value;
2242 switch (PromoteToMaxType(lhs, rhs, temp_value, a, b))
2264 Scalar temp_value;
2267 switch (PromoteToMaxType(lhs, rhs, temp_value, a, b))