Home
last modified time | relevance | path

Searched defs:isNegative (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/
DConstants.h152 bool isNegative() const { return Val.isNegative(); } in isNegative() function
266 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/external/clang/include/clang/AST/
DCharUnits.h126 bool isNegative() const { return Quantity < 0; } in isNegative() function
/external/llvm/include/llvm/ADT/
DAPFloat.h325 bool isNegative() const { return sign; } in isNegative() function
DAPInt.h295 bool isNegative() const { in isNegative() function
/external/webkit/Source/JavaScriptCore/runtime/
DNumberPrototype.cpp247 bool isNegative = x < 0.0; in numberProtoFuncToString() local
/external/icu4c/tools/genprops/
Dgenprops.c385 UBool isNegative; in unicodeDataLineFn() local
/external/webkit/Source/WebCore/platform/
DLength.h169 bool isNegative() const { return getFloatValue() < 0; } in isNegative() function
/external/libxml2/
Dtrio.c2171 BOOLEAN_T isNegative; variable
2627 BOOLEAN_T isNegative; variable
5432 BOOLEAN_T isNegative = FALSE; variable
/external/icu4c/i18n/
Ddecimfmt.cpp1097 UBool isNegative = !adjustedNum.isPositive(); in _format() local
2123 UBool isNegative, in compareAffix()
3193 UBool isNegative, UBool isPrefix) const { in appendAffix()
/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.cpp804 bool isNegative = false; in toIntegralType() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp940 bool isNegative = !isPointer && isNonConstantNegative(Step); in getAddRecExprPHILiterally() local
/external/llvm/lib/Support/
DAPFloat.cpp132 bool isNegative; in readExponent() local
DAPInt.cpp631 unsigned isNegative = *p == '-'; in getBitsNeeded() local