HomeSort by relevance Sort by last modified time
    Searched refs:fmin (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 58 using std::tr1::fmin;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 58 using std::tr1::fmin;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 278 double fmin(double, double) __pure2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 58 using std::tr1::fmin;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 58 using std::tr1::fmin;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
math.h 58 using std::tr1::fmin;
  /frameworks/rs/driver/runtime/
rs_cl.c 12 extern float __attribute__((overloadable)) fmin(float v, float v2);
13 extern float2 __attribute__((overloadable)) fmin(float2 v, float v2);
14 extern float3 __attribute__((overloadable)) fmin(float3 v, float v2);
15 extern float4 __attribute__((overloadable)) fmin(float4 v, float v2);
437 extern float __attribute__((overloadable)) fmin(float, float);
447 return fmin(v - i, 0x1.fffffep-1f);
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 459 extern float __attribute__((const, overloadable)) fmin(float x, float y);
460 FN_FUNC_FN_FN(fmin);
461 FN_FUNC_FN_F(fmin);
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 459 extern float __attribute__((const, overloadable)) fmin(float x, float y);
460 FN_FUNC_FN_FN(fmin);
461 FN_FUNC_FN_F(fmin);
  /bionic/libm/include/
math.h 268 double fmin(double, double) __pure2;
  /external/llvm/test/MC/AArch64/
neon-diagnostics.s     [all...]
  /external/clang/lib/Headers/
tgmath.h 772 // fmin
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
786 #undef fmin macro
787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 772 // fmin
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
786 #undef fmin macro
787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro

Completed in 1049 milliseconds

1 2 34 5