Home
last modified time | relevance | path

Searched defs:log10f (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/libmath/
Dstubs.c333 log10f(float x) in log10f() function
Dmathconf.h282 # define log10f(x) log10 (x) macro
/freebsd-11-stable/contrib/libstdc++/
Dconfig.h.in973 # define log10f _log10f macro
/freebsd-11-stable/gnu/lib/libstdc++/
Dconfig.h991 # define log10f _log10f macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_device_functions.h1605 __DEVICE__ float log10f(float __a) { return __nv_log10f(__a); } in log10f() function