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

  /device/asus/fugu/libaudio/
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/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/boringssl/src/crypto/fipsmodule/ec/
wnaf.c 395 int is_neg; local
398 is_neg = digit < 0;
400 if (is_neg) {
404 if (is_neg != r_is_inverted) {
  /external/curl/lib/
mprintf.c 613 int is_neg; local
729 is_neg = (p->data.num.as_signed < (mp_intmax_t)0) ? 1 : 0;
730 if(is_neg) {
742 is_neg = 0;
774 if(is_neg || (p->flags & FLAGS_SHOWSIGN) || (p->flags & FLAGS_SPACE))
781 if(is_neg)
867 is_neg = 0;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 13811 int is_neg = (inst.instruction & 0x80) != 0; local
    [all...]

Completed in 283 milliseconds