Home
last modified time | relevance | path

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

1234567

/illumos-gate/usr/src/lib/libm/common/C/
H A Dtanh.c65 small = 1.0e-10, variable
84 else if (t > small) { in tanh()
98 return ((signx != 0) ? -z + small * small : z - small * small); in tanh()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-cpL_varied_recsize.ksh162 typeset small=$((128 * 1024))
168 for recsize in $small $large; do
178 check $opts $small log_must
181 check $opts $small log_mustnot
191 check -p $large log_must $small $large
192 check -L $large log_must $large $small
193 check -cp $large log_must $small $large
194 check -cL $large log_must $large $small
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dofmt.awk31 small = 0
32 highest = small
45 if (highest != small)
52 highest = small
H A Dofmtbig.awk79 small = 0
80 highest = small
96 highest = small
/illumos-gate/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.c635 int small ) in BZ_API()
642 if (small != 0 && small != 1) return BZ_PARAM_ERROR; in BZ_API()
660 s->smallDecompress = (Bool)small; in BZ_API()
1275 int small, in BZ_API()
1285 (small != 0 && small != 1) || in BZ_API()
1314 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API()
1488 int small, in BZ_API()
1496 (small != 0 && small != 1) || in BZ_API()
1503 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ_API()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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);
/illumos-gate/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 \
/illumos-gate/usr/src/cmd/tbl/
H A Dts.c28 prefix(char *small, char *big) in prefix() argument
31 while ((c= *small++) == *big++) in prefix()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.S76 ! are small and this takes a small number of cache lines.
128 ! are small and this takes a small number of cache lines.
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dstructure.tex96 {\addvspace{1pt}\sffamily\small} % Spacing and font options for subsections
167 {\small\bf\sffamily\color{ocre}}% % Theorem head font
170 {\small\sffamily\color{ocre}\thmname{#1}\nobreakspace\thmnumber{\@ifnotempty{#1}{}\@upn{#2}}% Theor…
179 {\small\bf\sffamily}% Theorem head font
190 {\small\bf\sffamily}% Theorem head font
193 {\small\sffamily\thmname{#1}\nobreakspace\thmnumber{\@ifnotempty{#1}{}\@upn{#2}}% Theorem text (e.g…
204 {\small\bf\sffamily\color{ocre}}% % Theorem head font
314 \newenvironment{remark}{\par\vskip10pt\small % Vertical white space above the remark and smaller fo…
339 {\normalfont\small\sffamily\bfseries}}
343 {\normalfont\small\sffamily\bfseries}}
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_glue.c119 uint_t large, small; in cpusetobj_ffs() local
126 cpuset_bounds(set, &small, &large); in cpusetobj_ffs()
128 if (small == CPUSET_NOTINSET) { in cpusetobj_ffs()
133 ASSERT3U(small, <=, INT_MAX); in cpusetobj_ffs()
136 return (small + 1); in cpusetobj_ffs()
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/cmd/ast/
H A DREADME.ast3 supporting libraries and and a small number of system commands, see
13 alongside a small number of other generated files.
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown14 …gic: readline is 30k lines of code, libedit 20k. Is it reasonable to link small utilities to huge …
23 …rary to be 20k lines of code? Apparently not, it is possibe to get a very small, zero configuratio…
49 Patches should be provided in the respect of linenoise sensibility for small
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dp.473 $3 <= 100 { print > (ENVIRON["WORKDIR"] "/test.temp.small") }
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.S61 cmp %o2, 12 ! if small counts, just write bytes
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.S62 cmp %o2, 12 ! if small counts, just write bytes

1234567