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

  /bionic/libm/src/
s_fmaxf.c 35 fmaxf(float x, float y) function
  /frameworks/compile/libbcc/runtime/lib/
divsc3.c 25 float __logbw = logbf(fmaxf(fabsf(__c), fabsf(__d)));
  /bionic/libm/include/
math.h 371 float fmaxf(float, float) __pure2;
  /development/ndk/platforms/android-3/include/
math.h 368 float fmaxf(float, float) __pure2;
  /development/ndk/platforms/android-9/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h 368 float fmaxf(float, float) __pure2;
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 396 { "_Z4fmaxff", (void *)&fmaxf, true },
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]
  /external/clang/lib/Headers/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);}
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);}
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);}
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);}
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);}

Completed in 602 milliseconds