HomeSort by: relevance | last modified time | path
    Searched refs:LLONG_MIN (Results 1 - 25 of 180) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/lib/libm/src/
s_llround.c 11 #define DTYPE_MIN LLONG_MIN
s_llroundf.c 11 #define DTYPE_MIN LLONG_MIN
s_llroundl.c 11 #define DTYPE_MIN LLONG_MIN
  /src/external/gpl3/gcc/dist/libquadmath/math/
llrintq.c 77 /* The number is too large. Unless it rounds to LLONG_MIN,
81 if (x < (__float128) LLONG_MIN
82 && x > (__float128) LLONG_MIN - 1)
84 /* If truncation produces LLONG_MIN, the cast will not raise
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID);
88 return LLONG_MIN;
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN)
93 return sx == 0 ? LLONG_MAX : LLONG_MIN;
llroundq.c 63 if (sign == 1 && result == LLONG_MIN)
72 /* The number is too large. Unless it rounds to LLONG_MIN,
77 && !(sign == -1 && x > (__float128) LLONG_MIN - 0.5Q))
80 return sign == 1 ? LLONG_MAX : LLONG_MIN;
83 && x <= (__float128) LLONG_MIN - 0.5Q)
85 /* If truncation produces LLONG_MIN, the cast will not raise
88 return LLONG_MIN;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
llrintq.c 77 /* The number is too large. Unless it rounds to LLONG_MIN,
81 if (x < (__float128) LLONG_MIN
82 && x > (__float128) LLONG_MIN - 1)
84 /* If truncation produces LLONG_MIN, the cast will not raise
87 feraiseexcept (t == LLONG_MIN ? FE_INEXACT : FE_INVALID);
88 return LLONG_MIN;
90 else if (FIX_FLT128_LLONG_CONVERT_OVERFLOW && x != (__float128) LLONG_MIN)
93 return sx == 0 ? LLONG_MAX : LLONG_MIN;
llroundq.c 63 if (sign == 1 && result == LLONG_MIN)
72 /* The number is too large. Unless it rounds to LLONG_MIN,
77 && !(sign == -1 && x > (__float128) LLONG_MIN - 0.5Q))
80 return sign == 1 ? LLONG_MAX : LLONG_MIN;
83 && x <= (__float128) LLONG_MIN - 0.5Q)
85 /* If truncation produces LLONG_MIN, the cast will not raise
88 return LLONG_MIN;
  /src/lib/libc/locale/
wcstoll.c 45 #define __INT_MIN LLONG_MIN
  /src/external/gpl3/binutils/dist/libiberty/
strtoll.c 87 #ifndef LLONG_MIN
88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
166 acc = neg ? LLONG_MIN : LLONG_MAX;
  /src/external/gpl3/binutils.old/dist/libiberty/
strtoll.c 87 #ifndef LLONG_MIN
88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
166 acc = neg ? LLONG_MIN : LLONG_MAX;
  /src/external/gpl3/gcc/dist/libiberty/
strtoll.c 87 #ifndef LLONG_MIN
88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
166 acc = neg ? LLONG_MIN : LLONG_MAX;
  /src/external/gpl3/gcc.old/dist/libiberty/
strtoll.c 87 #ifndef LLONG_MIN
88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
166 acc = neg ? LLONG_MIN : LLONG_MAX;
  /src/external/gpl3/gdb/dist/libiberty/
strtoll.c 87 #ifndef LLONG_MIN
88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
166 acc = neg ? LLONG_MIN : LLONG_MAX;
  /src/external/gpl3/gdb.old/dist/libiberty/
strtoll.c 87 #ifndef LLONG_MIN
88 #define LLONG_MIN (~LLONG_MAX) /* 0x8000000000000000 */
145 cutoff = neg ? -(ullong_type)LLONG_MIN : LLONG_MAX;
166 acc = neg ? LLONG_MIN : LLONG_MAX;
  /src/external/gpl3/gdb/dist/gnulib/import/
limits.in.h 47 #ifndef LLONG_MIN
49 # define LLONG_MIN LONG_LONG_MIN
51 # define LLONG_MIN LONGLONG_MIN
53 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
116 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
limits.in.h 47 #ifndef LLONG_MIN
49 # define LLONG_MIN LONG_LONG_MIN
51 # define LLONG_MIN LONGLONG_MIN
53 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
116 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
limits.h 52 #ifndef LLONG_MIN
54 # define LLONG_MIN LONG_LONG_MIN
56 # define LLONG_MIN LONGLONG_MIN
58 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
121 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
limits.h 52 #ifndef LLONG_MIN
54 # define LLONG_MIN LONG_LONG_MIN
56 # define LLONG_MIN LONGLONG_MIN
58 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
121 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
limits.h 52 #ifndef LLONG_MIN
54 # define LLONG_MIN LONG_LONG_MIN
56 # define LLONG_MIN LONGLONG_MIN
58 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
121 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
limits.h 52 #ifndef LLONG_MIN
54 # define LLONG_MIN LONG_LONG_MIN
56 # define LLONG_MIN LONGLONG_MIN
58 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
121 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
limits.h 52 #ifndef LLONG_MIN
54 # define LLONG_MIN LONG_LONG_MIN
56 # define LLONG_MIN LONGLONG_MIN
58 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
121 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
limits.h 52 #ifndef LLONG_MIN
54 # define LLONG_MIN LONG_LONG_MIN
56 # define LLONG_MIN LONGLONG_MIN
58 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
121 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
limits.h 52 #ifndef LLONG_MIN
54 # define LLONG_MIN LONG_LONG_MIN
56 # define LLONG_MIN LONGLONG_MIN
58 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
121 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
limits.h 52 #ifndef LLONG_MIN
54 # define LLONG_MIN LONG_LONG_MIN
56 # define LLONG_MIN LONGLONG_MIN
58 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
121 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
limits.h 52 #ifndef LLONG_MIN
54 # define LLONG_MIN LONG_LONG_MIN
56 # define LLONG_MIN LONGLONG_MIN
58 # define LLONG_MIN (- __LONG_LONG_MAX__ - 1LL)
121 # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX)

Completed in 41 milliseconds

1 2 3 4 5 6 7 8