Home
last modified time | relevance | path

Searched defs:try_fast_path (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/minimal-lexical/src/
Dnumber.rs46 pub fn try_fast_path<F: Float>(&self) -> Option<F> { in try_fast_path() method
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/type_op/
Dsubtype.rs12 fn try_fast_path(_tcx: TyCtxt<'tcx>, key: &ParamEnvAnd<'tcx, Self>) -> Option<()> { in try_fast_path() method
Deq.rs12 fn try_fast_path( in try_fast_path() method
Dprove_predicate.rs13 fn try_fast_path( in try_fast_path() method
Doutlives.rs23 fn try_fast_path( in try_fast_path() method
Dimplied_outlives_bounds.rs24 fn try_fast_path( in try_fast_path() method
Dascribe_user_type.rs15 fn try_fast_path( in try_fast_path() method
Dnormalize.rs17 fn try_fast_path(_tcx: TyCtxt<'tcx>, key: &ParamEnvAnd<'tcx, Self>) -> Option<T> { in try_fast_path() function
Dmod.rs70 fn try_fast_path( in try_fast_path() method
/third_party/rust/rust/library/core/src/num/dec2flt/
Dnumber.rs53 pub fn try_fast_path<F: RawFloat>(&self) -> Option<F> { in try_fast_path() method