/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | isnand2.h | 73 vec_uint4 x2 = spu_cmpeq(signless,test_mask); in _isnand2() local
|
D | log2f4.h | 82 vector float x2, x4; in _log2f4() local
|
D | tanhf4.h | 75 vector float x2; in _tanhf4() local
|
D | atanf.h | 70 float x2, x3, x4, x8, x9; in _atanf() local
|
D | atanf4.h | 80 vector float x2, x3, x4, x8, x9; in _atanf4() local
|
D | log2f.h | 77 float x2, x4; in _log2f() local
|
D | log2d2.h | 78 vec_double2 x2, x4, x8, x10, p1, p2; in _log2d2() local
|
D | sinhf4.h | 75 vec_float4 x2 = spu_mul(x,x); in _sinhf4() local
|
D | coshf4.h | 75 vector float x2 = spu_mul(x,x); in _coshf4() local
|
D | asind2.h | 107 vec_double2 x2, x3; // x squared and x cubed, respectively. in _asind2() local
|
D | acosd2.h | 103 vec_double2 x2, x3; // x squared and x cubed, respectively. in _acosd2() local
|
D | coshd2.h | 85 vec_double2 x2 = spu_mul(x,x); in _coshd2() local
|
D | sinhd2.h | 88 vec_double2 x2 = spu_mul(x,x); in _sinhd2() local
|
D | asinf4.h | 80 vector float xabs, x2, x4, x6; in _asinf4() local
|
D | recipd2.h | 78 vec_double2 x1, x2, x3; in _recipd2() local
|
D | exp2d2.h | 95 vec_double2 p1, p2, x2, x4, x8; in _exp2d2() local
|
D | tanhd2.h | 98 vector double x2; in _tanhd2() local
|
/picolibc-latest/newlib/libm/common/ |
D | cosf.c | 51 double x2 = x * x; in cosf() local
|
D | sincosf.c | 51 double x2 = x * x; in sincosf() local
|
/picolibc-latest/newlib/libm/complex/ |
D | catan.c | 98 double a, t, x, x2, y; in __weak_alias() local
|
D | catanf.c | 47 float a, t, x, x2, y; in __weak_alias() local
|
D | catanl.c | 46 long double a, t, x, x2, y; in __weak_alias() local
|
D | cephes_subr.c | 90 double f, x, x2, y, y2, rn, t; in _ctans() local
|
D | cephes_subrf.c | 90 float f, x, x2, y, y2, rn, t, d; in _ctansf() local
|
D | cephes_subrl.c | 92 long double f, x, x2, y, y2, rn, t; in _ctansl() local
|