Home
last modified time | relevance | path

Searched refs:DeltaTest (Results 1 – 7 of 7) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence.h422 bool DeltaTest(
Dloop_dependence.cpp379 if (DeltaTest(coupled_subscripts, distance_vector)) { in GetDependence()
1464 bool LoopDependenceAnalysis::DeltaTest( in DeltaTest() function in spvtools::opt::LoopDependenceAnalysis
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence.h422 bool DeltaTest(
Dloop_dependence.cpp379 if (DeltaTest(coupled_subscripts, distance_vector)) { in GetDependence()
1464 bool LoopDependenceAnalysis::DeltaTest( in DeltaTest() function in spvtools::opt::LoopDependenceAnalysis
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h422 bool DeltaTest(
Dloop_dependence.cpp379 if (DeltaTest(coupled_subscripts, distance_vector)) { in GetDependence()
1464 bool LoopDependenceAnalysis::DeltaTest( in DeltaTest() function in spvtools::opt::LoopDependenceAnalysis
/external/libchrome/base/metrics/
Dhistogram_unittest.cc171 TEST_P(HistogramTest, DeltaTest) { in TEST_P() argument