Searched refs:c0 (Results 1 – 7 of 7) sorted by relevance
/sysdeps/x86_64/fpu/ |
A D | e_expl.S | 46 .type c0,@object 47 c0: .byte 0, 0, 0, 0, 0, 0, 0x9a, 0xd4, 0x00, 0x40 label 49 ASM_SIZE_DIRECTIVE(c0) 55 .type c0,@object 56 c0: .byte 0, 0, 0, 0, 0, 0, 0xaa, 0xb8, 0xff, 0x3f label 58 ASM_SIZE_DIRECTIVE(c0) 165 fldt MO(c0) /* 4 c0 */
|
/sysdeps/i386/fpu/ |
A D | e_expl.S | 43 .type c0,@object 44 c0: .byte 0, 0, 0, 0, 0, 0, 0x9a, 0xd4, 0x00, 0x40 label 46 ASM_SIZE_DIRECTIVE(c0) 52 .type c0,@object 53 c0: .byte 0, 0, 0, 0, 0, 0, 0xaa, 0xb8, 0xff, 0x3f label 55 ASM_SIZE_DIRECTIVE(c0) 169 fldt MO(c0) /* 4 c0 */
|
/sysdeps/ieee754/flt-32/ |
A D | sincosf_poly.h | 25 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member 48 c1 = p->c0 + x2 * p->c1; in sincosf_poly() 80 c1 = p->c0 + x2 * p->c1; in sinf_poly()
|
/sysdeps/x86/fpu/ |
A D | sincosf_poly.h | 48 double c0, c1; member 74 double c1 = p->c0 + x2 * p->c1; in sincosf_poly() 104 c1 = p->c0 + x2 * p->c1; in sinf_poly()
|
/sysdeps/unix/sysv/linux/arm/ |
A D | aeabi_read_tp.S | 45 mrc p15, 0, r0, c13, c0, 3
|
/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)))
|
/sysdeps/arm/ |
A D | sysdep.h | 263 # define GET_TLS(TMP) mrc p15, 0, r0, c13, c0, 3
|
Completed in 10 milliseconds