Home
last modified time | relevance | path

Searched refs:num_truncate (Results 1 – 3 of 3) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Ddtypes.c5936 unsigned num_truncate; /* Number of H5T_CONV_EXCEPT_TRUNCATE exceptions seen */ member
5953 user_data->num_truncate++; in conv_except()
6024 if(e.num_truncate != 1) TEST_ERROR in test_int_float_except()
6042 if(e.num_truncate != 0) TEST_ERROR in test_int_float_except()
6063 if(e.num_truncate != 0) TEST_ERROR in test_int_float_except()
6081 if(e.num_truncate != 0) TEST_ERROR in test_int_float_except()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Ddtypes.c5989 unsigned num_truncate; /* Number of H5T_CONV_EXCEPT_TRUNCATE exceptions seen */ member
6006 user_data->num_truncate++; in conv_except()
6076 if(e.num_truncate != 1) TEST_ERROR in test_int_float_except()
6094 if(e.num_truncate != 0) TEST_ERROR in test_int_float_except()
6114 if(e.num_truncate != 0) TEST_ERROR in test_int_float_except()
6131 if(e.num_truncate != 0) TEST_ERROR in test_int_float_except()
/dports/lang/ruby26/ruby-2.6.9/
H A Dnumeric.c2484 num_truncate(int argc, VALUE *argv, VALUE num) in num_truncate() function
5499 rb_define_method(rb_cNumeric, "truncate", num_truncate, -1); in Init_Numeric()