Home
last modified time | relevance | path

Searched refs:too_small (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfreestore.h50 LIBC_INLINE static bool too_small(Block *block) { in too_small() function
65 if (too_small(block)) in insert()
74 if (too_small(block)) in remove()
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h660 DblMant too_small = a - b; in rounded_div() local
661 while (qb <= too_small) { in rounded_div()