代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/168634/5441351

vhd pred_fns.vhd

library IEEE; use std.standard.all; package functions is type int_arr is array(Integer range) of INTEGER; type bit_arr is array(Integer range) of Bit; function int_Wired_OR (input : int_arr
www.eeworm.com/read/168634/5441355

vhd packagecpu.vhd

-- ************************************************************************ -- * NOVAS SOFTWARE CONFIDENTIAL PROPRIETARY NOTE * -- *
www.eeworm.com/read/167728/5454150

c svd.c

/* linalg/svd.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the G
www.eeworm.com/read/162614/5515577

def sh-modes.def

/* Alpha extra machine modes. Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the ter
www.eeworm.com/read/162614/5516872

c 20030505.c

/* { dg-do compile { target powerpc-*-eabispe* } } */ /* { dg-options "-W" } */ #define __vector __attribute__((vector_size(8))) typedef float __vector __ev64_fs__; __ev64_opaque_
www.eeworm.com/read/162614/5528171

c simd-2.c

typedef float floatvect2 __attribute__((vector_size (8))); typedef union { floatvect2 vector; float f[2]; }resfloatvect2; void tempf(float *x, float *y) { floatvect2 temp={x[0],x[1]}
www.eeworm.com/read/162614/5528403

c simd-4.c

typedef float floatvect2 __attribute__((vector_size (16))); typedef union { floatvect2 vector; float f[2]; }resfloatvect2; void tempf(floatvect2 *x, floatvect2 *y) { floatvect2 temp=
www.eeworm.com/read/161121/5560264

h hublb_next.h

/* $Id$ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright
www.eeworm.com/read/156960/5608197

cpp p4-198.cpp

#include #include #include using namespace std; //利用类模板生成实例 typedef vector < int > IntArray; //显示数组 void put_array(int x[],int size) { for(int i=0;i
www.eeworm.com/read/295512/8156562

cpp p4-198.cpp

#include #include #include using namespace std; //利用类模板生成实例 typedef vector < int > IntArray; //显示数组 void put_array(int x[],int size) { for(int i=0;i