OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isneg
(Results
26 - 45
of
45
) sorted by null
1
2
/frameworks/base/core/jni/android/graphics/
Graphics.cpp
558
if (size64.
isNeg
() || !size64.is32()) {
/external/llvm/lib/Transforms/Scalar/
Reassociate.cpp
308
(!BinaryOperator::isNot(I) && !BinaryOperator::
isNeg
(I)))
623
if (Opcode == Instruction::Mul && BO && BinaryOperator::
isNeg
(BO)) {
[
all
...]
/external/chromium_org/third_party/libxml/src/
xmlschemastypes.c
1193
int
isneg
= 0, digcnt = 0;
local
1417
int
isneg
= 0, tmp = 0;
local
1774
int
isneg
= 0;
local
[
all
...]
xpath.c
9952
int
isneg
= 0;
local
[
all
...]
/external/libxml2/
xmlschemastypes.c
1193
int
isneg
= 0, digcnt = 0;
local
1417
int
isneg
= 0, tmp = 0;
local
1774
int
isneg
= 0;
local
[
all
...]
xpath.c
9999
int
isneg
= 0;
local
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java
1132
boolean
isNeg
= false;
1139
isNeg
= true;
1144
if (
isNeg
)
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp
28
return !value.
isNeg
() && value.is32();
239
SkASSERT(!safeSize.
isNeg
());
[
all
...]
SkGeometry.cpp
157
if (RR.
isNeg
())
419
SkASSERT(!denom.
isNeg
());
[
all
...]
/external/llvm/include/llvm/IR/
InstrTypes.h
308
///
isNeg
, isFNeg, isNot - Check if the given Value is a
311
static bool
isNeg
(const Value *V);
[
all
...]
/external/skia/src/core/
SkBitmap.cpp
28
return !value.
isNeg
() && value.is32();
239
SkASSERT(!safeSize.
isNeg
());
[
all
...]
SkGeometry.cpp
157
if (RR.
isNeg
())
419
SkASSERT(!denom.
isNeg
());
[
all
...]
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
[
all
...]
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp
612
if (size.
isNeg
() || !size.is32()) {
[
all
...]
/external/skia/src/images/
SkImageDecoder_libpng.cpp
611
if (size.
isNeg
() || !size.is32()) {
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
516
if (BinaryOperator::
isNeg
(V))
[
all
...]
/external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
/prebuilts/sdk/tools/linux/
libLLVM.so
Completed in 1414 milliseconds
1
2