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

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Convolve5x5.java 42 final float f125 = 1.f / 25.f; local
43 float cf1 = blend(f125, -1.f, str);
44 float cf2 = blend(f125, -3.f, str);
45 float cf3 = blend(f125, -4.f, str);
46 float cf4 = blend(f125, 6.f, str);
47 float cf5 = blend(f125, 20.f, str);
48 float cf6 = blend(f125, 0.f, str);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Convolve5x5.java 49 final float f125 = 1.f / 25.f; local
50 float cf1 = blend(f125, -1.f, str);
51 float cf2 = blend(f125, -3.f, str);
52 float cf3 = blend(f125, -4.f, str);
53 float cf4 = blend(f125, 6.f, str);
54 float cf5 = blend(f125, 20.f, str);
55 float cf6 = blend(f125, 0.f, str);
  /external/valgrind/memcheck/tests/
deep-backtrace.c 125 int f125(int *p) { return f124(p); } function
126 int f126(int *p) { return f125(p); }
  /art/test/083-compiler-regressions/src/
Main.java 5588 float f125 = 125; local
    [all...]

Completed in 147 milliseconds