Home
last modified time | relevance | path

Searched defs:Inv (Results 1 – 25 of 68) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/
Dinv.rs2 pub trait Inv { interface
34 impl<'a> Inv for &'a f32 { impl
41 impl<'a> Inv for &'a f64 { impl
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dmatrix_inverse.inl9 tmat2x2<T, P> const Inv(inverse(tmat2x2<T, P>(m))); local
20 tmat3x3<T, P> const Inv(inverse(tmat3x3<T, P>(m))); local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/
H A Dmatrix_inverse.inl9 tmat2x2<T, P> const Inv(inverse(tmat2x2<T, P>(m))); local
20 tmat3x3<T, P> const Inv(inverse(tmat3x3<T, P>(m))); local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp133 ModuleAnalysisManager::Invalidator &Inv) { in invalidate()
242 CGSCCAnalysisManager::Invalidator &Inv) { in invalidate()
H A DLoopAnalysisManager.cpp31 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
H A DOptimizationRemarkEmitter.cpp49 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DBase64.cpp13 constexpr char Inv = INVALID_BASE64_BYTE; in decodeBase64Byte() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DPassManager.cpp30 ModuleAnalysisManager::Invalidator &Inv) { in invalidate()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp582 ModuleAnalysisManager::Invalidator &Inv) { in invalidate()
690 CGSCCAnalysisManager::Invalidator &Inv) { in invalidate()
H A DLoopAnalysisManager.cpp31 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
H A DOptimizationRemarkEmitter.cpp50 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
H A DScalarEvolutionAliasAnalysis.cpp134 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
H A DAliasAnalysis.cpp82 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h35 FunctionAnalysisManager::Invalidator &Inv) { in invalidate()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DPassManager.cpp31 ModuleAnalysisManager::Invalidator &Inv) { in invalidate()
/aosp_15_r20/external/llvm/unittests/ADT/
H A DBitVectorTest.cpp54 TypeParam Inv = Vec; in TYPED_TEST() local
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Drat.go381 func (z *Rat) Inv(x *Rat) *Rat { func
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp98 if (InvokeInst *Inv = dyn_cast<InvokeInst>(&Inst)) in processInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp128 if (auto *Inv = dyn_cast<InvokeInst>(I)) in formLCSSAForInstructions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp141 if (auto *Inv = dyn_cast<InvokeInst>(I)) in formLCSSAForInstructions() local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dsimd_mat4.inl164 __m128 Inv[4]; local
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_mat4.inl164 __m128 Inv[4]; local
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmsio1.c457 cmsMAT3 Mat, Inv; in BuildRGBOutputMatrixShaper() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mlir_generated/
H A Dgpu_unary_ops_test.cc601 GENERATE_DEFAULT_TEST(Inv, DT_FLOAT, DT_FLOAT, baseline_inv, in GENERATE_DEFAULT_TEST() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DPassManager.h785 typename AnalysisManager<IRUnitT, ExtraArgTs...>::Invalidator &Inv) { in invalidate()

123