Home
last modified time | relevance | path

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

/openbsd/lib/libm/src/
H A De_log10f.c28 log10f(float x) in log10f() function
/openbsd/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c163 log10f(float x) in log10f() function
H A Dmathconf.h287 # define log10f(x) log10 (x) macro
/openbsd/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c333 log10f(float x) in log10f() function
H A Dmathconf.h282 # define log10f(x) log10 (x) macro
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h328 # define log10f _log10f macro
H A Dconfig.h.in986 # define log10f _log10f macro
/openbsd/gnu/lib/libstdc++-v3/
H A Dconfig.h977 # define log10f _log10f macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h173 __DEVICE__ float log10f(float __a) { return __nv_log10f(__a); } in log10f() function