/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
intrinsic_resize.rs | 58 uint32_t xs2 = (uint32_t) min(maxx, startx + 2); 68 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0)); 74 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1)); 80 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2)); 86 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3)); 108 uint32_t xs2 = (uint32_t) min(maxx, startx + 2); 118 float3 p02 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys0)); 124 float3 p12 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys1)); 130 float3 p22 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys2)); 136 float3 p32 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys3)) [all...] |
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
resize.rs | 56 uint32_t xs2 = (uint32_t) min(maxx, startx + 2); 66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0)); 72 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1)); 78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2)); 84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
resize.rs | 56 uint32_t xs2 = (uint32_t) min(maxx, startx + 2); 66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0)); 72 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1)); 78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2)); 84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
resize.rs | 56 uint32_t xs2 = (uint32_t) min(maxx, startx + 2); 66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0)); 72 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1)); 78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2)); 84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicResize.cpp | 100 int xs2 = rsMin(maxx, startx + 2); local 105 convert_float4(yp0[xs2]), 110 convert_float4(yp1[xs2]), 115 convert_float4(yp2[xs2]), 120 convert_float4(yp3[xs2]), 135 int xs2 = rsMin(maxx, startx + 2); local 140 convert_float2(yp0[xs2]), 145 convert_float2(yp1[xs2]), 150 convert_float2(yp2[xs2]), 155 convert_float2(yp3[xs2]), 170 int xs2 = rsMin(maxx, startx + 2); local 251 int xs2 = rsMin(maxx, startx + 2); local 274 int xs2 = rsMin(maxx, startx + 2); local 297 int xs2 = rsMin(maxx, startx + 2); local [all...] |
/external/testng/src/main/java/org/testng/reporters/ |
JqReporter.java | 61 XMLStringBuffer xs2 = new XMLStringBuffer(xsb.getCurrentIndent()); local 71 generateTests("skipped", context.getSkippedTests(), context, xs2); 78 xsb.addString(xs2.toXML());
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv_test.go | 419 xs2 := toString(x, lowercaseDigits[:b]) 420 if xs != xs2 { 421 t.Errorf("failed at %d ** %d in base %d: %s != %s", b, p, b, xs, xs2)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
natconv_test.go | 416 xs2 := toString(x, lowercaseDigits[:b]) 417 if xs != xs2 { 418 t.Errorf("failed at %d ** %d in base %d: %s != %s", b, p, b, xs, xs2)
|
/prebuilts/go/darwin-x86/src/math/big/ |
natconv_test.go | 416 xs2 := toString(x, lowercaseDigits[:b]) 417 if xs != xs2 { 418 t.Errorf("failed at %d ** %d in base %d: %s != %s", b, p, b, xs, xs2)
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv_test.go | 419 xs2 := toString(x, lowercaseDigits[:b]) 420 if xs != xs2 { 421 t.Errorf("failed at %d ** %d in base %d: %s != %s", b, p, b, xs, xs2)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
natconv_test.go | 416 xs2 := toString(x, lowercaseDigits[:b]) 417 if xs != xs2 { 418 t.Errorf("failed at %d ** %d in base %d: %s != %s", b, p, b, xs, xs2)
|
/prebuilts/go/linux-x86/src/math/big/ |
natconv_test.go | 416 xs2 := toString(x, lowercaseDigits[:b]) 417 if xs != xs2 { 418 t.Errorf("failed at %d ** %d in base %d: %s != %s", b, p, b, xs, xs2)
|
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/ |
testng-6.9.10.jar | |