/external/clang/lib/Headers/ |
D | __clang_cuda_math_forward_declares.h | 81 __DEVICE__ double fdim(double, double); 82 __DEVICE__ float fdim(float, float); 206 using ::fdim;
|
D | tgmath.h | 704 __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
|
D | opencl-c.h | 8085 float __ovld __cnfn fdim(float x, float y); 8086 float2 __ovld __cnfn fdim(float2 x, float2 y); 8087 float3 __ovld __cnfn fdim(float3 x, float3 y); 8088 float4 __ovld __cnfn fdim(float4 x, float4 y); 8089 float8 __ovld __cnfn fdim(float8 x, float8 y); 8090 float16 __ovld __cnfn fdim(float16 x, float16 y); 8092 double __ovld __cnfn fdim(double x, double y); 8093 double2 __ovld __cnfn fdim(double2 x, double2 y); 8094 double3 __ovld __cnfn fdim(double3 x, double3 y); 8095 double4 __ovld __cnfn fdim(double4 x, double4 y); [all …]
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 75 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function 939 static_assert((std::is_same<decltype(fdim((float)0, (float)0)), float>::value), ""); in test_fdim() 940 static_assert((std::is_same<decltype(fdim((bool)0, (float)0)), double>::value), ""); in test_fdim() 941 static_assert((std::is_same<decltype(fdim((unsigned short)0, (double)0)), double>::value), ""); in test_fdim() 942 static_assert((std::is_same<decltype(fdim((int)0, (long double)0)), long double>::value), ""); in test_fdim() 943 static_assert((std::is_same<decltype(fdim((float)0, (unsigned int)0)), double>::value), ""); in test_fdim() 944 static_assert((std::is_same<decltype(fdim((double)0, (long)0)), double>::value), ""); in test_fdim() 945 …static_assert((std::is_same<decltype(fdim((long double)0, (unsigned long)0)), long double>::value)… in test_fdim() 946 static_assert((std::is_same<decltype(fdim((int)0, (long long)0)), double>::value), ""); in test_fdim() 947 static_assert((std::is_same<decltype(fdim((int)0, (unsigned long long)0)), double>::value), ""); in test_fdim() [all …]
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 77 Ambiguous fdim(Ambiguous, Ambiguous){ return Ambiguous(); } in fdim() function 968 static_assert((std::is_same<decltype(std::fdim((float)0, (float)0)), float>::value), ""); in test_fdim() 969 static_assert((std::is_same<decltype(std::fdim((bool)0, (float)0)), double>::value), ""); in test_fdim() 970 …static_assert((std::is_same<decltype(std::fdim((unsigned short)0, (double)0)), double>::value), ""… in test_fdim() 971 …static_assert((std::is_same<decltype(std::fdim((int)0, (long double)0)), long double>::value), ""); in test_fdim() 972 … static_assert((std::is_same<decltype(std::fdim((float)0, (unsigned int)0)), double>::value), ""); in test_fdim() 973 static_assert((std::is_same<decltype(std::fdim((double)0, (long)0)), double>::value), ""); in test_fdim() 974 …static_assert((std::is_same<decltype(std::fdim((long double)0, (unsigned long)0)), long double>::v… in test_fdim() 975 static_assert((std::is_same<decltype(std::fdim((int)0, (long long)0)), double>::value), ""); in test_fdim() 976 …static_assert((std::is_same<decltype(std::fdim((int)0, (unsigned long long)0)), double>::value), "… in test_fdim() [all …]
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 85 double fdim(double, double); 279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
|
/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 1189 return ::fdim((__result_type)__lcpp_x, (__result_type)__lcpp_y); in fdim()
|
D | cmath | 192 floating_point fdim (arithmetic x, arithmetic y); 414 using ::fdim;
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 280 REGISTER_LIBM_SYMBOL(fdim, double (*)(double, double)); in RegisterKnownJITSymbols()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 124 CASE2(Fdim, fdim),
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 124 CASE2(Fdim, fdim),
|
/external/u-boot/arch/arm/dts/ |
D | am335x-rut.dts | 346 fdim = <1000>; /* TPS65217_BL_FDIM_100HZ */
|
/external/libcxx/include/experimental/ |
D | simd | 529 template <class Abi> floatv<Abi> fdim(floatv<Abi> x, floatv<Abi> y); 530 template <class Abi> doublev<Abi> fdim(doublev<Abi> x, doublev<Abi> y); 531 template <class Abi> ldoublev<Abi> fdim(ldoublev<Abi> x, ldoublev<Abi> y);
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 993 LIBBUILTIN(fdim, "ddd", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1678 fun:fdim=uninstrumented
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-info.ll | 8476 !53 = !DISubprogram(name: "fdim", linkageName: "_ZL4fdimff", scope: !7, file: !7, line: 82, type: !…
|