Searched refs:ut (Results 1 – 3 of 3) sorted by relevance
8 } ux = {x}, uy = {y}, ut; in hypotf() local14 ut = ux; in hypotf()16 uy = ut; in hypotf()
25 } ux = {x}, uy = {y}, ut; in hypot() local33 ut = ux; in hypot()35 uy = ut; in hypot()
249 malloc_utrace_t ut; \250 ut.p = (a); \251 ut.s = (b); \252 ut.r = (c); \253 utrace(&ut, sizeof(ut)); \
Completed in 8 milliseconds