OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scalbnl
(Results
1 - 4
of
4
) sorted by null
/bionic/libm/amd64/
s_scalbnl.S
10
ENTRY(
scalbnl
)
function
19
.set CNAME(ldexpl),CNAME(
scalbnl
)
/bionic/libm/i387/
s_scalbnl.S
11
ENTRY(
scalbnl
)
function
19
.set CNAME(ldexpl),CNAME(
scalbnl
)
/bionic/libm/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);
s_scalbn.c
74
long double
scalbnl
(long double x, int n) {
function
78
__weak_reference(scalbn,
scalbnl
);
Completed in 25 milliseconds