Searched refs:sn (Results 1 – 2 of 2) sorted by relevance
60 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local128 sn = one; /* s (sign of result -ve**odd) = -1 else = 1 */ in __ieee754_powf()129 if((n|(yisint-1))==0) sn = -one;/* (-ve)**(odd int) */ in __ieee754_powf()134 if(ix<0x3f7ffff8) return (hy<0)? sn*huge*huge:sn*tiny*tiny; in __ieee754_powf()135 if(ix>0x3f800007) return (hy>0)? sn*huge*huge:sn*tiny*tiny; in __ieee754_powf()208 return sn*huge*huge; /* overflow */ in __ieee754_powf()210 if(p_l+ovt>z-p_h) return sn*huge*huge; /* overflow */ in __ieee754_powf()213 return sn*tiny*tiny; /* underflow */ in __ieee754_powf()215 if(p_l<=z-p_h) return sn*tiny*tiny; /* underflow */ in __ieee754_powf()246 return sn*z; in __ieee754_powf()
608 mib_scalar_node *sn; in snmp_search_tree() local610 sn = (mib_scalar_node *)node; in snmp_search_tree()615 return (struct mib_node*)sn; in snmp_search_tree()1044 mib_scalar_node *sn; in snmp_expand_tree() local1047 sn = (mib_scalar_node *)node; in snmp_expand_tree()1060 return (struct mib_node*)sn; in snmp_expand_tree()
Completed in 4 milliseconds