Searched defs:Negative (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | APFloat.cpp | 617 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() 664 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() 3373 void APFloat::makeLargest(bool Negative) { in makeLargest() 3398 void APFloat::makeSmallest(bool Negative) { in makeSmallest() 3410 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() 3420 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest() 3430 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized() 3906 APFloat::makeInf(bool Negative) { in makeInf() 3914 APFloat::makeZero(bool Negative) { in makeZero()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionOptimizer.cpp | 223 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | compare.cpp | 344 Negative = -1, in test8() enumerator
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 1000 bool SNaN, bool Negative, uint64_t fill) { in nanbits()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 715 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()
|