Searched refs:realVal (Results 1 – 2 of 2) sorted by relevance
51 for realVal in (val, 1.0/val, -val, -1.0/val):52 self.checkFix(realVal, d)53 self.checkSci(realVal, d)
49 for (APFloat realVal : realFPElementsAttr) { in convertDenseFPElementsAttr() local50 quantValues.push_back(converter.quantizeFloatToInt(realVal)); in convertDenseFPElementsAttr()