Home
last modified time | relevance | path

Searched defs:floor_log2 (Results 1 – 5 of 5) sorted by relevance

/external/ruy/ruy/
Dsize_util.h30 inline Integer floor_log2(Integer n) { in floor_log2() function
/external/rust/crates/ryu/src/
Ds2d.rs10 fn floor_log2(value: u64) -> u32 { in floor_log2() function
Ds2f.rs10 fn floor_log2(value: u32) -> u32 { in floor_log2() function
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c317 nir_ssa_def *floor_log2 = nir_ffloor(b, log2); in ptn_log() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2552 SVGA3dShaderDestToken floor_log2; in emit_log() local