Home
last modified time | relevance | path

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

/freebsd/lib/msun/src/
H A Ds_scalbnf.c12 float scalbnf(float x, int n) in scalbnf() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h278 __DEVICE__ float scalbnf(float __a, int __b) { return __nv_scalbnf(__a, __b); } in scalbnf() function