HomeSort by relevance Sort by last modified time
    Searched defs:isNegative (Results 1 - 25 of 33) sorted by null

1 2

  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
JoyAxisTrigger.java 65 public boolean isNegative() {
MouseAxisTrigger.java 68 public boolean isNegative() {
  /libcore/luni/src/main/java/java/security/acl/
AclEntry.java 66 boolean isNegative();
  /external/clang/include/clang/AST/
CharUnits.h 125 /// isNegative - Test whether the quantity is less than zero.
126 bool isNegative() const { return Quantity < 0; }
  /external/llvm/lib/Support/
APFloat.cpp 113 bool isNegative;
120 isNegative = (*p == '-');
146 if (isNegative)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 185 bool isNegative() const {
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 153 inline bool isNegative(void) const
  /external/llvm/include/llvm/ADT/
APFloat.h 327 bool isNegative() const { return sign; }
328 bool isPosZero() const { return isZero() && !isNegative(); }
329 bool isNegZero() const { return isZero() && isNegative(); }
APInt.h 304 bool isNegative() const {
311 return !isNegative();
340 !isNegative() && countPopulation() == BitWidth - 1;
354 return BitWidth == 1 ? VAL == 1 : isNegative() && isPowerOf2();
    [all...]
  /external/webkit/Source/WebCore/platform/
Length.h 169 bool isNegative() const { return getFloatValue() < 0; }
  /external/llvm/include/llvm/IR/
Constants.h 156 bool isNegative() const { return Val.isNegative(); }
269 /// isNegative - Return true if the sign bit is set.
270 bool isNegative() const { return Val.isNegative(); }
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 804 bool isNegative = false;
818 isNegative = true;
838 if (value > maxMultiplier || (value == maxMultiplier && digitValue > (integralMax % base) + isNegative))
850 if (isNegative)
  /frameworks/base/core/java/android/net/
NetworkStats.java 107 public boolean isNegative() {
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 146 bool isNegative;
150 isNegative(neg) {}
152 isNegative(i < 0) {}
156 bool isNeg() const { return isNegative; }
167 if (isNegative) {
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]
  /external/libxml2/
trio.c     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 383 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit)
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 2270 milliseconds

1 2