Home
last modified time | relevance | path

Searched refs:log10 (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Dw_log10.c40 double log10(double x) in log10() function
/picolibc-latest/newlib/libm/complex/
Dclog10.c43 p = log10(rr); in clog10()
/picolibc-latest/newlib/libm/math/
Dsf_log10.c52 _MATH_ALIAS_f_f(log10)
Ds_log10.c87 _MATH_ALIAS_d_d(log10)
Dmath.tex63 * Function log10:: Base 10 logarithms
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h23 __extension__ double log10(double)
84 #define log10(__x) _f_log10(__x) macro
/picolibc-latest/newlib/libc/include/machine/
Dfastmath.h56 #define log10(x) fast_log10(x) macro
/picolibc-latest/newlib/libm/test/
Dlog10_vec.c304 void test_log10(int m) {run_vector_1(m,log10_vec,(char *)(log10),"log10","dd"); } in test_log10()
Dmath.c801 float log10f(a) float a; { return log10(a); }
/picolibc-latest/newlib/libc/include/
Dmath.h133 extern double log10 (double);
/picolibc-latest/test/
Dmath_errhandling_tests.c592 static FLOAT_T makemathname(test_log10_qnan)(void) { return makemathname(log10)(makemathname(qnanva… in makemathname()
593 static FLOAT_T makemathname(test_log10_snan)(void) { return makemathname(log10)(makemathname(snanva… in makemathname()
594 static FLOAT_T makemathname(test_log10_1)(void) { return makemathname(log10)(makemathname(one)); } in makemathname()
595 static FLOAT_T makemathname(test_log10_inf)(void) { return makemathname(log10)(makemathname(infval)… in makemathname()
596 static FLOAT_T makemathname(test_log10_0)(void) { return makemathname(log10)(makemathname(zero)); } in makemathname()
597 static FLOAT_T makemathname(test_log10_neg)(void) { return makemathname(log10)(-makemathname(one));… in makemathname()
598 static FLOAT_T makemathname(test_log10_neginf)(void) { return makemathname(log10)(-makemathname(one… in makemathname()
Dmath-funcs.c97 d1 = log10 (d1); in main()
Dlong_double_gen.5c346 { .f = log10, .name = "log10l" },
/picolibc-latest/newlib/libm/common/
Dmath_config.h1265 #define log1064 _NAME_64(log10)
/picolibc-latest/newlib/
DChangeLog-20159236 * libm/machine/spu/headers/log10.h: Ditto.
9324 * libm/machine/spu/headers/log10.h: Ditto.
22040 * libm/mathfp/s_log10.c (log10): New file.
22213 * libm/math/w_log10.c (log10): ditto
22803 * libm/math/w_log10.c (log10): Likewise.
26808 gamma.h, hypot.h, ldexp.c, log.h, log10.c, log1p.c log2.c,
/picolibc-latest/
DCOPYING.picolibc2601 newlib/libm/machine/spu/headers/log10.h