HomeSort by relevance Sort by last modified time
    Searched refs:sign (Results 226 - 250 of 679) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c 127 Uint32 sign; local
158 /* Set up the blit direction (sign) flags */
159 sign = 0;
161 sign |= 1;
164 sign |= 4;
206 mga_out32(MGAREG_SGN, sign);
  /external/skia/legacy/src/core/
Sk64.cpp 207 int sign = denom ^ hi; local
230 if (sign < 0)
275 if (sign < 0)
323 int32_t sign = SkExtractSign(N.fHi ^ D.fHi); local
361 return SkApplySign(result, sign);
  /external/skia/src/core/
Sk64.cpp 205 int sign = denom ^ hi; local
228 if (sign < 0)
273 if (sign < 0)
321 int32_t sign = SkExtractSign(N.fHi ^ D.fHi); local
359 return SkApplySign(result, sign);
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 61 S is the sign bit. For runs X----X, at least one of the Xs must be
63 there is an explicitly represented leading 1, and a sign bit,
77 sign bit, giving 64 in total.
109 UChar sign; local
111 sign = toUChar( (f64[7] >> 7) & 1 );
132 f80[9] = toUChar( sign << 7 );
163 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
180 f80[9] = toUChar( (sign << 7) | 0x7F );
198 f80[9] = toUChar( (sign << 7) | 0x7F );
207 f80[9] = toUChar( (sign << 7) | 0x7F )
250 UChar sign; local
439 UInt sign, expExp; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 52 unsigned int sign:1; member in struct:__anon17308::__anon17309
61 unsigned int sign:1; member in struct:__anon17310::__anon17311
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
151 if ((R.layout.sign != E.layout.sign) ||
225 F.layout.sign = 0;
233 D.layout.sign = 0;
263 if ((R.layout.sign != E.layout.sign) ||
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 52 unsigned int sign:1; member in struct:__anon17349::__anon17350
61 unsigned int sign:1; member in struct:__anon17351::__anon17352
122 msg, D.dbl, (D.layout.sign == 0 ? '+' : '-'),
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
151 if ((R.layout.sign != E.layout.sign) ||
225 F.layout.sign = 0;
233 D.layout.sign = 0;
263 if ((R.layout.sign != E.layout.sign) ||
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.cpp 130 Word16 dn_sign[], /* i : sign of dn[] */
134 Word16 sign[], /* o : sign of 2 pulses */
161 sign, Signs of 2 pulses, pointer of type Word16 *
235 Word16 * sign, /* o : Signs of 2 pulses */
306 sign,
555 dn_sign, sign of pulses, array of type Word16
562 sign[], sign of 2 pulses, array of type Word16
616 Word16 dn_sign[], /* i : sign of pulses *
    [all...]
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...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 183 neg = a->sign;
184 while (D.sign == MP_NEG) {
190 c->sign = neg;
783 * Simple function copies the input and fixes the sign to positive
797 /* force the sign of b to positive */
798 b->sign = MP_ZPOS;
833 /* get sign of both inputs */
834 sa = a->sign;
835 sb = b->sign;
840 /* add their magnitudes, copy the sign */
    [all...]
  /external/qemu/fpu/
softfloat-specialize.h 54 flag sign; member in struct:__anon13564
121 z.sign = float16_val(a) >> 15;
141 return make_float16(((((uint16_t) a.sign) << 15)
212 z.sign = float32_val(a)>>31;
233 ( ( (uint32_t) a.sign )<<31 ) | 0x7F800000 | ( a.high>>41 ) );
330 * return the NaN with the positive sign bit (if any).
458 z.sign = float64_val(a)>>63;
479 ( ( (uint64_t) a.sign )<<63 )
607 z.sign = a.high >> 15;
611 z.sign = floatx80_default_nan_high >> 15
    [all...]
  /external/stlport/src/
num_put.cpp 39 int sign = 0; local
42 sign = 1;
68 return (last - first) + sign + basechars;
  /external/webkit/Source/WebCore/html/parser/
HTMLParserIdioms.cpp 181 int sign = 1; local
197 sign = -1;
218 value = sign * charactersToIntStrict(digits.data(), digits.size());
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 68 Word16 x, y, sign, exp; local
104 * - Evaluate Chebyshev pol. at grid points and check for sign change.*
105 * - If sign change track the root by subdividing the interval *
106 * 2 times and ckecking sign change. *
150 sign = y;
158 if (sign < 0)
  /ndk/sources/cxx-stl/stlport/src/
num_put.cpp 39 int sign = 0; local
42 sign = 1;
68 return (last - first) + sign + basechars;
  /packages/inputmethods/PinyinIME/jni/share/
utf16char.cpp 67 int sign = 1; local
71 sign = -1;
81 return value*sign;
  /packages/providers/CalendarProvider/
maketests.py 59 sign = -1
61 sign = 1
62 hour = int(m.group(4)) + (sign * int(m.group(8)))
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model_neon.S 148 vcls.s32 d1, d0 @ Count leading extra sign bits.
149 vmov.32 r2, d1[1] @ Store # of sign bits of only the 32 MSBs.
151 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
153 vcls.s32 d1, d0 @ Count again the leading extra sign bits.
154 vmov.s32 r1, d1[1] @ Store # of sign bits of only the 32 MSBs.
156 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
  /system/core/sh/
output.c 299 int sign;
373 sign = 0;
377 sign = 1;
396 sign = 0;
423 size += sign;
430 if (sign)
  /bionic/libc/stdio/
vfprintf.c 182 char sign; /* sign prefix (' ', '+', '-', or \0) */ local
187 char softsign; /* temporary negative sign for floats */
366 sign = '\0';
376 if (!sign)
377 sign = ' ';
398 sign = '+';
479 sign = '\0';
489 sign = '-';
514 sign = '-'
    [all...]
  /dalvik/vm/mterp/armv5te/
bincmp.S 19 adds r2, r1, r1 @ convert to bytes, check sign
  /dalvik/vm/mterp/armv6t2/
bincmp.S 18 adds r2, r1, r1 @ convert to bytes, check sign
  /external/clang/
clang-host-build.mk 8 -Wno-sign-promo \
  /external/compiler-rt/lib/
extendsfdf2.c 94 // Break a into a sign and representation of the absolute value
97 const src_rep_t sign = aRep & srcSignMask; local
135 const dst_rep_t result = absResult | (dst_rep_t)sign << (dstBits - srcBits);
truncdfsf2.c 100 // Break a into a sign and representation of the absolute value
103 const src_rep_t sign = aRep & srcSignMask; local
165 const dst_rep_t result = absResult | sign >> (srcBits - dstBits);
  /external/ipsec-tools/
Android.mk 67 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
83 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers

Completed in 1477 milliseconds

1 2 3 4 5 6 7 8 91011>>