| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | __clang_cuda_math_forward_declares.h | 67 __DEVICE__ double fdim(double, double); 68 __DEVICE__ float fdim(float, float); 219 using ::fdim;
|
| D | __clang_cuda_cmath.h | 259 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fdim); 386 using ::fdim;
|
| D | __clang_hip_cmath.h | 223 __DEF_FUN2(float, fdim) 499 __HIP_OVERLOAD2(double, fdim) 669 using ::fdim;
|
| D | tgmath.h | 697 __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.h | 113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } in fdim() function
|
| D | __clang_hip_math.h | 795 double fdim(double __x, double __y) { return __ocml_fdim_f64(__x, __y); }
|
| D | opencl-c.h | 7067 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/ |
| D | s_fdim.c | 43 DECL(double, fdim)
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | math.t | 98 is(fdim(12, 34), 0, "fdim 12 34"); 99 is(fdim(34, 12), 22, "fdim 34 12");
|
| D | export.t | 162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
|
| /openbsd/src/include/ |
| D | tgmath.h | 130 #define fdim(x, y) __tg_simple2(x, y, fdim) macro
|
| D | math.h | 241 double fdim(double, double);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | cmath | 70 #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));
|
| D | math.h | 59 using std::tr1::fdim;
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
| D | cmath | 51 __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/ |
| D | Symbols.map | 133 fdim;
|
| D | Makefile | 148 fdim.3 feclearexcept.3 feenableexcept.3 fegetenv.3 \
|
| /openbsd/src/lib/libm/hidden/ |
| D | math.h | 81 PROTO_STD_DEPRECATED(fdim);
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | math.h | 1132 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()
|
| D | cmath | 191 floating_point fdim (arithmetic x, arithmetic y); 430 using ::fdim _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/gnu/usr.bin/perl/vms/ |
| D | vmsish.h | 746 double fdim(double __x, double __y);
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 339 # define c99_fdim fdim 2514 fdim = 1
|
| /openbsd/src/gnu/llvm/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);
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | builtins.def | 237 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/ |
| D | CSymbolMap.inc | 441 SYMBOL(fdim, None, <math.h>)
|