Searched refs:c2 (Results 1 – 4 of 4) sorted by relevance
/sysdeps/ieee754/flt-32/ |
A D | sincosf_poly.h | 25 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member 36 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local 40 c2 = p->c3 + x2 * p->c4; in sincosf_poly() 53 c = c1 + x4 * p->c2; in sincosf_poly() 56 *cosp = c + x6 * c2; in sincosf_poly() 64 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 79 c2 = p->c3 + x2 * p->c4; in sinf_poly() 83 c = c1 + x4 * p->c2; in sinf_poly() 85 return c + x6 * c2; in sinf_poly()
|
/sysdeps/x86/fpu/ |
A D | sincosf_poly.h | 88 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local 103 c2 = p->s2c3[1] + x2 * p->s3c4[1]; in sinf_poly() 109 return c + x6 * c2; in sinf_poly()
|
/sysdeps/ieee754/dbl-64/ |
A D | uasncs.h | 55 c2 = 0.74999999999985410757087492918602258E-01, variable
|
/sysdeps/mach/hurd/bits/ |
A D | ioctls.h | 127 #define _IOT(t0, c0, t1, c1, t2, c2) \ argument 128 ((c2) | (((c1) | ((c0) | ((t2) | ((t1) | (t0) << 2) << 2) << 5) << 5) << 3)) 139 #define _IOCT(inout, group, num, t0, c0, t1, c1, t2, c2) \ argument 140 _IOC ((inout), (group), (num), _IOT ((t0), (c0), (t1), (c1), (t2), (c2)))
|
Completed in 6 milliseconds