Sign in
fuchsia
/
third_party
/
llvm-project
/
59731eebf8f24e3e90dc77e91a08d068b529cfc5
/
.
/
libclc
/
amdgpu
/
lib
/
math
/
native_exp.inc
blob: c61ec0157aad8dad523532d698b41ea90b31201e [
file
] [
log
] [
blame
]
_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_exp
(
__CLC_GENTYPE val
)
{
return
native_exp2
(
val
*
M_LOG2E_F
);
}