Searched refs:pi (Results 1 – 12 of 12) sorted by relevance
/arch/sparc/lib/ |
D | PeeCeeI.c | 92 u32 *pi; in insb() local 97 pi = (u32 *)pb; in insb() 105 *pi++ = w; in insb() 108 pb = (u8 *)pi; in insb() 121 u32 *pi; in insw() local 127 pi = (u32 *)ps; in insw() 133 *pi++ = w; in insw() 136 ps = (u16 *)pi; in insw() 149 u32 *pi = dst; in insl() local 151 *pi++ = le32_to_cpu(inl(addr)); in insl() [all …]
|
/arch/sparc/include/asm/ |
D | ide.h | 41 u32 *pi; in __ide_insw() local 47 pi = (u32 *)ps; in __ide_insw() 53 *pi++ = w; in __ide_insw() 56 ps = (u16 *)pi; in __ide_insw() 71 const u32 *pi; in __ide_outsw() local 77 pi = (const u32 *)ps; in __ide_outsw() 81 w = *pi++; in __ide_outsw() 86 ps = (const u16 *)pi; in __ide_outsw()
|
/arch/powerpc/platforms/pseries/ |
D | hvcserver.c | 76 struct hvcs_partner_info *pi; in hvcs_free_partner_info() local 84 pi = list_entry(element, struct hvcs_partner_info, node); in hvcs_free_partner_info() 86 kfree(pi); in hvcs_free_partner_info()
|
/arch/ia64/kernel/ |
D | time.c | 88 struct thread_info *pi = task_thread_info(prev); in ia64_account_on_switch() local 95 delta_stime = cycle_to_cputime(pi->ac_stime + (now - pi->ac_stamp)); in ia64_account_on_switch() 101 if (pi->ac_utime) { in ia64_account_on_switch() 102 delta_utime = cycle_to_cputime(pi->ac_utime); in ia64_account_on_switch() 106 pi->ac_stamp = ni->ac_stamp = now; in ia64_account_on_switch()
|
/arch/x86/math-emu/ |
D | README | 74 a value of pi which is accurate to more than 128 bits. As a consequence, 76 to a few pi, and accurate to more than 64 bits for most arguments, 78 80486, which uses a value of pi which is accurate to 66 bits. 241 arguments greater than pi/4 can be thought of as being related to the 242 precision of the argument x; e.g. an argument of pi/2-(1e-10) which is 252 cos(x) 0 .. pi/2-(1e-10) 64.4 (x <= pi/4) 62.4 253 64.1 (x = pi/2-(1e-10)) 31.9 254 sin(x) 1e-10 .. pi/2 64.0 62.8 255 tan(x) 1e-10 .. pi/2-(1e-10) 64.0 (x <= pi/4) 62.1 256 64.1 (x = pi/2-(1e-10)) 31.9 [all …]
|
/arch/mn10300/kernel/ |
D | profile-low.S | 21 #define pi break macro
|
/arch/ia64/include/asm/ |
D | pal.h | 432 pi : 1, /* Precise instruction pointer */ member 530 pi : 1; /* Precise instruction pointer member 567 pi : 1; /* Precise instruction pointer member 603 pi : 1; /* Precise instruction pointer member 625 pi : 1; /* Precise instruction pointer member 663 pi : 1; /* Precise instruction pointer member
|
/arch/m68k/fpsp040/ |
D | do_func.S | 137 | Load a signed pi/2 to fp0; do not set inex2/ainex 507 fmovex PPIBY2,%fp0 |load +pi/2 513 fmovex MPIBY2,%fp0 |load -pi/2
|
/arch/mips/kernel/ |
D | genex.S | 117 cache Hit_Writeback_Inv_SD, (k0) # also cleans pi
|
/arch/m68k/math-emu/ |
D | fp_scan.S | 364 .long 0x00004000,0xc90fdaa2,0x2168c235 | pi
|
/arch/ia64/include/asm/sn/ |
D | shubio.h | 2913 #define IIO_IGFX_INIT(widget, pi, node, cpu) (\ argument 2915 (((pi) & IIO_IGFX_PI_NUM_MASK)<< IIO_IGFX_PI_NUM_SHIFT)| \
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 9484 PIRN: long 0x40000000,0xc90fdaa2,0x2168c235 # pi 9485 PIRZRM: long 0x40000000,0xc90fdaa2,0x2168c234 # pi 9486 PIRP: long 0x40000000,0xc90fdaa2,0x2168c235 # pi
|