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

<<21222324252627282930>>

  /cts/tests/tests/text/src/android/text/cts/
EmojiConstants.java 29 0x000A9, // COPYRIGHT SIGN
30 0x000AE, // REGISTERED SIGN
37 0x02122, // TRADE MARK SIGN
71 0x026A0, // WARNING SIGN
72 0x026A1, // HIGH VOLTAGE SIGN
133 0x02795, // HEAVY PLUS SIGN
134 0x02796, // HEAVY MINUS SIGN
135 0x02797, // HEAVY DIVISION SIGN
431 0x1F44A, // FISTED HAND SIGN
432 0x1F44B, // WAVING HAND SIGN
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 126 if (type.width == 8 && !type.sign) {
129 else if (type.width == 16 && type.sign) {
133 if (type.width == 8 && type.sign) {
136 if (type.width == 16 && !type.sign) {
139 if (type.width == 32 && !type.sign) {
142 if (type.width == 32 && type.sign) {
216 if (type.width == 8 && !type.sign) {
220 else if (type.width == 16 && type.sign) {
224 if (type.width == 8 && type.sign) {
227 if (type.width == 16 && !type.sign) {
1177 LLVMValueRef sign; local
1640 LLVMValueRef sign; local
1689 LLVMValueRef sign; local
1752 LLVMValueRef sign; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.c 43 * Sign exponent mantissa (80 bits)
46 * Only L.O. bit of Sign byte is significant. The rest is zero.
53 unsigned char sign; member in struct:yasm_floatnum
152 /* Set sign to 0 (positive) */
153 e->f.sign = 0;
238 /* Compute the new sign */
239 acc->sign ^= op->sign;
330 flt->sign = 1;
333 flt->sign = 0
    [all...]
intnum.h 107 * \param sign signed (1) or unsigned (0) LEB128 format
114 (const unsigned char *ptr, int sign, /*@out@*/ unsigned long *size);
119 * \param sign signed (1) or unsigned (0) source
125 (unsigned char *ptr, int sign, size_t srcsize, int bigendian);
207 /** Simple sign check.
279 * \param sign signedness of LEB128 encoding (0=unsigned, 1=signed)
284 unsigned char *ptr, int sign);
288 * \param sign signedness of LEB128 encoding (0=unsigned, 1=signed)
292 unsigned long yasm_intnum_size_leb128(const yasm_intnum *intn, int sign);
  /external/chromium_org/v8/src/
conversions-inl.h 102 return d.Sign() * static_cast<int32_t>(d.Significand() >> -exponent);
105 return d.Sign() * static_cast<int32_t>(d.Significand() << exponent);
256 // Ignore leading sign; skip following spaces.
465 enum Sign {
471 Sign sign = NONE;
474 // Ignore leading sign.
477 sign = POSITIVE;
481 sign = NEGATIVE;
496 return (sign == NEGATIVE) ? -V8_INFINITY : V8_INFINITY
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 126 if (type.width == 8 && !type.sign) {
129 else if (type.width == 16 && type.sign) {
133 if (type.width == 8 && type.sign) {
136 if (type.width == 16 && !type.sign) {
139 if (type.width == 32 && !type.sign) {
142 if (type.width == 32 && type.sign) {
216 if (type.width == 8 && !type.sign) {
220 else if (type.width == 16 && type.sign) {
224 if (type.width == 8 && type.sign) {
227 if (type.width == 16 && !type.sign) {
1177 LLVMValueRef sign; local
1640 LLVMValueRef sign; local
1689 LLVMValueRef sign; local
1752 LLVMValueRef sign; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerAndTest.java 48 assertEquals("incorrect sign", 0, result.signum());
68 assertEquals("incorrect sign", 0, result.signum());
88 assertEquals("incorrect sign", 0, result.signum());
108 assertEquals("incorrect sign", 0, result.signum());
128 assertEquals("incorrect sign", 0, result.signum());
139 assertEquals("incorrect sign", 0, result.signum());
150 assertEquals("incorrect sign", 1, result.signum());
170 assertEquals("incorrect sign", 1, result.signum());
190 assertEquals("incorrect sign", 1, result.signum());
210 assertEquals("incorrect sign", 1, result.signum())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp864.py 48 0x0025: 0x066a, # ARABIC PERCENT SIGN
49 0x0080: 0x00b0, # DEGREE SIGN
68 0x0093: 0x00b1, # PLUS-OR-MINUS SIGN
110 0x00c0: 0x00a2, # CENT SIGN
138 0x00dc: 0x00ac, # NOT SIGN
139 0x00dd: 0x00f7, # DIVISION SIGN
140 0x00de: 0x00d7, # MULTIPLICATION SIGN
214 u'#' # 0x0023 -> NUMBER SIGN
215 u'$' # 0x0024 -> DOLLAR SIGN
216 u'\u066a' # 0x0025 -> ARABIC PERCENT SIGN
    [all...]
cp875.py 124 u'<' # 0x4C -> LESS-THAN SIGN
126 u'+' # 0x4E -> PLUS SIGN
139 u'$' # 0x5B -> DOLLAR SIGN
156 u'%' # 0x6C -> PERCENT SIGN
158 u'>' # 0x6E -> GREATER-THAN SIGN
171 u'#' # 0x7B -> NUMBER SIGN
174 u'=' # 0x7E -> EQUALS SIGN
192 u'\xb0' # 0x90 -> DEGREE SIGN
224 u'\xa3' # 0xB0 -> POUND SIGN
266 u'\xb1' # 0xDA -> PLUS-MINUS SIGN
    [all...]
iso8859_16.py 83 u'#' # 0x23 -> NUMBER SIGN
84 u'$' # 0x24 -> DOLLAR SIGN
85 u'%' # 0x25 -> PERCENT SIGN
91 u'+' # 0x2B -> PLUS SIGN
108 u'<' # 0x3C -> LESS-THAN SIGN
109 u'=' # 0x3D -> EQUALS SIGN
110 u'>' # 0x3E -> GREATER-THAN SIGN
212 u'\u20ac' # 0xA4 -> EURO SIGN
215 u'\xa7' # 0xA7 -> SECTION SIGN
217 u'\xa9' # 0xA9 -> COPYRIGHT SIGN
    [all...]
iso8859_5.py 83 u'#' # 0x23 -> NUMBER SIGN
84 u'$' # 0x24 -> DOLLAR SIGN
85 u'%' # 0x25 -> PERCENT SIGN
91 u'+' # 0x2B -> PLUS SIGN
108 u'<' # 0x3C -> LESS-THAN SIGN
109 u'=' # 0x3D -> EQUALS SIGN
110 u'>' # 0x3E -> GREATER-THAN SIGN
250 u'\u042a' # 0xCA -> CYRILLIC CAPITAL LETTER HARD SIGN
252 u'\u042c' # 0xCC -> CYRILLIC CAPITAL LETTER SOFT SIGN
282 u'\u044a' # 0xEA -> CYRILLIC SMALL LETTER HARD SIGN
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
cp864.py 48 0x0025: 0x066a, # ARABIC PERCENT SIGN
49 0x0080: 0x00b0, # DEGREE SIGN
68 0x0093: 0x00b1, # PLUS-OR-MINUS SIGN
110 0x00c0: 0x00a2, # CENT SIGN
138 0x00dc: 0x00ac, # NOT SIGN
139 0x00dd: 0x00f7, # DIVISION SIGN
140 0x00de: 0x00d7, # MULTIPLICATION SIGN
214 u'#' # 0x0023 -> NUMBER SIGN
215 u'$' # 0x0024 -> DOLLAR SIGN
216 u'\u066a' # 0x0025 -> ARABIC PERCENT SIGN
    [all...]
cp875.py 124 u'<' # 0x4C -> LESS-THAN SIGN
126 u'+' # 0x4E -> PLUS SIGN
139 u'$' # 0x5B -> DOLLAR SIGN
156 u'%' # 0x6C -> PERCENT SIGN
158 u'>' # 0x6E -> GREATER-THAN SIGN
171 u'#' # 0x7B -> NUMBER SIGN
174 u'=' # 0x7E -> EQUALS SIGN
192 u'\xb0' # 0x90 -> DEGREE SIGN
224 u'\xa3' # 0xB0 -> POUND SIGN
266 u'\xb1' # 0xDA -> PLUS-MINUS SIGN
    [all...]
iso8859_16.py 83 u'#' # 0x23 -> NUMBER SIGN
84 u'$' # 0x24 -> DOLLAR SIGN
85 u'%' # 0x25 -> PERCENT SIGN
91 u'+' # 0x2B -> PLUS SIGN
108 u'<' # 0x3C -> LESS-THAN SIGN
109 u'=' # 0x3D -> EQUALS SIGN
110 u'>' # 0x3E -> GREATER-THAN SIGN
212 u'\u20ac' # 0xA4 -> EURO SIGN
215 u'\xa7' # 0xA7 -> SECTION SIGN
217 u'\xa9' # 0xA9 -> COPYRIGHT SIGN
    [all...]
iso8859_5.py 83 u'#' # 0x23 -> NUMBER SIGN
84 u'$' # 0x24 -> DOLLAR SIGN
85 u'%' # 0x25 -> PERCENT SIGN
91 u'+' # 0x2B -> PLUS SIGN
108 u'<' # 0x3C -> LESS-THAN SIGN
109 u'=' # 0x3D -> EQUALS SIGN
110 u'>' # 0x3E -> GREATER-THAN SIGN
250 u'\u042a' # 0xCA -> CYRILLIC CAPITAL LETTER HARD SIGN
252 u'\u042c' # 0xCC -> CYRILLIC CAPITAL LETTER SOFT SIGN
282 u'\u044a' # 0xEA -> CYRILLIC SMALL LETTER HARD SIGN
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.td     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 158 int escape, numPrefix, sufmask, suffix, shift, sign, value, absvalue, vlcnum, level_two_or_higher; local
262 if (TrailingOnes) /* keep reading the sign of those trailing ones */
307 sign = 0;
311 sign = 1;
319 status = BitstreamWriteBits(stream, value * 2 + sign - 1, 1);
323 status = BitstreamWriteBits(stream, 14 + 1 + 4, (1 << 4) | ((value - 8) << 1) | sign);
327 status = BitstreamWriteBits(stream, 14 + 2 + 12, (1 << 12) | ((value - 16) << 1) | sign) ;
339 status = BitstreamWriteBits(stream, numPrefix + vlcnum + 1, (1 << (shift + 1)) | (suffix << 1) | sign);
343 status = BitstreamWriteBits(stream, 28, (1 << 12) | ((value - escape) << 1) | sign);
  /external/icu4c/data/unidata/norm2/
uts46.txt 62 # 00A1..00A7 valid # 1.1 INVERTED EXCLAMATION MARK..SECTION SIGN
64 # 00A9 valid # 1.1 COPYRIGHT SIGN
66 # 00AB..00AC valid # 1.1 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK..NOT SIGN
68 # 00AE valid # 1.1 REGISTERED SIGN
70 # 00B0..00B1 valid # 1.1 DEGREE SIGN..PLUS-MINUS SIGN
74 00B5 >03BC # 1.1 MICRO SIGN
75 # 00B6 valid # 1.1 PILCROW SIGN
108 # 00D7 valid # 1.1 MULTIPLICATION SIGN
118 # 00F7 valid # 1.1 DIVISION SIGN
    [all...]
  /external/chromium/chrome/browser/sync/
signin_manager.cc 46 // Users must always sign out before they sign in again.
53 // The Sign out should clear the token service credentials.
149 // We don't sign-out if the password was valid and we're just dealing with
150 // a second factor error, and we don't sign out if we're dealing with
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_twoside.c 40 float sign; /**< +1 or -1 */ member in struct:twoside_stage
81 if (header->det * twoside->sign < 0.0) {
131 * We'll multiply the primitive's determinant by this sign to determine
133 * sign = -1 for CCW, +1 for CW
135 twoside->sign = stage->draw->rasterizer->front_ccw ? -1.0f : 1.0f;
  /external/chromium_org/third_party/skia/src/utils/
SkFloatUtils.h 69 /** The mask for the sign bit. */
133 * Converts an integer from the sign-and-magnitude representation to
141 * sign-and-magnitude) is represented by 1;
144 * sign-and-magnitude) is represented by 2N - 1.
160 * Given two numbers in the sign-and-magnitude representation,
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 34 int sign = 1; local
38 sign = 0;
41 const int a = sign ? -i : i;
42 int eb = sign;
69 cost += vp9_cost_bit(vp9_prob_half, extra & 1); /* sign */
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_twoside.c 40 float sign; /**< +1 or -1 */ member in struct:twoside_stage
81 if (header->det * twoside->sign < 0.0) {
131 * We'll multiply the primitive's determinant by this sign to determine
133 * sign = -1 for CCW, +1 for CW
135 twoside->sign = stage->draw->rasterizer->front_ccw ? -1.0f : 1.0f;
  /external/skia/src/utils/
SkFloatUtils.h 69 /** The mask for the sign bit. */
133 * Converts an integer from the sign-and-magnitude representation to
141 * sign-and-magnitude) is represented by 1;
144 * sign-and-magnitude) is represented by 2N - 1.
160 * Given two numbers in the sign-and-magnitude representation,
  /external/speex/libspeex/
vq.c 109 /*Finds the indices of the n-best entries in a codebook with sign*/
112 int i,j,k, sign, used; local
121 sign=0;
125 sign=1;
142 if (sign)

Completed in 1872 milliseconds

<<21222324252627282930>>