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
Make ldexpF generic.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-pow.c
blob
a5cc446555e3b1563d8e3eb7aa8bbb815a5c7d03
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
powl
(
double
x
,
double
y
)
6
{
7
return
pow
(
x
,
y
);
8
}