Home
last modified time | relevance | path

Searched refs:tiny (Results 1 – 25 of 64) sorted by path

123

/illumos-gate/usr/src/cmd/look/
H A Dwords22961 tiny
/illumos-gate/usr/src/cmd/spell/
H A Dlist22960 tiny
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE654 04-04-07 vmalloc/vmbest.c: fix alpha tiny block bug
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio_t.h38 unsigned char tiny[1];/* for unbuffered read stream */ \
114 (f)->tiny[0] = 0, /* tiny */ \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfdisc.c258 else if(f->data == f->tiny)
H A Dsfmode.c408 if((f->bits&SF_MMAP) && (f->tiny[0] += 1) >= (4*SF_NMAP) )
410 sfsetbuf(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
411 f->tiny[0] = 0;
497 f->data = f->tiny;
498 f->size = sizeof(f->tiny);
570 (void)SFSETBUF(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
573 if(f->data == f->tiny)
H A Dsfmove.c124 w = fr->data == fr->tiny ? SF_GRAIN : fr->size;
H A Dsfnew.c113 f->getr = f->tiny[0] = 0;
H A Dsfrd.c219 (void)SFSETBUF(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
H A Dsfseek.c209 { SFSETBUF(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
H A Dsfsetbuf.c198 if(f->data == f->tiny)
383 size = sizeof(f->tiny);
384 buf = (Void_t*)f->tiny;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Derf.c168 tiny = 1e-300, variable
302 return (one-tiny);
304 return (tiny-one);
367 return (tiny*tiny);
369 return (two-tiny);
H A Dgamma.c131 static const double zero = 0., one = 1.0, tiny = 1e-300; variable
322 return ((double)sgn*tiny*tiny);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h302 #define TINY(vd) ((vd)->tiny)
314 Block_t* tiny[S_TINY]; /* small blocks */ member
/illumos-gate/usr/src/contrib/bhyve/
H A DREADME8 tiny modification is needed to make a file suitable for contrib, that trade-off
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids886 c631 i2c-tiny-usb interface
20405 0534 i2c-tiny-usb interface
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src12341 # the other two if you want to try to hit that tiny escape key.
H A Dterminfo.src13912 # the other two if you want to try to hit that tiny escape key.
/illumos-gate/usr/src/data/zoneinfo/
H A Daustralasia1345 # "The time zone exists for about 340 kilometres and takes in the tiny
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_set_except.c31 static const double zero = 0.0, tiny = 1.0e-307, tiny2 = 1.001e-307, variable
55 t = tiny * tiny; in _Q_set_exception()
57 t = tiny2 - tiny; /* exact */ in _Q_set_exception()
60 t = tiny / zero; in _Q_set_exception()
62 t = huge + tiny; in _Q_set_exception()
/illumos-gate/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.S261 add %o0,%g1,%o1 ! see if sum is tiny
637 srlx %o2,49,%o3 ! cancellation or tiny result
664 addcc %o0,%g1,%g0 ! see if result is tiny
/illumos-gate/usr/src/lib/libm/common/C/
H A Derf.c208 #define tiny xxx[0] macro
323 return (one - tiny); in erf()
325 return (tiny - one); in erf()
406 return (two - tiny); /* x < -6 */ in erfc()
422 return (tiny * tiny); in erfc()
424 return (two - tiny); in erfc()
H A Dexp10.c66 #define tiny C[9] macro
82 t = (ix < 0)? tiny : huge; in exp10()
H A Dexp2.c58 #define tiny C[5] macro
74 t = (ix < 0)? tiny : huge; in exp2()
H A Dexpm1.c150 #define tiny xxx[2] macro
192 if (x + tiny < 0.0) /* raise inexact */ in expm1()
193 return (tiny - one); /* return -1 */ in expm1()

123