Searched refs:log1pf (Results 1 – 11 of 11) sorted by relevance
39 t = (float)0.5 * log1pf(t + t * x / (one - x)); in atanhf()41 t = (float)0.5 * log1pf((x + x) / (one - x)); in atanhf()
41 return log1pf(t + sqrtf((float)2.0 * t + t * t)); in acoshf()
42 w = log1pf(fabsf(x) + t / (one + sqrtf(one + t))); in asinhf()
40 float log1pf(float x) in log1pf() function
34 log1pf(float x) in log1pf() function
304 void test_log1pf(int m) {run_vector_1(m,log1pf_vec,(char *)(log1pf),"log1pf","ff"); } in test_log1pf()
773 float log1pf (float a) { return log1p((double)a); }
541 extern float log1pf (float);
228 f1 = log1pf (f1); in main()
2603 newlib/libm/machine/spu/headers/log1pf.h
9238 * libm/machine/spu/headers/log1pf.h: Ditto.9328 * libm/machine/spu/headers/log1pf.h: Ditto.26510 * libm/math/Makefile.in (FAKEC): added atanf.c log1pf.c scalbnf.c.