Home
last modified time | relevance | path

Searched refs:__exp10f (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h164 float __exp10f(float __x) {
H A D__clang_cuda_device_functions.h174 __DEVICE__ float __exp10f(float __a) { return __nv_fast_exp10f(__a); } in __exp10f() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td986 def __exp10f : RuntimeLibcallImpl<EXP10_F32>;
1108 defvar DarwinExp10 = LibcallImpls<(add __exp10f, __exp10), darwinHasExp10>;