Searched defs:small_index (Results 1 – 11 of 11) sorted by relevance
87 let small_index = exponent % powers.step; in multiply_exponent_extended() localVariable
61 let small_index = exponent % BASE10_POWERS.step; in bellerophon() localVariable
359 fn small_index(&self, code_point: u32) -> u32 { in small_index() method
2290 #define small_index(s) ((s) >> SMALLBIN_SHIFT) macro
2823 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro
2881 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro
2825 #define small_index(s) (bindex_t)((s) >> SMALLBIN_SHIFT) macro