HomeSort by relevance Sort by last modified time
    Searched full:sign (Results 376 - 400 of 6178) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
dB_to_Lin32.c 37 * MSB (16) = sign bit
41 * MSB (32) = sign bit
75 * Check sign of the input
  /frameworks/base/docs/html/distribute/googleplay/edu/
index.jd 10 style="display: block;text-align: right;">SIGN UP</a></div>
34 <li class="last"><a href="{@docRoot}distribute/googleplay/edu/contact.html"><h5>Sign Up</h5>
35 Sign up here to be notified of the latest information regarding this program.</a>
  /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;
  /frameworks/native/opengl/libagl/
fixed_asm.S 36 movs r1, r0, lsl #1 /* remove bit sign */
51 mov r1, r0, lsl #1 /* remove bit sign */
64 0: ands r0, r0, #0x80000000 /* keep only the sign bit */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerAddTest.java 48 assertEquals("incorrect sign", 1, result.signum());
68 assertEquals("incorrect sign", -1, result.signum());
90 assertEquals("incorrect sign", 1, result.signum());
112 assertEquals("incorrect sign", -1, result.signum());
134 assertEquals("incorrect sign", -1, result.signum());
156 assertEquals("incorrect sign", 1, result.signum());
177 assertEquals("incorrect sign", 1, result.signum());
196 assertEquals("incorrect sign", 1, result.signum());
217 assertEquals("incorrect sign", -1, result.signum());
238 assertEquals("incorrect sign", -1, result.signum())
    [all...]
BigIntegerDivideTest.java 80 assertEquals("incorrect sign", 1, result.signum());
100 assertEquals("incorrect sign", -1, result.signum());
121 assertEquals("incorrect sign", 0, result.signum());
142 assertEquals("incorrect sign", 0, result.signum());
162 assertEquals("incorrect sign", 1, result.signum());
182 assertEquals("incorrect sign", -1, result.signum());
202 assertEquals("incorrect sign", -1, result.signum());
222 assertEquals("incorrect sign", 1, result.signum());
242 assertEquals("incorrect sign", 0, result.signum());
260 assertEquals("incorrect sign", 0, result.signum())
    [all...]
BigIntegerMultiplyTest.java 48 assertEquals("incorrect sign", 1, result.signum());
69 assertEquals("incorrect sign", -1, result.signum());
91 assertEquals("incorrect sign", 1, result.signum());
113 assertEquals("incorrect sign", 1, result.signum());
136 assertEquals("incorrect sign", -1, result.signum());
159 assertEquals("incorrect sign", -1, result.signum());
179 assertEquals("incorrect sign", 0, result.signum());
197 assertEquals("incorrect sign", 0, result.signum());
215 assertEquals("incorrect sign", 1, result.signum());
233 assertEquals("incorrect sign", -1, result.signum())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/
pointer.pass.cpp 19 int sign(int x) function
32 assert(sign(s.compare(str)) == sign(x));
  /packages/inputmethods/LatinIME/java/res/xml/
key_devanagari_sign_nukta.xml 34 U+0970: "?" DEVANAGARI ABBREVIATION SIGN
35 U+093D: "?" DEVANAGARI SIGN AVAGRAHA -->
46 U+093C: "?" DEVANAGARI SIGN NUKTA -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
palmos.py 51 0x0080: 0x20ac, # EURO SIGN
59 0x0089: 0x2030, # PER MILLE SIGN
75 0x0099: 0x2122, # TRADE MARK SIGN
cp863.py 54 0x0086: 0x00b6, # PILCROW SIGN
63 0x008f: 0x00a7, # SECTION SIGN
72 0x0098: 0x00a4, # CURRENCY SIGN
75 0x009b: 0x00a2, # CENT SIGN
76 0x009c: 0x00a3, # POUND SIGN
89 0x00a9: 0x2310, # REVERSED NOT SIGN
90 0x00aa: 0x00ac, # NOT SIGN
150 0x00e6: 0x00b5, # MICRO SIGN
161 0x00f1: 0x00b1, # PLUS-MINUS SIGN
166 0x00f6: 0x00f7, # DIVISION SIGN
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
palmos.py 51 0x0080: 0x20ac, # EURO SIGN
59 0x0089: 0x2030, # PER MILLE SIGN
75 0x0099: 0x2122, # TRADE MARK SIGN
cp863.py 54 0x0086: 0x00b6, # PILCROW SIGN
63 0x008f: 0x00a7, # SECTION SIGN
72 0x0098: 0x00a4, # CURRENCY SIGN
75 0x009b: 0x00a2, # CENT SIGN
76 0x009c: 0x00a3, # POUND SIGN
89 0x00a9: 0x2310, # REVERSED NOT SIGN
90 0x00aa: 0x00ac, # NOT SIGN
150 0x00e6: 0x00b5, # MICRO SIGN
161 0x00f1: 0x00b1, # PLUS-MINUS SIGN
166 0x00f6: 0x00f7, # DIVISION SIGN
    [all...]
  /external/speex/libspeex/
cb_search.c 169 spx_word16_t sign=1; local
173 sign=-1;
177 if (sign>0)
185 if (sign==1)
195 e[subvect_size*i+j]=sign*0.03125*shape_cb[rind*subvect_size+j];
204 spx_word16_t sign=1; local
208 sign=-1;
214 g=sign*shape_cb[rind*subvect_size+m];
216 g=sign*0.03125*shape_cb[rind*subvect_size+m];
427 spx_word16_t sign=1 local
475 spx_word16_t sign=1; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 85 'cent': 0x00a2, # cent sign, U+00A2 ISOnum
90 'copy': 0x00a9, # copyright sign, U+00A9 ISOnum
93 'curren': 0x00a4, # currency sign, U+00A4 ISOnum
97 'deg': 0x00b0, # degree sign, U+00B0 ISOnum
100 'divide': 0x00f7, # division sign, U+00F7 ISOnum
112 'euro': 0x20ac, # euro sign, U+20AC NEW
122 'gt': 0x003e, # greater-than sign, U+003E ISOnum
153 'lt': 0x003c, # less-than sign, U+003C ISOnum
156 'micro': 0x00b5, # micro sign, U+00B5 ISOnum
158 'minus': 0x2212, # minus sign, U+2212 ISOtec
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 85 'cent': 0x00a2, # cent sign, U+00A2 ISOnum
90 'copy': 0x00a9, # copyright sign, U+00A9 ISOnum
93 'curren': 0x00a4, # currency sign, U+00A4 ISOnum
97 'deg': 0x00b0, # degree sign, U+00B0 ISOnum
100 'divide': 0x00f7, # division sign, U+00F7 ISOnum
112 'euro': 0x20ac, # euro sign, U+20AC NEW
122 'gt': 0x003e, # greater-than sign, U+003E ISOnum
153 'lt': 0x003c, # less-than sign, U+003C ISOnum
156 'micro': 0x00b5, # micro sign, U+00B5 ISOnum
158 'minus': 0x2212, # minus sign, U+2212 ISOtec
    [all...]
  /frameworks/base/docs/html/tools/publishing/
app-signing.jd 11 <li>You can sign with a self-signed key</li>
12 <li>How you sign your apps is critical &mdash; read this document carefully</li>
27 <li><a href="#signapp">Sign your application with your private key</a></li>
29 <li><a href="#ExportWizard">Compile and sign with Eclipse ADT</a></li>
58 <li>To test and debug your application, the build tools sign your application with a special debug
60 <li>When you are ready to release your application for end-users, you must sign it with a suitable
63 <li>You can use self-signed certificates to sign your applications. No certificate authority is
69 sign your application {@code .apk} files.</li>
70 <li>After you sign your application for release, we recommend that you use the
91 sign your application's <code>.apk</code> file. Because the alias and password are known to the SD
    [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/
BidiMirroring.txt 50 003C; 003E # LESS-THAN SIGN
51 003E; 003C # GREATER-THAN SIGN
272 2A2B; 2A2C # MINUS SIGN WITH FALLING DOTS
273 2A2C; 2A2B # MINUS SIGN WITH RISING DOTS
274 2A2D; 2A2E # PLUS SIGN IN LEFT HALF CIRCLE
275 2A2E; 2A2D # PLUS SIGN IN RIGHT HALF CIRCLE
276 2A34; 2A35 # MULTIPLICATION SIGN IN LEFT HALF CIRCLE
277 2A35; 2A34 # MULTIPLICATION SIGN IN RIGHT HALF CIRCLE
316 2AAF; 2AB0 # PRECEDES ABOVE SINGLE-LINE EQUALS SIGN
317 2AB0; 2AAF # SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN
    [all...]
  /external/harfbuzz/contrib/tables/
BidiMirroring.txt 41 003C; 003E # LESS-THAN SIGN
42 003E; 003C # GREATER-THAN SIGN
263 2A2B; 2A2C # MINUS SIGN WITH FALLING DOTS
264 2A2C; 2A2B # MINUS SIGN WITH RISING DOTS
265 2A2D; 2A2E # PLUS SIGN IN LEFT HALF CIRCLE
266 2A2E; 2A2D # PLUS SIGN IN RIGHT HALF CIRCLE
267 2A34; 2A35 # MULTIPLICATION SIGN IN LEFT HALF CIRCLE
268 2A35; 2A34 # MULTIPLICATION SIGN IN RIGHT HALF CIRCLE
307 2AAF; 2AB0 # PRECEDES ABOVE SINGLE-LINE EQUALS SIGN
308 2AB0; 2AAF # SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonOperands.td 68 // s32ImmPred predicate - True if the immediate fits in a 32-bit sign extended
75 // s32_24ImmPred predicate - True if the immediate fits in a 32-bit sign
82 // s32_16s8ImmPred predicate - True if the immediate fits in a 32-bit sign
90 // sign extended field.
97 // s16ImmPred predicate - True if the immediate fits in a 16-bit sign extended
105 // s13ImmPred predicate - True if the immediate fits in a 13-bit sign extended
114 // sign extended field.
121 // sign extended field.
129 // sign extended field and is a multiple of 2.
137 // sign extended field and is a multiple of 4
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_fmodf.c 37 sx = hx&0x80000000; /* sign of x */
79 if(hz==0) /* return sign(x)*0 */
87 /* convert back to floating value and restore the sign */
88 if(hx==0) /* return sign(x)*0 */
  /cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/
Android.mk 27 # sign this app with different cert than CtsTargetInstrumentationApp
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/
Android.mk 27 # sign this app with a different cert than CtsUsePermissionDiffCert
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/
Android.mk 27 # sign this app with a different cert than CtsUsePermissionDiffCert
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/
Android.mk 27 # sign this app with a different cert than CtsSharedUidInstall

Completed in 645 milliseconds

<<11121314151617181920>>