Home
last modified time | relevance | path

Searched refs:pdfp (Results 1 – 3 of 3) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/plugins/pdb/xp/
H A Die_imp_PalmDoc.cpp178 UT_Error IE_Imp_PalmDoc::_parseFile(GsfInput * pdfp) in _parseFile() argument
205 gsf_input_seek( pdfp, PDB_HEADER_SIZE, G_SEEK_SET ); in _parseFile()
206 GET_DWord( pdfp, offset ); in _parseFile()
207 gsf_input_seek( pdfp, offset, G_SEEK_SET ); in _parseFile()
208 gsf_input_read( pdfp, sizeof(rec0), (guint8*)&rec0); in _parseFile()
213 gsf_input_seek( pdfp, 0, G_SEEK_END ); in _parseFile()
214 file_size = gsf_input_tell( pdfp ); in _parseFile()
221 GET_DWord( pdfp, offset ); in _parseFile()
225 GET_DWord( pdfp, next_offset ); in _parseFile()
230 gsf_input_seek( pdfp, offset, G_SEEK_SET ); in _parseFile()
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dblread.cpp42 FILE *pdfp; // file pointer in read_unlv_file() local
51 if ((pdfp = fopen(name.c_str(), "rb")) == nullptr) { in read_unlv_file()
54 while (tfscanf(pdfp, "%d %d %d %d %*s", &x, &y, &width, &height) >= 4) { in read_unlv_file()
62 fclose(pdfp); in read_unlv_file()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDGlobalReliability.cpp976 Real cdfz, pdfz, cdfp, pdfp, cdfm, pdfm; in expected_feasibility() local
979 pdfm = pdfp = pdfz = 0.; in expected_feasibility()
986 pdfp = Pecos::NormalRandomVariable::std_pdf(snvp); in expected_feasibility()
993 - stdv*(2.*pdfz - pdfm - pdfp //explore in expected_feasibility()