Searched defs:hx (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_f16_math.c22 short hx, hy; local
23 GET_HALF_WORD(hx, x);
26 SET_HALF_WORD(x, (hx & 0x7fff) | (hy & 0x8000));
32 short hx, ix; local
35 GET_HALF_WORD(hx, x);
36 ix = hx & 0x7fff;
44 GET_HALF_WORD(hx, x);
45 ix = hx & 0x7fff;
49 // Adjust eptr by (non-biased exponent of hx + 1). Set the non-biased
50 // exponent to be equal to -1 so that abs(hx) i
62 short hx, ix; local
119 short hx, hy, ix, iy; local
[all...]

Completed in 56 milliseconds