HomeSort by relevance Sort by last modified time
    Searched full:sign (Results 26 - 50 of 6005) sorted by null

12 3 4 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Decimal.h 52 enum Sign {
63 EncodedData(Sign, int exponent, uint64_t coefficient);
76 Sign sign() const { return m_sign; } function in class:WebCore::Decimal::EncodedData
77 void setSign(Sign sign) { m_sign = sign; }
87 EncodedData(Sign, FormatClass);
93 Sign m_sign;
97 Decimal(Sign, int exponent, uint64_t coefficient)
174 Sign sign() const { return m_data.sign(); } function in class:WebCore::Decimal
    [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/chrome/browser/sync/resources/
encryption_login.html 2 in the browser sign in HTML -->
  /external/chromium_org/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/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Deferred.vert 9 gl_Position = vec4(sign(pos.xy-vec2(0.5)), 0.0, 1.0);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dtoa.h 8 int *decpt, int *sign, char **rve);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dtoa.h 8 int *decpt, int *sign, char **rve);
  /external/dropbear/libtommath/
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) {
bn_mp_cmp.c 22 /* compare based on sign */
23 if (a->sign != b->sign) {
24 if (a->sign == MP_NEG) {
32 if (a->sign == MP_NEG) {
  /external/iputils/
Android.mk 6 LOCAL_CFLAGS := -DWITHOUT_IFADDRS -Wno-sign-compare
10 LOCAL_CFLAGS := -DWITHOUT_IFADDRS -Wno-sign-compare
  /external/llvm/test/Transforms/InstCombine/
apint-add1.ll 10 ;; Add of sign bit -> xor of sign bit.
17 ;; Add of sign bit -> xor of sign bit.
24 ;; Add of sign bit -> xor of sign bit.
  /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;
862 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;
862 int decpt, sign; local
    [all...]
  /external/chromium_org/ui/keyboard/resources/layouts/
symbol-altkeys.js 21 '$': ['\u20AC', // Euro sign
22 '\u00A5', // Yen sign
23 '\u00A3', // Pound sign
24 '\u00A2'], // Cent sign
25 '%': ['\u2030'], // Per Mille sign
  /external/harfbuzz/contrib/tables/
GraphemeBreakProperty.txt 37 0600..0603 ; Control # Cf [4] ARABIC NUMBER SIGN..ARABIC SIGN SAFHA
60 0488..0489 ; Extend # Me [2] COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..COMBINING CYRILLIC MILLIONS SIGN
66 0610..061A ; Extend # Mn [11] ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM..ARABIC SMALL KASRA
78 0901..0902 ; Extend # Mn [2] DEVANAGARI SIGN CANDRABINDU..DEVANAGARI SIGN ANUSVARA
79 093C ; Extend # Mn DEVANAGARI SIGN NUKTA
80 0941..0948 ; Extend # Mn [8] DEVANAGARI VOWEL SIGN U..DEVANAGARI VOWEL SIGN A
    [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/
DerivedBidiClass.txt 57 00B5 ; L # L& MICRO SIGN
83 0482 ; L # So CYRILLIC THOUSANDS SIGN
90 0903 ; L # Mc DEVANAGARI SIGN VISARGA
92 093B ; L # Mc DEVANAGARI VOWEL SIGN OOE
93 093D ; L # Lo DEVANAGARI SIGN AVAGRAHA
94 093E..0940 ; L # Mc [3] DEVANAGARI VOWEL SIGN AA..DEVANAGARI VOWEL SIGN II
95 0949..094C ; L # Mc [4] DEVANAGARI VOWEL SIGN CANDRA O..DEVANAGARI VOWEL SIGN AU
96 094E..094F ; L # Mc [2] DEVANAGARI VOWEL SIGN PRISHTHAMATRA E..DEVANAGARI VOWEL SIGN A
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl1Test.java 35 * Class under test for int sign(byte[], int, int)
41 s.sign(b, 0, 5);
49 s.sign(b, 0, 5);
55 s.sign(b, 0, 5);
56 assertEquals("state", Signature.SIGN, s.getState());
57 assertTrue("sign() failed", s.runEngineSign);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_FillVLDBuffer.c 28 * and sign, also updates the index
33 * [in] sign Flag indicating the sign of level
50 OMX_U8 sign,
61 /* Store the level depending on the sign*/
62 if (sign == 1)
  /packages/inputmethods/LatinIME/java/res/xml/
key_symbols_period.xml 25 U+2122: "?" TRADE MARK SIGN
26 U+00AE: "®" REGISTERED SIGN
27 U+00A9: "©" COPYRIGHT SIGN
28 U+00A7: "§" SECTION SIGN
29 U+00B6: "¶" PILCROW SIGN
32 <!-- U+00B0: "°" DEGREE SIGN

Completed in 659 milliseconds

12 3 4 5 6 7 8 91011>>