| /external/chromium_org/third_party/skia/src/animator/ |
| SkDisplayEvent.h | 58 SkKey fMax; // if the code expresses a range
|
| /external/skia/src/animator/ |
| SkDisplayEvent.h | 58 SkKey fMax; // if the code expresses a range
|
| /external/clang/test/Sema/ |
| warn-duplicate-enum.c | 39 FMax = FCount - 1
|
| /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
| UT_math_agree.java | 268 // fmax reference functions 269 private float fmax(float v1, float v2) { method in class:UT_math_agree 272 private float[] fmax(float[] v1, float[] v2) { method in class:UT_math_agree 275 private float[] fmax(float[] v1, float v2) { method in class:UT_math_agree 507 // Set results for fmax 508 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); method 509 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1))); 510 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1))); 511 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1))); 512 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1))) [all...] |
| math_agree.rs | 55 DECLARE_REFERENCE_SET_VEC_VEC(float, f, fmax); 56 DECLARE_REFERENCE_SET_VEC_SCL(float, f, fmax); 385 TEST_FN_FN_ALL(fmax); 386 TEST_FN_F_ALL(fmax);
|
| /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
| UT_math_agree.java | 268 // fmax reference functions 269 private float fmax(float v1, float v2) { method in class:UT_math_agree 272 private float[] fmax(float[] v1, float[] v2) { method in class:UT_math_agree 275 private float[] fmax(float[] v1, float v2) { method in class:UT_math_agree 507 // Set results for fmax 508 s.set_fmax_rand_f1_f1(fmax(rand_f1_0, rand_f1_1)); method 509 s.set_fmax_rand_f2_f2(pack_f2(fmax(rand_f2_0, rand_f2_1))); 510 s.set_fmax_rand_f3_f3(pack_f3(fmax(rand_f3_0, rand_f3_1))); 511 s.set_fmax_rand_f4_f4(pack_f4(fmax(rand_f4_0, rand_f4_1))); 512 s.set_fmax_rand_f2_f1(pack_f2(fmax(rand_f2_0, rand_f1_1))) [all...] |
| math_agree.rs | 55 DECLARE_REFERENCE_SET_VEC_VEC(float, f, fmax); 56 DECLARE_REFERENCE_SET_VEC_SCL(float, f, fmax); 385 TEST_FN_FN_ALL(fmax); 386 TEST_FN_F_ALL(fmax);
|
| /frameworks/base/libs/hwui/ |
| FontRenderer.cpp | 562 mBounds->right = fmax(mBounds->right, x3); 563 mBounds->bottom = fmax(mBounds->bottom, y1); 580 mBounds->right = fmax(mBounds->right, fmax(x1, fmax(x2, fmax(x3, x4)))); 581 mBounds->bottom = fmax(mBounds->bottom, fmax(y1, fmax(y2, fmax(y3, y4)))) [all...] |
| Patch.cpp | 139 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight; 191 float u2 = fmax(0.0f, stepX - uOffset) / bitmapWidth;
|
| /external/llvm/test/MC/AArch64/ |
| neon-max-min.s | 70 fmax v0.2s, v1.2s, v2.2s 71 fmax v31.4s, v15.4s, v16.4s 72 fmax v7.2d, v8.2d, v25.2d 74 // CHECK: fmax v0.2s, v1.2s, v2.2s // encoding: [0x20,0xf4,0x22,0x0e] 75 // CHECK: fmax v31.4s, v15.4s, v16.4s // encoding: [0xff,0xf5,0x30,0x4e] 76 // CHECK: fmax v7.2d, v8.2d, v25.2d // encoding: [0x07,0xf5,0x79,0x4e]
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| s_fmax.c | 35 fmax(double x, double y) function
|
| /external/clang/test/CodeGen/ |
| libcall-declarations.c | 41 double fmax(double, double); 83 floorf, fma, fmal, fmaf, fmax, fmaxl, fmaxf, fmin, fminl, fminf, log, logl, 125 // CHECK-NOERRNO: declare double @fmax(double, double) [[NUW]] 174 // CHECK-ERRNO: declare double @fmax(double, double) [[NUW]]
|
| builtins-nvptx.c | 151 // CHECK: call float @llvm.nvvm.fmax.f 160 // CHECK: call double @llvm.nvvm.fmax.d
|
| /frameworks/rs/driver/runtime/arch/ |
| generic.c | 111 * FMAX 114 extern float __attribute__((overloadable)) fmax(float v1, float v2) { function 118 extern float2 __attribute__((overloadable)) fmax(float2 v1, float2 v2) { function 125 extern float3 __attribute__((overloadable)) fmax(float3 v1, float3 v2) { function 133 extern float4 __attribute__((overloadable)) fmax(float4 v1, float4 v2) { function 142 extern float2 __attribute__((overloadable)) fmax(float2 v1, float v2) { function 149 extern float3 __attribute__((overloadable)) fmax(float3 v1, float v2) { function 157 extern float4 __attribute__((overloadable)) fmax(float4 v1, float v2) { function 452 return fmax(v1, v2); 456 return fmax(v1, v2) [all...] |
| /external/aac/libFDK/include/ |
| common_fix.h | 255 #define fixMax(a,b) fMax(a,b) 330 FDK_INLINE FIXP_DBL fMax(FIXP_DBL a, FIXP_DBL b) 335 FDK_INLINE FIXP_SGL fMax(FIXP_SGL a, FIXP_SGL b) 340 FDK_INLINE INT fMax(INT a, INT b) 346 inline UINT fMax(UINT a, UINT b)
|
| /bionic/libm/ |
| fake_long_double.c | 47 long double fmaxl(long double a1, long double a2) { return fmax(a1, a2); }
|
| /frameworks/rs/cpu_ref/ |
| rsCpuRuntimeMathFuncs.cpp | 56 IMPORT_F32_FN_F32_F32(fmax)
|
| /external/chromium_org/third_party/skia/include/views/ |
| SkWidget.h | 256 uint16_t getMax() const { return fMax; } 266 uint16_t fValue, fMax;
|
| /external/skia/include/views/ |
| SkWidget.h | 256 uint16_t getMax() const { return fMax; } 266 uint16_t fValue, fMax;
|
| /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
| math.rs | 142 TEST_FN_FUNC_FN_FN(fmax); 143 TEST_FN_FUNC_FN_F(fmax);
|
| /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
| math.rs.bak | 261 TEST_FN_FUNC_FN_FN(fmax); 262 TEST_FN_FUNC_FN_F(fmax);
|
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
| tgmath.h | 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
|
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
| tgmath.h | 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
|
| /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
| tgmath.h | 146 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
|
| /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
| tgmath.h | 146 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
|