HomeSort by relevance Sort by last modified time
    Searched full:uf11 (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_format_r11g11b10f.h 30 #define UF11(e, m) ((e << 6) | (m))
55 uint16_t uf11 = 0; local
70 uf11 = UF11_MAX_EXPONENT;
72 uf11 |= 1; /* NaN */
75 uf11 = 0; /* 0.0 */
86 uf11 = UF11(30, 63);
91 uf11 = exponent << UF11_EXPONENT_SHIFT | mantissa;
94 return uf11;
  /prebuilts/go/darwin-x86/src/go/types/testdata/
const0.src 69 uf11 = uf1 / 0 /* ERROR "division by zero" */
  /prebuilts/go/linux-x86/src/go/types/testdata/
const0.src 69 uf11 = uf1 / 0 /* ERROR "division by zero" */

Completed in 336 milliseconds