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

1 2 3 4

  /bionic/libm/src/
s_lroundf.c 7 #define DTYPE_MIN LONG_MIN
s_lroundl.c 7 #define DTYPE_MIN LONG_MIN
s_lround.c 37 #define DTYPE_MIN LONG_MIN
  /development/ndk/platforms/android-9/arch-mips/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/machine/
limits.h 52 #define QUAD_MIN (LONG_MIN) /* min value for a quad_t */
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 61 volatile long l2 = LONG_MIN;
  /bionic/libc/stdlib/
strtol.c 94 cutoff = neg ? LONG_MIN : LONG_MAX;
118 acc = LONG_MIN;
  /external/clang/lib/Headers/
limits.h 52 #undef LONG_MIN
69 #define LONG_MIN (-__LONG_MAX__ -1L)
  /external/stlport/test/unit/
macro_checks.cpp 41 #if !defined (LONG_MIN)
42 # error Missing LONG_MIN definition.
45 #if !(LONG_MIN < LONG_MAX)
46 # error Weird LONG_MIN or LONG_MAX macro values.
  /external/valgrind/main/none/tests/s390x/
lpr.c 86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MAX);
91 t3264(LONG_MAX); t3264(LONG_MIN); t3264(ULONG_MAX);
  /ndk/tests/device/test-gnustl-full/unit/
macro_checks.cpp 41 #if !defined (LONG_MIN)
42 # error Missing LONG_MIN definition.
45 #if !(LONG_MIN < LONG_MAX)
46 # error Weird LONG_MIN or LONG_MAX macro values.
  /ndk/tests/device/test-stlport/unit/
macro_checks.cpp 41 #if !defined (LONG_MIN)
42 # error Missing LONG_MIN definition.
45 #if !(LONG_MIN < LONG_MAX)
46 # error Weird LONG_MIN or LONG_MAX macro values.
  /prebuilts/sdk/renderscript/clang-include/
limits.h 52 #undef LONG_MIN
69 #define LONG_MIN (-__LONG_MAX__ -1L)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
values.h 42 #define MINLONG LONG_MIN
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 42 #define MINLONG LONG_MIN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 42 #define MINLONG LONG_MIN
  /bionic/libc/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /development/ndk/platforms/android-3/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/install-tools/include/
limits.h 82 #undef LONG_MIN
83 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/install-tools/include/
limits.h 82 #undef LONG_MIN
83 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/install-tools/include/
limits.h 129 #undef LONG_MIN
130 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include-fixed/
limits.h 82 #undef LONG_MIN
83 #define LONG_MIN (-LONG_MAX - 1L)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/
limits.h 76 # define LONG_MIN (-0x7fffffffffffffffL-1)
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
limits.h 82 #undef LONG_MIN
83 #define LONG_MIN (-LONG_MAX - 1L)

Completed in 512 milliseconds

1 2 3 4