Searched refs:powf (Results 1 – 16 of 16) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/ |
D | wf_pow.c | 40 float powf(float x, float y) in powf() function
|
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/newlib/libm/machine/x86/ |
D | f_powf.c | 44 return powf (x,y); in _f_powf()
|
/picolibc-3.7.0-3.6.0/newlib/libm/complex/ |
D | cpowf.c | 51 r = powf(absa, x); in cpowf()
|
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/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-3.7.0-3.6.0/newlib/libm/math/ |
D | sf_pow.c | 57 powf(float x, float y) in powf() function 296 __strong_reference(powf, _powf);
|
/picolibc-3.7.0-3.6.0/test/ |
D | fenv.c | 58 #define test_pow(x,y) powf(x,y)
|
D | printf_scanf.c | 358 #define pow(a,b) powf((float) a, (float) b) in main()
|
D | math-funcs.c | 195 f1 = powf (f1, f2); in main()
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | math.h | 487 extern float powf (float, float);
|
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/ |
D | COPYING.picolibc | 2526 newlib/libm/machine/spu/headers/powf.h
|