Home
last modified time | relevance | path

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

12

/freebsd/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 __promote_t<_A1, _A2> fdim(_A1 __x, _A2 __y) _NOEXCEPT { in fdim() function
41 return __math::fdim((__result_type)__x, (__result_type)__y); in fdim()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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/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/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)
505 __HIP_OVERLOAD2(double, fdim)
675 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.h117 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } in fdim() function
/freebsd/lib/msun/src/
H A Ds_fdim.c44 DECL(double, fdim)
H A Dmath.h313 double fdim(double, double);
/freebsd/include/
H A Dtgmath.h171 #define fdim(x, y) __tg_simple2(x, y, fdim) macro
/freebsd/lib/msun/
H A DMakefile189 exp.3 fabs.3 fdim.3 \
239 MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
H A DSymbol.map93 fdim;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h456 using std::__math::fdim;
H A Dcmath191 floating_point fdim (arithmetic x, arithmetic y);
444 using ::fdim _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmath.h462 using std::__math::fdim;
H A Dcmath191 floating_point fdim (arithmetic x, arithmetic y);
440 using ::fdim _LIBCPP_USING_IF_EXISTS;
/freebsd/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/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc231 using ::fdim _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/
H A DBasicOperations.h236 LIBC_INLINE T fdim(T x, T y) { in fdim() function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc232 using std::fdim _LIBCPP_USING_IF_EXISTS;
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam335x-pepper.dts431 fdim = <200>; /* TPS65217_BL_FDIM_200HZ */
H A Dam335x-guardian.dts321 fdim = <500>; /* TPS65217_BL_FDIM_500HZ */
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVecFuncs.def832 TLI_DEFINE_VECFUNC("fdim", "_ZGVnN2vv_fdim", FIXED(2), "_ZGV_LLVM_N2vv")
1069 TLI_DEFINE_VECFUNC("fdim", "_ZGVsMxvv_fdim", SCALABLE(2), MASKED, "_ZGVsMxvv")
1234 TLI_DEFINE_VECFUNC("fdim", "Sleef_fdimdx_rvvm2", SCALABLE(2), NOMASK, "_ZGVrNxvv")
1466 TLI_DEFINE_VECFUNC("fdim", "armpl_vfdimq_f64", FIXED(2), NOMASK, "_ZGV_LLVM_N2vv", CallingConv::AAr…
1468 TLI_DEFINE_VECFUNC("fdim", "armpl_svfdim_f64_x", SCALABLE(2), MASKED, "_ZGVsMxvv", NOCC)

12