HomeSort by relevance Sort by last modified time
    Searched refs:mOut (Results 26 - 50 of 95) sorted by null

12 3 4

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FloorTest.java 34 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
37 script_f32.forEach_floor_f32_1(mIn, mOut);
40 script_f32.forEach_floor_f32_2(mIn, mOut);
43 script_f32.forEach_floor_f32_3(mIn, mOut);
46 script_f32.forEach_floor_f32_4(mIn, mOut);
50 script_f32_relaxed.forEach_floor_f32_1(mIn, mOut);
53 script_f32_relaxed.forEach_floor_f32_2(mIn, mOut);
56 script_f32_relaxed.forEach_floor_f32_3(mIn, mOut);
59 script_f32_relaxed.forEach_floor_f32_4(mIn, mOut);
Log10Test.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_log10_f32_1(mIn, mOut);
41 script_f32.forEach_log10_f32_2(mIn, mOut);
44 script_f32.forEach_log10_f32_3(mIn, mOut);
47 script_f32.forEach_log10_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_log10_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_log10_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_log10_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_log10_f32_4(mIn, mOut);
Log1PTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_log1p_f32_1(mIn, mOut);
41 script_f32.forEach_log1p_f32_2(mIn, mOut);
44 script_f32.forEach_log1p_f32_3(mIn, mOut);
47 script_f32.forEach_log1p_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_log1p_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_log1p_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_log1p_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_log1p_f32_4(mIn, mOut);
Log2Test.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_log2_f32_1(mIn, mOut);
41 script_f32.forEach_log2_f32_2(mIn, mOut);
44 script_f32.forEach_log2_f32_3(mIn, mOut);
47 script_f32.forEach_log2_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_log2_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_log2_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_log2_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_log2_f32_4(mIn, mOut);
LogTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_log_f32_1(mIn, mOut);
41 script_f32.forEach_log_f32_2(mIn, mOut);
44 script_f32.forEach_log_f32_3(mIn, mOut);
47 script_f32.forEach_log_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_log_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_log_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_log_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_log_f32_4(mIn, mOut);
LogbTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_logb_f32_1(mIn, mOut);
41 script_f32.forEach_logb_f32_2(mIn, mOut);
44 script_f32.forEach_logb_f32_3(mIn, mOut);
47 script_f32.forEach_logb_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_logb_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_logb_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_logb_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_logb_f32_4(mIn, mOut);
RadiansTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_radians_f32_1(mIn, mOut);
41 script_f32.forEach_radians_f32_2(mIn, mOut);
44 script_f32.forEach_radians_f32_3(mIn, mOut);
47 script_f32.forEach_radians_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_radians_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_radians_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_radians_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_radians_f32_4(mIn, mOut);
RintTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut)
39 script_f32.forEach_rint_f32_1(mIn, mOut);
42 script_f32.forEach_rint_f32_2(mIn, mOut);
45 script_f32.forEach_rint_f32_3(mIn, mOut);
48 script_f32.forEach_rint_f32_4(mIn, mOut);
52 script_f32_relaxed.forEach_rint_f32_1(mIn, mOut);
55 script_f32_relaxed.forEach_rint_f32_2(mIn, mOut);
58 script_f32_relaxed.forEach_rint_f32_3(mIn, mOut);
61 script_f32_relaxed.forEach_rint_f32_4(mIn, mOut);
RoundTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut)
39 script_f32.forEach_round_f32_1(mIn, mOut);
42 script_f32.forEach_round_f32_2(mIn, mOut);
45 script_f32.forEach_round_f32_3(mIn, mOut);
48 script_f32.forEach_round_f32_4(mIn, mOut);
52 script_f32_relaxed.forEach_round_f32_1(mIn, mOut);
55 script_f32_relaxed.forEach_round_f32_2(mIn, mOut);
58 script_f32_relaxed.forEach_round_f32_3(mIn, mOut);
61 script_f32_relaxed.forEach_round_f32_4(mIn, mOut);
RsqrtTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_Rsqrt_f32_1(mIn, mOut);
41 script_f32.forEach_Rsqrt_f32_2(mIn, mOut);
44 script_f32.forEach_Rsqrt_f32_3(mIn, mOut);
47 script_f32.forEach_Rsqrt_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_Rsqrt_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_Rsqrt_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_Rsqrt_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_Rsqrt_f32_4(mIn, mOut);
SignTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_sign_f32_1(mIn, mOut);
41 script_f32.forEach_sign_f32_2(mIn, mOut);
44 script_f32.forEach_sign_f32_3(mIn, mOut);
47 script_f32.forEach_sign_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_sign_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_sign_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_sign_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_sign_f32_4(mIn, mOut);
SinTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_sin_f32_1(mIn, mOut);
41 script_f32.forEach_sin_f32_2(mIn, mOut);
44 script_f32.forEach_sin_f32_3(mIn, mOut);
47 script_f32.forEach_sin_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_sin_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_sin_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_sin_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_sin_f32_4(mIn, mOut);
SinhTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_sinh_f32_1(mIn, mOut);
41 script_f32.forEach_sinh_f32_2(mIn, mOut);
44 script_f32.forEach_sinh_f32_3(mIn, mOut);
47 script_f32.forEach_sinh_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_sinh_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_sinh_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_sinh_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_sinh_f32_4(mIn, mOut);
SqrtTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_sqrt_f32_1(mIn, mOut);
41 script_f32.forEach_sqrt_f32_2(mIn, mOut);
44 script_f32.forEach_sqrt_f32_3(mIn, mOut);
47 script_f32.forEach_sqrt_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_sqrt_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_sqrt_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_sqrt_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_sqrt_f32_4(mIn, mOut);
TanTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_tan_f32_1(mIn, mOut);
41 script_f32.forEach_tan_f32_2(mIn, mOut);
44 script_f32.forEach_tan_f32_3(mIn, mOut);
47 script_f32.forEach_tan_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_tan_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_tan_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_tan_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_tan_f32_4(mIn, mOut);
TanhTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_tanh_f32_1(mIn, mOut);
41 script_f32.forEach_tanh_f32_2(mIn, mOut);
44 script_f32.forEach_tanh_f32_3(mIn, mOut);
47 script_f32.forEach_tanh_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_tanh_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_tanh_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_tanh_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_tanh_f32_4(mIn, mOut);
TruncTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_trunc_f32_1(mIn, mOut);
41 script_f32.forEach_trunc_f32_2(mIn, mOut);
44 script_f32.forEach_trunc_f32_3(mIn, mOut);
47 script_f32.forEach_trunc_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_trunc_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_trunc_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_trunc_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_trunc_f32_4(mIn, mOut);
IsObjectTest.java 31 private Allocation mOut;
66 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
68 ms_is_object.forEach_is_object_element(mIn, mOut);
73 mOut.copyTo(tmpArray);
86 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
89 ms_is_object.forEach_is_object_type(mIn, mOut);
94 mOut.copyTo(tmpArray);
110 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
113 ms_is_object.forEach_is_object_allocation(mIn, mOut);
118 mOut.copyTo(tmpArray)
    [all...]
SetObjectTest.java 30 private Allocation mOut;
65 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
67 ms_set.forEach_set_object_element(mIn, mOut);
72 mOut.copyTo(tmpArray);
85 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
88 ms_set.forEach_set_object_type(mIn, mOut);
93 mOut.copyTo(tmpArray);
108 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
111 ms_set.forEach_set_object_allocation(mIn, mOut);
116 mOut.copyTo(tmpArray)
    [all...]
InitTest.java 26 private Allocation mOut;
30 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
31 script.forEach_root(mIn, mOut);
40 mOut= Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE);
49 RSUtils.forEach(this, 0, mIn, mOut);
52 mOut.copyTo(out);
  /packages/apps/Camera/tests/src/com/android/camera/stress/
SwitchPreview.java 49 private BufferedWriter mOut;
73 mOut = new BufferedWriter(mfstream);
81 mOut.write("\n");
82 mOut.close();
94 mOut.write("Camera Switch Mode:\n");
95 mOut.write("No of loops :" + TOTAL_NUMBER_OF_SWITCHING + "\n");
96 mOut.write("loop: ");
110 mOut.write(" ," + i);
111 mOut.flush();
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
SwitchPreview.java 49 private BufferedWriter mOut;
73 mOut = new BufferedWriter(mfstream);
81 mOut.write("\n");
82 mOut.close();
93 mOut.write("Camera Switch Mode:\n");
94 mOut.write("No of loops :" + TOTAL_NUMBER_OF_SWITCHING + "\n");
95 mOut.write("loop: ");
109 mOut.write(" ," + i);
110 mOut.flush();
  /packages/apps/Exchange/src/com/android/exchange/utility/
SimpleIcsWriter.java 31 private final ByteArrayOutputStream mOut = new ByteArrayOutputStream();
48 mOut.write((byte) '\r');
49 mOut.write((byte) '\n');
50 mOut.write((byte) '\t');
53 mOut.write(b);
56 mOut.write((byte) '\r');
57 mOut.write((byte) '\n');
114 mOut.flush();
117 return mOut.toByteArray();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
SwitchPreview.java 49 private BufferedWriter mOut;
73 mOut = new BufferedWriter(mfstream);
81 mOut.write("\n");
82 mOut.close();
94 mOut.write("Camera Switch Mode:\n");
95 mOut.write("No of loops :" + TOTAL_NUMBER_OF_SWITCHING + "\n");
96 mOut.write("loop: ");
110 mOut.write(" ," + i);
111 mOut.flush();
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicHistogram.java 29 private Allocation mOut;
75 mOut.getType().getElement().getVectorSize()) {
122 mOut = aout;
123 if (mOut.getType().getElement() != Element.U32(mRS) &&
124 mOut.getType().getElement() != Element.U32_2(mRS) &&
125 mOut.getType().getElement() != Element.U32_3(mRS) &&
126 mOut.getType().getElement() != Element.U32_4(mRS) &&
127 mOut.getType().getElement() != Element.I32(mRS) &&
128 mOut.getType().getElement() != Element.I32_2(mRS) &&
129 mOut.getType().getElement() != Element.I32_3(mRS) &
    [all...]

Completed in 1232 milliseconds

12 3 4