Home
last modified time | relevance | path

Searched refs:rhsarr (Results 1 – 11 of 11) sorted by relevance

/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sunlinsol/magmadense/
H A Dsunlinsol_magmadense.cpp53 #define RHSARRAY(S) ( (realtype**)MAGMADENSE_CONTENT(S)->rhsarr->ptr )
137 content->rhsarr = NULL; in SUNLinSol_MagmaDense()
174 retval = SUNMemoryHelper_Alloc(content->memhelp, &content->rhsarr, in SUNLinSol_MagmaDense()
403 if (MAGMADENSE_CONTENT(S)->rhsarr) in SUNLinSolFree_MagmaDense()
404 SUNMemoryHelper_Dealloc(MHELP(S), MAGMADENSE_CONTENT(S)->rhsarr); in SUNLinSolFree_MagmaDense()
/dports/math/sundials/sundials-5.7.0/src/sunlinsol/magmadense/
H A Dsunlinsol_magmadense.cpp53 #define RHSARRAY(S) ( (realtype**)MAGMADENSE_CONTENT(S)->rhsarr->ptr )
137 content->rhsarr = NULL; in SUNLinSol_MagmaDense()
174 retval = SUNMemoryHelper_Alloc(content->memhelp, &content->rhsarr, in SUNLinSol_MagmaDense()
403 if (MAGMADENSE_CONTENT(S)->rhsarr) in SUNLinSolFree_MagmaDense()
404 SUNMemoryHelper_Dealloc(MHELP(S), MAGMADENSE_CONTENT(S)->rhsarr); in SUNLinSolFree_MagmaDense()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/include/sunlinsol/
H A Dsunlinsol_magmadense.h51 SUNMemory rhsarr; member
/dports/math/sundials/sundials-5.7.0/include/sunlinsol/
H A Dsunlinsol_magmadense.h51 SUNMemory rhsarr; member
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_print_glsl_visitor.cpp1212 ir_dereference_variable* rhsarr = rhs->as_dereference_variable(); in try_print_array_assignment() local
1213 if (rhsarr == NULL) in try_print_array_assignment()
1216 const glsl_type* rhstype = rhsarr->type; in try_print_array_assignment()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dir_print_glsl_visitor.cpp1084 ir_dereference_variable* rhsarr = rhs->as_dereference_variable(); in try_print_array_assignment() local
1085 if (rhsarr == NULL) in try_print_array_assignment()
1088 const glsl_type* rhstype = rhsarr->type; in try_print_array_assignment()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dir_print_glsl_visitor.cpp1084 ir_dereference_variable* rhsarr = rhs->as_dereference_variable(); in try_print_array_assignment() local
1085 if (rhsarr == NULL) in try_print_array_assignment()
1088 const glsl_type* rhstype = rhsarr->type; in try_print_array_assignment()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_print_glsl_visitor.cpp1212 ir_dereference_variable* rhsarr = rhs->as_dereference_variable(); in try_print_array_assignment() local
1213 if (rhsarr == NULL) in try_print_array_assignment()
1216 const glsl_type* rhstype = rhsarr->type; in try_print_array_assignment()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_print_glsl_visitor.cpp1212 ir_dereference_variable* rhsarr = rhs->as_dereference_variable(); in try_print_array_assignment() local
1213 if (rhsarr == NULL) in try_print_array_assignment()
1216 const glsl_type* rhstype = rhsarr->type; in try_print_array_assignment()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dir_print_glsl_visitor.cpp1197 ir_dereference_variable* rhsarr = rhs->as_dereference_variable(); in try_print_array_assignment() local
1198 if (rhsarr == NULL) in try_print_array_assignment()
1201 const glsl_type* rhstype = rhsarr->type; in try_print_array_assignment()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dlapack.cpp1772 const CvArr* varr, const CvArr* rhsarr, in cvSVBkSb() argument
1790 if( rhsarr ) in cvSVBkSb()
1791 rhs = cv::cvarrToMat(rhsarr); in cvSVBkSb()