Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dfdim.cpp14 double LLVM_LIBC_ENTRYPOINT(fdim)(double x, double y) { in LLVM_LIBC_ENTRYPOINT() argument
/external/rust/crates/libm/src/math/
Dfdim.rs12 pub fn fdim(x: f64, y: f64) -> f64 { in fdim() function
Dmod.rs109 mod fdim; module
/external/llvm-project/libc/utils/FPUtil/
DBasicOperations.h67 static inline T fdim(T x, T y) { in fdim() function
/external/llvm-project/libcxx/include/
Dmath.h1169 inline _LIBCPP_INLINE_VISIBILITY float fdim(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fdim() function
1170 inline _LIBCPP_INLINE_VISIBILITY long double fdim(long double __lcpp_x, long double __lcpp_y) _NOEX… in fdim() function
1180 fdim(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fdim() function
/external/libcxx/include/
Dmath.h1173 inline _LIBCPP_INLINE_VISIBILITY float fdim(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fdim() function
1174 inline _LIBCPP_INLINE_VISIBILITY long double fdim(long double __lcpp_x, long double __lcpp_y) _NOEX… in fdim() function
1184 fdim(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fdim() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp75 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp75 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp76 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp77 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } in fdim() function
Dtgmath.h704 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
/external/clang/lib/Headers/
Dtgmath.h711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro