Searched refs:time_c (Results 1 – 1 of 1) sorted by relevance
88 double t0, t1, time_c, time_neon; in Java_com_example_neon_HelloNeon_stringFromJNI() local108 time_c = t1 - t0; in Java_com_example_neon_HelloNeon_stringFromJNI()110 asprintf(&str, "FIR Filter benchmark:\nC version : %g ms\n", time_c); in Java_com_example_neon_HelloNeon_stringFromJNI()151 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()