Home
last modified time | relevance | path

Searched refs:max4 (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp95 static inline T max4 (T a, T b, T c, T d) in max4() function
120 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in isPixelRegionUnicolored()
121 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); in isPixelRegionUnicolored()
152 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in drawUnicolorTestErrors()
153 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); in drawUnicolorTestErrors()
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/
Dmaxmin.ll30 define i1 @max4(i32 %x, i32 %y) {
31 ; CHECK: @max4
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp97 static inline T max4 (T a, T b, T c, T d) in max4() function
122 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in isPixelRegionUnicolored()
123 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); in isPixelRegionUnicolored()
154 int xMax = de::clamp(max4(p0.x(), p1.x(), p2.x(), p3.x()), 0, img.getWidth()-1); in drawUnicolorTestErrors()
155 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1); in drawUnicolorTestErrors()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll34 define i1 @max4(i32 %x, i32 %y) {
35 ; CHECK-LABEL: @max4(
/external/llvm/test/Transforms/InstSimplify/
Dmaxmin.ll34 define i1 @max4(i32 %x, i32 %y) {
35 ; CHECK-LABEL: @max4(
/external/llvm/test/Transforms/InstCombine/
Dfast-math.ll781 define fp128 @max4(fp128 %a, fp128 %b) {
785 ; CHECK-LABEL: max4(
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dfast-math.ll1060 define fp128 @max4(fp128 %a, fp128 %b) {
1061 ; CHECK-LABEL: @max4(
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h4501 uint8x8_t max4 = vmax_u8(max8, vext_u8(max8, max8, 4)); in Softmax() local
4502 uint8x8_t max2 = vmax_u8(max4, vext_u8(max4, max4, 2)); in Softmax()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h4626 uint8x8_t max4 = vmax_u8(max8, vext_u8(max8, max8, 4)); in Softmax() local
4627 uint8x8_t max2 = vmax_u8(max4, vext_u8(max4, max4, 2)); in Softmax()