Home
last modified time | relevance | path

Searched refs:su_int (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/lib/builtins/
Dint_lib.h22 typedef unsigned su_int; typedef
33 su_int low;
43 su_int low;
44 su_int high;
50 su_int u;
Daeabi_f2ulz.c24 su_int high = da / 4294967296.f; /* da / 0x1p32f; */ in __aeabi_f2ulz()
25 su_int low = da - (float)high * 4294967296.f; /* high * 0x1p32f; */ in __aeabi_f2ulz()
Daeabi_l2f.c76 fb.u = ((su_int)s & 0x80000000) | /* sign */ in __aeabi_l2f()
78 ((su_int)a & 0x007FFFFF); /* mantissa */ in __aeabi_l2f()
Dfp_extend.h21 typedef su_int src_rep_t;
55 typedef su_int dst_rep_t;
Dudivmoddi4.c26 const unsigned n_uword_bits = sizeof(su_int) * CHAR_BIT; in __udivmoddi4()
208 su_int carry = 0; in __udivmoddi4()
Daeabi_ul2f.c75 ((su_int)a & 0x007FFFFF); /* mantissa */ in __aeabi_ul2f()