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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_scalbn.c19 * scalbn (double x, int n)
20 * scalbn(x,n) returns x* 2**n computed by exponent
35 scalbn(double x, int n) function
/vbox/include/iprt/nocrt/
H A Dmath.h307 double RT_NOCRT(scalbn)(double, int);
655 # define scalbn RT_NOCRT(scalbn) macro

Completed in 35 milliseconds