Searched refs:LDBL_LLONG_MIN (Results 1 – 16 of 16) sorted by relevance
38 #define LDBL_LLONG_MIN DBL_LLONG_MIN macro59 #ifndef LDBL_LLONG_MIN61 # define LDBL_LLONG_MIN ((Sfdouble_t)LLONG_MIN) macro63 # define LDBL_LLONG_MIN (-LDBL_LLONG_MAX) macro
205 #define LDBL_LLONG_MIN (-9223372036854775808.0L) macro206 #define LDBL_INTMAX_MIN LDBL_LLONG_MIN
184 #define LDBL_LLONG_MIN (-9223372036854775808.0L) macro185 #define LDBL_INTMAX_MIN LDBL_LLONG_MIN
184 #define LDBL_LLONG_MIN (-9223372036854775808.0L)185 #define LDBL_INTMAX_MIN LDBL_LLONG_MIN
204 #define LDBL_LLONG_MIN LDBL_LONG_MIN macro
183 #define LDBL_LLONG_MIN LDBL_LONG_MIN macro
183 #define LDBL_LLONG_MIN LDBL_LONG_MIN
698 printf("#define LDBL_LLONG_MIN (-%llu.0L)\n", w);699 printf("#define LDBL_INTMAX_MIN LDBL_LLONG_MIN\n");703 printf("#define LDBL_LLONG_MIN LDBL_LONG_MIN\n");
603 Sfdouble_t longmin = LDBL_LLONG_MIN; in extend()
242 if(num > LDBL_ULLONG_MAX || num < LDBL_LLONG_MIN) in arith_exec()