HomeSort by relevance Sort by last modified time
    Searched full:fmax (Results 1 - 25 of 370) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/src/android/renderscript/cts/
fmax_f32.rs 10 *out = fmax(in->first, in->second);
19 *out = fmax(in->first, in->second);
28 *out = fmax(in->first, in->second);
37 *out = fmax(in->first, in->second);
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 27 fMax = 0; // require that the caller set the max
45 fMax = i.fMax;
57 fMax = 1; // self intersect
66 fMax = 9;
74 fMax = 3;
81 fMax = 3;
90 fMax = 3;
99 fMax = 6;
124 fMax = 2
    [all...]
  /external/skia/src/pathops/
SkIntersections.h 27 fMax = 0; // require that the caller set the max
45 fMax = i.fMax;
57 fMax = 1; // self intersect
66 fMax = 9;
74 fMax = 3;
81 fMax = 3;
90 fMax = 3;
99 fMax = 6;
124 fMax = 2
    [all...]
  /external/chromium_org/third_party/skia/include/views/animated/
SkProgressBarView.h 30 int getMax() const { return fMax; }
42 int fMax;
  /external/chromium_org/third_party/skia/src/views/
SkProgressView.cpp 18 fMax = 0;
32 if (fMax != max)
34 fMax = SkToU16(max);
61 if (fMax == 0)
75 percent = SkMax32(0, SkMin32(percent, fMax << 8)); // now its pinned
76 percent = SkFixedDiv(percent, fMax << 8); // now its 0.16
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
82 percent = SkFixedDiv(value, fMax);
  /external/skia/include/views/animated/
SkProgressBarView.h 30 int getMax() const { return fMax; }
42 int fMax;
  /external/skia/src/views/
SkProgressView.cpp 18 fMax = 0;
32 if (fMax != max)
34 fMax = SkToU16(max);
61 if (fMax == 0)
75 percent = SkMax32(0, SkMin32(percent, fMax << 8)); // now its pinned
76 percent = SkFixedDiv(percent, fMax << 8); // now its 0.16
81 U16CPU value = SkMax32(0, SkMin32(fValue, fMax));
82 percent = SkFixedDiv(value, fMax);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
bwfilter.rs 33 imageMax = fmax(sr,imageMax);
48 localMax = fmax(g,b);
49 localMax = fmax(r,localMax);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
bwfilter.rs 33 imageMax = fmax(sr,imageMax);
48 localMax = fmax(g,b);
49 localMax = fmax(r,localMax);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
bwfilter.rs 33 imageMax = fmax(sr,imageMax);
48 localMax = fmax(g,b);
49 localMax = fmax(r,localMax);
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayEvent.cpp 48 kind(kUser), x(0), y(0), fLastCode((SkKey) -1), fMax((SkKey) -1), fTarget(NULL) {
98 if (fMax != (SkKey) -1 && fMax != code)
99 SkDebugf("keys=\"%c - %c\" ", code, fMax);
158 if (index != SK_PROPERTY(keys) || fMax == (SkKey) -1 || fMax == code)
161 size = SkUTF8_FromUnichar(fMax, scratch);
243 fMax = code;
248 fMax = (SkKey) SkUTF8_NextUnichar(&chars);
249 SkASSERT(fMax >= code)
    [all...]
SkDisplayEvents.cpp 60 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
105 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
  /external/skia/src/animator/
SkDisplayEvent.cpp 48 kind(kUser), x(0), y(0), fLastCode((SkKey) -1), fMax((SkKey) -1), fTarget(NULL) {
98 if (fMax != (SkKey) -1 && fMax != code)
99 SkDebugf("keys=\"%c - %c\" ", code, fMax);
158 if (index != SK_PROPERTY(keys) || fMax == (SkKey) -1 || fMax == code)
161 size = SkUTF8_FromUnichar(fMax, scratch);
243 fMax = code;
248 fMax = (SkKey) SkUTF8_NextUnichar(&chars);
249 SkASSERT(fMax >= code)
    [all...]
SkDisplayEvents.cpp 60 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
105 if ((int) evt->code > keyCode || (int) (evt->fMax != (SkKey) -1 ? evt->fMax : evt->code) < keyCode)
  /external/chromium_org/third_party/skia/src/views/animated/
SkProgressBarView.cpp 19 fMax = 100;
26 if (newProg > 0 && newProg < fMax)
95 fMax = max;
  /external/skia/src/views/animated/
SkProgressBarView.cpp 19 fMax = 100;
26 if (newProg > 0 && newProg < fMax)
95 fMax = max;
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 102 TEST_FUNC_2(fmax);
103 TEST_FUNC_2F(fmax);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/lib/
libm.so 

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>