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

1 2 34 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/test/testdata/
ra.xlf 53 \uE001>\u0981; # SIGN CANDRABINDU
55 \uE002>\u0982; # SIGN ANUSVARA
57 \uE003>\u0983; # SIGN VISARGA
165 \uE03C>\u09BC; # SIGN NUKTA
169 \uE03E>\u09BE; # VOWEL SIGN AA
171 \uE03F>\u09BF; # VOWEL SIGN I
173 \uE040>\u09C0; # VOWEL SIGN II
175 \uE041>\u09C1; # VOWEL SIGN U
177 \uE042>\u09C2; # VOWEL SIGN UU
179 \uE043>\u09C3; # VOWEL SIGN VOCALIC
    [all...]
  /external/icu4c/test/testdata/
ra.xlf 53 \uE001>\u0981; # SIGN CANDRABINDU
55 \uE002>\u0982; # SIGN ANUSVARA
57 \uE003>\u0983; # SIGN VISARGA
165 \uE03C>\u09BC; # SIGN NUKTA
169 \uE03E>\u09BE; # VOWEL SIGN AA
171 \uE03F>\u09BF; # VOWEL SIGN I
173 \uE040>\u09C0; # VOWEL SIGN II
175 \uE041>\u09C1; # VOWEL SIGN U
177 \uE042>\u09C2; # VOWEL SIGN UU
179 \uE043>\u09C3; # VOWEL SIGN VOCALIC
    [all...]
GraphemeBreakTest.txt 35 ÷ 0020 × 0903 ÷ # ÷ [0.2] SPACE (Other) × [9.1] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3]
36 ÷ 0020 × 0308 × 0903 ÷ # ÷ [0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) × [9.1] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3]
59 ÷ 000D ÷ 0903 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3]
60 ÷ 000D ÷ 0308 × 0903 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) × [9.1] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3]
83 ÷ 000A ÷ 0903 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3]
84 ÷ 000A ÷ 0308 × 0903 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend) × [9.1] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3]
107 ÷ 0001 ÷ 0903 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3]
108 ÷ 0001 ÷ 0308 × 0903 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] COMBINING DIAERESIS (Extend) × [9.1] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3]
131 ÷ 0300 × 0903 ÷ # ÷ [0.2] COMBINING GRAVE ACCENT (Extend) × [9.1] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3]
132 ÷ 0300 × 0308 × 0903 ÷ # ÷ [0.2] COMBINING GRAVE ACCENT (Extend) × [9.0] COMBINING DIAERESIS (Extend) × [9.1] DEVANAGARI SIGN VISARGA (SpacingMark) ÷ [0.3
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
DecimalFormatProperties.java 36 * minus-sign %char; "-"
133 * decimal-separator specifies the character used for the decimal sign;
145 * decimal-separator specifies the character used for the decimal sign;
204 * Set the "minus-sign" attribute.
205 * minus-sign specifies the character used as the default minus sign; the
208 * @param v Character to use as minus sign
216 * Get the "minus-sign" attribute.
217 * minus-sign specifies the character used as the default minus sign; th
    [all...]
  /libcore/support/src/test/java/tests/security/
SignatureTest.java 36 private static final String signData = "some data to sign an"; //d verify";
82 method = "sign",
121 byte[] sign = null;
123 sign = signature.sign();
141 assertTrue(signature.verify(sign));
  /libcore/luni/src/main/java/java/math/
BigInteger.java 68 /** The sign of this. */
69 transient int sign; field in class:BigInteger
91 /** sign field, used for serialization. */
107 BigInteger(int sign, long value) {
109 bigInt.putULongInt(value, (sign < 0));
117 * @param sign the sign of the number.
121 BigInteger(int sign, int numberLength, int[] digits) {
122 setJavaRepresentation(sign, numberLength, digits);
140 int sign = 1 local
329 int sign = bigInt.sign(); local
376 int sign = bigInt.sign(); local
458 int sign = signum(); local
512 int sign = signum(); local
1138 int sign; local
    [all...]
  /bionic/libm/src/
s_signbit.c 39 return (u.bits.sign);
48 return (u.bits.sign);
57 return (u.bits.sign);
s_asinh.c 20 * asinh(x) = sign(x) * log [ |x| + sqrt(x*x+1) ]
23 * := sign(x)*(log(x)+ln2)) for large |x|, else
24 * := sign(x)*log(2|x|+1/(|x|+sqrt(x*x+1))) if|x|>2, else
25 * := sign(x)*log1p(|x| + x^2/(1 + sqrt(1+x^2)))
  /external/dropbear/libtommath/
bn_mp_mul_d.c 36 /* set the sign */
37 c->sign = a->sign;
bn_mp_toradix.c 43 if (t.sign == MP_NEG) {
46 t.sign = MP_ZPOS;
60 * to the first digit [exluding the sign] of the number]
bn_mp_toradix_n.c 46 if (t.sign == MP_NEG) {
47 /* we have to reverse our digits later... but not the - sign!! */
52 t.sign = MP_ZPOS;
73 * to the first digit [exluding the sign] of the number
bn_mp_div.c 73 n = a->sign;
74 n2 = (a->sign == b->sign ? MP_ZPOS : MP_NEG);
77 c->sign = (mp_iszero(c) == MP_YES) ? MP_ZPOS : n2;
81 d->sign = (mp_iszero(d) == MP_YES) ? MP_ZPOS : n;
147 /* fix the sign */
148 neg = (a->sign == b->sign) ? MP_ZPOS : MP_NEG;
149 x.sign = y.sign = MP_ZPOS
    [all...]
bn_mp_cmp_d.c 21 /* compare based on sign */
22 if (a->sign == MP_NEG) {
bn_mp_init.c 35 * and sign to positive */
38 a->sign = MP_ZPOS;
  /external/e2fsprogs/
SUBMITTING-PATCHES 3 following "sign-off" procedure:
5 The sign-off is a simple line at the end of the explanation for the
32 personal information I submit with it, including my sign-off) is
  /external/stlport/src/
facets_byname.cpp 518 case 1: // The sign string precedes the quantity and currency symbol
519 pos_format.field[0] = (char) money_base::sign;
546 case 2: // The sign string succeeds the quantity and currency symbol.
554 pos_format.field[3] = (char) money_base::sign;
558 pos_format.field[2] = (char) money_base::sign;
568 pos_format.field[3] = (char) money_base::sign;
572 pos_format.field[2] = (char) money_base::sign;
577 case 3: // The sign string immediately precedes the currency symbol.
580 pos_format.field[0] = (char) money_base::sign;
594 pos_format.field[1] = (char) money_base::sign;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 518 case 1: // The sign string precedes the quantity and currency symbol
519 pos_format.field[0] = (char) money_base::sign;
546 case 2: // The sign string succeeds the quantity and currency symbol.
554 pos_format.field[3] = (char) money_base::sign;
558 pos_format.field[2] = (char) money_base::sign;
568 pos_format.field[3] = (char) money_base::sign;
572 pos_format.field[2] = (char) money_base::sign;
577 case 3: // The sign string immediately precedes the currency symbol.
580 pos_format.field[0] = (char) money_base::sign;
594 pos_format.field[1] = (char) money_base::sign;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 76 char *positive_sign; /* Sign for positive values. */
77 char *negative_sign; /* Sign for negative values. */
88 /* Positive and negative sign positions:
90 1 The sign string precedes the quantity and currency_symbol.
91 2 The sign string follows the quantity and currency_symbol.
92 3 The sign string immediately precedes the currency_symbol.
93 4 The sign string immediately follows the currency_symbol. */
105 /* Positive and negative sign positions:
107 1 The sign string precedes the quantity and int_curr_symbol.
108 2 The sign string follows the quantity and int_curr_symbol
    [all...]
  /bionic/libc/string/
strerror_r.c 57 __itoa(int num, int sign, char *buffer, size_t start, size_t end)
63 if (sign && num < 0) {
128 __num2string(int num, int sign, int setid, char *buf, size_t buflen,
143 ret = __itoa(num, sign, buf, len, buflen);
  /dalvik/vm/mterp/x86-atom/
OP_SHR_LONG.S 39 cmpl $$0, 4(rFP, %edx, 4) # check if we need to consider sign
40 jl .L${opcode}_finish # consider sign
41 jmp .L${opcode}_final # sign is fine, finish
48 psllq %xmm3, %xmm4 # %xmm4<- correct mask for sign bits
OP_SHR_LONG_2ADDR.S 40 cmpl $$0, 4(rFP, rINST, 4) # check if we need to consider sign
41 jl .L${opcode}_finish # consider sign
42 jmp .L${opcode}_final # sign is fine, finish
49 psllq %xmm3, %xmm4 # %xmm4<- correct mask for sign bits
OP_CONST_WIDE_32.S 23 * Description: Move the given literal value (sign-extended to 64 bits)
35 sar $$31, %ecx # %ecx<- sign bit
  /external/fdlibm/
s_asinh.c 17 * asinh(x) = sign(x) * log [ |x| + ieee_sqrt(x*x+1) ]
20 * := sign(x)*(ieee_log(x)+ln2)) for large |x|, else
21 * := sign(x)*ieee_log(2|x|+1/(|x|+ieee_sqrt(x*x+1))) if|x|>2, else
22 * := sign(x)*ieee_log1p(|x| + x^2/(1 + ieee_sqrt(1+x^2)))
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DurationTest.java 26 int sign, int weeks, int days, int hours,
32 assertEquals("Duration sign is not equal for " + str, sign, duration.sign);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 205 assertEquals("state", MySignature1.SIGN, s.getState());
245 assertEquals("state", MySignature1.SIGN, s.getState());
260 * Class under test for byte[] sign()
265 method = "sign",
271 s.sign();
279 s.sign();
285 s.sign();
286 assertEquals("state", MySignature1.SIGN, s.getState());
287 assertTrue("sign() failed", s.runEngineSign);
291 * Class under test for sign(byte[], offset, len
    [all...]

Completed in 290 milliseconds

1 2 34 5 6 7 8 91011>>