/external/llvm-project/libc/src/math/ |
D | fdim.cpp | 14 double LLVM_LIBC_ENTRYPOINT(fdim)(double x, double y) { in LLVM_LIBC_ENTRYPOINT() argument
|
/external/rust/crates/libm/src/math/ |
D | fdim.rs | 12 pub fn fdim(x: f64, y: f64) -> f64 { in fdim() function
|
D | mod.rs | 109 mod fdim; module
|
/external/llvm-project/libc/utils/FPUtil/ |
D | BasicOperations.h | 67 static inline T fdim(T x, T y) { in fdim() function
|
/external/llvm-project/libcxx/include/ |
D | math.h | 1169 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/ |
D | math.h | 1173 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/ |
D | math_h.pass.cpp | 75 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 75 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 76 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 77 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_math.h | 113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } in fdim() function
|
D | tgmath.h | 704 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/clang/lib/Headers/ |
D | tgmath.h | 711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
|