Searched defs:tiny (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_set_except.c33 static const double zero = 0.0, tiny = 1.0e-307, tiny2 = 1.001e-307, variable
57 t = tiny * tiny;
59 t = tiny2 - tiny; /* exact */
62 t = tiny / zero;
64 t = huge + tiny;
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h323 #define S_TINY 1 /* # of tiny blocks */
337 #define TINY(vd) ((vd)->tiny)
348 Block_t* tiny[S_TINY]; /* small blocks */ member in struct:_vmdata_s
402 ** Even though tiny blocks (size < BODYSIZE) are kept in separate lists,
405 ** Other tiny blocks have enough space to use the usual LEFT(b).

Completed in 17 milliseconds