Home
last modified time | relevance | path

Searched refs:READ (Results 1 – 9 of 9) sorted by relevance

/petsc/src/sys/classes/viewer/tests/output/
H A Dex6_nsize-1_stdio.out8 Mode: READ (stdio)
16 Mode: READ (stdio)
24 Mode: READ (stdio)
32 Mode: READ (stdio)
40 Mode: READ (stdio)
48 Mode: READ (stdio)
H A Dex6_nsize-2_mpiio.out8 Mode: READ (mpiio)
16 Mode: READ (mpiio)
24 Mode: READ (mpiio)
32 Mode: READ (mpiio)
40 Mode: READ (mpiio)
48 Mode: READ (mpiio)
H A Dex6_nsize-3_stdio.out8 Mode: READ (stdio)
16 Mode: READ (stdio)
24 Mode: READ (stdio)
32 Mode: READ (stdio)
40 Mode: READ (stdio)
48 Mode: READ (stdio)
H A Dex6_nsize-1_mpiio.out8 Mode: READ (mpiio)
16 Mode: READ (mpiio)
24 Mode: READ (mpiio)
32 Mode: READ (mpiio)
40 Mode: READ (mpiio)
48 Mode: READ (mpiio)
H A Dex6_nsize-2_stdio.out8 Mode: READ (stdio)
16 Mode: READ (stdio)
24 Mode: READ (stdio)
32 Mode: READ (stdio)
40 Mode: READ (stdio)
48 Mode: READ (stdio)
H A Dex6_nsize-3_mpiio.out8 Mode: READ (mpiio)
16 Mode: READ (mpiio)
24 Mode: READ (mpiio)
32 Mode: READ (mpiio)
40 Mode: READ (mpiio)
48 Mode: READ (mpiio)
/petsc/src/ksp/pc/impls/svd/
H A Dsvd.c20 READ = 1, enumerator
147 if (amode & READ) { in PCSVDGetVec()
158 if (amode & READ) { in PCSVDGetVec()
216 PetscCall(PCSVDGetVec(pc, PC_RIGHT, READ, x, &xred)); in PCApply_SVD()
229 PetscCall(PCSVDRestoreVec(pc, PC_RIGHT, READ, x, &xred)); in PCApply_SVD()
253 PetscCall(PCSVDGetVec(pc, PC_LEFT, READ, x, &xred)); in PCApplyTranspose_SVD()
258 PetscCall(PCSVDRestoreVec(pc, PC_LEFT, READ, x, &xred)); in PCApplyTranspose_SVD()
/petsc/src/sys/yaml/src/
H A Dscanner.c519 #define READ(parser,string) \ macro
2119 if (!READ(parser, string)) goto error; in yaml_parser_scan_directive_name()
2335 if (!READ(parser, string)) goto error; in yaml_parser_scan_anchor()
2516 if (!READ(parser, string)) goto error; in yaml_parser_scan_tag_handle()
2524 if (!READ(parser, string)) goto error; in yaml_parser_scan_tag_handle()
2532 if (!READ(parser, string)) goto error; in yaml_parser_scan_tag_handle()
2631 if (!READ(parser, string)) goto error; in yaml_parser_scan_tag_uri()
2903 if (!READ(parser, string)) goto error; in yaml_parser_scan_block_scalar()
3268 if (!READ(parser, string)) goto error; in yaml_parser_scan_flow_scalar()
3295 if (!READ(parser, whitespaces)) goto error; in yaml_parser_scan_flow_scalar()
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DViewer.pyx65 READ = PETSC_FILE_MODE_READ variable in ViewerFileMode
71 R, W, A, U = READ, WRITE, APPEND, UPDATE