HomeSort by relevance Sort by last modified time
    Searched full:sign (Results 251 - 275 of 2033) sorted by null

<<11121314151617181920>>

  /external/libvpx/vp8/encoder/x86/
quantize_mmx.asm 56 psubw mm3, mm0 ;gain the sign back
96 psubw mm7, mm4;gain the sign back
137 psubw mm7, mm4;gain the sign back
178 psubw mm7, mm4;gain the sign back
  /external/protobuf/gtest/xcode/Config/
General.xcconfig 20 WARNING_CFLAGS = -Wall -Werror -Wendif-labels -Wnewline-eof -Wno-sign-compare
  /external/v8/test/mjsunit/
div-mod.js 97 var sign = 1;
98 if (dividend < 0) { dividend = -dividend; sign = -1; }
101 if (divisor == Infinity) { return sign * dividend; }
110 return sign * rec_mod(dividend, divisor);
  /external/webkit/JavaScriptCore/wtf/
dtoa.h 35 void dtoa(DtoaBuffer result, double d, int ndigits, int* decpt, int* sign, char** rve);
  /external/wpa_supplicant_6/wpa_supplicant/examples/
openCryptoki.conf 10 # Usage: decrypt, sign, unwrap
  /frameworks/base/core/res/res/raw-cs/
nodomain.html 17 <li>Zkontrolujte na sv&eacute;m za?&iacute;zen&iacute;, zda je sign&aacute;l dostate?n? siln&yacute; a zda je funk?n&iacute; datov&eacute; p?ipojen&iacute;.</li>
  /frameworks/base/voip/jni/rtp/
G711Codec.cpp 52 int sign = (sample >> 8) & 0x80; local
62 ulaws[i] = ~(sign | (exponent << 4) | mantissa);
100 int sign = (sample >> 8) & 0x80; local
109 alaws[i] = (sign | (exponent << 4) | mantissa) ^ 0xD5;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DigitalSignature.java 36 * specification, 7.4.3. It allow to init, update and sign hash. Hash algorithm
161 * Sign hash
164 public byte[] sign() { method in class:DigitalSignature
189 return signature.sign();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/export/
LogHelper.java 26 * Equal sign between the name and value of a property
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c1035pf.cpp 264 Word16 sign[], // (i) : sign of d[n]
268 Word16 indx[] // (o) : index of 10 pulses (sign+position)
288 // read sign
289 j = sign[i];
316 // sign of 1st pulse == sign of 2nd pulse
330 // sign of 1st pulse != sign of 2nd pulse
401 Word16 sign[], /* (i) : sign of d[n] *
659 Word16 dn[L_CODE], sign[L_CODE]; local
    [all...]
cor_h.cpp 88 3. Replaced array addressing (array sign[]) by pointers
142 sign = vector containing the sign information for the correlation
164 the codebook search, and includes the sign information into the correlations.
169 The sign information is included by:
170 rr[i][j] = rr[i][j]*sign[i]*sign[j]
188 Word16 sign[], // (i) : sign of d[n]
238 rr[j][i] = mult (pv_round (s), mult (sign[i], sign[j]))
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 62 Word16 sign[L_SUBFR], vec[L_SUBFR], dn2[L_SUBFR]; local
69 * Find sign for each pulse position. *
113 /* set sign according to dn2[] = k_cn*cn[] + k_dn*dn[] */
120 sign[i] = 32767; /* sign = +1 (Q12) */
124 sign[i] = -32768; /* sign = -1 (Q12) */
207 psign = sign;
268 if (sign[ix] > 0)
278 if (sign[iy] > 0)
    [all...]
  /development/pdk/docs/porting/
release_keys.jd 24 <li><strong>releasekey</strong>: the default key to sign with if not otherwise specified</li>
26 <p>These keys are used to sign applications separately for release images and are not used by the Android build system. The build system signs packages with the testkeys provided in <code>build/target/product/security/</code>. Because the testkeys are part of the standard Android open source distribution, they should never be used for production devices. Instead, device manufacturers should generate their own private keys for shipping release builds.</p>
49 <p><code>mkkey.sh</code> is a helper script to generate the platform's keys. NOTE: the password you type will be visible in your terminal window. Note the passwords you use as you will need them to sign release builds.</p>
62 <li>Sign all the individual parts of the build.</li>
66 <p>Use <code>build/tools/releasetools/sign_target_files_apks</code> to sign a <code>target_files</code> package. The <code>target_files</code> package isn't built by default, you need to make sure to specify the "dist" target when you call make. For example:</p>
  /external/openssl/apps/
CA.pl 9 # CA -sign ... will sign the generated request and output
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
136 } elsif (/^(-sign|-signreq)$/) {
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
CA.pl.in 9 # CA -sign ... will sign the generated request and output
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
136 } elsif (/^(-sign|-signreq)$/) {
167 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
  /external/skia/src/core/
Sk64.cpp 214 int sign = denom ^ hi; local
237 if (sign < 0)
282 if (sign < 0)
330 int32_t sign = SkExtractSign(N.fHi ^ D.fHi); local
368 return SkApplySign(result, sign);
SkFloat.cpp 72 // record the sign and make value positive
73 int sign = SkExtractSign(value); local
74 value = SkApplySign(value, sign);
103 int32_t packed = sign << 31; // set the sign-bit
112 SkASSERT(n == sign);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/
shell.js 354 var sign = ( t < 0 ) ? -1 : 1;
355 var year = ( sign < 0 ) ? 1969 : 1970;
358 timeToTimeZero -= sign * TimeInYear(year)
361 if ( sign < 0 ) {
362 if ( sign * timeToTimeZero <= 0 ) {
365 year += sign;
368 if ( sign * timeToTimeZero < 0 ) {
371 year += sign;
604 var sign = ( year < 1970 ) ? -1 : 1;
612 for ( y = 1969; y >= year; y += sign ) {
    [all...]
  /sdk/files/ant/
ant_rules_r1.xml 145 <attribute name="sign.package" />
151 signed="@{sign.package}"
284 <!-- Packages the application and sign it with a debug key. -->
285 <target name="-package-debug-sign" depends="-dex, -package-resources">
286 <package-helper sign.package="true" />
290 <target name="-package-no-sign" depends="-dex, -package-resources">
291 <package-helper sign.package="false" />
301 <target name="debug" depends="-compile-tested-if-test, -package-debug-sign"
309 <condition property="release.sign">
317 <target name="-release-nosign" depends="-release-check" unless="release.sign">
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
Clock.java 128 int sign; local
131 sign = -1;
133 sign = 1;
141 sign = -sign;
151 doffset = sign * (60 * dh + dm) * MILLISECONDS_PER_MINUTE;
  /external/fdlibm/
e_jn.c 79 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
222 int sign; local
232 sign = 1;
235 sign = 1 - ((n&1)<<1);
238 if(n==1) return(sign*__ieee754_y1(x));
271 if(sign>0) return b; else return -b;
  /external/freetype/src/psaux/
psconv.c 79 FT_Bool sign = 0; local
87 sign = FT_BOOL( *p == '-' );
110 if ( sign )
150 FT_Bool sign = 0; local
158 sign = FT_BOOL( *p == '-' );
228 if ( sign )
  /frameworks/base/libs/rs/scriptc/
rs_math.rsh 228 extern float __attribute__((overloadable)) sign(float);
229 extern float2 __attribute__((overloadable)) sign(float2);
230 extern float3 __attribute__((overloadable)) sign(float3);
231 extern float4 __attribute__((overloadable)) sign(float4);
232 extern float8 __attribute__((overloadable)) sign(float8);
233 extern float16 __attribute__((overloadable)) sign(float16);
  /libcore/luni/src/main/java/java/math/
BigInt.java 242 public int sign() { method in class:BigInt
243 return NativeBN.sign(this.bignum);
319 // Sign of p is ignored!
326 // Sign of p is ignored!
352 // Sign of p is ignored! ?
359 // Sign of p is ignored!
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 449 + 1; /* account for leading sign */
459 + 1; /* account for leading sign */
467 + 1; /* account for leading sign */
478 + 1; /* account for leading sign */
487 + 1; /* account for leading sign */
494 + 1; /* account for leading sign */
505 + 2; /* account for leading sign or alternate form */
515 + 2; /* account for leading sign or alternate form */
524 + 2; /* account for leading sign or alternate form */
531 + 2; /* account for leading sign or alternate form *
    [all...]

Completed in 3971 milliseconds

<<11121314151617181920>>