Home
last modified time | relevance | path

Searched refs:small (Results 1 – 25 of 133) sorted by relevance

123456

/titanic_44/usr/src/lib/libm/common/C/
H A Dtanh.c65 small = 1.0e-10, variable
83 else if (t > small) { in tanh()
97 return (signx == 1 ? -z + small * small : z - small * small); in tanh()
H A Dj0.c50 small = 1.0e-5, variable
144 if (x <= small) { in j0()
H A Dj1.c50 small = 1.0e-5, variable
143 if (x <= small) { in j1()
/titanic_44/usr/src/lib/libm/common/Q/
H A Dtanhl.c63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
85 else if (t > small) { in tanhl()
98 return (signx ? -z + small * small : z - small * small); in tanhl()
H A Dasinl.c46 static const long double zero = 0.0L, small = 1.0e-20L, half = 0.5L, one = 1.0L; variable
62 if (w < small) { in asinl()
/titanic_44/usr/src/lib/libm/common/LD/
H A Dtanhl.c63 static const long double small = 1.0e-20L, one = 1.0, two = 2.0, variable
85 else if (t > small) { in tanhl()
98 return (signx ? -z + small * small : z - small * small); in tanhl()
/titanic_44/usr/src/common/bzip2/
H A Dbzlib.h83 # ifdef small
85 # undef small
132 int small
164 int small,
240 int small,
H A Dbzlib.c657 int small ) in BZ_API()
664 if (small != 0 && small != 1) return BZ_PARAM_ERROR; in BZ_API()
682 s->smallDecompress = (Bool)small; in BZ_API()
1255 int small, in BZ_API()
1265 (small != 0 && small != 1) || in BZ_API()
1294 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API()
1468 int small, in BZ_API()
1476 (small != 0 && small != 1) || in BZ_API()
1483 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ_API()
/titanic_44/usr/src/lib/libast/common/uwin/
H A Dexp__E.c117 const static double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; variable
119 if(copysign(x,one)>small) {
137 if(x!=zero) one+small; /* raise the inexact flag */
H A Dasinh.c91 const static double small=1.0E-10, /* fl(1+small*small) == 1 */ variable
98 if((t=copysign(x,one))>small)
H A Dlog1p.c122 half=1.0/2.0, small=1.0E-20; /* 1+small == 1 */ variable
134 if(copysign(x,one)<small) return(x);
/titanic_44/usr/src/lib/libsaveargs/tests/functional/
H A Dtest.sh35 tester small-struct-ret "test (1, 2, 3, 4)"
36 tester small-struct-ret-and-spill "test (1, 2, 3, 4, 5, 6, 7, 8)"
H A DMakefile25 small-struct-ret \
26 small-struct-ret-and-spill \
/titanic_44/usr/src/cmd/tbl/
H A Dts.c30 prefix(char *small, char *big) in prefix() argument
33 while ((c= *small++) == *big++) in prefix()
/titanic_44/usr/src/uts/sun4/ml/
H A Dcopy.s89 ! are small and this takes a small number of cache lines.
152 ! are small and this takes a small number of cache lines.
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s43 cmp %i2, 17 ! delay slot, for small counts copy bytes
48 cmp %i2, 17 ! delay slot, for small counts copy bytes
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s43 cmp %i2, 17 ! delay slot, for small counts copy bytes
48 cmp %i2, 17 ! delay slot, for small counts copy bytes
/titanic_44/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.s61 cmp %o2, 12 ! if small counts, just write bytes
/titanic_44/usr/src/lib/libunistat/common/dsw/
H A Ddsw.err27 SHDSIZE = Shadow too small
28 BMPSIZE = Bitmap too small
/titanic_44/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.s62 cmp %o2, 12 ! if small counts, just write bytes
/titanic_44/usr/src/cmd/ipf/examples/
H A Dexample.122 # get rid of all short IP fragments (too small for valid comparison)
/titanic_44/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s768 bleu,pt %ncc, .kcopy_small ! go to small copy
781 bleu,pt %ncc, .kcopy_small ! go to small copy
792 bleu,pt %ncc, .kcopy_small ! go to small copy
802 bleu,pt %ncc, .kcopy_small ! go to small copy
952 bleu,pt %ncc, .bcopy_small ! go to small copy
965 bleu,pt %ncc, .bcopy_small ! go to small copy
976 bleu,pt %ncc, .bcopy_small ! go to small copy
986 bleu,pt %ncc, .bcopy_small ! go to small copy
1862 bleu,pt %ncc, .copyout_small ! go to small copy
1875 bleu,pt %ncc, .copyout_small ! go to small copy
[all …]
H A Dopl_olympus_copy.s723 bleu,pt %ncc, .kcopy_small ! go to small copy
736 bleu,pt %ncc, .kcopy_small ! go to small copy
747 bleu,pt %ncc, .kcopy_small ! go to small copy
757 bleu,pt %ncc, .kcopy_small ! go to small copy
907 bleu,pt %ncc, .bcopy_small ! go to small copy
920 bleu,pt %ncc, .bcopy_small ! go to small copy
931 bleu,pt %ncc, .bcopy_small ! go to small copy
941 bleu,pt %ncc, .bcopy_small ! go to small copy
1794 bleu,pt %ncc, .copyout_small ! go to small copy
1807 bleu,pt %ncc, .copyout_small ! go to small copy
[all …]
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dlibld.sparc.msg48 @ MSG_REL_SMALLGOT "too many symbols require 'small' PIC references:\n\
52 (both 'small' and 'large') PIC references:\n\
/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh273 [+DESCRIPTION?\bxmldocumenttree\b is a small ksh93 compound variable demo

123456