Home
last modified time | relevance | path

Searched refs:scalbnf (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dkf_rem_pio2.c103 z = scalbnf(z,(int)q0); /* actual value of z */
136 if(carry!=0) z -= scalbnf(one,(int)q0);
162 z = scalbnf(z,-(int)q0);
172 fw = scalbnf(one,(int)q0);
A Dsf_ldexp.c35 value = scalbnf(value,exp);
A Dmath.c91 float scalbnf(float x, int n) in scalbnf() function
378 z = scalbnf(z, n); in powf()
467 return scalbnf(y, k); in expf()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c387 return scalbnf(x, n); in SDL_scalbnf()
/AliOS-Things-master/components/SDL2/
A DCMakeLists.txt773 log logf log10 log10f pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf
831 pow powf scalbn scalbnf sin sinf sqrt sqrtf tan tanf acos acosf

Completed in 12 milliseconds