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

1 2 34 5 6 7

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 57 using std::tr1::fmax;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 57 using std::tr1::fmax;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 57 using std::tr1::fmax;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 57 using std::tr1::fmax;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
math.h 57 using std::tr1::fmax;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 57 using std::tr1::fmax;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_cl.rsh 449 extern float __attribute__((const, overloadable)) fmax(float x, float y);
450 FN_FUNC_FN_FN(fmax);
451 FN_FUNC_FN_F(fmax);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_cl.rsh 449 extern float __attribute__((const, overloadable)) fmax(float x, float y);
450 FN_FUNC_FN_FN(fmax);
451 FN_FUNC_FN_F(fmax);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_cl.rsh 449 extern float __attribute__((const, overloadable)) fmax(float x, float y);
450 FN_FUNC_FN_FN(fmax);
451 FN_FUNC_FN_F(fmax);
  /frameworks/rs/driver/runtime/
rs_cl.c 17 extern float __attribute__((overloadable)) fmax(float v, float v2);
18 extern float2 __attribute__((overloadable)) fmax(float2 v, float v2);
19 extern float3 __attribute__((overloadable)) fmax(float3 v, float v2);
20 extern float4 __attribute__((overloadable)) fmax(float4 v, float v2);
    [all...]
  /bionic/libm/include/
math.h 271 double fmax(double, double) __pure2;
  /bionic/tests/
math_test.cpp 672 TEST(math, fmax) {
673 ASSERT_DOUBLE_EQ(12.0, fmax(12.0, 10.0));
674 ASSERT_DOUBLE_EQ(12.0, fmax(12.0, nan("")));
675 ASSERT_DOUBLE_EQ(12.0, fmax(nan(""), 12.0));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /external/fio/
gettime.c 292 if ((fmax(this, mean) - fmin(this, mean)) > S)
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 421 static_assert((std::is_same<decltype(fmax((double)0, (double)0)), double>::value), "");
424 assert(fmax(1,0) == 1);
  /external/ltrace/etc/
libm.so.conf 348 double fmax(double, double);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 426 static_assert((std::is_same<decltype(fmax((double)0, (double)0)), double>::value), "");
429 assert(fmax(1,0) == 1);
  /external/libvncserver/webclients/java-applet/ssl/
ss_vncviewer 768 fmax=`expr $try + 1000`
770 fmax=6000
773 while [ $try -lt $fmax ]
    [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ss_vncviewer 765 fmax=`expr $try + 1000`
767 fmax=6000
770 while [ $try -lt $fmax ]
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 278 double fmax(double, double) __NDK_FPABI_MATH__ __pure2;

Completed in 851 milliseconds

1 2 34 5 6 7