Searched refs:max7 (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/coders/ |
D | dds.c | 2646 size_t max5, size_t min7, size_t max7) in WriteAlphas() argument 2663 FixRange(min7,max7,7); in WriteAlphas() 2664 err7 = CompressAlpha(min7,max7,7,alphas,indices7); in WriteAlphas() 2682 min5 = max7; in WriteAlphas() 3017 max7 = 0, in WriteFourCC() local 3059 if (alpha > max7) in WriteFourCC() 3060 max7 = alpha; in WriteFourCC() 3106 WriteAlphas(image,alphas,min5,max5,min7,max7); in WriteFourCC()
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/ |
D | maxmin.ll | 57 define i1 @max7(i32 %x, i32 %y) { 58 ; CHECK: @max7
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 64 define i1 @max7(i32 %x, i32 %y) { 65 ; CHECK-LABEL: @max7(
|
/external/llvm/test/Transforms/InstSimplify/ |
D | maxmin.ll | 64 define i1 @max7(i32 %x, i32 %y) { 65 ; CHECK-LABEL: @max7(
|