HomeSort by relevance Sort by last modified time
    Searched refs:fmaxf (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmaxf.c 35 fmaxf(float x, float y) function
  /external/clang/test/Sema/
implicit-builtin-decl.c 61 extern float fmaxf(float, float);
  /frameworks/base/libs/hwui/
Rect.h 247 right = fmaxf(right, x);
248 bottom = fmaxf(bottom, y);
257 tmp.left = fmaxf(left, tmp.left);
258 tmp.top = fmaxf(top, tmp.top);
265 tmp.left = fmaxf(left, l);
266 tmp.top = fmaxf(top, t);
Patch.cpp 102 const float xStretch = fmaxf(width - fixed, 0.0f);
104 rescaleX = fixed == 0.0f ? 0.0f : fminf(fmaxf(width, 0.0f) / fixed, 1.0f);
114 const float yStretch = fmaxf(height - fixed, 0.0f);
116 rescaleY = fixed == 0.0f ? 0.0f : fminf(fmaxf(height, 0.0f) / fixed, 1.0f);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 267 /// float fmaxf(float x, float y);
268 fmaxf, enumerator in enum:llvm::LibFunc::Func
735 case LibFunc::fmax: case LibFunc::fmaxf: case LibFunc::fmaxl:
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 136 EXPORT_F32_FN_F32_F32(fmaxf)
261 { "_Z4fmaxff", (void *)&fmaxf, true },
  /external/clang/test/CodeGen/
libcall-declarations.c 95 float fmaxf(float, float);
281 F(fmaxf), F(fmaxl), F(fmin), F(fminf), F(fminl),
394 // CHECK-NOERRNO: declare float @fmaxf(float, float) [[NUW]]
552 // CHECK-ERRNO: declare float @fmaxf(float, float) [[NUW]]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 161 const float dim[2] = {fmaxf(w,h), fminf(w,h)};
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;

Completed in 1764 milliseconds

1 2 3 4 5