HomeSort by: relevance | last modified time | path
    Searched refs:quot (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
int64.glsl 36 uvec2 quot = uvec2(0U, 0U);
54 quot.y |= 1U << i;
63 quot.y |= 1U;
72 quot.x |= 1U << i;
81 quot.x |= 1U;
84 return uvec4(quot, unpackUint2x32(n64));
100 uvec2 quot = udivmod64(n, d).xy;
102 return negate ? unpackInt2x32(-int64_t(packUint2x32(quot))) : ivec2(quot);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
int64.glsl 36 uvec2 quot = uvec2(0U, 0U);
54 quot.y |= 1U << i;
63 quot.y |= 1U;
72 quot.x |= 1U << i;
81 quot.x |= 1U;
84 return uvec4(quot, unpackUint2x32(n64));
100 uvec2 quot = udivmod64(n, d).xy;
102 return negate ? unpackInt2x32(-int64_t(packUint2x32(quot))) : ivec2(quot);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
tr_dump.c 110 trace_dump_writes("&quot;");
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
tr_dump.c 153 trace_dump_writes("&quot;");
  /xsrc/external/mit/xedit/dist/lisp/mp/
mpi.c 948 mpi *r, t, temp, quot, old, rem; local
987 memset(&quot, '\0', sizeof(mpi));
999 mpi_divqr(&quot, &rem, op, &temp);
1000 cmp = mpi_cmpabs(r, &quot);
1013 mpi_add(&quot, &quot, &temp);
1014 mpi_divi(r, &quot, nth);
1018 mpi_clear(&quot);
1039 mpi *r, t, quot, rem, old; local
1064 memset(&quot, '\0', sizeof(mpi))
    [all...]
  /xsrc/external/mit/libdrm/dist/tests/util/
pattern.c 1435 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
1551 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
1576 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
1599 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
1626 uint32_t rgb32 = 0x00130502 * (d.quot >> 6)
  /xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
es2gears.c 298 row = n + d.quot * 4;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-mmx.c 1036 uint32_t quot = DIV_UN8 (da, sa) << 24; local
1037 __m64 msa = load8888 (&quot);

Completed in 16 milliseconds