Searched refs:farray (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | f128-passByValue.ll | 121 define fp128 @fp128Array(fp128* nocapture readonly %farray, 153 %0 = load fp128, fp128* %farray, align 16 156 %arrayidx1 = getelementptr inbounds fp128, fp128* %farray, i64 %idxprom
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 310 def farray(items, shape): function 1347 self.assertEqual(nd.tolist(), farray(items, (3, 4))) 1388 lst = farray(items, shape) 1584 lst = farray(items, shape) 2424 lst = farray(items, shape)
|