OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scalbnl
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/android/support/src/musl-math/
scalbnl.c
4
long double
scalbnl
(long double x, int n)
function
9
long double
scalbnl
(long double x, int n)
function
/bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbnl.c
18
*
scalbnl
(long double x, int n)
19
*
scalbnl
(x,n) returns x* 2**n computed by exponent
26
* where long double is the same as double,
scalbnl
() is an alias
45
scalbnl
(long double x, int n)
function
71
__strong_reference(
scalbnl
, ldexpl);
Completed in 268 milliseconds