Home
last modified time | relevance | path

Searched refs:max_level_multiply (Results 1 – 6 of 6) sorted by relevance

/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DHarmonicsFile.cc194 sprintf (tmp, "%0.3f", rec.max_level_multiply); in appendOffsetsMetadata()
196 rec.max_level_multiply > 0.0 ? tmp : "NULL")); in appendOffsetsMetadata()
423 rec.max_level_multiply), in getStation()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DTCDS_Binary_Harmonic.cpp498 pIDX->IDX_ht_mpy = ptiderec->max_level_multiply; in LoadData()
H A Dtcmgr.cpp1973 LOG_ERROR ("Max level multiply = %f\n", rec->max_level_multiply); in dump_tide_record()
3719 rec.max_level_multiply == rec.min_level_multiply && in check_simple()
5828 if (rec->max_level_multiply < 0.0 || rec->max_level_multiply > 65.535) { in check_tide_record()
6150 temp_int = NINT (rec->max_level_multiply * hd.level_multiply_scale); in pack_tide_record()
6405 rec->max_level_multiply = (NV_FLOAT32) temp_int / in unpack_tide_record()
6531 rec->max_level_multiply = (NV_FLOAT32) temp_int / in unpack_tide_record()
/dports/astro/xtide/libtcd-2.2.7/
H A Dtide_db.c486 fprintf (stderr, "Max level multiply = %f\n", rec->max_level_multiply); in dump_tide_record()
2246 rec.max_level_multiply == rec.min_level_multiply && in check_simple()
4359 if (rec->max_level_multiply < 0.0 || rec->max_level_multiply > 65.535) { in check_tide_record()
4681 temp_int = NINT (rec->max_level_multiply * hd.level_multiply_scale); in pack_tide_record()
4936 rec->max_level_multiply = (NV_FLOAT32) temp_int / in unpack_tide_record()
5062 rec->max_level_multiply = (NV_FLOAT32) temp_int / in unpack_tide_record()
H A Dtcd.h.in184 NV_FLOAT32 max_level_multiply; member
/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dtcmgr.h338 NV_FLOAT32 max_level_multiply; member