Home
last modified time | relevance | path

Searched refs:tenInterpType (Results 1 – 8 of 8) sorted by relevance

/dports/science/teem/teem-1.11.0-src/src/ten/test/
H A Dtqgl.c112 "type of path interpolation", NULL, tenInterpType); in main()
141 airEnumStr(tenInterpType, tenInterpTypeQuatGeoLoxK), in main()
142 airEnumStr(tenInterpType, tenInterpTypeQuatGeoLoxR), in main()
143 airEnumStr(tenInterpType, ptype)); in main()
167 airEnumStr(tenInterpType, ptype), in main()
H A Dgeode.c78 "what type of path to compute", NULL, tenInterpType); in main()
/dports/science/teem/teem-1.11.0-src/src/ten/
H A Dpath.c322 if (airEnumValCheck(tenInterpType, ptype)) { in tenInterpN_d()
323 biffAddf(TEN, "%s: invalid %s %d", me, tenInterpType->name, ptype); in tenInterpN_d()
371 airEnumStr(tenInterpType, ptype)); in tenInterpN_d()
413 me, airEnumStr(tenInterpType, ptype), ptype); in tenInterpN_d()
830 if (airEnumValCheck(tenInterpType, ptype)) { in tenInterpTwoDiscrete_d()
832 tenInterpType->name); in tenInterpTwoDiscrete_d()
890 airEnumStr(tenInterpType, ptype)); in tenInterpTwoDiscrete_d()
909 if (!( tenA && tenB && !airEnumValCheck(tenInterpType, ptype) )) { in tenInterpDistanceTwo_d()
967 tenInterpType->name, ptype); in tenInterpDistanceTwo_d()
999 if (airEnumValCheck(tenInterpType, ptype)) { in tenInterpMulti3D()
[all …]
H A DtendAvg.c50 NULL, tenInterpType); in tend_avgMain()
H A DenumsTen.c134 tenInterpType = &_tenInterpType; variable
H A Dten.h1298 TEN_EXPORT const airEnum *const tenInterpType; variable
/dports/science/teem/teem-1.11.0-src/src/meet/
H A Denumall.c145 ii = airArrayLenIncr(arr, 1); enm[ii] = tenInterpType; in meetAirEnumAll()
/dports/science/teem/teem-1.11.0-src/python/ctypes/
H A Dteem.py7194 tenInterpType = (POINTER(airEnum)).in_dll(libteem, 'tenInterpType') variable