Home
last modified time | relevance | path

Searched defs:two_52 (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dsimplified-lowering.cc2423 Node* const two_52 = jsgraph()->Float64Constant(4503599627370496.0E0); in Float64Ceil() local
2547 Node* const two_52 = jsgraph()->Float64Constant(4503599627370496.0E0); in Float64Floor() local
2687 Node* const two_52 = jsgraph()->Float64Constant(4503599627370496.0E0); in Float64Trunc() local
/external/v8/src/
Dcode-stub-assembler.cc102 Node* two_52 = Float64Constant(4503599627370496.0E0); in Float64Ceil() local
155 Node* two_52 = Float64Constant(4503599627370496.0E0); in Float64Floor() local
208 Node* two_52 = Float64Constant(4503599627370496.0E0); in Float64Trunc() local
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5651 static double two_52 = two_30 * (1 << 22); // 2^52 is a precision boundary. variable