Searched refs:real (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VisualizerTest.java | 444 int real = (int)data[i]; in computeEnergy() local 446 energy += real * real + img * img; in computeEnergy()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_FilesTest.java | 199 File real = new File("/proc/self/fd/" + pfd.getFd()); in realPathFor() local 201 return real.getCanonicalPath(); in realPathFor()
|
/cts/tests/tests/renderscript/assets/ |
D | blas_gen.py | 46 a[i,i] = complex(a[i,i].real, 0); 49 a[i, j] = complex(a[j, i].real, -a[j, i].imag); 118 fo.write(str(real(a[i,j])) + ", "); 163 fo.write(str(real(a[i,j])) + ", ");
|