Home | History | Annotate | Download | only in ADT

Lines Matching defs:sign

1310     const bool sign;
1330 GetZeroTest[i].sign);
1331 const char *pattern = GetZeroTest[i].sign? "-0x0p+0" : "0x0p+0";
1335 EXPECT_TRUE(GetZeroTest[i].sign? test.isNegative() : !test.isNegative());