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-qfcvt_r.c
blob
03224fefa967c68349dec6eb3daf90d06f73a0c2
1
#define qfcvt_r qfcvt_r_XXX
2
#include
"nldbl-compat.h"
3
#undef qfcvt_r
4
5
int
6
attribute_hidden
7
qfcvt_r
(
double
val
,
int
ndigit
,
int
*
__restrict decpt
,
int
*
__restrict sign
,
8
char
*
__restrict buf
,
size_t
len
)
9
{
10
return
fcvt_r
(
val
,
ndigit
,
decpt
,
sign
,
buf
,
len
);
11
}