/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 49 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 112 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST() 116 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES() 122 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR() 131 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(ConstantFPSDNode *N) { in SoftenFloatRes_ConstantFP() 137 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() 144 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) { in SoftenFloatRes_FABS() 156 SDValue DAGTypeLegalizer::SoftenFloatRes_FADD(SDNode *N) { in SoftenFloatRes_FADD() 169 SDValue DAGTypeLegalizer::SoftenFloatRes_FCEIL(SDNode *N) { in SoftenFloatRes_FCEIL() 181 SDValue DAGTypeLegalizer::SoftenFloatRes_FCOPYSIGN(SDNode *N) { in SoftenFloatRes_FCOPYSIGN() [all …]
|
D | LegalizeIntegerTypes.cpp | 37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 151 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES() 157 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext() 164 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext() 171 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0() 184 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1() 197 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, in PromoteIntRes_AtomicCmpSwap() 235 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST() 292 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() 303 SDValue DAGTypeLegalizer::PromoteIntRes_BUILD_PAIR(SDNode *N) { in PromoteIntRes_BUILD_PAIR() [all …]
|
/external/eigen/bench/btl/libs/eigen2/ |
D | eigen2_interface.hh | 57 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 86 int N=A_stl.size(); in matrix_to_stl() local 96 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 100 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 104 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product() 108 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 112 …e void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 116 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 124 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() [all …]
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_interface.hh | 44 static void free_matrix(gene_matrix & A, int N){ in free_matrix() 71 int N=A_stl.size(); in matrix_to_stl() local 81 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 85 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 89 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product() 93 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 97 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 101 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 109 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() [all …]
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 48 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 77 int N=A_stl.size(); in matrix_to_stl() local 87 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 91 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 99 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 104 …e void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 108 static inline void symv(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in symv() 158 static EIGEN_DONT_INLINE void syr2(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in syr2() 164 static EIGEN_DONT_INLINE void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in ger() 169 static EIGEN_DONT_INLINE void rot(gene_vector & A, gene_vector & B, real c, real s, int N){ in rot() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 104 bool MipsDAGToDAGISel::selectAddr16(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr16() 110 bool MipsDAGToDAGISel::selectVSplat(SDNode *N, APInt &Imm) const { in selectVSplat() 115 bool MipsDAGToDAGISel::selectVSplatUimm1(SDValue N, SDValue &Imm) const { in selectVSplatUimm1() 120 bool MipsDAGToDAGISel::selectVSplatUimm2(SDValue N, SDValue &Imm) const { in selectVSplatUimm2() 125 bool MipsDAGToDAGISel::selectVSplatUimm3(SDValue N, SDValue &Imm) const { in selectVSplatUimm3() 130 bool MipsDAGToDAGISel::selectVSplatUimm4(SDValue N, SDValue &Imm) const { in selectVSplatUimm4() 135 bool MipsDAGToDAGISel::selectVSplatUimm5(SDValue N, SDValue &Imm) const { in selectVSplatUimm5() 140 bool MipsDAGToDAGISel::selectVSplatUimm6(SDValue N, SDValue &Imm) const { in selectVSplatUimm6() 145 bool MipsDAGToDAGISel::selectVSplatUimm8(SDValue N, SDValue &Imm) const { in selectVSplatUimm8() 150 bool MipsDAGToDAGISel::selectVSplatSimm5(SDValue N, SDValue &Imm) const { in selectVSplatSimm5() [all …]
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
D | p2.cpp | 5 namespace N { namespace 13 namespace N { namespace 19 namespace N { namespace 23 namespace N { namespace
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowParcel.java | 119 int N = readInt(); in readString() local 206 int N = readInt(); in readBooleanArray() local 227 int N = readInt(); in createBooleanArray() local 240 int N = readInt(); in readCharArray() local 261 int N = readInt(); in createCharArray() local 274 int N = readInt(); in readFloatArray() local 295 int N = readInt(); in createFloatArray() local 319 int N = readInt(); in readDoubleArray() local 329 int N = readInt(); in createDoubleArray() local 353 int N = readInt(); in readIntArray() local [all …]
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 45 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 68 int N=A_stl.size(); in matrix_to_stl() local 77 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 83 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 91 …c inline void matrix_vector_product_slow(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product_slow() 95 …c inline void matrix_matrix_product_slow(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product_slow() 99 static inline void axpy_slow(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy_slow() 105 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 109 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 113 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() [all …]
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface_impl.hh | 17 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 21 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in symv() 25 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in syr2() 29 static inline void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in ger() 33 static inline void rot(gene_vector & A, gene_vector & B, SCALAR c, SCALAR s, int N){ in rot() 37 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 41 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 45 …ne void transposed_matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 53 static inline void aat_product(gene_matrix & A, gene_matrix & X, int N){ in aat_product() 57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() [all …]
|
D | c_interface_base.h | 20 static void free_matrix(gene_matrix & A, int N){ in free_matrix() 29 int N = A_stl.size(); in matrix_from_stl() local 37 int N = B_stl.size(); in vector_from_stl() local 44 int N = B_stl.size(); in vector_to_stl() local 50 int N = A_stl.size(); in matrix_to_stl() local 58 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 63 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix()
|
/external/llvm/lib/IR/ |
D | DiagnosticPrinter.cpp | 53 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned long N) { in operator <<() 57 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long N) { in operator <<() 63 unsigned long long N) { in operator <<() 68 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(long long N) { in operator <<() 78 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(unsigned int N) { in operator <<() 83 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(int N) { in operator <<() 88 DiagnosticPrinter &DiagnosticPrinterRawOStream::operator<<(double N) { in operator <<()
|
/external/clang/lib/Basic/ |
D | Module.cpp | 84 for (unsigned I = 0, N = Current->Requirements.size(); I != N; ++I) { in isAvailable() local 201 for (unsigned I = 0, N = Id.size(); I != N; ++I) { in printModuleId() local 222 for (unsigned I = 0, N = Exports.size(); I != N; ++I) { in getExportedModules() local 250 for (unsigned I = 0, N = Imports.size(); I != N; ++I) { in getExportedModules() local 306 for (unsigned I = 0, N = Requirements.size(); I != N; ++I) { in print() local 333 for (unsigned I = 0, N = ConfigMacros.size(); I != N; ++I) { in print() local 341 for (unsigned I = 0, N = NormalHeaders.size(); I != N; ++I) { in print() local 348 for (unsigned I = 0, N = ExcludedHeaders.size(); I != N; ++I) { in print() local 355 for (unsigned I = 0, N = PrivateHeaders.size(); I != N; ++I) { in print() local 367 for (unsigned I = 0, N = Exports.size(); I != N; ++I) { in print() local [all …]
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_interface.hh | 43 static void free_matrix(gene_matrix & A, int N){ in free_matrix() 75 int N=A_stl.size(); in matrix_to_stl() local 84 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 91 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 99 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 103 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 107 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 111 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 115 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() 130 …ic inline void trisolve_lower(const gene_matrix & L, const gene_vector& B, gene_vector & X, int N){ in trisolve_lower() [all …]
|
/external/clang/test/FixIt/ |
D | typo-using.cpp | 11 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} namespace 16 namespace N { class AAA {}; } // expected-note {{'AAA' declared here}} namespace 21 namespace N { void FFF() {} } // expected-note {{'FFF' declared here}} in FFF() namespace 27 namespace N { } namespace 33 namespace N { } namespace 39 namespace N { } namespace
|
/external/clang/test/CodeGenCXX/ |
D | destructor-calls.cpp | 25 struct N : M, P { struct 26 N() { printf("N()\n"); iN = ++val; } in N() function 27 ~N() { printf("~N(%d) val = %d\n", iN, --val); } in ~N() argument 28 int iN; argument 38 N n1; in main() argument
|
D | constructor-init.cpp | 28 struct N : M , P, Q { struct 29 N() : f1(1.314), P(2000), ld(00.1234+f1), M(1000), Q(3000), in N() argument 31 M m1; 32 M m2; 33 float f1; 34 int i1; 35 float d1; 36 void PR() { in PR() 60 N n1; in main() argument
|
/external/libcxx/test/containers/sequences/vector/vector.modifiers/ |
D | insert_iter_iter_iter.pass.cpp | 30 const int N = sizeof(a)/sizeof(a[0]); in main() local 46 const int N = sizeof(a)/sizeof(a[0]); in main() local 62 const int N = sizeof(a)/sizeof(a[0]); in main() local 78 const int N = sizeof(a)/sizeof(a[0]); in main() local 96 const int N = sizeof(a)/sizeof(a[0]); in main() local 106 const int N = sizeof(a)/sizeof(a[0]); in main() local 122 const int N = sizeof(a)/sizeof(a[0]); in main() local 140 const int N = sizeof(a)/sizeof(a[0]); in main() local
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 399 #define FIRST_TERM_INST(N) TermOpsBegin = N, argument 400 #define HANDLE_TERM_INST(N, OPC, CLASS) OPC = N, argument 401 #define LAST_TERM_INST(N) TermOpsEnd = N+1 argument 406 #define FIRST_BINARY_INST(N) BinaryOpsBegin = N, argument 407 #define HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N, argument 408 #define LAST_BINARY_INST(N) BinaryOpsEnd = N+1 argument 413 #define FIRST_MEMORY_INST(N) MemoryOpsBegin = N, argument 414 #define HANDLE_MEMORY_INST(N, OPC, CLASS) OPC = N, argument 415 #define LAST_MEMORY_INST(N) MemoryOpsEnd = N+1 argument 420 #define FIRST_CAST_INST(N) CastOpsBegin = N, argument [all …]
|
/external/flac/libFLAC/ |
D | window.c | 48 const FLAC__int32 N = L - 1; in FLAC__window_bartlett() local 67 const FLAC__int32 N = L - 1; in FLAC__window_bartlett_hann() local 76 const FLAC__int32 N = L - 1; in FLAC__window_blackman() local 86 const FLAC__int32 N = L - 1; in FLAC__window_blackman_harris_4term_92db_sidelobe() local 95 const FLAC__int32 N = L - 1; in FLAC__window_connes() local 108 const FLAC__int32 N = L - 1; in FLAC__window_flattop() local 117 const FLAC__int32 N = L - 1; in FLAC__window_gauss() local 129 const FLAC__int32 N = L - 1; in FLAC__window_hamming() local 138 const FLAC__int32 N = L - 1; in FLAC__window_hann() local 147 const FLAC__int32 N = L - 1; in FLAC__window_kaiser_bessel() local [all …]
|
/external/eigen/bench/btl/libs/STL/ |
D | STL_interface.hh | 47 static void free_matrix(gene_matrix & A, int N){} in free_matrix() 68 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 75 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 94 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N) in aat_product() 112 …ne void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N) in matrix_matrix_product() 125 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in matrix_vector_product() 136 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in symv() 153 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in syr2() 162 static inline void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N) in ger() 171 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in atv_product() [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelDAGToDAG.cpp | 154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { in Select() 225 bool AMDGPUDAGToDAGISel::isGlobalStore(const StoreSDNode *N) { in isGlobalStore() 229 bool AMDGPUDAGToDAGISel::isPrivateStore(const StoreSDNode *N) { in isPrivateStore() 235 bool AMDGPUDAGToDAGISel::isLocalStore(const StoreSDNode *N) { in isLocalStore() 239 bool AMDGPUDAGToDAGISel::isRegionStore(const StoreSDNode *N) { in isRegionStore() 243 bool AMDGPUDAGToDAGISel::isConstantLoad(const LoadSDNode *N, int cbID) { in isConstantLoad() 261 bool AMDGPUDAGToDAGISel::isGlobalLoad(const LoadSDNode *N) { in isGlobalLoad() 265 bool AMDGPUDAGToDAGISel::isLocalLoad(const LoadSDNode *N) { in isLocalLoad() 269 bool AMDGPUDAGToDAGISel::isRegionLoad(const LoadSDNode *N) { in isRegionLoad() 273 bool AMDGPUDAGToDAGISel::isCPLoad(const LoadSDNode *N) { in isCPLoad() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILISelDAGToDAG.cpp | 154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { in Select() 225 bool AMDGPUDAGToDAGISel::isGlobalStore(const StoreSDNode *N) { in isGlobalStore() 229 bool AMDGPUDAGToDAGISel::isPrivateStore(const StoreSDNode *N) { in isPrivateStore() 235 bool AMDGPUDAGToDAGISel::isLocalStore(const StoreSDNode *N) { in isLocalStore() 239 bool AMDGPUDAGToDAGISel::isRegionStore(const StoreSDNode *N) { in isRegionStore() 243 bool AMDGPUDAGToDAGISel::isConstantLoad(const LoadSDNode *N, int cbID) { in isConstantLoad() 261 bool AMDGPUDAGToDAGISel::isGlobalLoad(const LoadSDNode *N) { in isGlobalLoad() 265 bool AMDGPUDAGToDAGISel::isLocalLoad(const LoadSDNode *N) { in isLocalLoad() 269 bool AMDGPUDAGToDAGISel::isRegionLoad(const LoadSDNode *N) { in isRegionLoad() 273 bool AMDGPUDAGToDAGISel::isCPLoad(const LoadSDNode *N) { in isCPLoad() [all …]
|
/external/eigen/bench/btl/libs/blitz/ |
D | blitz_interface.hh | 50 static void free_matrix(gene_matrix & A, int N){} in free_matrix() 77 int N=A_stl.size(); in matrix_to_stl() local 85 …ne void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N) in matrix_matrix_product() 93 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N) in ata_product() 101 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N) in aat_product() 109 static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in matrix_vector_product() 116 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N) in atv_product() 123 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N) in axpy() 130 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 140 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector()
|
/external/eigen/bench/btl/libs/tvmet/ |
D | tvmet_interface.hh | 46 static void free_matrix(gene_matrix & A, int N){} in free_matrix() 68 int N = A_stl.size(); in matrix_to_stl() local 77 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix() 81 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector() 85 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 89 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 93 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 97 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
|