Searched refs:fdim (Results 1 - 21 of 21) sorted by path

/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dmath.h59 using std::tr1::fdim;
/openbsd-current/include/
H A Dmath.h241 double fdim(double, double);
H A Dtgmath.h130 #define fdim(x, y) __tg_simple2(x, y, fdim) macro
/openbsd-current/lib/libm/hidden/
H A Dmath.h81 PROTO_STD_DEPRECATED(fdim); variable
/openbsd-current/lib/libm/src/
H A Ds_fdim.c43 DECL(double, fdim)
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2130 MUTATE_LDBL(fdim)
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h259 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fdim);
386 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_cuda_math_forward_declares.h67 __DEVICE__ double fdim(double, double);
68 __DEVICE__ float fdim(float, float);
219 using ::fdim;
H A D__clang_hip_cmath.h223 __DEF_FUN2(float, fdim)
499 __HIP_OVERLOAD2(double, fdim)
669 using ::fdim;
H A D__clang_hip_math.h795 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...]
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
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h188 floating_point fdim (arithmetic x, arithmetic y);
1130 // fdim
1132 inline _LIBCPP_HIDE_FROM_ABI float fdim(float __x, float __y) _NOEXCEPT {return __builtin_fdimf(__x, __y);}
1135 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT {
1139 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT {return __builtin_fdiml(__x, __y);}
1149 fdim(_A1 __x, _A2 __y) _NOEXCEPT
1154 return ::fdim((__result_type)__x, (__result_type)__y);
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure14071 : see if fdim exists
14072 set fdim d_fdim
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs203 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim fma fmax
339 # define c99_fdim fdim
2521 fdim = 1
2555 not_here("fdim");
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm428 Inf NaN acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim fma
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
H A Dmath.t101 is(fdim(12, 34), 0, "fdim 12 34");
102 is(fdim(34, 12), 22, "fdim 34 12");
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvmsish.h746 double fdim(double __x, double __y);
/openbsd-current/lib/libm/
H A DMakefile148 fdim.3 feclearexcept.3 feenableexcept.3 fegetenv.3 \

Completed in 417 milliseconds