Home
last modified time | relevance | path

Searched refs:byteswap_double (Results 1 – 19 of 19) sorted by relevance

/dports/math/librdata/librdata-4a80bf3/src/
H A Drdata_bits.h13 double byteswap_double(double num);
H A Drdata_bits.c39 double byteswap_double(double num) { in byteswap_double() function
H A Drdata_read.c1152 vals[0] = byteswap_double(vals[0]); in read_compact_intseq()
1153 vals[1] = byteswap_double(vals[1]); in read_compact_intseq()
1154 vals[2] = byteswap_double(vals[2]); in read_compact_intseq()
1534 d_vals[i] = byteswap_double(d_vals[i]); in read_value_vector_cb()
H A Drdata_write.c110 val = byteswap_double(val); in rdata_write_double()
/dports/math/R-cran-haven/haven/src/readstat/
H A Dreadstat_bits.h20 double byteswap_double(double num);
H A Dreadstat_bits.c63 double byteswap_double(double num) { in byteswap_double() function
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DBase64Transcoder.h38 void byteswap_double(size_t n, double* const x);
H A DWavefunctionHandler.h45 void byteswap_double(size_t n, double* x);
H A DSlaterDet.h45 void byteswap_double(size_t n, double* x);
H A DFunction3d.cpp188 xcdr.byteswap_double(tmpval.size(),&tmpval[0]); in print()
H A DFunction3dHandler.cpp209 xcdr.byteswap_double(f_.val.size(),&f_.val[0]); in endElement()
H A DBase64Transcoder.cpp240 void Base64Transcoder::byteswap_double(size_t n, double* const x) in byteswap_double() function in Base64Transcoder
H A DWavefunctionHandler.cpp46 void WavefunctionHandler::byteswap_double(size_t n, double* x) in byteswap_double() function in WavefunctionHandler
H A DSlaterDet.cpp1501 xcdr.byteswap_double(wftmpr_size,&wftmpr[0]); in print()
1766 xcdr.byteswap_double(tmpr_size,&tmpr[0]); in str()
H A DXMLGFPreprocessor.cpp1082 xcdr.byteswap_double(dbuf[iseg].size(),&dbuf[iseg][0]); in process()
/dports/math/R-cran-haven/haven/src/readstat/spss/
H A Dreadstat_sav.c53 ctx->bias = ctx->bswap ? byteswap_double(header->bias) : header->bias; in sav_ctx_init()
H A Dreadstat_sav_compress.c124 fp_value = state->bswap ? byteswap_double(fp_value) : fp_value; in sav_decompress_row()
H A Dreadstat_sav_read.c261 info->missing_double_values[i] = byteswap_double(info->missing_double_values[i]); in sav_read_variable_missing_double_values()
582 val_d = byteswap_double(val_d); in sav_read_value_label_record()
746 fp_value = byteswap_double(fp_value); in sav_process_row()
/dports/math/R-cran-haven/haven/src/readstat/sas/
H A Dreadstat_sas.c222 creation_time = byteswap_double(creation_time); in sas_read_header()
229 modification_time = byteswap_double(modification_time); in sas_read_header()