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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/android/support/src/musl-math/
scalbln.c 8 else if (n < INT_MIN)
9 n = INT_MIN;
scalblnf.c 8 else if (n < INT_MIN)
9 n = INT_MIN;
scalblnl.c 15 else if (n < INT_MIN)
16 n = INT_MIN;
  /external/compiler-rt/test/ubsan/TestCases/Misc/
deduplication.cpp 7 int i = INT_MIN;
  /external/clang/test/Analysis/
switch-case.c 6 #define INT_MIN 0x80000000
52 case INT_MIN ... 10:
63 case INT_MIN ... 9:
79 case INT_MIN ... 9:
95 case INT_MIN ... 4:
125 case INT_MIN ... 9:
additive-folding.cpp 7 #define INT_MIN (-INT_MAX - 1)
146 int min = INT_MIN;
154 int min = INT_MIN;
163 int min = INT_MIN;
180 int sMin = INT_MIN;
181 unsigned uMin = INT_MIN;
  /external/libcxx/test/std/depr/depr.c.headers/
limits_h.pass.cpp 54 #ifndef INT_MIN
55 #error INT_MIN not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 54 #ifndef INT_MIN
55 #error INT_MIN not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
limits_h.pass.cpp 54 #ifndef INT_MIN
55 #error INT_MIN not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
climits.pass.cpp 54 #ifndef INT_MIN
55 #error INT_MIN not defined
  /external/clang/test/Headers/
limits.cpp 10 _Static_assert(INT_MAX == -(INT_MIN+1), "");
20 _Static_assert(INT_MIN == -INT_MAX-1, "");
  /prebuilts/misc/windows/sdl2/test/
testautomation_mouse.c 47 x = INT_MIN;
50 SDLTest_AssertCheck(x > INT_MIN, "Validate that value of x is > INT_MIN, got: %i", x);
54 y = INT_MIN;
57 SDLTest_AssertCheck(y > INT_MIN, "Validate that value of y is > INT_MIN, got: %i", y);
61 x = INT_MIN;
62 y = INT_MIN;
65 SDLTest_AssertCheck(x > INT_MIN, "Validate that value of x is > INT_MIN, got: %i", x)
    [all...]
  /external/valgrind/none/tests/s390x/
lpr.c 81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX);
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX);
90 t3264(INT_MAX); t3264(INT_MIN); t3264(UINT_MAX);
  /bionic/libc/kernel/uapi/linux/
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_ipv4.h 47 NF_IP_PRI_FIRST = INT_MIN,
netfilter_ipv6.h 47 NF_IP6_PRI_FIRST = INT_MIN,
  /development/ndk/platforms/android-3/include/linux/
netfilter_ipv6.h 53 NF_IP6_PRI_FIRST = INT_MIN,
  /external/iproute2/include/linux/
netfilter_ipv4.h 12 #include <limits.h> /* for INT_MIN, INT_MAX */
56 NF_IP_PRI_FIRST = INT_MIN,
  /external/iptables/include/linux/
netfilter_ipv4.h 53 NF_IP_PRI_FIRST = INT_MIN,
netfilter_ipv6.h 58 NF_IP6_PRI_FIRST = INT_MIN,
  /external/kernel-headers/original/uapi/linux/
netfilter_ipv6.h 16 #include <limits.h> /* for INT_MIN, INT_MAX */
63 NF_IP6_PRI_FIRST = INT_MIN,
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
cor_h_x.c 61 L_tmp = (L_tmp > 0)? L_tmp: (L_tmp == INT_MIN ? INT_MAX : -L_tmp);
74 L_tmp = (L_tmp > 0)? L_tmp: (L_tmp == INT_MIN ? INT_MAX : -L_tmp);
87 L_tmp = (L_tmp > 0)? L_tmp: (L_tmp == INT_MIN ? INT_MAX : -L_tmp);
100 L_tmp = (L_tmp > 0)? L_tmp: (L_tmp == INT_MIN ? INT_MAX : -L_tmp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netfilter_decnet.h 41 NF_DN_PRI_FIRST = INT_MIN,
netfilter_ipv4.h 53 NF_IP_PRI_FIRST = INT_MIN,

Completed in 5934 milliseconds

1 2 3 4 5 6 7 8 91011>>