repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
spu
/
sf_frexp.c
blob
8ea04d56f84a5427570f5fd36f2844683ac41774
1
#include <math.h>
2
#include
"headers/frexpf.h"
3
4
float
frexpf
(
float
x
,
int
*
pexp
)
5
{
6
return
_frexpf
(
x
,
pexp
);
7
}