Home
last modified time | relevance | path

Searched refs:NegSmallest (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp132 APFloat NegSmallest = Smallest; in convertFCmp() local
133 NegSmallest.changeSign(); in convertFCmp()
148 } else if (Const->isExactlyValue(NegSmallest)) { in convertFCmp()
/external/llvm/lib/Target/SystemZ/
DSystemZTDC.cpp132 APFloat NegSmallest = Smallest; in convertFCmp() local
133 NegSmallest.changeSign(); in convertFCmp()
148 } else if (Const->isExactlyValue(NegSmallest)) { in convertFCmp()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp3050 APFloat NegSmallest = APFloat::getSmallest(APFloat::IEEEdouble, true); in TEST() local
3110 Frac = frexp(NegSmallest, Exp, RM); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp3142 APFloat NegSmallest = APFloat::getSmallest(APFloat::IEEEdouble(), true); in TEST() local
3202 Frac = frexp(NegSmallest, Exp, RM); in TEST()