Searched defs:scalbn (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_scalbn.c28 * scalbn (double x, int n)
29 * scalbn(x,n) returns x* 2**n computed by exponent
47 double scalbn (double x, int n) function
49 double scalbn (x,n)
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp76 * scalbn (double x, int n)
77 * scalbn(x,n) returns x* 2**n computed by exponent
88 double scalbn (double x, int n) { function
245 * x = scalbn(x,-n);
718 if((j>>20)<=0) z = scalbn(z,n); /* subnormal output */

Completed in 51 milliseconds