HomeSort by relevance Sort by last modified time
    Searched refs:sign (Results 126 - 150 of 1929) sorted by null

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/
money_base.pass.cpp 15 // enum part {none, space, symbol, sign, value};
28 assert(mb.sign == 3);
  /external/chromium/base/third_party/dmg_fp/
g_fmt.cc 34 int decpt, j, sign; local
45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se);
46 if (sign)
  /external/chromium_org/base/third_party/dmg_fp/
g_fmt.cc 34 int decpt, j, sign; local
45 s = s0 = dtoa(x, 0, 0, &decpt, &sign, &se);
46 if (sign)
  /external/chromium_org/third_party/icu/source/test/perf/perldriver/
Format.pm 139 my $sign = (s/^-//) ? '-' : '';
154 $result = $sign . $d;
156 $result = $sign . substr($d, 0, $e) . '.' . substr($d, $e);
  /external/chromium_org/third_party/skia/src/utils/
SkParse.cpp 141 int sign = 0; local
144 sign = -1;
158 *value = (n ^ sign) - sign;
167 int sign = 0; local
170 sign = -1;
197 *value = (n ^ sign) - sign;
215 int sign = 0;
218 sign = -1
    [all...]
  /external/chromium_org/v8/src/
dtoa.cc 57 Vector<char> buffer, int* sign, int* length, int* point) {
61 if (Double(v).Sign() < 0) {
62 *sign = 1;
65 *sign = 0;
  /external/icu4c/test/perf/perldriver/
Format.pm 139 my $sign = (s/^-//) ? '-' : '';
154 $result = $sign . $d;
156 $result = $sign . substr($d, 0, $e) . '.' . substr($d, $e);
  /external/skia/src/utils/
SkParse.cpp 141 int sign = 0; local
144 sign = -1;
158 *value = (n ^ sign) - sign;
167 int sign = 0; local
170 sign = -1;
197 *value = (n ^ sign) - sign;
215 int sign = 0;
218 sign = -1
    [all...]
  /external/v8/src/
dtoa.cc 57 Vector<char> buffer, int* sign, int* length, int* point) {
61 if (Double(v).Sign() < 0) {
62 *sign = 1;
65 *sign = 0;
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DurationTest.java 27 int sign, int weeks, int days, int hours,
33 assertEquals("Duration sign is not equal for " + str, sign, duration.sign);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_compare/
pointer.pass.cpp 19 int sign(int x) function
32 assert(sign(s.compare(str)) == sign(x));
string.pass.cpp 19 int sign(int x) function
32 assert(sign(s.compare(str)) == sign(x));
  /external/chromium_org/remoting/host/installer/mac/
do_signing.sh 38 # Binaries to sign.
109 sign() { function
128 sign "${input_dir}/${ME2ME_HOST}" "${keychain}" "${id}"
129 sign "${input_dir}/${UNINSTALLER}" "${keychain}" "${id}"
130 sign "${input_dir}/${PREFPANE}" "${keychain}" "${id}"
139 productsign --sign "${id}" --keychain "${keychain}" \
186 echo " Sign the binaries using the specified <codesign_id>, build" >&2
187 echo " the installer and then sign the installer using the given" >&2
215 err_exit "Can't sign binaries - please specify a codesign_id"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
neg_format.pass.cpp 62 assert(p.field[1] == std::money_base::sign);
70 assert(p.field[1] == std::money_base::sign);
78 assert(p.field[1] == std::money_base::sign);
86 assert(p.field[1] == std::money_base::sign);
94 assert(p.field[0] == std::money_base::sign);
102 assert(p.field[0] == std::money_base::sign);
110 assert(p.field[0] == std::money_base::sign);
118 assert(p.field[0] == std::money_base::sign);
127 assert(p.field[0] == std::money_base::sign);
135 assert(p.field[0] == std::money_base::sign);
    [all...]
pos_format.pass.cpp 62 assert(p.field[1] == std::money_base::sign);
70 assert(p.field[1] == std::money_base::sign);
78 assert(p.field[1] == std::money_base::sign);
86 assert(p.field[1] == std::money_base::sign);
94 assert(p.field[0] == std::money_base::sign);
102 assert(p.field[0] == std::money_base::sign);
110 assert(p.field[0] == std::money_base::sign);
118 assert(p.field[0] == std::money_base::sign);
127 assert(p.field[0] == std::money_base::sign);
135 assert(p.field[0] == std::money_base::sign);
    [all...]
  /libcore/luni/src/main/java/java/math/
BitLevel.java 43 if (val.sign == 0) {
49 if (val.sign < 0) {
56 // Subtracting all sign bits
66 if (val.sign == 0) {
71 if (val.sign > 0) {
75 } else {// (sign < 0)
132 return new BigInteger(source.sign, resLen, resDigits);
141 return ((source.sign < 0) ? BigInteger.MINUS_ONE : BigInteger.ZERO);
148 if (source.sign < 0) {
166 return new BigInteger(source.sign, resLength, resDigits)
    [all...]
Conversion.java 55 int sign = val.sign; local
59 if (sign == 0) {
65 if (sign < 0) {
76 int resLengthInChars = (int) (val.abs().bitLength() / bitsForRadixDigit + ((sign < 0) ? 1
124 if (sign == -1) {
139 int sign = val.sign; local
146 if (sign == 0) {
176 // +1 - one char for sign if needed
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 80 /* define values/representation for output codevector and sign */
276 indx[] -- array of type Word16 -- position and sign of
343 Word16 indx[], /* i : position and sign of 8 pulses (compressed) */
500 index array of type Word16 -- index of 8 pulses (sign+position)
559 Word16 index[], /* i : index of 8 pulses (sign+position) */
568 Word16 sign; local
594 sign = POS_CODE; /* +1.0 */
598 sign = -NEG_CODE; /* -1.0 */
603 cod[pos1] = sign; /* avoid buffer overflow */
614 sign = negate(sign)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 156 char sign = stime.charAt(signPos); local
157 if (sign == '-' || sign == '+')
168 sign = stime.charAt(signPos);
169 if (sign == '-' || sign == '+')
183 String sign = "+"; local
188 sign = "-";
198 hours += sign.equals("+") ? 1 : -1;
206 return "GMT" + sign + convert(hours) + ":" + convert(minutes)
    [all...]
  /external/dropbear/libtommath/
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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_line.c 261 static INLINE boolean sign(float x){ function
358 else if (sign(x1diff) == sign(-dx)) {
361 else if (sign(-y1diff) != sign(dy)) {
377 else if (sign(x2diff) != sign(-dx)) {
380 else if (sign(-y2diff) == sign(dy)) {
391 will_draw_start = sign(-x1diff) != sign(dx)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 261 static INLINE boolean sign(float x){ function
358 else if (sign(x1diff) == sign(-dx)) {
361 else if (sign(-y1diff) != sign(dy)) {
377 else if (sign(x2diff) != sign(-dx)) {
380 else if (sign(-y2diff) == sign(dy)) {
391 will_draw_start = sign(-x1diff) != sign(dx)
    [all...]
  /external/valgrind/main/VEX/useful/
fp_80_64.c 75 S is the sign bit. For runs X----X, at least one of the Xs must be
77 there is an explicitly represented leading 1, and a sign bit,
91 sign bit, giving 64 in total.
107 UChar sign; local
109 sign = toUChar( (f64[7] >> 7) & 1 );
130 f80[9] = toUChar( sign << 7 );
161 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) );
178 f80[9] = toUChar( (sign << 7) | 0x7F );
196 f80[9] = toUChar( (sign << 7) | 0x7F );
205 f80[9] = toUChar( (sign << 7) | 0x7F )
248 UChar sign; local
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 183 * If SIGN is true, p is a signed.
512 u8 sign; /* Mantissa sign */ member in struct:__anon29443
526 uchar sign);
528 uchar sign);
690 ** sign determines the sign of the zero.
693 uchar sign)
698 dest->sign=sign;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 58 int sign = (f32.ui >> 16) & 0x8000; local
74 if (sign)
77 } else if (sign) {
144 int sign = (f32.ui >> 16) & 0x8000; local
160 if (sign)
163 } else if (sign) {

Completed in 682 milliseconds

1 2 3 4 56 7 8 91011>>