/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d_plsf_5.cpp | 174 Word16 temp, sign; 221 sign = indice[2] & 1; 225 if (sign == 0) 313 Word16 sign; local 339 sign = 347 sign, 413 sign = *(indice + 2) & 1; 432 if (sign == 0)
|
d8_31pf.cpp | 80 /* define values/representation for output codevector and sign */ 276 indx[] -- array of type Word16 -- position and sign of 343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */ 500 index array of type Word16 -- index of 8 pulses (sign+position) 559 Word16 index[], /* i : index of 8 pulses (sign+position) */ 568 Word16 sign; local 594 sign = POS_CODE; /* +1.0 */ 598 sign = -NEG_CODE; /* -1.0 */ 603 cod[pos1] = sign; /* avoid buffer overflow */ 614 sign = negate(sign) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/util/ |
XmlUtils_Delegate.java | 42 int sign = 1; local 48 sign = -1; 72 return ((int)Long.parseLong(nm.substring(index), base)) * sign;
|
/ndk/sources/android/support/src/stdio/amd64/ |
_fpmath.h | 39 unsigned int sign :1; member in struct:IEEEl2bits::__anon42820
|
/ndk/sources/android/support/src/stdio/arm/ |
_fpmath.h | 44 unsigned int sign :1; member in struct:IEEEl2bits::__anon42822 49 unsigned int sign :1;
|
/ndk/sources/android/support/src/stdio/arm64/ |
_fpmath.h | 40 unsigned int sign :1; member in struct:IEEEl2bits::__anon42823 42 unsigned int sign :1;
|
/ndk/sources/android/support/src/stdio/i386/ |
_fpmath.h | 35 unsigned int sign :1; member in struct:IEEEl2bits::__anon42827
|
/ndk/sources/android/support/src/stdio/mips/ |
_fpmath.h | 37 unsigned int sign :1; member in struct:IEEEl2bits::__anon42829 42 unsigned int sign :1; 46 unsigned int sign :1; 51 unsigned int sign :1;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/ |
size_size_pointer_size.pass.cpp | 20 int sign(int x) function 36 assert(sign(s.compare(pos, n1, str, n2)) == sign(x)); [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_put.cpp | 39 int sign = 0; local 42 sign = 1; 68 return (last - first) + sign + basechars;
|
/system/core/toolbox/upstream-netbsd/lib/libc/gen/ |
humanize_number.c | 51 int b, r, s1, s2, sign; local 91 sign = -1; 92 baselen = 3; /* sign, digit, prefix */ 101 sign = 1; 153 sign * s1, localeconv()->decimal_point, s2, 157 sign * ((bytes + 50) / 100),
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrt.c | 45 u_int32_t sign; local 49 sign=hx&0x80000000; /* sign= sign(x) */ 50 hx ^=sign; 74 INSERT_WORDS(t,sign|((high&0x7fffffff)/3+B2),0); 76 INSERT_WORDS(t,sign|(hx/3+B1),0);
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
Signature_Impl1Test.java | 34 * Class under test for int sign(byte[], int, int) 40 s.sign(b, 0, 5); 48 s.sign(b, 0, 5); 54 s.sign(b, 0, 5); 55 assertEquals("state", Signature.SIGN, s.getState()); 56 assertTrue("sign() failed", s.runEngineSign);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_twoside.c | 40 float sign; /**< +1 or -1 */ member in struct:twoside_stage 81 if (header->det * twoside->sign < 0.0) { 131 * We'll multiply the primitive's determinant by this sign to determine 133 * sign = -1 for CCW, +1 for CW 135 twoside->sign = stage->draw->rasterizer->front_ccw ? -1.0f : 1.0f;
|
/external/chromium_org/third_party/skia/include/core/ |
SkFloatBits.h | 15 /** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement 27 /** Convert a 2s compliment int to a sign-bit (i.e. int interpreted as float). 31 int sign = x >> 31; local 33 x = (x ^ sign) - sign; 34 // set the sign bit as needed 35 x |= sign << 31;
|
/external/chromium_org/third_party/skia/src/core/ |
SkFloatBits.cpp | 18 Floor and Cast are very similar, but Cast applies its sign after all other 81 // apply the sign after we check for overflow 84 // apply the sign before we right-shift 111 // apply the sign after we check for overflow 114 // apply the sign before we right-shift 141 // apply the sign after we check for overflow 144 // apply the sign before we right-shift 162 // record the sign and make value positive 163 int sign = SkExtractSign(value); local 164 value = SkApplySign(value, sign); 196 int sign = SkExtractSign(value); local [all...] |
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
rsakey.py | 51 """Hash and sign the passed-in bytes. 64 sigBytes = self.sign(prefixedHashBytes) 90 def sign(self, bytes): member in class:RSAKey 91 """Sign the passed-in bytes.
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filterbanks_unittest.cc | 38 int sign = 1; local 41 sign *= -1; 42 data_ch1[i] = sign * WEBRTC_SPL_WORD32_MAX / (i * i + 1); 43 data_ch2[i] = sign * WEBRTC_SPL_WORD32_MIN / (i * i + 1);
|
/external/chromium_org/v8/test/cctest/ |
test-dtoa.cc | 64 int sign; local 66 DoubleToAscii(0.0, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 70 DoubleToAscii(0.0, DTOA_FIXED, 2, buffer, &sign, &length, &point); 75 DoubleToAscii(0.0, DTOA_PRECISION, 3, buffer, &sign, &length, &point); 80 DoubleToAscii(1.0, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 84 DoubleToAscii(1.0, DTOA_FIXED, 3, buffer, &sign, &length, &point); 90 DoubleToAscii(1.0, DTOA_PRECISION, 3, buffer, &sign, &length, &point); 96 DoubleToAscii(1.5, DTOA_SHORTEST, 0, buffer, &sign, &length, &point); 100 DoubleToAscii(1.5, DTOA_FIXED, 10, buffer, &sign, &length, &point); 106 DoubleToAscii(1.5, DTOA_PRECISION, 10, buffer, &sign, &length, &point) 270 int sign; local 290 int sign; local 313 int sign; local [all...] |
/external/fio/ |
flow.c | 19 int sign; local 24 sign = td->o.flow > 0 ? 1 : -1; 25 if (sign * flow->flow_counter > td->o.flow_watermark) {
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_twoside.c | 40 float sign; /**< +1 or -1 */ member in struct:twoside_stage 81 if (header->det * twoside->sign < 0.0) { 131 * We'll multiply the primitive's determinant by this sign to determine 133 * sign = -1 for CCW, +1 for CW 135 twoside->sign = stage->draw->rasterizer->front_ccw ? -1.0f : 1.0f;
|
/external/skia/include/core/ |
SkFloatBits.h | 15 /** Convert a sign-bit int (i.e. float interpreted as int) into a 2s compliement 27 /** Convert a 2s compliment int to a sign-bit (i.e. int interpreted as float). 31 int sign = x >> 31; local 33 x = (x ^ sign) - sign; 34 // set the sign bit as needed 35 x |= sign << 31;
|
/external/skia/src/core/ |
SkFloatBits.cpp | 18 Floor and Cast are very similar, but Cast applies its sign after all other 81 // apply the sign after we check for overflow 84 // apply the sign before we right-shift 111 // apply the sign after we check for overflow 114 // apply the sign before we right-shift 141 // apply the sign after we check for overflow 144 // apply the sign before we right-shift 162 // record the sign and make value positive 163 int sign = SkExtractSign(value); local 164 value = SkApplySign(value, sign); 196 int sign = SkExtractSign(value); local [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
Duration.java | 31 public int sign; // 1 or -1 field in class:Duration 40 sign = 1; 49 sign = 1; 66 sign = -1; 131 cal.add(Calendar.DAY_OF_MONTH, sign*weeks*7); 132 cal.add(Calendar.DAY_OF_MONTH, sign*days); 133 cal.add(Calendar.HOUR, sign*hours); 134 cal.add(Calendar.MINUTE, sign*minutes); 135 cal.add(Calendar.SECOND, sign*seconds); 143 long factor = 1000 * sign; [all...] |
/frameworks/opt/net/voip/src/jni/rtp/ |
G711Codec.cpp | 52 int sign = (sample >> 8) & 0x80; local 62 ulaws[i] = ~(sign | (exponent << 4) | mantissa); 103 int sign = (sample >> 8) & 0x80; local 112 alaws[i] = (sign | (exponent << 4) | mantissa) ^ 0xD5;
|