Searched refs:fdim (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__math/
H A Dfdim.h26 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT { return __builtin_fdimf(__x, __y); }
29 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT {
33 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT {
38 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fdim(_A1 __x, _A2 __y) _NOEXCEPT {
41 return __math::fdim((__result_type)__x, (__result_type)__y);
/freebsd-current/lib/msun/src/
H A Ds_fdim.c43 DECL(double, fdim)
H A Dmath.h317 double fdim(double, double);
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h67 __DEVICE__ double fdim(double, double);
68 __DEVICE__ float fdim(float, float);
219 using ::fdim;
H A D__clang_cuda_cmath.h259 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fdim);
386 using ::fdim;
H A Dtgmath.h689 // fdim
697 __tg_fdim(double __x, double __y) {return fdim(__x, __y);}
703 #undef fdim macro
704 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_hip_cmath.h223 __DEF_FUN2(float, fdim)
499 __HIP_OVERLOAD2(double, fdim)
669 using ::fdim;
H A D__clang_cuda_math.h113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } function
H A D__clang_hip_math.h807 double fdim(double __x, double __y) { return __ocml_fdim_f64(__x, __y); } function
H A Dopencl-c.h7067 float __ovld __cnfn fdim(float, float);
7068 float2 __ovld __cnfn fdim(float2, float2);
7069 float3 __ovld __cnfn fdim(float3, float3);
7070 float4 __ovld __cnfn fdim(float4, float4);
7071 float8 __ovld __cnfn fdim(float8, float8);
7072 float16 __ovld __cnfn fdim(float16, float16);
7074 double __ovld __cnfn fdim(double, double);
7075 double2 __ovld __cnfn fdim(double2, double2);
7076 double3 __ovld __cnfn fdim(double3, double3);
7077 double4 __ovld __cnfn fdim(double
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dmath.h188 floating_point fdim (arithmetic x, arithmetic y);
362 # include <__math/fdim.h>
462 using std::__math::fdim;
/freebsd-current/lib/msun/
H A DMakefile176 exp.3 fabs.3 fdim.3 \
221 MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
/freebsd-current/include/
H A Dtgmath.h171 #define fdim(x, y) __tg_simple2(x, y, fdim) macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc231 using ::fdim;
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c110 TGMACRO_REAL_REAL(fdim)
500 PRINT("fdim",
501 PASS_REAL_REAL_ARG_REAL_RET(fdim));
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc232 using std::fdim;
/freebsd-current/lib/libc++/
H A DMakefile890 MAT_HEADERS+= fdim.h
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2452 MUTATE_LDBL(fdim)

Completed in 464 milliseconds