/external/cronet/stable/third_party/libc++/src/include/__math/ |
D | fdim.h | 26 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT { return __builtin_fdimf(__… in fdim() function 29 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT { in fdim() function 33 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT { in fdim() function 38 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fdim(_A1 __x, _A2 __y) _NOEXCEPT { in fdim() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/ |
D | fdim.h | 26 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT { return __builtin_fdimf(__… in fdim() function 29 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT { in fdim() function 33 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT { in fdim() function 38 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fdim(_A1 __x, _A2 __y) _NOEXCEPT { in fdim() function
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/ |
D | fdim.h | 26 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT { return __builtin_fdimf(__… in fdim() function 29 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT { in fdim() function 33 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT { in fdim() function 38 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fdim(_A1 __x, _A2 __y) _NOEXCEPT { in fdim() function
|
/external/cronet/tot/third_party/libc++/src/include/__math/ |
D | fdim.h | 26 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT { return __builtin_fdimf(__… in fdim() function 29 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT { in fdim() function 33 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT { in fdim() function 38 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fdim(_A1 __x, _A2 __y) _NOEXCEPT { in fdim() function
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | fdim.rs | 12 pub fn fdim(x: f64, y: f64) -> f64 { in fdim() function
|
D | mod.rs | 125 mod fdim; module
|
/external/trusty/musl/src/math/ |
D | fdim.c | 3 double fdim(double x, double y) in fdim() function
|
/external/musl/src/math/ |
D | fdim.c | 3 double fdim(double x, double y) in fdim() function
|
/external/llvm-libc/src/__support/FPUtil/ |
D | BasicOperations.h | 236 LIBC_INLINE T fdim(T x, T y) { in fdim() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | BasicOperations.h | 236 LIBC_INLINE T fdim(T x, T y) { in fdim() function
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/FPUtil/ |
D | BasicOperations.h | 236 LIBC_INLINE T fdim(T x, T y) { 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/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/ |
D | nvptx.h | 47 LIBC_INLINE double fdim(double x, double y) { return __nv_fdim(x, y); } in fdim() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/ |
D | nvptx.h | 47 LIBC_INLINE double fdim(double x, double y) { return __nv_fdim(x, y); } in fdim() function
|
/external/llvm-libc/src/math/nvptx/ |
D | nvptx.h | 47 LIBC_INLINE double fdim(double x, double y) { return __nv_fdim(x, y); } in fdim() function
|
/external/ComputeLibrary/include/half/ |
D | half.hpp | 1337 static expr fdim(float x, float y) in fdim() function 2300 inline expr fdim(half x, half y) { return functions::fdim(x, y); } in fdim() function 2301 inline expr fdim(half x, expr y) { return functions::fdim(x, y); } in fdim() function 2302 inline expr fdim(expr x, half y) { return functions::fdim(x, y); } in fdim() function 2303 inline expr fdim(expr x, expr y) { return functions::fdim(x, y); } in fdim() function
|
/external/armnn/third-party/half/ |
D | half.hpp | 1339 static expr fdim(float x, float y) in fdim() function 2302 inline expr fdim(half x, half y) { return functions::fdim(x, y); } in fdim() function 2303 inline expr fdim(half x, expr y) { return functions::fdim(x, y); } in fdim() function 2304 inline expr fdim(expr x, half y) { return functions::fdim(x, y); } in fdim() function 2305 inline expr fdim(expr x, expr y) { return functions::fdim(x, y); } in fdim() function
|
/external/pytorch/torch/csrc/jit/passes/onnx/ |
D | peephole.cpp | 111 auto fdim = from[from.size() - 1 - i]; in fusibleExpandTo() local
|
/external/trusty/musl/include/ |
D | tgmath.h | 232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
|
/external/musl/include/ |
D | tgmath.h | 232 #define fdim(x,y) __tg_real_2(fdim, (x), (y)) macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 75 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/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 84 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
|
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 80 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
|
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 80 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function
|