/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 1218 EXPECT_TRUE(analysis.IsWithinBounds(0, 0, 0)); 1219 EXPECT_TRUE(analysis.IsWithinBounds(0, -1, 0)); 1220 EXPECT_TRUE(analysis.IsWithinBounds(0, 0, 1)); 1221 EXPECT_TRUE(analysis.IsWithinBounds(0, -1, 1)); 1222 EXPECT_TRUE(analysis.IsWithinBounds(-2, -2, -2)); 1223 EXPECT_TRUE(analysis.IsWithinBounds(-2, -3, 0)); 1224 EXPECT_TRUE(analysis.IsWithinBounds(-2, 0, -3)); 1225 EXPECT_TRUE(analysis.IsWithinBounds(2, 2, 2)); 1226 EXPECT_TRUE(analysis.IsWithinBounds(2, 3, 0)); 1228 EXPECT_FALSE(analysis.IsWithinBounds( [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 1218 EXPECT_TRUE(analysis.IsWithinBounds(0, 0, 0)); 1219 EXPECT_TRUE(analysis.IsWithinBounds(0, -1, 0)); 1220 EXPECT_TRUE(analysis.IsWithinBounds(0, 0, 1)); 1221 EXPECT_TRUE(analysis.IsWithinBounds(0, -1, 1)); 1222 EXPECT_TRUE(analysis.IsWithinBounds(-2, -2, -2)); 1223 EXPECT_TRUE(analysis.IsWithinBounds(-2, -3, 0)); 1224 EXPECT_TRUE(analysis.IsWithinBounds(-2, 0, -3)); 1225 EXPECT_TRUE(analysis.IsWithinBounds(2, 2, 2)); 1226 EXPECT_TRUE(analysis.IsWithinBounds(2, 3, 0)); 1228 EXPECT_FALSE(analysis.IsWithinBounds( [all...] |
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 1212 EXPECT_TRUE(analysis.IsWithinBounds(0, 0, 0)); 1213 EXPECT_TRUE(analysis.IsWithinBounds(0, -1, 0)); 1214 EXPECT_TRUE(analysis.IsWithinBounds(0, 0, 1)); 1215 EXPECT_TRUE(analysis.IsWithinBounds(0, -1, 1)); 1216 EXPECT_TRUE(analysis.IsWithinBounds(-2, -2, -2)); 1217 EXPECT_TRUE(analysis.IsWithinBounds(-2, -3, 0)); 1218 EXPECT_TRUE(analysis.IsWithinBounds(-2, 0, -3)); 1219 EXPECT_TRUE(analysis.IsWithinBounds(2, 2, 2)); 1220 EXPECT_TRUE(analysis.IsWithinBounds(2, 3, 0)); 1222 EXPECT_FALSE(analysis.IsWithinBounds( [all...] |
/third_party/node/src/ |
H A D | node_buffer.h | 75 static inline bool IsWithinBounds(size_t off, size_t len, size_t max) { in IsWithinBounds() function
|
H A D | node_zlib.cc | 330 CHECK(Buffer::IsWithinBounds(in_off, in_len, Buffer::Length(in_buf))); in Write() 338 CHECK(Buffer::IsWithinBounds(out_off, out_len, Buffer::Length(out_buf))); in Write()
|
H A D | node_file.cc | 2037 CHECK(Buffer::IsWithinBounds(off, len, buffer_length)); in WriteBuffer() 2242 CHECK(Buffer::IsWithinBounds(off, len, buffer_length)); in Read()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.h | 336 bool IsWithinBounds(int64_t value, int64_t bound_one, int64_t bound_two); 364 // This method is able to handle some symbolic cases which IsWithinBounds
|
H A D | loop_dependence_helpers.cpp | 123 bool LoopDependenceAnalysis::IsWithinBounds(int64_t value, int64_t bound_one, in IsWithinBounds() function in spvtools::opt::LoopDependenceAnalysis
|
H A D | loop_dependence.cpp | 753 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroSourceSIVTest() 906 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroDestinationSIVTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.h | 336 bool IsWithinBounds(int64_t value, int64_t bound_one, int64_t bound_two); 364 // This method is able to handle some symbolic cases which IsWithinBounds
|
H A D | loop_dependence_helpers.cpp | 123 bool LoopDependenceAnalysis::IsWithinBounds(int64_t value, int64_t bound_one, in IsWithinBounds() function in spvtools::opt::LoopDependenceAnalysis
|
H A D | loop_dependence.cpp | 753 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroSourceSIVTest() 906 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroDestinationSIVTest()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_dependence.h | 336 bool IsWithinBounds(int64_t value, int64_t bound_one, int64_t bound_two); 364 // This method is able to handle some symbolic cases which IsWithinBounds
|
H A D | loop_dependence_helpers.cpp | 121 bool LoopDependenceAnalysis::IsWithinBounds(int64_t value, int64_t bound_one, in IsWithinBounds() function in spvtools::opt::LoopDependenceAnalysis
|
H A D | loop_dependence.cpp | 752 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroSourceSIVTest() 905 if (!IsWithinBounds(llabs(distance), lower_bound_value, in WeakZeroDestinationSIVTest()
|