Searched refs:sn (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/sn/
H A Dhub.h24 #include <asm/sn/types.h>
25 #include <asm/sn/io.h>
26 #include <asm/sn/klkernvars.h>
H A Dklkernvars.h27 #include <asm/sn/types.h>
H A Darch.h22 #include <asm/sn/types.h>
H A Daddrs.h26 #include <asm/sn/kldir.h>
/bionic/libm/src/
H A De_powf.c60 float y1,t1,t2,r,s,sn,t,u,v,w; local
128 sn = one; /* s (sign of result -ve**odd) = -1 else = 1 */
129 if((n|(yisint-1))==0) sn = -one;/* (-ve)**(odd int) */
134 if(ix<0x3f7ffff8) return (hy<0)? sn*huge*huge:sn*tiny*tiny;
135 if(ix>0x3f800007) return (hy>0)? sn*huge*huge:sn*tiny*tiny;
208 return sn*huge*huge; /* overflow */
210 if(p_l+ovt>z-p_h) return sn*huge*huge; /* overflow */
213 return sn*tin
[all...]
/bionic/libc/regex/
H A Dregcomp.c1325 sopno sn; local
1333 sn = HERE();
1335 assert(HERE() == sn+1);
1336 s = p->strip[sn];
/bionic/libc/kernel/arch-mips/asm/pci/
H A Dbridge.h25 #include <asm/sn/types.h>

Completed in 130 milliseconds