Home
last modified time | relevance | path

Searched refs:realVal (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_fpformat.py51 for realVal in (val, 1.0/val, -val, -1.0/val):
52 self.checkFix(realVal, d)
53 self.checkSci(realVal, d)
/external/llvm-project/mlir/lib/Dialect/Quant/Utils/
DQuantizeUtils.cpp49 for (APFloat realVal : realFPElementsAttr) { in convertDenseFPElementsAttr() local
50 quantValues.push_back(converter.quantizeFloatToInt(realVal)); in convertDenseFPElementsAttr()