Searched refs:QUAD_MAX (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/lib/libc/quad/
H A Dfixdfdi.c51 if (x >= (double)QUAD_MAX)
52 return (QUAD_MAX);
H A Dfixsfdi.c53 if (x >= (float)QUAD_MAX)
54 return (QUAD_MAX);
/freebsd-current/sys/libkern/
H A Dstrtoq.c100 cutoff = neg ? (u_quad_t)-(QUAD_MIN + QUAD_MAX) + QUAD_MAX : QUAD_MAX;
123 acc = neg ? QUAD_MIN : QUAD_MAX;
/freebsd-current/tools/build/cross-build/include/linux/
H A Dlimits.h64 #ifndef QUAD_MAX
65 #define QUAD_MAX INT64_MAX macro
/freebsd-current/contrib/sendmail/libsm/
H A Dt-types.c95 ** If QUAD_MAX is defined by <limits.h> then quad_t is defined.
98 #ifdef QUAD_MAX
99 SM_TEST(QUAD_MAX <= LLONG_MAX);
/freebsd-current/sys/sys/
H A Dlimits.h87 #define QUAD_MAX (__QUAD_MAX) /* max value for a quad_t */ macro
/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_unpriv.c134 { QUAD_MAX, 999999 }
/freebsd-current/bin/pax/
H A Doptions.c1430 if ((num == QUAD_MAX) || (num <= 0) || (expr == val))
/freebsd-current/usr.bin/find/
H A Dfunction.c1543 if (new->o_data > QUAD_MAX / scale)

Completed in 192 milliseconds