Home
last modified time | relevance | path

Searched refs:logf (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dacoshf.c29 return logf(2*x - 1/(x+sqrtf(x*x-1))); in acoshf()
31 return logf(x) + 0.693147180559945309417232121458176568f; in acoshf()
A Dasinhf.c22 x = logf(x) + 0.693147180559945309417232121458176568f; in asinhf()
25 x = logf(2*x + 1/(sqrtf(x*x+1)+x)); in asinhf()
A Dmath.c57 float log10f(float x) { return logf(x) / (float)_M_LN10; } in log10f()
635 float logf(float x) in logf() function
A Derf_lgamma.c28 #define __ieee754_logf logf
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c321 return logf(x); in SDL_logf()
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt773 log logf log10 log10f pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf
830 exp expf fabs fabsf floor floorf fmod fmodf log logf log10 log10f

Completed in 12 milliseconds