Searched refs:farray (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | f128-passByValue.ll | 61 define fp128 @fp128Array(fp128* nocapture readonly %farray, 72 %0 = load fp128, fp128* %farray, align 16 75 %arrayidx1 = getelementptr inbounds fp128, fp128* %farray, i64 %idxprom
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 303 def farray(items, shape): function 1321 self.assertEqual(nd.tolist(), farray(items, (3, 4))) 1362 lst = farray(items, shape) 1558 lst = farray(items, shape) 2398 lst = farray(items, shape)
|