Home
last modified time | relevance | path

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

/csrg-svn/old/refer/NOTUSED/
H A Dkaiser.c251 prefix(small, big) in prefix() argument
260 substr(big, small) in substr() argument
271 sprefix(small, big) in sprefix() argument
/csrg-svn/lib/libm/common_source/
H A Dtanh.c52 static double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10; local
H A Dasinh.c61 const static double small=1.0E-10, /* fl(1+small*small) == 1 */ variable
H A Dcosh.c85 one=1.0, small=1.0E-18; /* fl(1+small)==1 */ local
H A Dlog1p.c92 half=1.0/2.0, small=1.0E-20; /* 1+small == 1 */ variable
H A Dexp__E.c87 const static double zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; variable
/csrg-svn/old/libm/libm/
H A Dtanh.c58 static double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10; local
H A Dasinh.c69 static double small=1.0E-10, /* fl(1+small*small) == 1 */ local
H A Dcosh.c92 static double half=1.0/2.0,one=1.0, small=1.0E-18; /* fl(1+small)==1 */ local
H A Dlog1p.c101 half=1.0/2.0, small=1.0E-20; /* 1+small == 1 */ local
H A Dexp__E.c97 double static zero=0.0, one=1.0, half=1.0/2.0, small=1.0E-19; local
/csrg-svn/lib/libc/mips/string/
H A Dbcmp.s88 small: label
/csrg-svn/sys/tahoe/math/
H A DKlogf.s169 small: .long 0xfffffffe, 0xfffffffe # .double -1.7014117331926443e+38 label
/csrg-svn/old/tbl/
H A Dts.c20 prefix(small, big) in prefix() argument
/csrg-svn/lib/libm/ieee/
H A Dcabs.c85 small=1.0E-18; /* fl(1+small)==1 */ variable
/csrg-svn/old/libm/libm/IEEE/
H A Dcabs.c114 small=1.0E-18; /* fl(1+small)==1 */ local
H A Datan2.c137 static double zero=0, one=1, small=1.0E-9, big=1.0E18; local
H A Dtrig.c143 small=1E-10, /* 1+small**2==1; better values for small: variable
/csrg-svn/lib/libm/common/
H A Dtrig.h45 small = 1E-10, /* 1+small**2 == 1; better values for small: variable
H A Datan2.c152 static const double zero=0, one=1, small=1.0E-9, big=1.0E18; variable
H A Dtrig.c153 small=1E-10, /* 1+small**2==1; better values for small: variable
/csrg-svn/local/ditroff/ditroff.okeeffe/tbl/
H A Dsubr.c123 prefix(small, big) in prefix() argument
/csrg-svn/lib/libm/vax/
H A Dargred.s506 small: label
/csrg-svn/old/libm/libm/VAX/
H A Dargred.s505 small: label
/csrg-svn/old/symorder/
H A Dsymorder.c44 int nsym, strtabsize, symfound, small; variable