| /onnv-gate/usr/src/lib/libc/sparc/fp/ |
| H A D | _Q_set_except.c | 33 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.c | 32 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 D | erf.c | 168 tiny = 1e-300, variable 302 return (one-tiny); 304 return (tiny-one); 367 return (tiny*tiny); 369 return (two-tiny);
|
| H A D | gamma.c | 131 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 D | sfmode.c | 403 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 D | sfsetbuf.c | 186 if(f->data == f->tiny) 361 size = sizeof(f->tiny); 362 buf = (Void_t*)f->tiny;
|
| H A D | sfnew.c | 113 f->getr = f->tiny[0] = 0;
|
| H A D | sfmove.c | 120 w = fr->data == fr->tiny ? SF_GRAIN : fr->size;
|
| H A D | sfdisc.c | 258 else if(f->data == f->tiny)
|
| H A D | sfseek.c | 209 { SFSETBUF(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
|
| H A D | sfrd.c | 219 (void)SFSETBUF(f,(Void_t*)f->tiny,(size_t)SF_UNBOUND);
|
| /onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
| H A D | sfio_t.h | 38 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 D | sfio_t.h | 38 unsigned char tiny[1];/* for unbuffered read stream */ \ 107 (f)->tiny[0] = 0, /* tiny */ \
|
| /onnv-gate/usr/src/lib/libast/common/include/ |
| H A D | sfio_t.h | 38 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 D | sfio_t.h | 38 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 D | sfio_t.h | 38 unsigned char tiny[1];/* for unbuffered read stream */ \ 107 (f)->tiny[0] = 0, /* tiny */ \
|
| /onnv-gate/usr/src/cmd/tcpd/ |
| H A D | BLURB | 7 The package provides tiny daemon wrapper programs that can be installed
|
| /onnv-gate/usr/src/lib/libast/common/vmalloc/ |
| H A D | vmhdr.h | 337 #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.s | 261 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 D | beehive | 39 # the other two if you want to try to hit that tiny escape key.
|
| H A D | ansi | 87 ansi-tiny|Minimum ANSI terminal definition,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perl573delta.pod | 225 to a tiny but sufficient test case. Your bug report, along with the
|
| H A D | perl582delta.pod | 147 to a tiny but sufficient test case. Your bug report, along with the
|
| H A D | perl583delta.pod | 195 to a tiny but sufficient test case. Your bug report, along with the
|
| H A D | perl584delta.pod | 248 to a tiny but sufficient test case. Your bug report, along with the
|