Searched refs:READ (Results 1 – 9 of 9) sorted by relevance
8 Mode: READ (stdio)16 Mode: READ (stdio)24 Mode: READ (stdio)32 Mode: READ (stdio)40 Mode: READ (stdio)48 Mode: READ (stdio)
8 Mode: READ (mpiio)16 Mode: READ (mpiio)24 Mode: READ (mpiio)32 Mode: READ (mpiio)40 Mode: READ (mpiio)48 Mode: READ (mpiio)
20 READ = 1, enumerator147 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()
519 #define READ(parser,string) \ macro2119 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 …]
65 READ = PETSC_FILE_MODE_READ variable in ViewerFileMode71 R, W, A, U = READ, WRITE, APPEND, UPDATE