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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/c/
OP_INT_TO_SHORT.c 1 HANDLE_INT_TO_SMALL(OP_INT_TO_SHORT, "short", s2) /* want sign bit */
  /dalvik/vm/mterp/x86/
OP_IGET_OBJECT_VOLATILE.S 2 %verify "negative value is sign-extended"
OP_IGET_VOLATILE.S 2 %verify "negative value is sign-extended"
OP_IGET_BYTE.S 2 %verify "negative value is sign-extended"
OP_IGET_CHAR.S 2 %verify "large values are not sign-extended"
OP_IGET_SHORT.S 2 %verify "negative value is sign-extended"
  /external/chromium/third_party/icu/source/data/unidata/
DerivedJoiningType.txt 105 0488..0489 ; T # Me [2] COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..COMBINING CYRILLIC MILLIONS SIGN
111 0610..061A ; T # Mn [11] ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL KASRA
124 0901..0902 ; T # Mn [2] DEVANAGARI SIGN CANDRABINDU..DEVANAGARI SIGN ANUSVARA
125 093C ; T # Mn DEVANAGARI SIGN NUKTA
126 0941..0948 ; T # Mn [8] DEVANAGARI VOWEL SIGN U..DEVANAGARI VOWEL SIGN AI
127 094D ; T # Mn DEVANAGARI SIGN VIRAMA
128 0951..0954 ; T # Mn [4] DEVANAGARI STRESS SIGN UDATTA..DEVANAGARI ACUTE ACCEN
    [all...]
  /external/icu4c/data/unidata/
DerivedJoiningType.txt 105 0488..0489 ; T # Me [2] COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..COMBINING CYRILLIC MILLIONS SIGN
111 0610..061A ; T # Mn [11] ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL KASRA
125 081B..0823 ; T # Mn [9] SAMARITAN MARK EPENTHETIC YUT..SAMARITAN VOWEL SIGN A
126 0825..0827 ; T # Mn [3] SAMARITAN VOWEL SIGN SHORT A..SAMARITAN VOWEL SIGN U
127 0829..082D ; T # Mn [5] SAMARITAN VOWEL SIGN LONG I..SAMARITAN MARK NEQUDAA
128 0900..0902 ; T # Mn [3] DEVANAGARI SIGN INVERTED CANDRABINDU..DEVANAGARI SIGN ANUSVARA
129 093C ; T # Mn DEVANAGARI SIGN NUKT
    [all...]
  /external/dropbear/libtommath/
bn_mp_add.c 23 /* get sign of both inputs */
24 sa = a->sign;
25 sb = b->sign;
30 /* add their magnitudes, copy the sign */
31 c->sign = sa;
37 /* the sign of the one with the greater magnitude. */
39 c->sign = sb;
42 c->sign = sa;
bn_mp_sub.c 24 sa = a->sign;
25 sb = b->sign;
31 /* and use the sign of the first number. */
32 c->sign = sa;
40 /* Copy the sign from the first */
41 c->sign = sa;
45 /* The result has the *opposite* sign from */
47 c->sign = (sa == MP_ZPOS) ? MP_NEG : MP_ZPOS;
bn_mp_add_d.c 33 if (a->sign == MP_NEG && (a->used > 1 || a->dp[0] >= b)) {
34 /* temporarily fix sign of a */
35 a->sign = MP_ZPOS;
40 /* fix sign */
41 a->sign = c->sign = MP_NEG;
52 /* sign always positive */
53 c->sign = MP_ZPOS;
62 if (a->sign == MP_ZPOS) {
  /system/core/fastboot/
signfile.sh 9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
  /external/chromium/third_party/icu/source/test/cintltst/
ccurrtst.c 45 { 0x00A4, 0x0000}, /*00A4; L; [14 36, 03, 03] # [082B.0020.0002] # CURRENCY SIGN*/
46 { 0x00A2, 0x0000}, /*00A2; L; [14 38, 03, 03] # [082C.0020.0002] # CENT SIGN*/
47 { 0xFFE0, 0x0000}, /*FFE0; L; [14 38, 03, 05] # [082C.0020.0003] # FULLWIDTH CENT SIGN*/
48 { 0x0024, 0x0000}, /*0024; L; [14 3A, 03, 03] # [082D.0020.0002] # DOLLAR SIGN*/
49 { 0xFF04, 0x0000}, /*FF04; L; [14 3A, 03, 05] # [082D.0020.0003] # FULLWIDTH DOLLAR SIGN*/
50 { 0xFE69, 0x0000}, /*FE69; L; [14 3A, 03, 1D] # [082D.0020.000F] # SMALL DOLLAR SIGN*/
51 { 0x00A3, 0x0000}, /*00A3; L; [14 3C, 03, 03] # [082E.0020.0002] # POUND SIGN*/
52 { 0xFFE1, 0x0000}, /*FFE1; L; [14 3C, 03, 05] # [082E.0020.0003] # FULLWIDTH POUND SIGN*/
53 { 0x00A5, 0x0000}, /*00A5; L; [14 3E, 03, 03] # [082F.0020.0002] # YEN SIGN*/
54 { 0xFFE5, 0x0000}, /*FFE5; L; [14 3E, 03, 05] # [082F.0020.0003] # FULLWIDTH YEN SIGN*/
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
currcoll.cpp 48 { 0x00A4, 0x0000}, /*00A4; L; [14 36, 03, 03] # [082B.0020.0002] # CURRENCY SIGN*/
49 { 0x00A2, 0x0000}, /*00A2; L; [14 38, 03, 03] # [082C.0020.0002] # CENT SIGN*/
50 { 0xFFE0, 0x0000}, /*FFE0; L; [14 38, 03, 05] # [082C.0020.0003] # FULLWIDTH CENT SIGN*/
51 { 0x0024, 0x0000}, /*0024; L; [14 3A, 03, 03] # [082D.0020.0002] # DOLLAR SIGN*/
52 { 0xFF04, 0x0000}, /*FF04; L; [14 3A, 03, 05] # [082D.0020.0003] # FULLWIDTH DOLLAR SIGN*/
53 { 0xFE69, 0x0000}, /*FE69; L; [14 3A, 03, 1D] # [082D.0020.000F] # SMALL DOLLAR SIGN*/
54 { 0x00A3, 0x0000}, /*00A3; L; [14 3C, 03, 03] # [082E.0020.0002] # POUND SIGN*/
55 { 0xFFE1, 0x0000}, /*FFE1; L; [14 3C, 03, 05] # [082E.0020.0003] # FULLWIDTH POUND SIGN*/
56 { 0x00A5, 0x0000}, /*00A5; L; [14 3E, 03, 03] # [082F.0020.0002] # YEN SIGN*/
57 { 0xFFE5, 0x0000}, /*FFE5; L; [14 3E, 03, 05] # [082F.0020.0003] # FULLWIDTH YEN SIGN*/
    [all...]
  /external/icu4c/test/cintltst/
ccurrtst.c 45 { 0x00A4, 0x0000}, /*00A4; L; [14 36, 03, 03] # [082B.0020.0002] # CURRENCY SIGN*/
46 { 0x00A2, 0x0000}, /*00A2; L; [14 38, 03, 03] # [082C.0020.0002] # CENT SIGN*/
47 { 0xFFE0, 0x0000}, /*FFE0; L; [14 38, 03, 05] # [082C.0020.0003] # FULLWIDTH CENT SIGN*/
48 { 0x0024, 0x0000}, /*0024; L; [14 3A, 03, 03] # [082D.0020.0002] # DOLLAR SIGN*/
49 { 0xFF04, 0x0000}, /*FF04; L; [14 3A, 03, 05] # [082D.0020.0003] # FULLWIDTH DOLLAR SIGN*/
50 { 0xFE69, 0x0000}, /*FE69; L; [14 3A, 03, 1D] # [082D.0020.000F] # SMALL DOLLAR SIGN*/
51 { 0x00A3, 0x0000}, /*00A3; L; [14 3C, 03, 03] # [082E.0020.0002] # POUND SIGN*/
52 { 0xFFE1, 0x0000}, /*FFE1; L; [14 3C, 03, 05] # [082E.0020.0003] # FULLWIDTH POUND SIGN*/
53 { 0x00A5, 0x0000}, /*00A5; L; [14 3E, 03, 03] # [082F.0020.0002] # YEN SIGN*/
54 { 0xFFE5, 0x0000}, /*FFE5; L; [14 3E, 03, 05] # [082F.0020.0003] # FULLWIDTH YEN SIGN*/
    [all...]
  /external/icu4c/test/intltest/
currcoll.cpp 48 { 0x00A4, 0x0000}, /*00A4; L; [14 36, 03, 03] # [082B.0020.0002] # CURRENCY SIGN*/
49 { 0x00A2, 0x0000}, /*00A2; L; [14 38, 03, 03] # [082C.0020.0002] # CENT SIGN*/
50 { 0xFFE0, 0x0000}, /*FFE0; L; [14 38, 03, 05] # [082C.0020.0003] # FULLWIDTH CENT SIGN*/
51 { 0x0024, 0x0000}, /*0024; L; [14 3A, 03, 03] # [082D.0020.0002] # DOLLAR SIGN*/
52 { 0xFF04, 0x0000}, /*FF04; L; [14 3A, 03, 05] # [082D.0020.0003] # FULLWIDTH DOLLAR SIGN*/
53 { 0xFE69, 0x0000}, /*FE69; L; [14 3A, 03, 1D] # [082D.0020.000F] # SMALL DOLLAR SIGN*/
54 { 0x00A3, 0x0000}, /*00A3; L; [14 3C, 03, 03] # [082E.0020.0002] # POUND SIGN*/
55 { 0xFFE1, 0x0000}, /*FFE1; L; [14 3C, 03, 05] # [082E.0020.0003] # FULLWIDTH POUND SIGN*/
56 { 0x00A5, 0x0000}, /*00A5; L; [14 3E, 03, 03] # [082F.0020.0002] # YEN SIGN*/
57 { 0xFFE5, 0x0000}, /*FFE5; L; [14 3E, 03, 05] # [082F.0020.0003] # FULLWIDTH YEN SIGN*/
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_IGET_BYTE.S 2 %verify "negative value is sign-extended"
OP_IGET_CHAR.S 2 %verify "large values are not sign-extended"
OP_IGET_SHORT.S 2 %verify "negative value is sign-extended"
  /external/chromium/third_party/icu/source/test/testdata/
translit_rules.txt 8 \uE001>\u0981; # SIGN CANDRABINDU
9 \uE002>\u0982; # SIGN ANUSVARA
10 \uE003>\u0983; # SIGN VISARGA
64 \uE03C>\u09BC; # SIGN NUKTA
66 \uE03E>\u09BE; # VOWEL SIGN AA
67 \uE03F>\u09BF; # VOWEL SIGN I
68 \uE040>\u09C0; # VOWEL SIGN II
69 \uE041>\u09C1; # VOWEL SIGN U
70 \uE042>\u09C2; # VOWEL SIGN UU
71 \uE043>\u09C3; # VOWEL SIGN VOCALIC
    [all...]
  /external/icu4c/test/testdata/
translit_rules.txt 8 \uE001>\u0981; # SIGN CANDRABINDU
9 \uE002>\u0982; # SIGN ANUSVARA
10 \uE003>\u0983; # SIGN VISARGA
64 \uE03C>\u09BC; # SIGN NUKTA
66 \uE03E>\u09BE; # VOWEL SIGN AA
67 \uE03F>\u09BF; # VOWEL SIGN I
68 \uE040>\u09C0; # VOWEL SIGN II
69 \uE041>\u09C1; # VOWEL SIGN U
70 \uE042>\u09C2; # VOWEL SIGN UU
71 \uE043>\u09C3; # VOWEL SIGN VOCALIC
    [all...]
  /external/libvpx/vp8/common/
predictdc.c 19 int sign; local
29 sign = (last_dc >> 31) ^(this_dc >> 31);
30 sign |= (!last_dc | !this_dc);
32 if (sign)
  /external/stlport/src/
num_put_float.cpp 216 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf)
217 { return ecvtbuf(x, n, pt, sign, buf); }
218 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf)
219 { return fcvtbuf(x, n, pt, sign, buf); }
224 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf)
225 { return ecvtbuf(x, n, pt, sign, buf); }
226 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf)
227 { return fcvtbuf(x, n, pt, sign, buf); }
231 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize)
232 { return ecvt_r(x, n, pt, sign, buf, bsize) == 0 ? buf : 0;
861 int decpt, sign; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 216 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf)
217 { return ecvtbuf(x, n, pt, sign, buf); }
218 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf)
219 { return fcvtbuf(x, n, pt, sign, buf); }
224 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf)
225 { return ecvtbuf(x, n, pt, sign, buf); }
226 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf)
227 { return fcvtbuf(x, n, pt, sign, buf); }
231 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize)
232 { return ecvt_r(x, n, pt, sign, buf, bsize) == 0 ? buf : 0;
861 int decpt, sign; local
    [all...]
  /external/libvpx/vp8/encoder/x86/
subtract_sse2.asm 103 pcmpgtb xmm1, xmm2 ; obtain sign information
107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm3 ; put sign back to subtraction
121 pcmpgtb xmm5, xmm6 ; obtain sign information
125 punpcklbw xmm4, xmm5 ; put sign back to subtraction
126 punpckhbw xmm6, xmm7 ; put sign back to subtraction
175 psubb xmm0, xmm1 ; subtraction with sign missed
179 pcmpgtb xmm1, xmm2 ; obtain sign information
183 punpcklbw xmm0, xmm1 ; put sign back to subtraction
184 punpckhbw xmm2, xmm3 ; put sign back to subtractio
    [all...]

Completed in 475 milliseconds

1 2 3 4 5 6 7 8 91011>>