OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_neg
(Results
1 - 5
of
5
) sorted by null
/external/epid-sdk/epid/common-testhelper/
testapp-testhelper.cc
29
bool
is_neg
= false;
local
31
if (!
is_neg
) {
33
is_neg
= true;
39
if (
is_neg
) {
/external/tensorflow/tensorflow/core/grappler/
utils_test.cc
249
auto
is_neg
= [&](const NodeDef& node) { return node.op() == "Neg"; };
local
252
/*follow_control_input=*/false,
is_neg
);
269
/*follow_control_input=*/true,
is_neg
);
276
/*follow_control_input=*/false,
is_neg
);
/external/u-boot/common/
bedbug.c
873
int
is_neg
= 0;
886
is_neg
= 1;
891
if (
is_neg
)
1009
int
is_neg
= 0;
1017
is_neg
= 1;
1026
if (
is_neg
)
860
int
is_neg
= 0;
local
994
int
is_neg
= 0;
local
/external/curl/lib/
mprintf.c
606
int
is_neg
;
local
722
is_neg
= (p->data.num.as_signed < (mp_intmax_t)0) ? 1 : 0;
723
if(
is_neg
) {
735
is_neg
= 0;
767
if(
is_neg
|| (p->flags & FLAGS_SHOWSIGN) || (p->flags & FLAGS_SPACE))
774
if(
is_neg
)
860
is_neg
= 0;
/external/libaom/libaom/examples/
inspect.c
345
int
is_neg
= 0;
local
354
is_neg
= 1;
361
if (
is_neg
) {
Completed in 414 milliseconds