/frameworks/base/graphics/java/android/graphics/ |
PointF.java | 57 public final void negate() { method in class:PointF
|
/bionic/libc/unistd/ |
fnmatch.c | 156 int negate, ok; local 166 if ((negate = (*pattern == '!' || *pattern == '^'))) 204 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
|
/external/e2fsprogs/misc/ |
fsck.c | 722 int negate; member in struct:fs_type_compile 737 int negate, first_negate = 1; local 755 cmp->negate = 0; 764 negate = 0; 767 negate = 1; 770 negate = 1; 778 cmp->type[num] = negate ? FS_TYPE_NEGOPT : FS_TYPE_OPT; 781 cmp->negate = negate; 784 if ((negate && !cmp->negate) | [all...] |
/external/v8/src/ |
jump-target.cc | 300 // We negate and branch here rather than using DoBranch's negate 304 // Branch to fall through will not negate, because it is a 373 // We negate and branch here rather than using DoBranch's negate 377 // Branch to fall through will not negate, because it is a
|
/external/guava/src/com/google/common/base/ |
CharMatcher.java | 288 @Override public CharMatcher negate() { 352 @Override public CharMatcher negate() { 383 @Override public CharMatcher negate() { method in class:CharMatcher 399 * <p>To negate another {@code CharMatcher}, use {@link #negate()}. 413 @Override public CharMatcher negate() { 466 return anyOf(sequence).negate(); 529 public CharMatcher negate() { 545 @Override public CharMatcher negate() { 655 // TODO: make methods like negate() smar [all...] |
/external/skia/include/core/ |
Sk64.h | 89 /** Negate the number */ 90 void negate(); 92 /** If the number < 0, negate the number
|
SkPoint.h | 59 /** Negate the X and Y coordinates of the point. 61 void negate() { fX = -fX; fY = -fY; } function in struct:SkIPoint 215 /** Negate the point's coordinates 217 void negate() { function in struct:SkPoint
|
/bionic/libm/amd64/ |
s_remquo.S | 53 /* Negate the quotient bits if x*y<0. Avoid using an unpredictable branch. */
|
s_remquof.S | 53 /* Negate the quotient bits if x*y<0. Avoid using an unpredictable branch. */
|
/bionic/libm/i387/ |
s_remquo.S | 51 /* Negate the quotient bits if x*y<0. Avoid using an unpredictable branch. */
|
s_remquof.S | 51 /* Negate the quotient bits if x*y<0. Avoid using an unpredictable branch. */
|
/external/proguard/src/proguard/evaluation/value/ |
LongValue.java | 46 public abstract LongValue negate(); method in class:LongValue 217 return compare(other).negate(); 373 return compare(other).negate(); 529 return compare(other).negate();
|
UnknownIntegerValue.java | 32 public IntegerValue negate() method in class:UnknownIntegerValue
|
UnknownLongValue.java | 32 public LongValue negate() method in class:UnknownLongValue
|
SpecificDoubleValue.java | 32 public DoubleValue negate() method in class:SpecificDoubleValue
|
SpecificFloatValue.java | 32 public FloatValue negate() method in class:SpecificFloatValue
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsSectionIndexer.java | 91 * To get from that number to the expected value of 1 we need to negate
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
d_plsf_5.cpp | 234 lsf1_r[4] = negate (*p_dico++); 235 lsf1_r[5] = negate (*p_dico++); 236 lsf2_r[4] = negate (*p_dico++); 237 lsf2_r[5] = negate (*p_dico++); 441 *(lsf1_r + 4) = negate(*p_dico++); 442 *(lsf1_r + 5) = negate(*p_dico++); 443 *(lsf2_r + 4) = negate(*p_dico++); 444 *(lsf2_r + 5) = negate(*p_dico++);
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
d_plsf_5.cpp | 234 lsf1_r[4] = negate (*p_dico++); 235 lsf1_r[5] = negate (*p_dico++); 236 lsf2_r[4] = negate (*p_dico++); 237 lsf2_r[5] = negate (*p_dico++); 441 *(lsf1_r + 4) = negate(*p_dico++); 442 *(lsf1_r + 5) = negate(*p_dico++); 443 *(lsf2_r + 4) = negate(*p_dico++); 444 *(lsf2_r + 5) = negate(*p_dico++);
|
/system/core/sh/ |
parser.c | 251 int negate; local 253 negate = 0; 256 negate = !negate; 276 if (negate) { 294 int t, negate = 0; local 311 negate = !negate; 517 if (negate) { 534 int negate = 0 local [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/ |
negate.cpp | 31 Pathname: ./gsm-amr/c/src/negate.c 36 Description: Created separate file for the negate function. Sync'ed up with 73 is -32768: negate(var1) = sub(0,var1). 88 Word16 negate (Word16 var1) 94 multiCounter[currCounter].negate++; 128 #include "negate.h" 164 Word16 negate(register Word16 var1) function
|
/external/stlport/src/ |
num_get_float.cpp | 649 unsigned Negate, decimal_point; 658 Negate = 0; 662 Negate = 1; 736 if (Negate) { 764 bool Negate = false; 768 Negate = true; 840 return Negate ? -x : x;
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/ |
negate.cpp | 31 Pathname: ./gsm-amr/c/src/negate.c 36 Description: Created separate file for the negate function. Sync'ed up with 73 is -32768: negate(var1) = sub(0,var1). 88 Word16 negate (Word16 var1) 94 multiCounter[currCounter].negate++; 128 #include "negate.h" 164 Word16 negate(register Word16 var1) function
|
/external/dropbear/libtomcrypt/src/pk/katja/ |
katja_make_key.c | 51 /* make prime "q" (we negate size to make q == 3 mod 4) */
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
negate.h | 30 Pathname: ./gsm-amr/c/include/negate.h 35 Description: Created separate header file for negate function. 49 needed by the negate function. 102 Word16 negate(register Word16 var1);
|