Searched refs:ieee754float (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/mjsunit/es6/
H A Dmath-fround.js46 function ieee754float(sign_bit, class
56 ieee754float.prototype.returnSpecial = function() {
61 ieee754float.prototype.toDouble = function() {
70 ieee754float.prototype.toSingle = function() {
81 ieee754float.prototype.toSingleSubnormal = function(sign, exponent) {
101 var pi = new ieee754float(0, 0x400, 0x490fda, 0x14442d18);
109 var float = new ieee754float(sign, exp, m1, m2);

Completed in 224 milliseconds