Home
last modified time | relevance | path

Searched defs:fdim (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/include/
Dmath.h1087 inline _LIBCPP_INLINE_VISIBILITY float fdim(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fdim() function
1088 inline _LIBCPP_INLINE_VISIBILITY long double fdim(long double __lcpp_x, long double __lcpp_y) _NOEX… in fdim() function
1098 fdim(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fdim() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp74 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp75 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
/external/clang/lib/Headers/
Dtgmath.h711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro