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

1 2 34 5 6 7 8 91011

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 58 using std::tr1::fmin;
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 58 using std::tr1::fmin;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 58 using std::tr1::fmin;
  /development/ndk/platforms/android-21/include/
math.h 272 double fmin(double, double) __pure2;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math.rs 300 TEST_FN_FUNC_FN_FN(fmin);
301 TEST_FN_FUNC_FN_F(fmin);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 201 floating_point fmin (arithmetic x, arithmetic y);
    [all...]
  /bionic/tests/
math_test.cpp 711 TEST(math, fmin) {
712 ASSERT_DOUBLE_EQ(10.0, fmin(12.0, 10.0));
713 ASSERT_DOUBLE_EQ(12.0, fmin(12.0, nan("")));
714 ASSERT_DOUBLE_EQ(12.0, fmin(nan(""), 12.0));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-f.s 385 fmin f4 = f5, f6
386 fmin.s0 f4 = f5, f6
387 fmin.s1 f4 = f5, f6
388 fmin.s2 f4 = f5, f6
389 fmin.s3 f4 = f5, f6
  /external/llvm/test/MC/AArch64/
arm64-fp-encoding.s 68 fmin h1, h2, h3
69 fmin s1, s2, s3
70 fmin d1, d2, d3
75 ; FP16: fmin h1, h2, h3 ; encoding: [0x41,0x58,0xe3,0x1e]
77 ; NO-FP16-NEXT: fmin h1, h2, h3
78 ; CHECK: fmin s1, s2, s3 ; encoding: [0x41,0x58,0x23,0x1e]
79 ; CHECK: fmin d1, d2, d3 ; encoding: [0x41,0x58,0x63,0x1e]
  /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/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/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
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/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
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h 781 // fmin
789 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
795 #undef fmin macro
796 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
tgmath.h 781 // fmin
789 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
795 #undef fmin macro
796 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
tgmath.h 781 // fmin
789 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
795 #undef fmin macro
796 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 781 // fmin
789 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
795 #undef fmin macro
796 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/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
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/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
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h 781 // fmin
789 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
795 #undef fmin macro
796 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
tgmath.h 781 // fmin
789 __tg_fmin(double __x, double __y) {return fmin(__x, __y);}
795 #undef fmin macro
796 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \ macro

Completed in 1529 milliseconds

1 2 34 5 6 7 8 91011