Home
last modified time | relevance | path

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

12

/freebsd-14.2/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(__… in fdim() function
29 _LIBCPP_HIDE_FROM_ABI double fdim(double __x, double __y) _NOEXCEPT { in fdim() function
33 inline _LIBCPP_HIDE_FROM_ABI long double fdim(long double __x, long double __y) _NOEXCEPT { in fdim() function
38 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type fdim(_A1 __x, _A2 __y) _NOEXCEPT { in fdim() function
41 return __math::fdim((__result_type)__x, (__result_type)__y); in fdim()
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dtps65217-backlight.txt11 - fdim: PWM dimming frequency, valid values: 100, 200, 500, 1000
23 fdim = <100>; /* TPS65217_BL_FDIM_100HZ */
/freebsd-14.2/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 D__clang_hip_cmath.h223 __DEF_FUN2(float, fdim)
499 __HIP_OVERLOAD2(double, fdim)
669 using ::fdim;
H A 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
H A D__clang_cuda_math.h113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } in fdim() function
H A D__clang_hip_math.h807 double fdim(double __x, double __y) { return __ocml_fdim_f64(__x, __y); }
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);
7074 double __ovld __cnfn fdim(double, double);
7082 half __ovld __cnfn fdim(half, half);
7083 half2 __ovld __cnfn fdim(half2, half2);
7084 half3 __ovld __cnfn fdim(half3, half3);
7085 half4 __ovld __cnfn fdim(half4, half4);
[all …]
/freebsd-14.2/lib/msun/src/
H A Ds_fdim.c43 DECL(double, fdim)
H A Dmath.h302 double fdim(double, double);
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcmath51 __DEVICE__ float fdim(float __x, float __y) { return ::fdimf(__x, __y); }
106 __DEVICE__ float fdim(float __x, float __y) { return ::fdimf(__x, __y); }
/freebsd-14.2/include/
H A Dtgmath.h171 #define fdim(x, y) __tg_simple2(x, y, fdim) macro
/freebsd-14.2/lib/msun/
H A DMakefile178 exp.3 fabs.3 fdim.3 \
223 MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
H A DSymbol.map93 fdim;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dmath.h462 using std::__math::fdim;
H A Dcmath191 floating_point fdim (arithmetic x, arithmetic y);
432 using ::fdim _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc231 using ::fdim;
/freebsd-14.2/tools/regression/include/tgmath/
H A Dtgmath.c110 TGMACRO_REAL_REAL(fdim) in TGMACRO_REAL()
501 PASS_REAL_REAL_ARG_REAL_RET(fdim)); in main()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVecFuncs.def513 TLI_DEFINE_VECFUNC("fdim", "_ZGVnN2vv_fdim", FIXED(2), "_ZGV_LLVM_N2vv")
729 TLI_DEFINE_VECFUNC("fdim", "_ZGVsMxvv_fdim", SCALABLE(2), MASKED, "_ZGVsMxvv")
926 TLI_DEFINE_VECFUNC("fdim", "armpl_vfdimq_f64", FIXED(2), NOMASK, "_ZGV_LLVM_N2vv")
928 TLI_DEFINE_VECFUNC("fdim", "armpl_svfdim_f64_x", SCALABLE(2), MASKED, "_ZGVsMxvv")
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc232 using std::fdim;
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dam335x-pepper.dts431 fdim = <200>; /* TPS65217_BL_FDIM_200HZ */
H A Dam335x-guardian.dts321 fdim = <500>; /* TPS65217_BL_FDIM_500HZ */
/freebsd-14.2/lib/libc++/
H A DMakefile890 MAT_HEADERS+= fdim.h
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc441 SYMBOL(fdim, None, <math.h>)

12