Home
last modified time | relevance | path

Searched refs:pow10 (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libm/common/
Ds_pow10.c52 #undef pow10
64 _MATH_ALIAS_d_d(pow10)
Dsf_pow10.c32 #undef pow10
35 _MATH_ALIAS_f_f(pow10)
Dmath_config.h1278 #define pow1064 _NAME_64(pow10)
/picolibc-latest/newlib/libc/include/
Dmath.h678 extern double pow10 (double);
/picolibc-latest/test/
Dmath_errhandling_tests.c683 #define pow10(x) exp10(x) macro
688 static FLOAT_T makemathname(test_pow10_qnan)(void) { return makemathname(pow10)(makemathname(qnanva… in makemathname()
689 static FLOAT_T makemathname(test_pow10_snan)(void) { return makemathname(pow10)(makemathname(snanva… in makemathname()
690 static FLOAT_T makemathname(test_pow10_inf)(void) { return makemathname(pow10)(makemathname(infval)… in makemathname()
691 static FLOAT_T makemathname(test_pow10_neginf)(void) { return makemathname(pow10)(-makemathname(inf… in makemathname()
692 static FLOAT_T makemathname(test_pow10_big)(void) { return makemathname(pow10)(makemathname(big)); } in makemathname()
693 static FLOAT_T makemathname(test_pow10_negbig)(void) { return makemathname(pow10)(-makemathname(big… in makemathname()
Dmath-funcs.c337 d1 = pow10 (d1); in main()
Dlong_double_gen.5c169 real pow10(real x) { return 10**x; }
/picolibc-latest/newlib/libm/math/
Dmath.tex74 * Function pow10:: 10 to the power X
/picolibc-latest/newlib/
DChangeLog-2015656 * libm/math/math.tex: Include exp10 and pow10, and add to menu.
10336 pow10, and pow10f functions.
10342 * libc/include/math.h [!pow10]: New pow10 prototype.