Home
last modified time | relevance | path

Searched refs:fdim (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp77 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
887 static_assert((std::is_same<decltype(std::fdim((float)0, (float)0)), float>::value), ""); in test_fdim()
888 static_assert((std::is_same<decltype(std::fdim((bool)0, (float)0)), double>::value), ""); in test_fdim()
889 …static_assert((std::is_same<decltype(std::fdim((unsigned short)0, (double)0)), double>::value), ""… in test_fdim()
890 …static_assert((std::is_same<decltype(std::fdim((int)0, (long double)0)), long double>::value), ""); in test_fdim()
891 … static_assert((std::is_same<decltype(std::fdim((float)0, (unsigned int)0)), double>::value), ""); in test_fdim()
892 static_assert((std::is_same<decltype(std::fdim((double)0, (long)0)), double>::value), ""); in test_fdim()
893 …static_assert((std::is_same<decltype(std::fdim((long double)0, (unsigned long)0)), long double>::v… in test_fdim()
894 static_assert((std::is_same<decltype(std::fdim((int)0, (long long)0)), double>::value), ""); in test_fdim()
895 …static_assert((std::is_same<decltype(std::fdim((int)0, (unsigned long long)0)), double>::value), "… in test_fdim()
[all …]
/external/clang/test/CodeGen/
Dlibcall-declarations.c85 double fdim(double, double);
279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
/external/clang/lib/Headers/
Dtgmath.h704 __tg_fdim(double __x, double __y) {return fdim(__x, __y);} in __tg_fdim()
710 #undef fdim
711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
/external/libcxx/include/
Dcmath192 floating_point fdim (arithmetic x, arithmetic y);
1197 // fdim
1199 using ::fdim;
1202 inline _LIBCPP_INLINE_VISIBILITY float fdim(float __lcpp_x, float __lcpp_y) _NOEXCEPT …
1203 inline _LIBCPP_INLINE_VISIBILITY long double fdim(long double __lcpp_x, long double __lcpp_y) _NOEX…
1213 fdim(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
1218 return fdim((__result_type)__lcpp_x, (__result_type)__lcpp_y);
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp405 static_assert((std::is_same<decltype(fdim((double)0, (double)0)), double>::value), ""); in test_fdim()
408 assert(fdim(1,0) == 1); in test_fdim()
/external/ltrace/etc/
Dlibm.so.conf244 double fdim(double, double);
/external/opencv3/modules/calib3d/test/
Dtest_cameracalibration.cpp975 const int fdim = 2; in calcdfdx() local
981 dfdx.create( fcount*fdim, xdim, CV_64FC1 ); in calcdfdx()
991 for( int fi = 0; fi < dfdx.rows; fi+=fdim, ++lIt, ++rIt ) in calcdfdx()
/external/clang/include/clang/Basic/
DBuiltins.def965 LIBBUILTIN(fdim, "ddd", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1678 fun:fdim=uninstrumented