/art/test/679-checker-minmax/src/ |
Main.java | 428 /// CHECK-START: int Main.max4(int, int) instruction_simplifier$after_gvn (before) 433 /// CHECK-START: int Main.max4(int, int) instruction_simplifier$after_gvn (after) 437 /// CHECK-START: int Main.max4(int, int) instruction_simplifier$after_gvn (after) 439 public static int max4(int a, int b) { method in class:Main 762 expectEquals(20, max4(10, 20)); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fMultisampleTests.cpp | 95 static inline T max4 (T a, T b, T c, T d) function in namespace:deqp::gles2::Functional 120 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); 121 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); 152 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); 153 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fMultisampleTests.cpp | 97 static inline T max4 (T a, T b, T c, T d) function in namespace:deqp::gles3::Functional 122 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); 123 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); 154 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); 155 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); [all...] |
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
optimized_ops.h | 4626 uint8x8_t max4 = vmax_u8(max8, vext_u8(max8, max8, 4)); local [all...] |
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
optimized_ops.h | 4501 uint8x8_t max4 = vmax_u8(max8, vext_u8(max8, max8, 4)); local [all...] |