Searched refs:ss (Results 1 – 2 of 2) sorted by relevance
205 double ss,s2,s_h,s_l,t_h,t_l; in __ieee754_pow() local222 ss = u*v; in __ieee754_pow()223 s_h = ss; in __ieee754_pow()231 s2 = ss*ss; in __ieee754_pow()233 r += s_l*(s_h+ss); in __ieee754_pow()240 v = s_l*t_h+t_l*ss; in __ieee754_pow()
2765 static int has_segment_link(mstate m, msegmentptr ss) { in has_segment_link() argument2768 if ((char*)sp >= ss->base && (char*)sp < ss->base + ss->size) in has_segment_link()4046 msegmentptr ss = (msegmentptr)(chunk2mem(sp)); in add_segment() local4055 assert(is_aligned(ss)); in add_segment()4057 *ss = m->seg; /* Push current record */ in add_segment()4061 m->seg.next = ss; in add_segment()4139 msegmentptr ss = (m->top == 0)? 0 : segment_holding(m, (char*)m->top); in sys_alloc() local4142 if (ss == 0) { /* First time through or recovery */ in sys_alloc()4164 (br = (char*)(CALL_MORECORE(ssize))) == ss->base+ss->size) { in sys_alloc()
Completed in 19 milliseconds