Home
last modified time | relevance | path

Searched refs:fast_path (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/serde_json/src/lexical/
Dparse.rs18 if let Some(float) = fast_path(mantissa, mant_exp) { in parse_concise_float()
Dalgorithm.rs18 pub(crate) fn fast_path<F>(mantissa: u64, exponent: i32) -> Option<F> in fast_path() function
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp3564 bool fast_path = true; in CopyUniqueClassMethodTypes() local
3575 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()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_grad_op.cc805 const bool fast_path = base_output_index <= output_last_vector_index; in ComputeBackpropFilter() local
807 if (fast_path) { in ComputeBackpropFilter()
/external/llvm-project/llvm/docs/
DLangRef.rst20257 label %fast_path: