HomeSort by relevance Sort by last modified time
    Searched defs:fround (Results 1 - 3 of 3) sorted by null

  /external/v8/test/unittests/wasm/
asm-types-unittest.cc 222 EXPECT_THAT(Type::FroundType(zone())->Name(), StrEq("fround"));
369 auto* fround = Type::FroundType(zone()); local
374 fround->AsCallableType()->ValidateCall(Type::Float(), arg));
378 fround->AsCallableType()->ValidateCall(Type::Float(), arg));
382 fround->AsCallableType()->ValidateCall(Type::Float(), arg));
386 fround->AsCallableType()->ValidateCall(Type::Float(), arg));
390 fround->AsCallableType()->ValidateCall(Type::Float(), arg));
394 fround->AsCallableType()->ValidateCall(Type::Float(), arg));
398 fround->AsCallableType()->ValidateCall(Type::Float(), arg));
402 fround->AsCallableType()->ValidateCall(Type::Float(), arg))
    [all...]
  /external/v8/test/mjsunit/wasm/
asm-wasm-stdlib.js 72 var fround = stdlib.Math.fround; variable
87 if (StdlibMathSqrt(fround(256.0)) != fround(16.0)) return 0;
89 if (StdlibMathCeil(fround(123.7)) != fround(124.0)) return 0;
91 if (StdlibMathFloor(fround(123.7)) != fround(123.0)) return 0;
93 if (StdlibMathAbs(fround(-123.0)) != fround(123.0)) return 0
    [all...]
asm-wasm.js 535 var fround = stdlib.Math.fround;
1244 var fround = stdlib.Math.fround;
1246 var x = fround(1.0);
1247 return +fround(x);
1315 var fround = stdlib.Math.fround; variable
1317 var a = fround(1.0);
1318 var b = fround(2.0)
1334 var fround = stdlib.Math.fround; variable
    [all...]

Completed in 144 milliseconds