Searched refs:first_16 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa_avx.cpp | 1680 const simd16vector &first_16 = PaGetSimdVector_simd16(pa, pa.first, slot); in PaLineLoop1() local 1686 first[i] = _simd16_extract_ps(first_16[i], 0); in PaLineLoop1() 1693 first[i] = _simd16_extract_ps(first_16[i], 1); in PaLineLoop1()
|
/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 638 ... _fields_ = [("first_16", c_int, 16), 641 >>> print Int.first_16
|
/external/python/cpython3/Doc/library/ |
D | ctypes.rst | 649 ... _fields_ = [("first_16", c_int, 16), 652 >>> print(Int.first_16)
|