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

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/CodeGen/SystemZ/
args-05.ll 16 ; Sign extension of something that is already sign-extended.
27 ; Sign extension of something that is already zero-extended.
38 ; Zero extension of something that is already sign-extended.
  /external/llvm/test/CodeGen/X86/
widen_conv-2.ll 5 ; sign extension v2i32 to v2i16
widen_conv-3.ll 4 ; sign to float v2i16 to v2f32
x86-64-arg.ll 2 ; The input value is already sign extended, don't re-extend it.
sext-load.ll 3 ; When doing sign extension, use the sext-load lowering to take advantage of
4 ; x86's sign extension during loads.
16 ; When using a sextload representation, ensure that the sign extension is
  /external/llvm/test/Transforms/InstCombine/
2006-04-28-ShiftShiftLongLong.ll 3 ; This cannot be turned into a sign extending cast!
  /external/mesa3d/src/glsl/builtins/ir/
asin.ir 6 (expression float sign (var_ref x))
33 (expression vec2 sign (var_ref x))
60 (expression vec3 sign (var_ref x))
87 (expression vec4 sign (var_ref x))
normalize.ir 5 ((return (expression float sign (var_ref arg0)))))
  /frameworks/base/docs/html/distribute/googleplay/edu/
contact.jd 1 page.title=Sign Up for More Information
2 page.metaDescription=Developers, sign up to receive information about Google Play for Education.
25 will unlock learning in the classroom — sign up to receive information about
29 </p><a href="http://developer.android.com/edu/signup">Developer Sign Up »</a>
  /packages/inputmethods/LatinIME/java/res/xml/
keystyle_devanagari_vowel_sign_ii.xml 32 <!-- U+0940: "?" DEVANAGARI VOWEL SIGN II
33 U+0940/U+0902: "??" DEVANAGARI VOWEL SIGN II/DEVANAGARI SIGN ANUSVARA -->
44 U+0940: "?" DEVANAGARI VOWEL SIGN II -->
rowkeys_hindi2.xml 29 U+0913/U+0902: "??" DEVANAGARI LETTER O/DEVANAGARI SIGN ANUSVARA
37 U+090F/U+0902: "??" DEVANAGARI LETTER E/DEVANAGARI SIGN ANUSVARA
38 U+090F/U+0901: "??" DEVANAGARI LETTER E/DEVANAGARI SIGN CANDRABINDU
46 U+0905/U+0902: "??" DEVANAGARI LETTER A/DEVANAGARI SIGN ANUSVARA
47 U+0905/U+0901: "??" DEVANAGARI LETTER A/DEVANAGARI SIGN CANDRABINDU -->
53 U+0907/U+0902: "??" DEVANAGARI LETTER I/DEVANAGARI SIGN ANUSVARA
54 U+0907/U+0901: "??" DEVANAGARI LETTER I/DEVANAGARI SIGN CANDRABINDU -->
60 U+0909/U+0902: "??" DEVANAGARI LETTER U/DEVANAGARI SIGN ANUSVARA
61 U+0909/U+0901: "??" DEVANAGARI LETTER U/DEVANAGARI SIGN CANDRABINDU -->
67 U+092B/U+093C: "??" DEVANAGARI LETTER PHA/DEVANAGARI SIGN NUKTA --
    [all...]
rowkeys_symbols_shift1.xml 42 <!-- U+00F7: "÷" DIVISION SIGN -->
45 <!-- U+00D7: "×" MULTIPLICATION SIGN -->
48 <!-- U+00B6: "¶" PILCROW SIGN
49 U+00A7: "§" SECTION SIGN -->
key_styles_currency.xml 64 sign on the symbol keyboard might be useful. Especially Danish krone (kr), Swedish
66 <!-- TODO: The currency sign of Turkish Lira was created in 2012 and assigned U+20BA for
104 <!-- TODO: The currency sign of Turkish Lira was created in 2012 and assigned U+20BA for
106 <!-- TODO: The currency sign of Armenian Dram was created in 2012 and assigned U+058F for
111 <!-- U+00A3: "£" POUND SIGN
112 U+20AC: "?" EURO SIGN
113 U+00A2: "¢" CENT SIGN -->
136 <!-- U+00A3: "£" POUND SIGN
137 U+20AC: "?" EURO SIGN
138 U+00A5: "¥" YEN SIGN
    [all...]
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/res/values/
base-strings.xml 28 encryption keys that only your application can access. You can also sign data
31 To sign some data using a KeyPair, click \"Sign\".\n\n
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
template-params.xml 30 encryption keys that only your application can access. You can also sign data
33 To sign some data using a KeyPair, click \"Sign\".\n\n
  /development/samples/browseable/BasicAndroidKeyStore/res/values/
base-strings.xml 28 encryption keys that only your application can access. You can also sign data
31 To sign some data using a KeyPair, click \"Sign\".\n\n
  /external/chromium_org/chrome/browser/resources/gaia_auth/
inline_injected.js 6 * @fileoverview Code injected into Gaia sign in page for inline sign in flow.
8 * JavaScript reference to the embedder window. Then upon submit of the sign
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_bubble_sign_in_delegate.h 17 // Delegate of the bookmark bubble to load the sign in page in a browser
18 // when the sign in link is clicked.
36 // The browser in which the sign in page must be loaded.
  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_ssse3.h 17 // sign-extend int. On Win64, MSVC does not sign-extend the value in the stack
19 // of extension and fault. ptrdiff_t is portably sign-extended and fixes this
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gcd.c 214 int sign; local
249 sign = -1;
253 * -sign*X*a == B (mod |n|),
254 * sign*Y*a == A (mod |n|).
270 * (1) -sign*X*a == B (mod |n|),
271 * (2) sign*Y*a == A (mod |n|)
320 * (1) -sign*X*a == B (mod |n|),
321 * (2) sign*Y*a == A (mod |n|),
327 /* -sign*(X + Y)*a == B - A (mod |n|) */
335 /* sign*(X + Y)*a == A - B (mod |n|) *
514 int sign; local
    [all...]
  /external/dropbear/libtommath/
bn_mp_abs.c 20 * Simple function copies the input and fixes the sign to positive
34 /* force the sign of b to positive */
35 b->sign = MP_ZPOS;
bn_mp_clamp.c 22 * Typically very fast. Also fixes the sign if there
35 /* reset the sign flag if used == 0 */
37 a->sign = MP_ZPOS;
bn_mp_copy.c 59 /* copy used count and sign */
61 b->sign = a->sign;
bn_mp_neg.c 29 b->sign = (a->sign == MP_ZPOS) ? MP_NEG : MP_ZPOS;
31 b->sign = MP_ZPOS;
  /external/openssl/crypto/bn/
bn_gcd.c 214 int sign; local
249 sign = -1;
253 * -sign*X*a == B (mod |n|),
254 * sign*Y*a == A (mod |n|).
270 * (1) -sign*X*a == B (mod |n|),
271 * (2) sign*Y*a == A (mod |n|)
320 * (1) -sign*X*a == B (mod |n|),
321 * (2) sign*Y*a == A (mod |n|),
327 /* -sign*(X + Y)*a == B - A (mod |n|) */
335 /* sign*(X + Y)*a == A - B (mod |n|) *
514 int sign; local
    [all...]

Completed in 609 milliseconds

1 2 3 4 56 7 8 91011>>