Home
last modified time | relevance | path

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

/dports/math/R-cran-haven/haven/src/readstat/
H A Dreadstat_bits.h14 int32_t ones_to_twos_complement4(int32_t num);
H A Dreadstat_bits.c24 int32_t ones_to_twos_complement4(int32_t num) { in ones_to_twos_complement4() function
/dports/math/R-cran-haven/haven/src/readstat/stata/
H A Dreadstat_dta_read.c537 num = ones_to_twos_complement4(num); in dta_interpret_int32_bytes()