Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 5 of 5) sorted by relevance

/sysdeps/ieee754/flt-32/
A Dsincosf_poly.h25 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member
36 double x3, x4, x5, x6, s, c, c1, c2, s1; in sincosf_poly() local
48 c1 = p->c0 + x2 * p->c1; in sincosf_poly()
53 c = c1 + x4 * p->c2; in sincosf_poly()
64 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local
80 c1 = p->c0 + x2 * p->c1; in sinf_poly()
83 c = c1 + x4 * p->c2; in sinf_poly()
/sysdeps/x86/fpu/
A Dsincosf_poly.h48 double c0, c1; member
74 double c1 = p->c0 + x2 * p->c1; in sincosf_poly() local
75 v2df_t vxc1 = { x, c1 }; in sincosf_poly()
88 double x3, x4, x6, x7, s, c, c1, c2, s1; in sinf_poly() local
104 c1 = p->c0 + x2 * p->c1; in sinf_poly()
107 c = c1 + x4 * p->s1c2[1]; in sinf_poly()
/sysdeps/x86_64/fpu/
A De_expl.S50 .type c1,@object
51 c1: .byte 0x58, 0x92, 0xfc, 0x15, 0x37, 0x9a, 0x97, 0xf0, 0xef, 0x3f label
53 ASM_SIZE_DIRECTIVE(c1)
59 .type c1,@object
60 c1: .byte 0x20, 0xfa, 0xee, 0xc2, 0x5f, 0x70, 0xa5, 0xec, 0xed, 0x3f label
62 ASM_SIZE_DIRECTIVE(c1)
173 fldt MO(c1) /* 4 */
/sysdeps/i386/fpu/
A De_expl.S47 .type c1,@object
48 c1: .byte 0x58, 0x92, 0xfc, 0x15, 0x37, 0x9a, 0x97, 0xf0, 0xef, 0x3f label
50 ASM_SIZE_DIRECTIVE(c1)
56 .type c1,@object
57 c1: .byte 0x20, 0xfa, 0xee, 0xc2, 0x5f, 0x70, 0xa5, 0xec, 0xed, 0x3f label
59 ASM_SIZE_DIRECTIVE(c1)
177 fldt MO(c1) /* 4 */
/sysdeps/mach/hurd/bits/
A Dioctls.h127 #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 8 milliseconds