Searched refs:fast_path (Results 1 – 5 of 5) sorted by relevance
18 if let Some(float) = fast_path(mantissa, mant_exp) { in parse_concise_float()
18 pub(crate) fn fast_path<F>(mantissa: u64, exponent: i32) -> Option<F> in fast_path() function
3564 bool fast_path = true; in CopyUniqueClassMethodTypes() local3575 fast_path = false; in CopyUniqueClassMethodTypes()3580 if (fast_path) { in CopyUniqueClassMethodTypes()3592 fast_path = false; in CopyUniqueClassMethodTypes()3608 fast_path = false; in CopyUniqueClassMethodTypes()3620 if (fast_path) { in CopyUniqueClassMethodTypes()
805 const bool fast_path = base_output_index <= output_last_vector_index; in ComputeBackpropFilter() local807 if (fast_path) { in ComputeBackpropFilter()
20257 label %fast_path: