HomeSort by relevance Sort by last modified time
    Searched full:int_min (Results 176 - 200 of 485) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
underlying_type.pass.cpp 17 enum E { V = INT_MIN };
  /external/v8/src/
conversions.h 44 // If x is NaN, the result is INT_MIN. Otherwise the result is the argument x,
45 // clamped to [INT_MIN, INT_MAX] and then rounded to an integer.
47 if (!(x >= INT_MIN)) return INT_MIN; // Negation to catch NaNs.
typing.h 41 static const int kNoVar = INT_MIN;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
underlying_type.pass.cpp 17 enum E { V = INT_MIN };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netfilter_ipv4.h 53 NF_IP_PRI_FIRST = INT_MIN,
netfilter_ipv6.h 58 NF_IP6_PRI_FIRST = INT_MIN,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
values.h 41 #define MININT INT_MIN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
values.h 41 #define MININT INT_MIN
  /external/google-breakpad/src/processor/
static_range_map_unittest.cc 79 { INT_MIN, 16, 1, true }, // lowest possible range
127 { INT_MIN, INT_MAX, 50, true }, // From INT_MIN to -2, inclusive
130 { INT_MIN, INT_MAX, 53, false }, // Can't fill the space twice
141 { INT_MIN, 0, 100, false }, // makes RetrieveRange check low end
149 { INT_MIN + 1, 1, 110, true },
151 { INT_MIN, 0, 112, false }, // makes RetrieveRange check low end
  /external/libvpx/libvpx/
args.c 165 if (rawval >= INT_MIN && rawval <= INT_MAX)
190 if (rawval >= INT_MIN && rawval <= INT_MAX)
200 if (rawval >= INT_MIN && rawval <= INT_MAX)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
args.c 165 if (rawval >= INT_MIN && rawval <= INT_MAX)
190 if (rawval >= INT_MIN && rawval <= INT_MAX)
200 if (rawval >= INT_MIN && rawval <= INT_MAX)
  /bionic/libc/kernel/uapi/linux/
netfilter_decnet.h 40 NF_DN_PRI_FIRST = INT_MIN,
netfilter_ipv4.h 47 NF_IP_PRI_FIRST = INT_MIN,
netfilter_ipv6.h 47 NF_IP6_PRI_FIRST = INT_MIN,
  /development/ndk/platforms/android-21/include/linux/
netfilter_decnet.h 40 NF_DN_PRI_FIRST = INT_MIN,
netfilter_ipv4.h 47 NF_IP_PRI_FIRST = INT_MIN,
netfilter_ipv6.h 47 NF_IP6_PRI_FIRST = INT_MIN,
  /external/clang/test/Sema/
shift.c 51 lli = INT_MIN << 2; // expected-warning {{bits to represent, but 'int' only has}}
  /external/compiler-rt/lib/builtins/
floatsidf.c 45 // the input INT_MIN.
floatsitf.c 42 // the input INT_MIN.
  /external/freetype/include/config/
ftstdlib.h 65 #define FT_INT_MIN INT_MIN
  /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
lowest.pass.cpp 47 test<int>(INT_MIN);
min.pass.cpp 47 test<int>(INT_MIN);
  /external/pdfium/third_party/freetype/include/config/
ftstdlib.h 65 #define FT_INT_MIN INT_MIN
  /external/protobuf/python/google/protobuf/pyext/
descriptor.h 44 #define PY_SSIZE_T_MIN INT_MIN

Completed in 422 milliseconds

1 2 3 4 5 6 78 91011>>