HomeSort by relevance Sort by last modified time
    Searched refs:is_neg (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/common_time/
LinearTransform.cpp 136 bool is_neg; local
144 is_neg = true;
147 is_neg = false;
152 is_neg = !is_neg;
158 is_neg))
165 if (is_neg && (basis2 < 0))
168 if (!is_neg && (basis2 >= 0))
175 *out = (is_neg ? (-scaled) : scaled) + basis2;
188 if (is_neg)
    [all...]
  /frameworks/rs/tests/lldb/cpp/BranchingFunCalls/
scalars.rs 20 static bool is_neg(int a)
53 if(is_neg(j))
  /frameworks/rs/tests/lldb/java/BranchingFunCalls/src/rs/
scalars.rs 20 static bool is_neg(int a)
53 if(is_neg(j))
  /frameworks/rs/tests/lldb/jni/BranchingFunCalls/jnibranchingfuncalls/
scalars.rs 20 static bool is_neg(int a)
53 if(is_neg(j))
  /external/tensorflow/tensorflow/core/grappler/
utils_test.cc 222 auto is_neg = [&](const NodeDef& node) { return node.op() == "Neg"; }; local
225 /*follow_control_input=*/false, is_neg);
242 /*follow_control_input=*/true, is_neg);
249 /*follow_control_input=*/false, is_neg);
  /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;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arm.c 14218 int is_neg = (inst.instruction & 0x80) != 0; local
    [all...]

Completed in 184 milliseconds