Home
last modified time | relevance | path

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

/dports/science/hepmc3/HepMC3-3.2.4/src/
H A DReaderHEPEVT.cc70 char buf_e[max_e_buffer_size]; in read_hepevt_event_header() local
75 …m_isstream ? m_stream->getline(buf_e, max_e_buffer_size) : m_file.getline(buf_e, max_e_buffer_size… in read_hepevt_event_header()
76 if ( strlen(buf_e) == 0 ) return false; in read_hepevt_event_header()
77 std::stringstream st_e(buf_e); in read_hepevt_event_header()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dset_extent.c393 int buf_e[DIME0]; in test_rank1() local
542 printf("%d ", buf_e[i]); in test_rank1()
557 if(buf_e[i] != comp_value) in test_rank1()
566 if(buf_e[i] != buf_o[i]) in test_rank1()
899 int buf_e[DIME0][DIME1]; in test_rank2() local
1072 printf("%d ", buf_e[i][j]); in test_rank2()
1088 if(buf_e[i][j] != comp_value) in test_rank2()
1097 if(buf_e[i][j] != buf_o[i][j]) in test_rank2()
1514 int buf_e[DIME0][DIME1][DIME2]; in test_rank3() local
2222 printf("%d ", buf_e[i][j]); in test_external()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dset_extent.c502 int buf_e[DIME0]; in test_rank1() local
603 HDprintf("%d ", buf_e[i]); in test_rank1()
610 if(buf_e[i] != comp_value) { in test_rank1()
617 if(buf_e[i] != buf_o[i]) in test_rank1()
838 int buf_e[DIME0][DIME1]; in test_rank2() local
981 HDprintf("%d ", buf_e[i][j]); in test_rank2()
991 if (buf_e[i][j] != comp_value) { in test_rank2()
997 if (buf_e[i][j] != buf_o[i][j]) in test_rank2()
1329 int buf_e[DIME0][DIME1][DIME2]; in test_rank3() local
1900 HDprintf("%d ", buf_e[i][j]); in test_external()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dcharset.c360 char *const buf_e = buf_p + len - 1; in transstr_buf() local
362 while (*p != NUL && buf_p < buf_e) { in transstr_buf()
365 if (buf_p + l > buf_e) { in transstr_buf()
378 if (buf_p + hexlen > buf_e) { in transstr_buf()
391 if (buf_p + tb_len > buf_e) { in transstr_buf()
399 assert(buf_p <= buf_e); in transstr_buf()
/dports/databases/xapian-core/xapian-core-1.4.18/api/
H A Dvaluerangeproc.cc361 char buf_b[8], buf_e[8]; in operator ()() local
376 format_yyyymmdd(buf_e, e_y, e_m, e_d); in operator ()()
380 string(buf_e, len_e)); in operator ()()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/domdec/
H A Dpartition.cpp136 gmx_ddzone_t buf_e[c_ddZoneCommMaxNumZones]; in dd_move_cellx() local
298 buf_e[i] = buf_r[i]; in dd_move_cellx()
304 buf_e[i].min0 = std::min(buf_e[i].min0, buf_r[i].min0); in dd_move_cellx()
305 buf_e[i].max1 = std::max(buf_e[i].max1, buf_r[i].max1); in dd_move_cellx()
306 buf_e[i].min1 = std::min(buf_e[i].min1, buf_r[i].min1); in dd_move_cellx()
320 buf_e[i].mch0 = std::max(buf_e[i].mch0, buf_r[i].mch0 - dh[d1]); in dd_move_cellx()
321 buf_e[i].mch1 = std::max(buf_e[i].mch1, buf_r[i].mch1 - dh[d1]); in dd_move_cellx()
337 extr_s[d1][1] = std::min(extr_s[d1][1], buf_e[pos].min0); in dd_move_cellx()
338 extr_s[d1][0] = std::max(extr_s[d1][0], buf_e[pos].max1); in dd_move_cellx()
347 comm->zone_d2[1 - d][i] = buf_e[pos]; in dd_move_cellx()
[all …]
/dports/math/singular/Singular-Release-4-2-1/Singular/svd/libs/
H A Damp.h374 char buf_e[128]; in toHex() local
384 sprintf(buf_e, "%ld", long(iexpval)); in toHex()
393 r += buf_e; in toHex()
421 char buf_e[128]; in toDec() local
431 sprintf(buf_e, "%ld", long(iexpval)); in toDec()
440 r += buf_e; in toDec()
465 char buf_e[128]; in toString() local
475 sprintf(buf_e, "%ld", long(iexpval)); in toString()
479 sprintf(toString_Block,"-0.%sE%s",ptr,buf_e); in toString()
482 sprintf(toString_Block,"0.%sE%s",ptr,buf_e); in toString()
/dports/security/silktools/silk-3.19.1/src/rwcount/
H A Drwcountsetup.c354 char buf_e[SKTIMESTAMP_STRLEN]; in appSetup() local
358 sktimestamp_r(buf_e, t, SKTIMESTAMP_NOMSEC), in appSetup()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DURL.cc955 unescape_str(char *&buf, char *buf_e, const char *&str, const char *str_e, int &state) in unescape_str() argument
959 int buf_len = static_cast<int>(buf_e - buf); in unescape_str()
971 while (str < str_e && (buf != buf_e)) { in unescape_str()
H A DURL.h225 void unescape_str(char *&buf, char *buf_e, const char *&str, const char *str_e, int &state);
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dsvd_si.h1385 char buf_e[128]; in toHex() local
1396 sprintf(buf_e, "%ld", long(iexpval)); in toHex()
1405 r += buf_e; in toHex()
1433 char buf_e[128]; in toDec() local
1444 sprintf(buf_e, "%ld", long(iexpval)); in toDec()
1453 r += buf_e; in toDec()
1478 char buf_e[128]; in toString() local
1489 sprintf(buf_e, "%ld", long(iexpval)); in toString()
1493 sprintf(toString_Block,"-0.%sE%s",ptr,buf_e); in toString()
1496 sprintf(toString_Block,"0.%sE%s",ptr,buf_e); in toString()