Home
last modified time | relevance | path

Searched refs:src_size1 (Results 1 – 9 of 9) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/gsl-an/matrix/
H A Dcopy_source.c24 const size_t src_size1 = src->size1; in FUNCTION() local
29 if (src_size1 != dest_size1 || src_size2 != dest_size2) in FUNCTION()
39 for (i = 0; i < src_size1 ; i++) in FUNCTION()
56 const size_t src_size1 = src->size1; in FUNCTION() local
61 if (src_size1 != dest_size1 || src_size2 != dest_size2) in FUNCTION()
71 for (i = 0; i < src_size1 ; i++) in FUNCTION()
H A Dswap_source.c181 const size_t src_size1 = src->size1; in FUNCTION() local
189 if (dest_size2 != src_size1 || dest_size1 != src_size2) in FUNCTION()
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_matrix__copy_source.c24 const size_t src_size1 = src->size1; in FUNCTION() local
29 if (src_size1 != dest_size1 || src_size2 != dest_size2) in FUNCTION()
39 for (i = 0; i < src_size1 ; i++) in FUNCTION()
56 const size_t src_size1 = src->size1; in FUNCTION() local
61 if (src_size1 != dest_size1 || src_size2 != dest_size2) in FUNCTION()
71 for (i = 0; i < src_size1 ; i++) in FUNCTION()
H A Dgsl_matrix__swap_source.c181 const size_t src_size1 = src->size1; in FUNCTION() local
189 if (dest_size2 != src_size1 || dest_size1 != src_size2) in FUNCTION()
/dports/math/gsl/gsl-2.7/matrix/
H A Dcopy_source.c25 const size_t src_size1 = src->size1; in FUNCTION() local
31 if (src_size1 != dest_size1 || src_size2 != dest_size2) in FUNCTION()
38 for (i = 0; i < src_size1; ++i) in FUNCTION()
61 for (i = 0; i < src_size1 ; i++) in FUNCTION()
80 const size_t src_size1 = src->size1; in FUNCTION() local
86 if (src_size1 != dest_size1 || src_size2 != dest_size2) in FUNCTION()
93 for (i = 0; i < src_size1; ++i) in FUNCTION()
116 for (i = 0; i < src_size1 ; i++) in FUNCTION()
H A Dswap_complex_source.c24 const size_t src_size1 = src->size1; in FUNCTION() local
30 if (dest_size2 != src_size1 || dest_size1 != src_size2) in FUNCTION()
H A Dswap_source.c181 const size_t src_size1 = src->size1; in FUNCTION() local
187 if (dest_size2 != src_size1 || dest_size1 != src_size2) in FUNCTION()
195 for (i = 0; i < src_size1; ++i) in FUNCTION()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Ddt_arith.c730 size_t src_size1, src_size2; in test_particular_fp_integer() local
749 src_size1 = H5Tget_size(H5T_NATIVE_DOUBLE); in test_particular_fp_integer()
751 buf1 = (unsigned char*)HDcalloc((size_t)1, (size_t)MAX(src_size1, dst_size1)); in test_particular_fp_integer()
752 saved_buf1 = (unsigned char*)HDcalloc((size_t)1, (size_t)MAX(src_size1, dst_size1)); in test_particular_fp_integer()
754 memcpy(buf1, &src_d, src_size1); in test_particular_fp_integer()
755 memcpy(saved_buf1, &src_d, src_size1); in test_particular_fp_integer()
784 for (j=0; j<src_size1; j++) in test_particular_fp_integer()
785 printf(" %02x", saved_buf1[ENDIAN(src_size1, j, endian)]); in test_particular_fp_integer()
787 HDmemcpy(&x, saved_buf1, src_size1); in test_particular_fp_integer()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Ddt_arith.c727 size_t src_size1, src_size2; in test_particular_fp_integer() local
746 src_size1 = H5Tget_size(H5T_NATIVE_DOUBLE); in test_particular_fp_integer()
748 buf1 = (unsigned char*)HDcalloc((size_t)1, (size_t)MAX(src_size1, dst_size1)); in test_particular_fp_integer()
749 saved_buf1 = (unsigned char*)HDcalloc((size_t)1, (size_t)MAX(src_size1, dst_size1)); in test_particular_fp_integer()
751 HDmemcpy(buf1, &src_d, src_size1); in test_particular_fp_integer()
752 HDmemcpy(saved_buf1, &src_d, src_size1); in test_particular_fp_integer()
781 for (j=0; j<src_size1; j++) in test_particular_fp_integer()
782 HDprintf(" %02x", saved_buf1[ENDIAN(src_size1, j, endian)]); in test_particular_fp_integer()
784 HDmemcpy(&x, saved_buf1, src_size1); in test_particular_fp_integer()