Home
last modified time | relevance | path

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

/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dcdi_int.h291 int nc_complex_float_id; member
H A Dcdf_write.c69 if (streamptr->nc_complex_float_id == CDI_UNDEFID) in cdfTypeComplexFloat()
81 streamptr->nc_complex_float_id = nc_complex_id; in cdfTypeComplexFloat()
84 return (nc_type) streamptr->nc_complex_float_id; in cdfTypeComplexFloat()
H A Dstream.c962 streamptr->nc_complex_float_id = CDI_UNDEFID; in streamDefaultValue()
H A Dstream_cdf_i.c314 if (xtype != streamptr->nc_complex_float_id && xtype != streamptr->nc_complex_double_id) in cdfInqDatatype()
333 if (field_type1 == NC_FLOAT) streamptr->nc_complex_float_id = xtype; in cdfInqDatatype()
339 if ( xtype == streamptr->nc_complex_float_id ) datatype = CDI_DATATYPE_CPX32; in cdfInqDatatype()
H A Dcdilib.c3263 int nc_complex_float_id; member
36782 streamptr->nc_complex_float_id = CDI_UNDEFID; in streamDefaultValue()
38831 if (xtype != streamptr->nc_complex_float_id && xtype != streamptr->nc_complex_double_id) in cdfInqDatatype()
38850 if (field_type1 == NC_FLOAT) streamptr->nc_complex_float_id = xtype; in cdfInqDatatype()
38856 if ( xtype == streamptr->nc_complex_float_id ) datatype = CDI_DATATYPE_CPX32; in cdfInqDatatype()
54777 if (streamptr->nc_complex_float_id == CDI_UNDEFID) in cdfTypeComplexFloat()
54789 streamptr->nc_complex_float_id = nc_complex_id; in cdfTypeComplexFloat()
54792 return (nc_type) streamptr->nc_complex_float_id; in cdfTypeComplexFloat()