HomeSort by relevance Sort by last modified time
    Searched refs:is_negative (Results 1 - 18 of 18) sorted by null

  /external/curl/lib/
strtoofft.c 58 int is_negative = 0; local
72 is_negative = 1;
124 if(is_negative) {
130 if(is_negative)
  /external/libxml2/
trionan.c 223 int is_negative = TRIO_FALSE; local
226 is_negative |= (((unsigned char *)&number)[TRIO_DOUBLE_INDEX(i)]
229 return is_negative;
561 TRIO_ARGS2((number, is_negative),
563 int *is_negative)
569 *is_negative = signbit(number);
650 *is_negative = TRIO_FALSE; /* NaN has no sign */
653 *is_negative = TRIO_FALSE;
656 *is_negative = TRIO_TRUE;
659 *is_negative = TRIO_FALSE
736 int is_negative; local
    [all...]
trionan.h 78 TRIO_PUBLIC int trio_fpclassify_and_signbit TRIO_PROTO((double number, int *is_negative));
  /external/libpng/contrib/intel/
filter_sse2_intrinsics.c 154 __m128i is_negative = _mm_cmplt_epi16(x, _mm_setzero_si128());
157 x = _mm_xor_si128(x, is_negative);
160 x = _mm_add_epi16(x, _mm_srli_epi16(is_negative, 15));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 167 bool is_negative () const;
420 double_int::is_negative () const
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 178 bool is_negative = false; local
181 is_negative = true;
186 if (is_negative) value *= -1;
1070 bool is_negative = TryConsume("-"); local
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 176 int e_number = 0, e_signal = 0, e_point = 0, is_negative = 0; local
206 is_negative = 1;
257 return is_negative ? -ret : ret;
  /external/v8/src/
conversions.cc 433 bool is_negative = value < 0.0; local
434 if (is_negative) value = -value;
452 if (is_negative) integer_buffer[integer_pos--] = '-';
deoptimizer.cc 2178 bool is_negative = (value < 0); local
2202 bool is_negative = (bits & 1) == 1; local
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 317 int is_negative; /* Number is negative */ member in struct:__anon16794
341 c.is_negative = 1;
383 (number_is_valid && !c.is_zero && c.is_negative))
396 (number_is_valid && !c.is_zero && !c.is_negative))
592 control.is_negative = 0;
  /external/valgrind/coregrind/
m_debuglog.c 1077 Bool is_negative = False; local
1081 is_negative = True;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 591 bool is_negative() const { function in struct:float_sign_helper
641 if (helper.is_negative())
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 1197 Matcher<int> is_negative = Lt(0); local
1313 Matcher<int> is_negative = Lt(0); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /external/gmock/test/
gmock-matchers_test.cc 1266 Matcher<int> is_negative = Lt(0); local
1382 Matcher<int> is_negative = Lt(0); local
    [all...]

Completed in 796 milliseconds