Home
last modified time | relevance | path

Searched refs:real (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVisualizerTest.java444 int real = (int)data[i]; in computeEnergy() local
446 energy += real * real + img * img; in computeEnergy()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java199 File real = new File("/proc/self/fd/" + pfd.getFd()); in realPathFor() local
201 return real.getCanonicalPath(); in realPathFor()
/cts/tests/tests/renderscript/assets/
Dblas_gen.py46 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])) + ", ");