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

<<31323334353637383940>>

  /external/skia/src/core/
Sk64.cpp 196 int sign = denom ^ hi; local
219 if (sign < 0)
258 if (sign < 0)
306 int32_t sign = SkExtractSign(N.fHi ^ D.fHi); local
344 return SkApplySign(result, sign);
  /external/v8/src/
double.h 60 ASSERT(Sign() > 0);
90 if (Sign() < 0 && Significand() == 0) {
94 if (Sign() < 0) {
145 int Sign() const {
153 ASSERT(Sign() > 0);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 74 sign RN 5 label
175 SXTB storeLevel,storeLevel ;// Sign Extend storeLevel to 32 bits
275 M_BD_READ8 sign,1,T1
277 CMP sign,#1
335 ;// armVCM4P2_FillVLDBuffer ( Sign not used as storeLevel is preprocessed)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 74 sign RN 5 label
175 SXTB storeLevel,storeLevel ;// Sign Extend storeLevel to 32 bits
275 M_BD_READ8 sign,1,T1
277 CMP sign,#1
335 ;// armVCM4P2_FillVLDBuffer ( Sign not used as storeLevel is preprocessed)
  /libcore/luni/src/main/java/java/lang/
HexStringParser.java 67 private long sign; field in class:HexStringParser
118 sign <<= (MANTISSA_WIDTH + EXPONENT_WIDTH);
120 return sign | exponent | mantissa;
124 * Parses the sign field.
127 this.sign = signStr.equals("-") ? 1 : 0;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
ptcp154.py 101 0x00b9: 0x2116, # NUMERO SIGN
133 0x00da: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
135 0x00dc: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
165 0x00fa: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
167 0x00fc: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
mac_farsi.py 83 u'#' # 0x23 -> NUMBER SIGN, left-right
84 u'$' # 0x24 -> DOLLAR SIGN, left-right
85 u'%' # 0x25 -> PERCENT SIGN, left-right
91 u'+' # 0x2B -> PLUS SIGN, left-right
108 u'<' # 0x3C -> LESS-THAN SIGN, left-right
109 u'=' # 0x3D -> EQUALS SIGN, left-right
110 u'>' # 0x3E -> GREATER-THAN SIGN, left-right
203 u'\xf7' # 0x9B -> DIVISION SIGN, right-left
211 u'#' # 0xA3 -> NUMBER SIGN, right-left
212 u'$' # 0xA4 -> DOLLAR SIGN, right-lef
    [all...]
iso8859_10.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
215 u'\xa7' # 0xA7 -> SECTION SIGN
224 u'\xb0' # 0xB0 -> DEGREE SIGN
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
ptcp154.py 101 0x00b9: 0x2116, # NUMERO SIGN
133 0x00da: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
135 0x00dc: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
165 0x00fa: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
167 0x00fc: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
mac_farsi.py 83 u'#' # 0x23 -> NUMBER SIGN, left-right
84 u'$' # 0x24 -> DOLLAR SIGN, left-right
85 u'%' # 0x25 -> PERCENT SIGN, left-right
91 u'+' # 0x2B -> PLUS SIGN, left-right
108 u'<' # 0x3C -> LESS-THAN SIGN, left-right
109 u'=' # 0x3D -> EQUALS SIGN, left-right
110 u'>' # 0x3E -> GREATER-THAN SIGN, left-right
203 u'\xf7' # 0x9B -> DIVISION SIGN, right-left
211 u'#' # 0xA3 -> NUMBER SIGN, right-left
212 u'$' # 0xA4 -> DOLLAR SIGN, right-lef
    [all...]
iso8859_10.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
215 u'\xa7' # 0xA7 -> SECTION SIGN
224 u'\xb0' # 0xB0 -> DEGREE SIGN
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
cmath_testcases.txt 32 -- ignore-real-sign : indicates that the sign of the real part of
37 -- ignore-imag-sign : indicates that the sign of the imaginary part
208 acos1018 acos inf nan -> nan inf ignore-imag-sign
209 acos1019 acos -inf nan -> nan inf ignore-imag-sign
534 asin1014 asin -inf nan -> nan inf ignore-imag-sign
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
cmath_testcases.txt 32 -- ignore-real-sign : indicates that the sign of the real part of
37 -- ignore-imag-sign : indicates that the sign of the imaginary part
208 acos1018 acos inf nan -> nan inf ignore-imag-sign
209 acos1019 acos -inf nan -> nan inf ignore-imag-sign
534 asin1014 asin -inf nan -> nan inf ignore-imag-sign
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 291 if(dst_type.sign && src_type.sign) {
292 /* Replicate the sign bit in the most significant bits */
405 if(dst_type.sign) {
419 if (dst_type.sign) {
509 assert(src_type.sign == dst_type.sign);
519 src_type.sign &&
525 unsigned dst_bits = dst_type.sign ? dst_type.width - 1 : dst_type.width;
577 /* Take in consideration the sign changes only in the last step *
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 291 if(dst_type.sign && src_type.sign) {
292 /* Replicate the sign bit in the most significant bits */
405 if(dst_type.sign) {
419 if (dst_type.sign) {
509 assert(src_type.sign == dst_type.sign);
519 src_type.sign &&
525 unsigned dst_bits = dst_type.sign ? dst_type.width - 1 : dst_type.width;
577 /* Take in consideration the sign changes only in the last step *
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cor_h.cpp 88 3. Replaced array addressing (array sign[]) by pointers
142 sign = vector containing the sign information for the correlation
164 the codebook search, and includes the sign information into the correlations.
169 The sign information is included by:
170 rr[i][j] = rr[i][j]*sign[i]*sign[j]
188 Word16 sign[], // (i) : sign of d[n]
238 rr[j][i] = mult (pv_round (s), mult (sign[i], sign[j]))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 145 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent')
216 also a quiet NaN, but with the original sign, and an optional
243 The result of the operation is [sign,inf], where sign is the exclusive
248 def handle(self, context, sign, *args):
249 return _SignedInfinity[sign]
333 round-up, if implemented), the result of the operation is [sign,inf],
334 where sign is the sign of the intermediate result. For round-down, the
336 current precision, with the sign of the intermediate result. Fo
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 145 DecimalTuple = _namedtuple('DecimalTuple', 'sign digits exponent')
216 also a quiet NaN, but with the original sign, and an optional
243 The result of the operation is [sign,inf], where sign is the exclusive
248 def handle(self, context, sign, *args):
249 return _SignedInfinity[sign]
333 round-up, if implemented), the result of the operation is [sign,inf],
334 where sign is the sign of the intermediate result. For round-down, the
336 current precision, with the sign of the intermediate result. Fo
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 900 char sign = 0; local
913 sign = '-';
914 else if (flags & PRINT_F_PLUS) /* Do a sign. */
915 sign = '+';
917 sign = ' ';
950 - ((sign != 0) ? 1 : 0) /* Will we print a sign? */
973 if (sign != 0) /* Sign. */
974 OUTCHAR(str, *len, size, sign);
1008 char sign = 0; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 900 char sign = 0; local
913 sign = '-';
914 else if (flags & PRINT_F_PLUS) /* Do a sign. */
915 sign = '+';
917 sign = ' ';
950 - ((sign != 0) ? 1 : 0) /* Will we print a sign? */
973 if (sign != 0) /* Sign. */
974 OUTCHAR(str, *len, size, sign);
1008 char sign = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 246 * Checks the sign of a variable:
267 OMX_INT Sign;
271 Sign = -1;
275 Sign = 1;
279 Sign = 0;
282 return Sign;
508 /*Same sign*/
561 /*Same sign*/
613 /*Opposite sign*/
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 246 * Checks the sign of a variable:
267 OMX_INT Sign;
271 Sign = -1;
275 Sign = 1;
279 Sign = 0;
282 return Sign;
508 /*Same sign*/
561 /*Same sign*/
613 /*Opposite sign*/
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 246 * Checks the sign of a variable:
267 OMX_INT Sign;
271 Sign = -1;
275 Sign = 1;
279 Sign = 0;
282 return Sign;
508 /*Same sign*/
561 /*Same sign*/
613 /*Opposite sign*/
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_jn.c 74 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */
218 int32_t sign; local
227 sign = 1;
230 sign = 1 - ((n&1)<<1);
233 if(n==1) return(sign*__ieee754_y1(x));
269 if(sign>0) return b; else return -b;
  /external/chromium_org/third_party/freetype/src/psaux/
psconv.c 91 FT_Bool sign = 0; local
109 sign = FT_BOOL( *p == '-' );
146 if ( sign )
203 FT_Bool sign = 0; local
213 sign = FT_BOOL( *p == '-' );
339 if ( sign )

Completed in 473 milliseconds

<<31323334353637383940>>