Home
last modified time | relevance | path

Searched refs:prep1 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dsupport.c85 static const short prep1=57, gap=7, bias=129 ; variable
89 static const short prep1=54, gap=4, bias=1023 ; variable
119 x *= scalb(1.0,prep1); N -= prep1; return(scalb(x,N));}
126 if( k > -prep1 )
289 { double b; b=scalb(1.0,(int)prep1);