Searched refs:f0 (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/media/tests/audiotests/ |
D | shared_mem_test.cpp | 82 float f0; in Test01() local 84 f0 = pow(2., 32.) * freq / (float)rate; in Test01() 85 dPhi = (unsigned long)f0; in Test01()
|
/frameworks/base/libs/androidfw/tests/data/out_of_order_types/ |
D | edited_resources.arsc.txt | 16 000000f0: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 32 000001f0: 4000 0000 0000 0000 0000 0000 0000 0000
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | test-mixer.cpp | 239 static float f0; // zero in main() local 279 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME0, &f0); in main() 280 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::VOLUME1, &f0); in main() 290 mixer->setParameter(name, AudioMixer::VOLUME, AudioMixer::AUXLEVEL, &f0); in main()
|
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
D | valid-cert.pem | 85 c2:a1:b3:80:7f:d0:a4:1d:ce:ad:7e:75:33:f0:7b: 106 bb:8a:f0:25:e0:05:f5:8b:1e:83:d0:44:63:ce:93: 122 c6:d4:fe:97:f0:48:03:3f:24:10:93:00:70:ab:1f: 166 61:f5:9b:1c:23:89:7f:1d:f0:e6:4c:d7:e0:a7:21:65:eb:65: 170 56:cd:5f:f0:18:3e:dc:8e:30:e5:6d:fc:ec:98:60:9f:67:c8: 172 4a:65:0e:f0:2f:b4:7a:8c:aa:e3:fc:6b:42:0d:ec:b5:5a:bd: 179 65:00:b4:08:5b:f0:20:a5:21:fd:24:a0:aa:a4:8b:5d:c5:f8: 203 d7:58:f0:a8:2a:43:9f:96:5e:0f:05:cf:d6:8a:0b:f5:c5:8c:
|
/frameworks/ml/nn/common/random/ |
D | random_distributions.h | 315 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1); 614 void BoxMullerFloat(uint32 x0, uint32 x1, float* f0, float* f1) { in BoxMullerFloat() argument 627 *f0 = Eigen::numext::sin(v1); in BoxMullerFloat() 630 sincosf(v1, f0, f1); in BoxMullerFloat() 632 *f0 *= u2; in BoxMullerFloat()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 151 File f0 = new File(clientDir, "f0.txt"); 156 FileWriter w0 = new FileWriter(f0); 175 dropbox.addFile("DropBoxTest", f0, DropBoxManager.IS_TEXT); 548 DropBoxManager.Entry f0 = dropbox.getNextEntry(null, 0); in testFileCountLimits() local 549 DropBoxManager.Entry f1 = dropbox.getNextEntry(null, f0.getTimeMillis()); in testFileCountLimits() 552 assertEquals("TEST4", f0.getText(80)); in testFileCountLimits() 556 f0.close(); in testFileCountLimits()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | AidlTest.java | 351 float[] f0 = new float[]{90.1f}; in testArrays() local 354 float[] fr = mRemote.floatArray(f0, f1, f2); in testArrays()
|
/frameworks/rs/driver/runtime/arch/ |
D | neon.ll | 1102 %f0 = load <4 x float>, <4 x float>* @fc_0, align 16 1105 …%v3 = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %v2, <4 x float> %f0, <4 x float> %f255…
|
D | asimd.ll | 1110 %f0 = load <4 x float>, <4 x float>* @fc_0, align 16 1113 …%v3 = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %v2, <4 x float> %f0, <4 x float> %f255…
|