Home
last modified time | relevance | path

Searched defs:scalbnf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h87 LIBC_INLINE float scalbnf(float x, int i) { return __nv_scalbnf(x, i); } scalbnf() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h278 __DEVICE__ float scalbnf(float __a, int __b) { return __nv_scalbnf(__a, __b); } scalbnf() function