Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dtoolchain.h40 #define CLZ __CLZ macro
85 #define CLZ __builtin_clz
Dutil.h58 return 8 * sizeof(n) - CLZ(n) - 1; in LOG2_FLOOR()
/device/google/contexthub/firmware/lib/builtins/
Dfp_extend_impl.inc26 // run into trouble finding an appropriate CLZ function for wide source types;