Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h67 __DEVICE__ double fdim(double, double);
68 __DEVICE__ float fdim(float, float);
219 using ::fdim;
D__clang_cuda_cmath.h259 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fdim);
386 using ::fdim;
D__clang_hip_cmath.h223 __DEF_FUN2(float, fdim)
499 __HIP_OVERLOAD2(double, fdim)
669 using ::fdim;
Dtgmath.h697 __tg_fdim(double __x, double __y) {return fdim(__x, __y);} in __tg_fdim()
703 #undef fdim
704 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
D__clang_cuda_math.h113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } in fdim() function
D__clang_hip_math.h795 double fdim(double __x, double __y) { return __ocml_fdim_f64(__x, __y); }
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(double4, double4);
[all …]
/openbsd/src/lib/libm/src/
Ds_fdim.c43 DECL(double, fdim)
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dmath.t98 is(fdim(12, 34), 0, "fdim 12 34");
99 is(fdim(34, 12), 22, "fdim 34 12");
Dexport.t162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
/openbsd/src/include/
Dtgmath.h130 #define fdim(x, y) __tg_simple2(x, y, fdim) macro
Dmath.h241 double fdim(double, double);
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dcmath70 #undef fdim
199 using ::fdim;
511 fdim(float __x, float __y)
515 fdim(long double __x, long double __y)
520 fdim(_Tp __x, _Up __y)
523 return fdim(__type(__x), __type(__y));
Dmath.h59 using std::tr1::fdim;
/openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
Dcmath51 __DEVICE__ float fdim(float __x, float __y) { return ::fdimf(__x, __y); }
106 __DEVICE__ float fdim(float __x, float __y) { return ::fdimf(__x, __y); }
/openbsd/src/lib/libm/
DSymbols.map133 fdim;
DMakefile148 fdim.3 feclearexcept.3 feenableexcept.3 fegetenv.3 \
/openbsd/src/lib/libm/hidden/
Dmath.h81 PROTO_STD_DEPRECATED(fdim);
/openbsd/src/gnu/llvm/libcxx/include/
Dmath.h1132 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT {return _… in fdim() function
1135 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT { in fdim() function
1139 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT {return _… in fdim() function
1149 fdim(_A1 __x, _A2 __y) _NOEXCEPT in fdim() function
1154 return ::fdim((__result_type)__x, (__result_type)__y); in fdim()
Dcmath191 floating_point fdim (arithmetic x, arithmetic y);
430 using ::fdim _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/usr.bin/perl/vms/
Dvmsish.h746 double fdim(double __x, double __y);
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs339 # define c99_fdim fdim
2514 fdim = 1
/openbsd/src/gnu/llvm/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);
/openbsd/src/gnu/gcc/gcc/
Dbuiltins.def237 DEF_C99_BUILTIN (BUILT_IN_FDIM, "fdim", BT_FN_DOUBLE_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_E…
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc441 SYMBOL(fdim, None, <math.h>)

12