Lines Matching refs:number
235 // Improves character recognition speed (reduce the number of comparisons) by looking up tables.
301 // Reads a hexadecimal number.
351 // Matches number.
358 // `neg\dot\exp` determines which of `u64\i64\f64` will be used to represent the final number.
369 // Used to reduce the number of repeated peeks.
427 let number = match (neg, dot, exp) {
436 Ok(number)
858 // 1.No number exists.
878 // 5.Integer part in front of a number of 0.
882 // The subsequent matching will cause an error when encounter a number.