Home
last modified time | relevance | path

Searched refs:tenEstimateValueMinSet (Results 1 – 7 of 7) sorted by relevance

/dports/science/teem/teem-1.11.0-src/src/ten/
H A DtendSim.c109 if (!E) E |= tenEstimateValueMinSet(tec, 0.0001); in tend_simMain()
H A DtendEstim.c335 if (!EE) EE |= tenEstimateValueMinSet(tec, valueMin); in tend_estimMain()
H A Dten.h1463 TEN_EXPORT int tenEstimateValueMinSet(tenEstimateContext *tec,
H A DtenDwiGage.c778 if (!E) E |= tenEstimateValueMinSet(tec, kindData->valueMin); in _tenDwiGagePvlDataNew()
H A Destimate.c330 tenEstimateValueMinSet(tenEstimateContext *tec, double valueMin) { in tenEstimateValueMinSet() function
/dports/science/teem/teem-1.11.0-src/src/ten/test/
H A Dcsim.c262 if (!E) E |= tenEstimateValueMinSet(tec, 0.000000001); in main()
/dports/science/teem/teem-1.11.0-src/python/ctypes/
H A Dteem.py7390 tenEstimateValueMinSet = libteem.tenEstimateValueMinSet variable
7391 tenEstimateValueMinSet.restype = c_int
7392 tenEstimateValueMinSet.argtypes = [POINTER(tenEstimateContext), c_double]