Home
last modified time | relevance | path

Searched refs:ut (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/musl/src/math/
A Dhypotf.c8 } ux = {x}, uy = {y}, ut; in hypotf() local
14 ut = ux; in hypotf()
16 uy = ut; in hypotf()
A Dhypot.c25 } ux = {x}, uy = {y}, ut; in hypot() local
33 ut = ux; in hypot()
35 uy = ut; in hypot()
/third_party/ulib/jemalloc/src/
A Djemalloc.c249 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