Searched refs:array_float (Results 1 – 4 of 4) sorted by relevance
/external/eigen/test/ |
D | first_aligned.cpp | 31 EIGEN_ALIGN16 float array_float[100]; in test_first_aligned() local 32 test_first_aligned_helper(array_float, 50); in test_first_aligned() 33 test_first_aligned_helper(array_float+1, 50); in test_first_aligned() 34 test_first_aligned_helper(array_float+2, 50); in test_first_aligned() 35 test_first_aligned_helper(array_float+3, 50); in test_first_aligned() 36 test_first_aligned_helper(array_float+4, 50); in test_first_aligned() 37 test_first_aligned_helper(array_float+5, 50); in test_first_aligned()
|
/external/gemmlowp/meta/ |
D | test_transform_correctness.cc | 177 std::unique_ptr<float[]> array_float(new float[128 * 1024]); in main() local 204 quantize_params.input = array_float.get(); in main() 213 prepare_data_quantize(12345, array_float.get()); in main() 223 dequantize_params.output = array_float.get(); in main()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PTX/ |
D | st.ll | 30 ;CHECK: .extern .global .b8 array_float[40]; 31 @array_float = external global [10 x float] 221 ;CHECK: mov.u32 %r[[R0:[0-9]+]], array_float; 224 %i = getelementptr [10 x float]* @array_float, i32 0, i32 0 321 ;CHECK: mov.u32 %r[[R0:[0-9]+]], array_float; 324 %i = getelementptr [10 x float]* @array_float, i32 0, i32 1
|
D | ld.ll | 30 ;CHECK: .extern .global .b8 array_float[40]; 31 @array_float = external global [10 x float] 216 ;CHECK: mov.u32 %r[[R0:[0-9]+]], array_float; 219 %i = getelementptr [10 x float]* @array_float, i32 0, i32 0 366 ;CHECK: mov.u32 %r[[R0:[0-9]+]], array_float; 369 %i = getelementptr [10 x float]* @array_float, i32 0, i32 1
|