Searched refs:tret (Results 1 – 3 of 3) sorted by relevance
60 void *tret = NULL; in signaller() local66 tret = (void *)1; in signaller()72 tret = (void *)1; in signaller()78 tret = (void *)1; in signaller()86 return tret; in signaller()98 void *tret = NULL; in waiter() local105 tret = (void *) (uintptr_t) 1; in waiter()113 tret = (void *) (uintptr_t) 1; in waiter()129 return tret; in waiter()141 void *tret = NULL; in timed_waiter() local[all …]
158 float tret = gammaf_positive (x, &exp2_adj); in __ieee754_gammaf_r() local159 ret = __scalbnf (tret, exp2_adj); in __ieee754_gammaf_r()182 float tret = (float) M_PI / (-x * sinpix in __ieee754_gammaf_r() local184 ret = __scalbnf (tret, -exp2_adj); in __ieee754_gammaf_r()
170 double tret = gamma_positive (x, &exp2_adj); in __ieee754_gamma_r() local171 ret = __scalbn (tret, exp2_adj); in __ieee754_gamma_r()
Completed in 5 milliseconds