Searched defs:toSingle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/mjsunit/es6/
H A Dmath-fround.js70 ieee754float.prototype.toSingle = function() {
102 assertEquals(pi.toSingle(), opt(pi.toDouble()));
103 assertEquals(pi.toSingle(), unopt(pi.toDouble()));
110 assertEquals(float.toSingle(), unopt(float.toDouble()));
111 assertEquals(float.toSingle(), opt(float.toDouble()));

Completed in 135 milliseconds