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
linux: Extend internal clone3 documentation
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
nldbl-fma.c
blob
94744836739d2fb53b1cfc64664a9c1da0c2bfbe
1
#include
"nldbl-compat.h"
2
3
double
4
attribute_hidden
5
fmal
(
double
x
,
double
y
,
double
z
)
6
{
7
return
fma
(
x
,
y
,
z
);
8
}