Sign in
fuchsia
/
third_party
/
llvm-project
/
59731eebf8f24e3e90dc77e91a08d068b529cfc5
/
.
/
libclc
/
clspv
/
lib
/
math
/
nextafter.inc
blob: ee39be53b1e17c52ce5b23ae8d42a71304ae7c2f [
file
] [
log
] [
blame
]
_CLC_DEF _CLC_OVERLOAD __CLC_GENTYPE nextafter
(
__CLC_GENTYPE x
,
__CLC_GENTYPE y
)
{
return
__clc_nextafter
(
x
,
y
);
}