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

1 2

  /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 205 __m128i is_negative = _mm_cmplt_epi16(x, _mm_setzero_si128());
208 x = _mm_xor_si128(x, is_negative);
211 x = _mm_sub_epi16(x, is_negative);
  /external/pdfium/third_party/libpng16/contrib/intel/
filter_sse2_intrinsics.c 205 __m128i is_negative = _mm_cmplt_epi16(x, _mm_setzero_si128());
208 x = _mm_xor_si128(x, is_negative);
211 x = _mm_add_epi16(x, _mm_srli_epi16(is_negative, 15));
  /external/skia/third_party/libpng/contrib/intel/
filter_sse2_intrinsics.c 205 __m128i is_negative = _mm_cmplt_epi16(x, _mm_setzero_si128());
208 x = _mm_xor_si128(x, is_negative);
211 x = _mm_add_epi16(x, _mm_srli_epi16(is_negative, 15));
  /external/syslinux/gpxe/src/crypto/axtls/
bigint.h 50 bigint *bib, int *is_negative);
bigint.c 278 * @param is_negative [out] If defined, indicates that the result was negative.
279 * is_negative may be null.
283 bigint *bia, bigint *bib, int *is_negative)
305 if (is_negative) /* indicate a negative result */
307 *is_negative = carry;
431 int is_negative; local
433 bi_int_multiply(ctx, bi_copy(v), q_dash), &is_negative);
439 if (is_negative)
    [all...]
  /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
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text_handler.cpp 474 bool is_negative = val[0] == '-';
477 if (is_negative && !can_be_signed) {
485 if (is_negative) {
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 205 bool is_negative = false; local
208 is_negative = true;
213 if (is_negative) value *= -1;
1343 bool is_negative = TryConsume("-"); local
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 317 int is_negative; /* Number is negative */ member in struct:__anon24238
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/pdfium/third_party/base/numerics/
safe_math_impl.h 167 const bool is_negative =
169 *result = is_negative ? 0 - uresult : uresult;
173 return uy <= UnsignedDst(!std::is_signed<T>::value || is_negative) ||
174 ux <= (std::numeric_limits<T>::max() + UnsignedDst(is_negative)) / uy;
safe_conversions_impl.h 63 bool is_negative) {
68 (static_cast<UnsignedT>(x) ^ -SignedT(is_negative)) + is_negative);
  /external/valgrind/coregrind/
m_debuglog.c 1030 Bool is_negative = False; local
1034 is_negative = True;
1078 if (is_negative) ++num_digit;
1091 if (is_negative) {
    [all...]
  /external/fmtlib/fmt/
printf.h 163 if (internal::is_negative(value)) {
format.h 874 static bool is_negative(T value) { return value < 0; } function in struct:fmt::internal::SignChecker
880 static bool is_negative(T) { return false; } function in struct:fmt::internal::SignChecker
886 inline bool is_negative(T value) { function in namespace:fmt::internal
887 return SignChecker<std::numeric_limits<T>::is_signed>::is_negative(value);
    [all...]
format.cc 193 if (internal::is_negative(error_code)) {
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /external/v8/src/
deoptimizer.cc 2305 bool is_negative = (value < 0); local
2329 bool is_negative = (bits & 1) == 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py     [all...]
  /external/python/cpython2/Lib/
decimal.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py     [all...]

Completed in 1630 milliseconds

1 2