Home
last modified time | relevance | path

Searched defs:Normalized (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/rust/compiler/rustc_infer/src/traits/
Dproject.rs24 pub struct Normalized<'tcx, T> { struct
29 pub type NormalizedTy<'tcx> = Normalized<'tcx, Ty<'tcx>>; argument
31 impl<'tcx, T> Normalized<'tcx, T> { implementation
Dstructural_impls.rs12 impl<'tcx, T: fmt::Debug> fmt::Debug for Normalized<'tcx, T> { implementation
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/
Ddropck_outlives.rs157 let Normalized { value: ty, obligations } = in compute_dropck_outlives_inner() localVariable
/third_party/gn/src/gn/
Dsource_file.cc116 std::string Normalized(std::string value) { in Normalized() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h101 vec2 Normalized() const in Normalized() function
121 vec3 Normalized() const in Normalized() function
/third_party/rust/rust/compiler/rustc_traits/src/
Dtype_op.rs60 let Normalized { value, obligations } = in type_op_normalize() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/
Dproject.rs86 let Normalized { value, obligations } = in normalize() localVariable
2079 let Normalized { value: gen_sig, obligations } = normalize_with_depth( in confirm_generator_candidate() localVariable
2131 let Normalized { value: gen_sig, obligations } = normalize_with_depth( in confirm_future_candidate() localVariable
2225 let Normalized { value: sig, obligations } = normalize_with_depth( in confirm_fn_pointer_candidate() localVariable
2249 let Normalized { value: closure_sig, obligations } = normalize_with_depth( in confirm_closure_candidate() localVariable
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/
DCommon.h137 vec3 Normalized() const in Normalized() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTriple.cpp986 std::string Normalized; in normalize() local
DAPFloat.cpp3876 IEEEFloat Normalized(Arg); in ilogb() local
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/select/
Dmod.rs1703 let Normalized { value: trait_bound, obligations: _ } = ensure_sufficient_stack(|| { in match_normalize_trait_ref() localVariable
2394 let Normalized { value: normalized_ty, mut obligations } = in collect_predicates_for_types() localVariable
2483 let Normalized { value: impl_trait_ref, obligations: mut nested_obligations } = in match_impl() localVariable
Dconfirmation.rs873 let Normalized { obligations: nested, value: (obligation_trait_ref, expected_trait_ref) } = in confirm_poly_trait_refs() localVariable
/third_party/mesa3d/src/mesa/main/
Dglthread.h97 bool Normalized:1; /**< GL_ARB_vertex_program */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp577 SmallVector<BranchProbability,8> Normalized(MBB.Probs.begin(), in canPredictBranchProbabilities() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dcivil_time_test.cc77 TEST(CivilTime, Normalized) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1159 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, in getAddRecExprPHILiterally()
1344 const SCEVAddRecExpr *Normalized = S; in expandAddRecExprLiterally() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/audio/kernels/
Daudio_utils.cc1871 Status Normalized(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, int32_t n_… in Normalized() function