Home
last modified time | relevance | path

Searched refs:fdim (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h81 __DEVICE__ double fdim(double, double);
82 __DEVICE__ float fdim(float, float);
206 using ::fdim;
Dtgmath.h704 __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
Dopencl-c.h8085 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/
Dmath_h.pass.cpp75 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/
Dcmath.pass.cpp77 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/
Dlibcall-declarations.c85 double fdim(double, double);
279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
/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
1189 return ::fdim((__result_type)__lcpp_x, (__result_type)__lcpp_y); in fdim()
Dcmath192 floating_point fdim (arithmetic x, arithmetic y);
414 using ::fdim;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc280 REGISTER_LIBM_SYMBOL(fdim, double (*)(double, double)); in RegisterKnownJITSymbols()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp124 CASE2(Fdim, fdim),
/external/deqp-deps/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp124 CASE2(Fdim, fdim),
/external/u-boot/arch/arm/dts/
Dam335x-rut.dts346 fdim = <1000>; /* TPS65217_BL_FDIM_100HZ */
/external/libcxx/include/experimental/
Dsimd529 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/
DBuiltins.def993 LIBBUILTIN(fdim, "ddd", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1678 fun:fdim=uninstrumented
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/
Ddebug-info.ll8476 !53 = !DISubprogram(name: "fdim", linkageName: "_ZL4fdimff", scope: !7, file: !7, line: 82, type: !…