Home
last modified time | relevance | path

Searched refs:ms_dabs (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dtraceutils.c311 if (ms_dabs ((double)postgap) < ms_dabs ((double)pregap)) in mst_findadjacent()
349 else if (ms_dabs (samprate - mst->samprate) > sampratetol) in mst_findadjacent()
833 else if (ms_dabs (searchtrace->samprate - curtrace->samprate) > sampratetol) in mst_groupheal()
854 if (ms_dabs (postgap) <= timetol) in mst_groupheal()
873 else if (ms_dabs (pregap) <= timetol) in mst_groupheal()
1569 nsamples = ms_dabs (gap) * mst->samprate; in mst_printgaplist()
H A Dlibmseed.def81 ms_dabs
H A Dtracelist.c327 lastratecheck = (ms_dabs (msr->samprate - id->last->samprate) > sampratetol) ? 0 : 1; in mstl_addmsr()
328 firstratecheck = (ms_dabs (msr->samprate - id->first->samprate) > sampratetol) ? 0 : 1; in mstl_addmsr()
430 if (ms_dabs (msr->samprate - searchseg->samprate) > sampratetol) in mstl_addmsr()
1213 nsamples = ms_dabs (gap) * seg->samprate; in mstl_printgaplist()
H A Dgenutils.c1312 if (ms_dabs (samprate - intsamprate) < 0.0000001) in ms_reduce_rate()
1482 while (ms_dabs (preal - (double)Aj / (double)Bj) > precision && in ms_ratapprox()
1541 ms_dabs (double val) in ms_dabs() function
H A Dlibmseed.h169 #define MS_ISRATETOLERABLE(A,B) (ms_dabs (1.0 - (A / B)) < 0.0001)
760 extern double ms_dabs (double val);