[#absl-bit_floor] = xref:absl.adoc[absl]::bit_floor :relfileprefix: ../ :mrdocs: Returns the largest power of two not greater than `x`. == Synopsis Declared in `<absl/numeric/bits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using std::bit_floor; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#