HomeSort by relevance Sort by last modified time
    Searched defs:f02 (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 29 float f02 = *fsrc++ + 1.0f; local
76 *fdest++ = f02;
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 29 float f02 = *fsrc++ + 1.0f; local
76 *fdest++ = f02;
  /external/opencv3/3rdparty/openexr/Imath/
ImathQuat.h 760 Vec3<T> f02 = f0 * f0; local
762 if (f02.x <= f02.y && f02.x <= f02.z)
764 else if (f02.y <= f02.z)

Completed in 2760 milliseconds