Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-conscrypt-release
/
.
/
libclc
/
amdgpu
/
lib
/
math
/
native_exp.inc
blob: c61ec0157aad8dad523532d698b41ea90b31201e [
file
] [
log
] [
blame
] [
edit
]
_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_exp
(
__CLC_GENTYPE val
)
{
return
native_exp2
(
val
*
M_LOG2E_F
);
}