Searched refs:powf (Results 1 – 17 of 17) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/ |
D | wf_pow.c | 40 float powf(float x, float y) in powf() function
|
/picolibc-latest/newlib/libm/test/ |
D | powf_vec.c | 38 void test_powf_vec(int m) {run_vector_1(m,pow_vec,(char *)(powf),"powf","fff"); } in test_powf_vec()
|
D | math2.c | 240 res = powf(n1, n2); in test_pow()
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | f_powf.c | 43 return powf (x,y); in _f_powf()
|
/picolibc-latest/newlib/libm/complex/ |
D | cpowf.c | 51 r = powf(absa, x); in cpowf()
|
/picolibc-latest/newlib/libc/machine/x86/machine/ |
D | fastmath.h | 57 __extension__ float powf(float, float) 118 #define powf(__x,y) _f_powf((__x),(__y)) macro
|
/picolibc-latest/newlib/libm/common/ |
D | sf_pow.c | 156 powf (float x, float y) in powf() function 250 __strong_reference(powf, _powf);
|
D | math_config.h | 1317 #define _powf(x,y) powf(x,y)
|
/picolibc-latest/newlib/libm/math/ |
D | sf_pow.c | 57 powf(float x, float y) in powf() function 297 __strong_reference(powf, _powf);
|
/picolibc-latest/test/ |
D | fenv.c | 58 #define test_pow(x,y) powf(x,y)
|
D | printf_scanf.c | 163 #define pow(a,b) powf((float) (a), (float) (b))
|
D | math-funcs.c | 195 f1 = powf (f1, f2); in main()
|
/picolibc-latest/newlib/ |
D | NEWS | 50 - fixes for regressions to pow/powf and tgamma functions 105 - new expf, exp2f, logf, and powf implementations
|
D | ChangeLog-2015 | 9345 * 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-latest/newlib/libc/include/ |
D | math.h | 507 extern float powf (float, float);
|
/picolibc-latest/ |
D | README.md | 150 * Fixed 3 bugs in the powf computation. Thanks to Fabian Schriever.
|
D | COPYING.picolibc | 2611 newlib/libm/machine/spu/headers/powf.h
|