Home
last modified time | relevance | path

Searched defs:sticky_bit (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__filesystem/
H A Dperms.h49 sticky_bit = 01000, enumerator
/llvm-project/libc/src/__support/FPUtil/
H A Ddyadic_float.h150 bool sticky_bit = !(mantissa & sticky_mask).is_zero(); as() local
/llvm-project/libc/src/__support/
H A Dstr_to_float.h775 bool sticky_bit = static_cast<bool>(mantissa & sticky_mask) || truncated; binary_exp_to_float() local
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h105 sticky_bit = 01000, global() enumerator