repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf/elf.h (HWCAP_SPARC_BLKINIT): New macro.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-scalbln.c
blob
b5bd5012502ff4bdd1e29069211a32e06ff5f185
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
scalblnl
(
double
x
,
long int
n
)
6
{
7
return
scalbln
(
x
,
n
);
8
}