OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isNegative
(Results
1 - 20
of
20
) sorted by null
/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/icu4c/tools/genprops/
genprops.c
385
UBool
isNegative
;
389
isNegative
=TRUE;
392
isNegative
=FALSE;
421
if(
isNegative
) {
/external/llvm/include/llvm/ADT/
APFloat.h
325
bool
isNegative
() const { return sign; }
326
bool isPosZero() const { return isZero() && !
isNegative
(); }
327
bool isNegZero() const { return isZero() &&
isNegative
(); }
APInt.h
295
bool
isNegative
() const {
302
return !
isNegative
();
331
!
isNegative
() && countPopulation() == BitWidth - 1;
345
return BitWidth == 1 ? VAL == 1 :
isNegative
() && isPowerOf2();
767
if (
isNegative
())
768
if (RHS.
isNegative
())
772
else if (RHS.
isNegative
())
789
if (
isNegative
())
790
if (RHS.
isNegative
())
794
else if (RHS.
isNegative
())
[
all
...]
/external/llvm/include/llvm/
Constants.h
152
bool
isNegative
() const { return Val.
isNegative
(); }
265
///
isNegative
- Return true if the sign bit is set.
266
bool
isNegative
() const { return Val.
isNegative
(); }
[
all
...]
/external/llvm/lib/Support/
APFloat.cpp
132
bool
isNegative
;
139
isNegative
= (*p == '-');
165
if (
isNegative
)
[
all
...]
/external/webkit/Source/WebCore/platform/
Length.h
169
bool
isNegative
() const { return getFloatValue() < 0; }
/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
)
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
599
return SC->getValue()->getValue().
isNegative
();
[
all
...]
/external/icu4c/i18n/
decimfmt.cpp
[
all
...]
/external/libxml2/
trio.c
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 2506 milliseconds