Home
last modified time | relevance | path

Searched defs:_R (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_clblas_impl.hpp157 #define openclamdblas_fn0(ID, _R, decl_args) \ argument
162 #define openclamdblas_fn1(ID, _R, decl_args) \ argument
167 #define openclamdblas_fn2(ID, _R, decl_args) \ argument
172 #define openclamdblas_fn3(ID, _R, decl_args) \ argument
177 #define openclamdblas_fn4(ID, _R, decl_args) \ argument
182 #define openclamdblas_fn5(ID, _R, decl_args) \ argument
187 #define openclamdblas_fn6(ID, _R, decl_args) \ argument
192 #define openclamdblas_fn7(ID, _R, decl_args) \ argument
197 #define openclamdblas_fn8(ID, _R, decl_args) \ argument
202 #define openclamdblas_fn9(ID, _R, decl_args) \ argument
[all …]
H A Dopencl_clfft_impl.hpp43 #define openclamdfft_fn0(ID, _R, decl_args) \ argument
48 #define openclamdfft_fn1(ID, _R, decl_args) \ argument
53 #define openclamdfft_fn2(ID, _R, decl_args) \ argument
58 #define openclamdfft_fn3(ID, _R, decl_args) \ argument
63 #define openclamdfft_fn4(ID, _R, decl_args) \ argument
68 #define openclamdfft_fn5(ID, _R, decl_args) \ argument
73 #define openclamdfft_fn6(ID, _R, decl_args) \ argument
78 #define openclamdfft_fn7(ID, _R, decl_args) \ argument
83 #define openclamdfft_fn8(ID, _R, decl_args) \ argument
88 #define openclamdfft_fn9(ID, _R, decl_args) \ argument
[all …]
H A Dopencl_gl_impl.hpp20 #define opencl_gl_fn0(ID, _R, decl_args) \ argument
25 #define opencl_gl_fn1(ID, _R, decl_args) \ argument
30 #define opencl_gl_fn2(ID, _R, decl_args) \ argument
35 #define opencl_gl_fn3(ID, _R, decl_args) \ argument
40 #define opencl_gl_fn4(ID, _R, decl_args) \ argument
45 #define opencl_gl_fn5(ID, _R, decl_args) \ argument
50 #define opencl_gl_fn6(ID, _R, decl_args) \ argument
55 #define opencl_gl_fn7(ID, _R, decl_args) \ argument
60 #define opencl_gl_fn8(ID, _R, decl_args) \ argument
65 #define opencl_gl_fn9(ID, _R, decl_args) \ argument
[all …]
H A Dopencl_core_impl.hpp98 #define opencl_fn0(ID, _R, decl_args) \ argument
103 #define opencl_fn1(ID, _R, decl_args) \ argument
108 #define opencl_fn2(ID, _R, decl_args) \ argument
113 #define opencl_fn3(ID, _R, decl_args) \ argument
118 #define opencl_fn4(ID, _R, decl_args) \ argument
123 #define opencl_fn5(ID, _R, decl_args) \ argument
128 #define opencl_fn6(ID, _R, decl_args) \ argument
133 #define opencl_fn7(ID, _R, decl_args) \ argument
138 #define opencl_fn8(ID, _R, decl_args) \ argument
143 #define opencl_fn9(ID, _R, decl_args) \ argument
[all …]
/dports/math/cln/cln-1.3.6/src/modinteger/
H A Dcl_MI_pow2.h16 static inline const cl_I pow2_reduce_modulo (cl_heap_modint_ring* _R, const cl_I& x) in pow2_reduce_modulo()
27 static const _cl_MI pow2_plus (cl_heap_modint_ring* _R, const _cl_MI& x, const _cl_MI& y) in pow2_plus()
34 static const _cl_MI pow2_minus (cl_heap_modint_ring* _R, const _cl_MI& x, const _cl_MI& y) in pow2_minus()
41 static const _cl_MI pow2_uminus (cl_heap_modint_ring* _R, const _cl_MI& x) in pow2_uminus()
48 static const _cl_MI pow2_one (cl_heap_modint_ring* _R) in pow2_one()
54 static const _cl_MI pow2_mul (cl_heap_modint_ring* _R, const _cl_MI& x, const _cl_MI& y) in pow2_mul()
61 static const _cl_MI pow2_square (cl_heap_modint_ring* _R, const _cl_MI& x) in pow2_square()
80 static const cl_MI_x pow2_recip (cl_heap_modint_ring* _R, const _cl_MI& x) in pow2_recip()
105 static const cl_MI_x pow2_div (cl_heap_modint_ring* _R, const _cl_MI& x, const _cl_MI& y) in pow2_div()
H A Dcl_MI_montgom.h97 static const _cl_MI montgom_canonhom (cl_heap_modint_ring* _R, const cl_I& x) in montgom_canonhom()
103 static const cl_I montgom_retract (cl_heap_modint_ring* _R, const _cl_MI& x) in montgom_retract()
109 static const _cl_MI montgom_one (cl_heap_modint_ring* _R) in montgom_one()
116 static const _cl_MI montgom_mul (cl_heap_modint_ring* _R, const _cl_MI& x, const _cl_MI& y) in montgom_mul()
122 static const _cl_MI montgom_square (cl_heap_modint_ring* _R, const _cl_MI& x) in montgom_square()
128 static const cl_MI_x montgom_recip (cl_heap_modint_ring* _R, const _cl_MI& x) in montgom_recip()
142 static const cl_MI_x montgom_div (cl_heap_modint_ring* _R, const _cl_MI& x, const _cl_MI& y) in montgom_div()
H A Dcl_MI_pow2m1.h16 static inline const cl_I pow2m1_reduce_modulo (cl_heap_modint_ring* _R, const cl_I& x) in pow2m1_reduce_modulo()
49 static const _cl_MI pow2m1_mul (cl_heap_modint_ring* _R, const _cl_MI& x, const _cl_MI& y) in pow2m1_mul()
58 static const _cl_MI pow2m1_square (cl_heap_modint_ring* _R, const _cl_MI& x) in pow2m1_square()
H A Dcl_MI_pow2p1.h16 static inline const cl_I pow2p1_reduce_modulo (cl_heap_modint_ring* _R, const cl_I& x) in pow2p1_reduce_modulo()
56 static const _cl_MI pow2p1_mul (cl_heap_modint_ring* _R, const _cl_MI& x, const _cl_MI& y) in pow2p1_mul()
67 static const _cl_MI pow2p1_square (cl_heap_modint_ring* _R, const _cl_MI& x) in pow2p1_square()
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/arch_test_target/spike/
H A Dmodel_test.h42 #define RVMODEL_IO_WRITE_STR(_R, _STR) argument
46 #define RVMODEL_IO_ASSERT_GPR_EQ(_S, _R, _I) argument
48 #define RVMODEL_IO_ASSERT_SFPR_EQ(_F, _R, _I) argument
50 #define RVMODEL_IO_ASSERT_DFPR_EQ(_D, _R, _I) argument
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwColors.h40 inline color32 Color32FromARGBi(int _A, int _R, int _G, int _B) in Color32FromARGBi()
45 inline color32 Color32FromARGBf(float _A, float _R, float _G, float _B) in Color32FromARGBf()
50 inline void Color32ToARGBi(color32 _Color, int *_A, int *_R, int *_G, int *_B) in Color32ToARGBi()
58 inline void Color32ToARGBf(color32 _Color, float *_A, float *_R, float *_G, float *_B) in Color32ToARGBf()
H A DTwColors.cpp15 void ColorRGBToHLSf(float _R, float _G, float _B, float *_Hue, float *_Light, float *_Saturation) in ColorRGBToHLSf()
77 void ColorRGBToHLSi(int _R, int _G, int _B, int *_Hue, int *_Light, int *_Saturation) in ColorRGBToHLSi()
87 void ColorHLSToRGBf(float _Hue, float _Light, float _Saturation, float *_R, float *_G, float *_B) in ColorHLSToRGBf()
134 void ColorHLSToRGBi(int _Hue, int _Light, int _Saturation, int *_R, int *_G, int *_B) in ColorHLSToRGBi()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/compilable/
H A Dvcg-ast.d20 struct _R { T elem; } in R() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dvcg-ast.d15 struct _R { T elem; } in R() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/compilable/
H A Dvcg-ast.d15 struct _R { T elem; } in R() struct
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/compilable/
H A Dvcg-ast.d15 struct _R { T elem; } in R() struct
/dports/devel/zziplib/zziplib-0.13.72/bins/
H A Dzziptest.c37 #define I_(_T,_L,_R) do { _T _l = (_T) _L; \ argument
40 #define I_(_T,_L,_R) _L _R argument
/dports/x11-drivers/xorgxrdp/xorgxrdp-0.2.17/tests/yuv2rgb/
H A Dyuv2rgb_speed.c58 #define YUV2RGB1(_Y, _U, _V, _R, _G, _B) \ argument
63 #define YUV2RGB3(_Y, _U, _V, _R, _G, _B) \ argument
68 #define YUV2RGB2(_Y, _U, _V, _R, _G, _B) \ argument
74 #define YUV2RGB(_Y, _U, _V, _R, _G, _B) \ argument
79 #define YUV2RGB4(_Y, _U, _V, _R, _G, _B) \ argument
/dports/math/qposases/qpOASES-3.2.1/src/
H A DFlipper.cpp134 real_t* const _R, in get()
163 const real_t* const _R, in set()
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DFlipper.cpp134 real_t* const _R, in get()
163 const real_t* const _R, in set()
/dports/science/py-chempy/chempy-0.8.2/chempy/kinetics/tests/
H A Dtest_eyring.py12 _R = 8.314472 variable
/dports/misc/dartsim/dart-6.11.1/dart/collision/fcl/
H A DFCLTypes.cpp60 const Eigen::Matrix3d& _R) in convertMatrix3x3()
/dports/misc/dartsim/dart-6.11.1/dart/collision/bullet/
H A DBulletTypes.cpp54 btMatrix3x3 convertMatrix3x3(const Eigen::Matrix3d& _R) in convertMatrix3x3()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/
H A DDebugHelpers.h13 #define _R(x, y) Surge::Debug::LifeCycleToConsole y(x); macro
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Solver/
H A DSparseQRSolverT.cc124 factorize_system_gmm( const GMM_MatrixT& _A, GMM_MatrixT2& _Q, GMM_MatrixT3& _R, std::vector<IntT>&… in factorize_system_gmm()
193 factorize_system_eigen( const Eigen_MatrixT& _A, Eigen_MatrixT& _Q, Eigen_MatrixT& _R, std::vector<… in factorize_system_eigen()
/dports/astro/py-skyfield/skyfield-1.41/skyfield/data/
H A Diers.py16 _R = (b'(?m)^......(.........) . ' variable

12345678910>>...31