HomeSort by relevance Sort by last modified time
    Searched refs:yt1 (Results 1 - 4 of 4) sorted by null

  /gdk/samples/bitmap-plasma-llvm/jni/
libplasma.c 144 Fixed yt1 = FIXED_FROM_FLOAT(t/1230.); local
145 Fixed yt2 = yt1;
155 Fixed base = fixed_sin(yt1) + fixed_sin(yt2);
159 yt1 += YT1_INCR;
plasmaLLVM.cpp 193 Fixed yt1 = FIXED_FROM_FLOAT(t/1230.); local
194 Fixed yt2 = yt1;
204 Fixed base = fixed_sin(yt1) + fixed_sin(yt2);
208 yt1 += YT1_INCR;
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 191 Fixed yt1 = FIXED_FROM_FLOAT(t/1230.); local
192 Fixed yt2 = yt1;
202 Fixed base = fixed_sin(yt1) + fixed_sin(yt2);
206 yt1 += YT1_INCR;
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 196 Fixed yt1 = FIXED_FROM_FLOAT(t/1230.); local
197 Fixed yt2 = yt1;
211 Fixed base = fixed_sin(yt1) + fixed_sin(yt2);
215 yt1 += YT1_INCR;

Completed in 22 milliseconds