Home
last modified time | relevance | path

Searched refs:tiny (Results 1 – 25 of 48) sorted by relevance

12

/onnv-gate/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; in _Q_set_exception()
59 t = tiny2 - tiny; /* exact */ in _Q_set_exception()
62 t = tiny / zero; in _Q_set_exception()
64 t = huge + tiny; in _Q_set_exception()
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Q_add.c32 static double zero = 0.0, tiny = 1.0e-300, huge = 1.0e300; variable
57 if((ex&(1<<fp_underflow))!=0) t = (tiny*tiny); in _Q_set_exception()
58 if((ex&(1<<fp_division))!=0) t = (tiny/zero); in _Q_set_exception()
59 if((ex&(1<<fp_inexact))!=0) t = (huge+tiny); in _Q_set_exception()
/onnv-gate/usr/src/lib/libast/common/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);
/onnv-gate/usr/src/lib/libast/common/sfio/
H A Dsfmode.c403 if((f->bits&SF_MMAP) && (f->tiny[0] += 1) >= (4*SF_NMAP) )
405 sfsetbuf(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
406 f->tiny[0] = 0;
492 f->data = f->tiny;
493 f->size = sizeof(f->tiny);
565 (void)SFSETBUF(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
568 if(f->data == f->tiny)
H A Dsfsetbuf.c186 if(f->data == f->tiny)
361 size = sizeof(f->tiny);
362 buf = (Void_t*)f->tiny;
H A Dsfnew.c113 f->getr = f->tiny[0] = 0;
H A Dsfmove.c120 w = fr->data == fr->tiny ? SF_GRAIN : fr->size;
H A Dsfdisc.c258 else if(f->data == f->tiny)
H A Dsfseek.c209 { SFSETBUF(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
H A Dsfrd.c219 (void)SFSETBUF(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio_t.h38 unsigned char tiny[1];/* for unbuffered read stream */ \
107 (f)->tiny[0] = 0, /* tiny */ \
/onnv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio_t.h38 unsigned char tiny[1];/* for unbuffered read stream */ \
107 (f)->tiny[0] = 0, /* tiny */ \
/onnv-gate/usr/src/lib/libast/common/include/
H A Dsfio_t.h38 unsigned char tiny[1];/* for unbuffered read stream */ \
107 (f)->tiny[0] = 0, /* tiny */ \
/onnv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio_t.h38 unsigned char tiny[1];/* for unbuffered read stream */ \
107 (f)->tiny[0] = 0, /* tiny */ \
/onnv-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio_t.h38 unsigned char tiny[1];/* for unbuffered read stream */ \
107 (f)->tiny[0] = 0, /* tiny */ \
/onnv-gate/usr/src/cmd/tcpd/
H A DBLURB7 The package provides tiny daemon wrapper programs that can be installed
/onnv-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h337 #define TINY(vd) ((vd)->tiny)
348 Block_t* tiny[S_TINY]; /* small blocks */ member
/onnv-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
/onnv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Dbeehive39 # the other two if you want to try to hit that tiny escape key.
H A Dansi87 ansi-tiny|Minimum ANSI terminal definition,
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperl573delta.pod225 to a tiny but sufficient test case. Your bug report, along with the
H A Dperl582delta.pod147 to a tiny but sufficient test case. Your bug report, along with the
H A Dperl583delta.pod195 to a tiny but sufficient test case. Your bug report, along with the
H A Dperl584delta.pod248 to a tiny but sufficient test case. Your bug report, along with the

12