Searched refs:fdim (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcall-declarations.c85 double fdim(double, double);
279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
384 // CHECK-NOERRNO: declare double @fdim(double, double) [[NUW]]
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp790 static_assert((std::is_same<decltype(std::fdim((float)0, (float)0)), float>::value), "");
791 static_assert((std::is_same<decltype(std::fdim((bool)0, (float)0)), double>::value), "");
792 static_assert((std::is_same<decltype(std::fdim((unsigned short)0, (double)0)), double>::value), "");
793 static_assert((std::is_same<decltype(std::fdim((int)0, (long double)0)), long double>::value), "");
794 static_assert((std::is_same<decltype(std::fdim((float)0, (unsigned int)0)), double>::value), "");
795 static_assert((std::is_same<decltype(std::fdim((double)0, (long)0)), double>::value), "");
796 static_assert((std::is_same<decltype(std::fdim((long double)0, (unsigned long)0)), long double>::value), "");
797 static_assert((std::is_same<decltype(std::fdim((int)0, (long long)0)), double>::value), "");
798 static_assert((std::is_same<decltype(std::fdim((int)0, (unsigned long long)0)), double>::value), "");
799 static_assert((std::is_same<decltype(std::fdim((doubl
[all...]
/external/clang/lib/Headers/
H A Dtgmath.h696 // fdim
704 __tg_fdim(double __x, double __y) {return fdim(__x, __y);}
710 #undef fdim macro
711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp403 static_assert((std::is_same<decltype(fdim((double)0, (double)0)), double>::value), "");
406 assert(fdim(1,0) == 1);
/external/ltrace/etc/
H A Dlibm.so.conf244 double fdim(double, double);

Completed in 309 milliseconds