Home | History | Annotate | Download | only in mips

Lines Matching full:doubles

996   __ PrepareCallCFunction(4, scratch);  // Two doubles are 4 arguments.
1263 // We now have both loaded as doubles.
1366 // f12 and f14 have the two doubles. Neither is a NaN.
1374 // Doubles are not equal unless they have the same bit pattern.
1596 // doubles is the xor of the upper and lower words. See
1727 // comparison and the numbers have been loaded into f12 and f14 as doubles,
1773 // Checks for NaN in the doubles we have loaded. Can return the answer or
1777 // Compares two doubles that are not NaNs. Returns the answer.
1794 // or load both doubles and jump to the code that handles
1795 // that case. If the inputs are not doubles then jumps to check_for_symbols.