Searched defs:scalbnf (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/lib/libm/src/
H A Ds_scalbnf.c40 scalbnf(float x, int n) function
H A Dnamespace.h82 #define scalbnf _scalbnf macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h278 __DEVICE__ float scalbnf(float __a, int __b) { return __nv_scalbnf(__a, __b); } function
H A D__clang_hip_math.h465 float scalbnf(float __x, int __n) { return __ocml_scalbn_f32(__x, __n); } function
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c417 scalbnf (float x, int y) function
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c417 scalbnf (float x, int y) function

Completed in 122 milliseconds