Home
last modified time | relevance | path

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

/development/ndk/samples/hello-neon/jni/
Dhelloneon.c87 double t0, t1, time_c, time_neon; in Java_com_example_neon_HelloNeon_stringFromJNI() local
142 time_neon = t1 - t0; in Java_com_example_neon_HelloNeon_stringFromJNI()
143 asprintf(&str, "%g ms (x%g faster)\n", time_neon, time_c / (time_neon < 1e-6 ? 1. : time_neon)); in Java_com_example_neon_HelloNeon_stringFromJNI()