| /freebsd-14.2/contrib/llvm-project/libcxx/include/__math/ |
| H A D | fdim.h | 26 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 D | tps65217-backlight.txt | 11 - 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.h | 67 __DEVICE__ double fdim(double, double); 68 __DEVICE__ float fdim(float, float); 219 using ::fdim;
|
| H A D | __clang_cuda_cmath.h | 259 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, fdim); 386 using ::fdim;
|
| H A D | __clang_hip_cmath.h | 223 __DEF_FUN2(float, fdim) 499 __HIP_OVERLOAD2(double, fdim) 669 using ::fdim;
|
| H A 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
|
| H A D | __clang_cuda_math.h | 113 __DEVICE__ double fdim(double __a, double __b) { return __nv_fdim(__a, __b); } in fdim() function
|
| H A D | __clang_hip_math.h | 807 double fdim(double __x, double __y) { return __ocml_fdim_f64(__x, __y); }
|
| H A 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); 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 D | s_fdim.c | 43 DECL(double, fdim)
|
| H A D | math.h | 302 double fdim(double, double);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| H A 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); }
|
| /freebsd-14.2/include/ |
| H A D | tgmath.h | 171 #define fdim(x, y) __tg_simple2(x, y, fdim) macro
|
| /freebsd-14.2/lib/msun/ |
| H A D | Makefile | 178 exp.3 fabs.3 fdim.3 \ 223 MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
|
| H A D | Symbol.map | 93 fdim;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | math.h | 462 using std::__math::fdim;
|
| H A D | cmath | 191 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 D | cmath.inc | 231 using ::fdim;
|
| /freebsd-14.2/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 110 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 D | VecFuncs.def | 513 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 D | cmath.inc | 232 using std::fdim;
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | am335x-pepper.dts | 431 fdim = <200>; /* TPS65217_BL_FDIM_200HZ */
|
| H A D | am335x-guardian.dts | 321 fdim = <500>; /* TPS65217_BL_FDIM_500HZ */
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 890 MAT_HEADERS+= fdim.h
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 441 SYMBOL(fdim, None, <math.h>)
|