OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsZero
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/unittest/
thread_wrappers.h
305
mu_.LockWhen(Condition(&
IsZero
, &count_));
309
static bool
IsZero
(int *arg) { return *arg == 0; }
/external/v8/src/
fixed-dtoa.cc
100
bool
IsZero
() const {
273
if (fractionals128.
IsZero
()) break;
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
581
mu_.LockWhen(Condition(&
IsZero
, &count_));
585
static bool
IsZero
(int *arg) { return *arg == 0; }
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
274
Value *
IsZero
= Builder.CreateICmpEQ(ArgValue, Zero, "
iszero
");
275
Value *Result = Builder.CreateSelect(
IsZero
, Zero, Tmp, "ffs");
486
Value *
IsZero
= Builder.CreateFCmpOEQ(V, Constant::getNullValue(Ty),
487
"
iszero
");
490
Builder.CreateCondBr(
IsZero
, End, NotZero);
[
all
...]
Completed in 56 milliseconds