reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1057 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); 1058 EXPECT_TRUE(isExact); 1063 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); 1064 EXPECT_FALSE(isExact); 1069 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); 1070 EXPECT_FALSE(isExact); 1075 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); 1076 EXPECT_FALSE(isExact); 1082 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); 1083 EXPECT_TRUE(isExact); 1088 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); 1089 EXPECT_FALSE(isExact); 1094 .convertToInteger(result, APFloat::rmTowardZero, &isExact)); 1095 EXPECT_FALSE(isExact);