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

/external/v8/src/asmjs/
H A Dasm-typer.cc1643 #define UNOP_OVERLOAD(Src, Dest) \ macro
1665 UNOP_OVERLOAD(Signed, Double);
1666 UNOP_OVERLOAD(Unsigned, Double);
1667 UNOP_OVERLOAD(DoubleQ, Double);
1668 UNOP_OVERLOAD(FloatQ, Double);
1677 UNOP_OVERLOAD(Int, Intish);
1678 UNOP_OVERLOAD(DoubleQ, Double);
1679 UNOP_OVERLOAD(FloatQ, Floatish);
1709 UNOP_OVERLOAD(Double, Signed);
1710 UNOP_OVERLOAD(Float
1724 #undef UNOP_OVERLOAD macro
1898 #define UNOP_OVERLOAD macro
1934 #undef UNOP_OVERLOAD macro
[all...]

Completed in 96 milliseconds