Home
last modified time | relevance | path

Searched refs:check_flag (Results 26 – 50 of 494) sorted by relevance

12345678910>>...20

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/ida/cuda/
H A DidaHeat2D_kry_cuda.cu237 if(check_flag(&ier, "IDAInit", 1)) return(1); in main()
286 check_flag(&ier, "IDAGetNumErrTestFails", 1); in main()
292 check_flag(&ier, "IDASpilsGetNumConvFails", 1); in main()
311 if(check_flag(&ier, "IDAReInit", 1)) return(1); in main()
334 check_flag(&ier, "IDAGetNumErrTestFails", 1); in main()
544 check_flag(&ier, "IDAGetLastOrder", 1); in PrintOutput()
546 check_flag(&ier, "IDAGetNumSteps", 1); in PrintOutput()
550 check_flag(&ier, "IDAGetNumResEvals", 1); in PrintOutput()
552 check_flag(&ier, "IDAGetLastStep", 1); in PrintOutput()
556 check_flag(&ier, "IDASpilsGetNumLinIters", 1); in PrintOutput()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/ida/cuda/
H A DidaHeat2D_kry_cuda.cu237 if(check_flag(&ier, "IDAInit", 1)) return(1); in main()
286 check_flag(&ier, "IDAGetNumErrTestFails", 1); in main()
292 check_flag(&ier, "IDASpilsGetNumConvFails", 1); in main()
311 if(check_flag(&ier, "IDAReInit", 1)) return(1); in main()
334 check_flag(&ier, "IDAGetNumErrTestFails", 1); in main()
544 check_flag(&ier, "IDAGetLastOrder", 1); in PrintOutput()
546 check_flag(&ier, "IDAGetNumSteps", 1); in PrintOutput()
550 check_flag(&ier, "IDAGetNumResEvals", 1); in PrintOutput()
552 check_flag(&ier, "IDAGetLastStep", 1); in PrintOutput()
556 check_flag(&ier, "IDASpilsGetNumLinIters", 1); in PrintOutput()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/raw-cpuid-7.0.3/src/
H A Dlib.rs1338 check_flag!(
1346 check_flag!(
1354 check_flag!(
1362 check_flag!(
1369 check_flag!(
1378 check_flag!(
1386 check_flag!(
1394 check_flag!(
1402 check_flag!(
1410 check_flag!(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/raw-cpuid/src/
H A Dlib.rs1338 check_flag!(
1346 check_flag!(
1354 check_flag!(
1362 check_flag!(
1369 check_flag!(
1378 check_flag!(
1386 check_flag!(
1394 check_flag!(
1402 check_flag!(
1410 check_flag!(
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/raw-cpuid/src/
H A Dlib.rs1338 check_flag!(
1346 check_flag!(
1354 check_flag!(
1362 check_flag!(
1369 check_flag!(
1378 check_flag!(
1386 check_flag!(
1394 check_flag!(
1402 check_flag!(
1410 check_flag!(
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/raw-cpuid/src/
H A Dlib.rs1338 check_flag!(
1346 check_flag!(
1354 check_flag!(
1362 check_flag!(
1369 check_flag!(
1378 check_flag!(
1386 check_flag!(
1394 check_flag!(
1402 check_flag!(
1410 check_flag!(
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/CXX_xbraid/
H A Dark_heat2D_xbraid.cpp258 if (check_flag(&flag, "MPI_Init", 1)) return 1; in main()
261 if (check_flag(&flag, "MPI_Comm_rank", 1)) return 1; in main()
274 if (check_flag(&flag, "InitUserData", 1)) return 1; in main()
283 if (check_flag(&flag, "MPI_Comm_size", 1)) return 1; in main()
294 if (check_flag(&flag, "PrintUserData", 1)) return 1; in main()
319 if (check_flag(&flag, "Solution", 1)) return 1; in main()
512 if (check_flag(&flag, "braid_SetSkip", 1)) return 1; in main()
545 if (check_flag(&flag, "braid_SetFMG", 1)) return 1; in main()
572 if (check_flag(&flag, "braid_SetFMG", 1)) return 1; in main()
588 if (check_flag(&flag, "braid_Drive", 1)) return 1; in main()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/raw-cpuid-6.1.0/src/
H A Dlib.rs1321 check_flag!(
1329 check_flag!(
1337 check_flag!(
1345 check_flag!(
1352 check_flag!(
1361 check_flag!(
1369 check_flag!(
1377 check_flag!(
1385 check_flag!(
1393 check_flag!(
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/serial/
H A DcvRoberts_dns_negsol.c89 if (check_flag((void *)y, "N_VNew_Serial", 0)) return(1); in main()
114 if (check_flag(&flag, "CVodeInit", 1)) return(1); in main()
123 if (check_flag(&flag, "CVodeSetUserData", 1)) return(1); in main()
243 check_flag(&flag, "CVodeGetNumSteps", 1); in PrintFinalStats()
245 check_flag(&flag, "CVodeGetNumRhsEvals", 1); in PrintFinalStats()
247 check_flag(&flag, "CVodeGetNumLinSolvSetups", 1); in PrintFinalStats()
249 check_flag(&flag, "CVodeGetNumErrTestFails", 1); in PrintFinalStats()
251 check_flag(&flag, "CVodeGetNumNonlinSolvIters", 1); in PrintFinalStats()
253 check_flag(&flag, "CVodeGetNumNonlinSolvConvFails", 1); in PrintFinalStats()
256 check_flag(&flag, "CVodeGetNumJacEvals", 1); in PrintFinalStats()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvode/serial/
H A DcvRoberts_dns_negsol.c89 if (check_flag((void *)y, "N_VNew_Serial", 0)) return(1); in main()
114 if (check_flag(&flag, "CVodeInit", 1)) return(1); in main()
123 if (check_flag(&flag, "CVodeSetUserData", 1)) return(1); in main()
243 check_flag(&flag, "CVodeGetNumSteps", 1); in PrintFinalStats()
245 check_flag(&flag, "CVodeGetNumRhsEvals", 1); in PrintFinalStats()
247 check_flag(&flag, "CVodeGetNumLinSolvSetups", 1); in PrintFinalStats()
249 check_flag(&flag, "CVodeGetNumErrTestFails", 1); in PrintFinalStats()
251 check_flag(&flag, "CVodeGetNumNonlinSolvIters", 1); in PrintFinalStats()
253 check_flag(&flag, "CVodeGetNumNonlinSolvConvFails", 1); in PrintFinalStats()
256 check_flag(&flag, "CVodeGetNumJacEvals", 1); in PrintFinalStats()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/kinsol/serial/
H A DkinLaplace_picard_kry.c126 if (check_flag(&flag, "KINInit", 1)) return(1); in main()
189 if (check_flag(&flag, "KINSol", 1)) return(1); in main()
389 check_flag(&flag, "KINGetNumFuncEvals", 1); in PrintFinalStats()
394 check_flag(&flag, "KINGetNumLinIters", 1); in PrintFinalStats()
396 check_flag(&flag, "KINGetNumLinFuncEvals", 1); in PrintFinalStats()
398 check_flag(&flag, "KINGetNumLinConvFails", 1); in PrintFinalStats()
400 check_flag(&flag, "KINGetNumJtimesEvals", 1); in PrintFinalStats()
402 check_flag(&flag, "KINGetNumPrecEvals", 1); in PrintFinalStats()
404 check_flag(&flag, "KINGetNumPrecSolves", 1); in PrintFinalStats()
409 check_flag(&flag, "KINGetWorkSpace", 1); in PrintFinalStats()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_serial/
H A Dark_heat1D_adapt.c135 if (check_flag((void *) y, "N_VNew_Serial", 0)) return 1; in main()
159 if (check_flag(&flag, "ARKStepSetUserData", 1)) return 1; in main()
163 if (check_flag(&flag, "ARKStepSStolerances", 1)) return 1; in main()
171 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
175 if (check_flag((void *)LS, "SUNLinSol_PCG", 0)) return 1; in main()
181 if (check_flag(&flag, "ARKStepSetJacTimes", 1)) return 1; in main()
197 if (check_flag(&flag, "ARKStepSetStopTime", 1)) return 1; in main()
203 if (check_flag(&flag, "ARKStepEvolve", 1)) return 1; in main()
232 if (check_flag(xnew, "ark_adapt", 0)) return 1; in main()
240 if (check_flag(&flag, "project", 1)) return 1; in main()
[all …]
H A Dark_brusselator.c144 if (check_flag((void *)y, "N_VNew_Serial", 0)) return 1; in main()
174 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
196 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
214 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
216 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
218 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
220 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
222 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
224 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
228 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/CXX_serial/
H A Dark_heat2D.cpp224 if (check_flag(&flag, "InitUserData", 1)) return 1; in main()
232 if (check_flag(&flag, "PrintUserData", 1)) return 1; in main()
251 if (check_flag(&flag, "Solution", 1)) return 1; in main()
406 if (check_flag(&flag, "OpenOutput", 1)) return 1; in main()
409 if (check_flag(&flag, "WriteOutput", 1)) return 1; in main()
418 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
428 if (check_flag(&flag, "WriteOutput", 1)) return 1; in main()
437 if (check_flag(&flag, "CloseOutput", 1)) return 1; in main()
448 if (check_flag(&flag, "OutputStats", 1)) return 1; in main()
455 if (check_flag(&flag, "SolutionError", 1)) return 1; in main()
[all …]
H A Dark_analytic_sys.cpp132 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
136 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
155 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
174 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
176 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
178 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
180 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
182 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
184 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
188 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_serial/
H A Dark_heat1D_adapt.c135 if (check_flag((void *) y, "N_VNew_Serial", 0)) return 1; in main()
159 if (check_flag(&flag, "ARKStepSetUserData", 1)) return 1; in main()
163 if (check_flag(&flag, "ARKStepSStolerances", 1)) return 1; in main()
171 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
175 if (check_flag((void *)LS, "SUNLinSol_PCG", 0)) return 1; in main()
181 if (check_flag(&flag, "ARKStepSetJacTimes", 1)) return 1; in main()
197 if (check_flag(&flag, "ARKStepSetStopTime", 1)) return 1; in main()
201 if (check_flag(&flag, "ARKStepEvolve", 1)) return 1; in main()
230 if (check_flag(xnew, "ark_adapt", 0)) return 1; in main()
238 if (check_flag(&flag, "project", 1)) return 1; in main()
[all …]
H A Dark_brusselator.c144 if (check_flag((void *)y, "N_VNew_Serial", 0)) return 1; in main()
174 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
196 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
214 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
216 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
218 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
220 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
222 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
224 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
228 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh265_profile_level.c139 #define check_flag(name) \ in ff_h265_get_profile() macro
144 check_flag(max_14bit); in ff_h265_get_profile()
145 check_flag(max_12bit); in ff_h265_get_profile()
146 check_flag(max_10bit); in ff_h265_get_profile()
147 check_flag(max_8bit); in ff_h265_get_profile()
148 check_flag(max_422chroma); in ff_h265_get_profile()
149 check_flag(max_420chroma); in ff_h265_get_profile()
150 check_flag(max_monochrome); in ff_h265_get_profile()
151 check_flag(intra); in ff_h265_get_profile()
153 check_flag(lower_bit_rate); in ff_h265_get_profile()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh265_profile_level.c139 #define check_flag(name) \ in ff_h265_get_profile() macro
144 check_flag(max_14bit); in ff_h265_get_profile()
145 check_flag(max_12bit); in ff_h265_get_profile()
146 check_flag(max_10bit); in ff_h265_get_profile()
147 check_flag(max_8bit); in ff_h265_get_profile()
148 check_flag(max_422chroma); in ff_h265_get_profile()
149 check_flag(max_420chroma); in ff_h265_get_profile()
150 check_flag(max_monochrome); in ff_h265_get_profile()
151 check_flag(intra); in ff_h265_get_profile()
153 check_flag(lower_bit_rate); in ff_h265_get_profile()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh265_profile_level.c147 #define check_flag(name) \ in ff_h265_get_profile() macro
152 check_flag(max_14bit); in ff_h265_get_profile()
153 check_flag(max_12bit); in ff_h265_get_profile()
154 check_flag(max_10bit); in ff_h265_get_profile()
155 check_flag(max_8bit); in ff_h265_get_profile()
156 check_flag(max_422chroma); in ff_h265_get_profile()
157 check_flag(max_420chroma); in ff_h265_get_profile()
158 check_flag(max_monochrome); in ff_h265_get_profile()
159 check_flag(intra); in ff_h265_get_profile()
161 check_flag(lower_bit_rate); in ff_h265_get_profile()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh265_profile_level.c151 #define check_flag(name) \ in ff_h265_get_profile() macro
156 check_flag(max_14bit); in ff_h265_get_profile()
157 check_flag(max_12bit); in ff_h265_get_profile()
158 check_flag(max_10bit); in ff_h265_get_profile()
159 check_flag(max_8bit); in ff_h265_get_profile()
160 check_flag(max_422chroma); in ff_h265_get_profile()
161 check_flag(max_420chroma); in ff_h265_get_profile()
162 check_flag(max_monochrome); in ff_h265_get_profile()
163 check_flag(intra); in ff_h265_get_profile()
165 check_flag(lower_bit_rate); in ff_h265_get_profile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh265_profile_level.c151 #define check_flag(name) \ in ff_h265_get_profile() macro
156 check_flag(max_14bit); in ff_h265_get_profile()
157 check_flag(max_12bit); in ff_h265_get_profile()
158 check_flag(max_10bit); in ff_h265_get_profile()
159 check_flag(max_8bit); in ff_h265_get_profile()
160 check_flag(max_422chroma); in ff_h265_get_profile()
161 check_flag(max_420chroma); in ff_h265_get_profile()
162 check_flag(max_monochrome); in ff_h265_get_profile()
163 check_flag(intra); in ff_h265_get_profile()
165 check_flag(lower_bit_rate); in ff_h265_get_profile()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvode/CXX_serial/
H A Dcv_heat2D.cpp218 if (check_flag(&flag, "InitUserData", 1)) return 1; in main()
226 if (check_flag(&flag, "PrintUserData", 1)) return 1; in main()
245 if (check_flag(&flag, "Solution", 1)) return 1; in main()
304 if (check_flag(&flag, "CVodeInit", 1)) return 1; in main()
331 if (check_flag(&flag, "CVodeSetEpsLin", 1)) return 1; in main()
351 if (check_flag(&flag, "OpenOutput", 1)) return 1; in main()
354 if (check_flag(&flag, "WriteOutput", 1)) return 1; in main()
363 if (check_flag(&flag, "CVode", 1)) break; in main()
373 if (check_flag(&flag, "WriteOutput", 1)) return 1; in main()
382 if (check_flag(&flag, "CloseOutput", 1)) return 1; in main()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/CXX_serial/
H A Dark_analytic_sys.cpp132 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
136 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
155 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
174 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
176 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
178 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
180 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
182 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
184 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
188 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/test/unit_tests/arkode/CXX_parallel/
H A Dark_heat2D_mri.cpp142 if (check_flag(&flag, "MPI_Init", 1)) return 1; in main()
144 if (check_flag(&flag, "MPI_Comm_rank", 1)) return 1; in main()
153 if (check_flag(&flag, "InitUserData", 1)) return 1; in main()
163 if (check_flag(&flag, "SetupDecomp", 1)) return 1; in main()
231 if (check_flag(&flag, "ARKStepSetUserData", 1)) return 1; in main()
239 if (check_flag(&flag, "ARKStepSetTables", 1)) return 1; in main()
243 if (check_flag(&flag, "MRIStepSetUserData", 1)) return 1; in main()
253 if (check_flag(&flag, "MRIStepSetTable", 1)) return 1; in main()
279 if (check_flag(&flag, "ARKStepEvolve", 1)) return 1; in main()
319 if (check_flag(&flag, "MRIStepEvolve", 1)) return 1; in main()
[all …]

12345678910>>...20