Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/
Dwf_pow.c40 float powf(float x, float y) in powf() function
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dpowf_vec.c38 void test_powf_vec(int m) {run_vector_1(m,pow_vec,(char *)(powf),"powf","fff"); } in test_powf_vec()
Dmath2.c240 res = powf(n1, n2); in test_pow()
/picolibc-3.7.0-3.6.0/newlib/libm/machine/x86/
Df_powf.c44 return powf (x,y); in _f_powf()
/picolibc-3.7.0-3.6.0/newlib/libm/complex/
Dcpowf.c51 r = powf(absa, x); in cpowf()
/picolibc-3.7.0-3.6.0/newlib/libc/machine/x86/machine/
Dfastmath.h57 __extension__ float powf(float, float)
118 #define powf(__x,y) _f_powf((__x),(__y)) macro
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dsf_pow.c156 powf (float x, float y) in powf() function
250 __strong_reference(powf, _powf);
Dmath_config.h1317 #define _powf(x,y) powf(x,y)
/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_pow.c57 powf(float x, float y) in powf() function
296 __strong_reference(powf, _powf);
/picolibc-3.7.0-3.6.0/test/
Dfenv.c58 #define test_pow(x,y) powf(x,y)
Dprintf_scanf.c358 #define pow(a,b) powf((float) a, (float) b) in main()
Dmath-funcs.c195 f1 = powf (f1, f2); in main()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dmath.h487 extern float powf (float, float);
/picolibc-3.7.0-3.6.0/newlib/
DNEWS50 - fixes for regressions to pow/powf and tgamma functions
105 - new expf, exp2f, logf, and powf implementations
DChangeLog-20159345 * libm/machine/spu/headers/powf.h: Ditto.
12638 * libm/mathfp/sf_pow.c (powf): Ditto.
17520 * libm/mathfp/sf_pow.c (powf): Change k from int to float.
17556 * libm/mathfp/sf_pow.c (powf): Likewise.
22080 * libm/mathfp/sf_pow.c (powf): New file.
22191 * libm/math/wf_pow.c (powf): ditto
22800 * libm/math/wf_pow.c (powf): Likewise.
27713 powf
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc2526 newlib/libm/machine/spu/headers/powf.h