Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 7011) sorted by relevance

12345678910>>...281

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/doc/examples/
Ddelay.c39 # define DELAY(N) BOOST_PP_TUPLE_ELEM(2, 0, (BOOST_PP_EMPTY, BOOST_PP_WHILE(DELAY_C, BOOST_PP_CAT(D… argument
41 # define DELAY_C(D, N) N argument
43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp51 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult()
160 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary()
179 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary()
200 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST()
204 SDValue DAGTypeLegalizer::SoftenFloatRes_FREEZE(SDNode *N) { in SoftenFloatRes_FREEZE()
210 SDValue DAGTypeLegalizer::SoftenFloatRes_ARITH_FENCE(SDNode *N) { in SoftenFloatRes_ARITH_FENCE()
217 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES()
223 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR()
232 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) { in SoftenFloatRes_ConstantFP()
256 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_EXTRACT_VECTOR_ELT()
[all …]
H A DLegalizeIntegerTypes.cpp40 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult()
289 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES()
295 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext()
302 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext()
309 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0()
321 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1()
333 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, in PromoteIntRes_AtomicCmpSwap()
384 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST()
486 SDValue DAGTypeLegalizer::PromoteIntRes_FREEZE(SDNode *N) { in PromoteIntRes_FREEZE()
492 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP()
[all …]
H A DLegalizeVectorTypes.cpp40 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult()
201 SDValue DAGTypeLegalizer::ScalarizeVecRes_BinOp(SDNode *N) { in ScalarizeVecRes_BinOp()
208 SDValue DAGTypeLegalizer::ScalarizeVecRes_TernaryOp(SDNode *N) { in ScalarizeVecRes_TernaryOp()
216 SDValue DAGTypeLegalizer::ScalarizeVecRes_FIX(SDNode *N) { in ScalarizeVecRes_FIX()
224 SDValue DAGTypeLegalizer::ScalarizeVecRes_StrictFPOp(SDNode *N) { in ScalarizeVecRes_StrictFPOp()
262 SDValue DAGTypeLegalizer::ScalarizeVecRes_OverflowOp(SDNode *N, in ScalarizeVecRes_OverflowOp()
300 SDValue DAGTypeLegalizer::ScalarizeVecRes_MERGE_VALUES(SDNode *N, in ScalarizeVecRes_MERGE_VALUES()
306 SDValue DAGTypeLegalizer::ScalarizeVecRes_BITCAST(SDNode *N) { in ScalarizeVecRes_BITCAST()
317 SDValue DAGTypeLegalizer::ScalarizeVecRes_BUILD_VECTOR(SDNode *N) { in ScalarizeVecRes_BUILD_VECTOR()
327 SDValue DAGTypeLegalizer::ScalarizeVecRes_EXTRACT_SUBVECTOR(SDNode *N) { in ScalarizeVecRes_EXTRACT_SUBVECTOR()
[all …]
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp49 bool DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult()
126 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N, unsigned ResNo) { in SoftenFloatRes_BITCAST()
132 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES()
138 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR()
147 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N, unsigned ResNo) { in SoftenFloatRes_ConstantFP()
174 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N) { in SoftenFloatRes_EXTRACT_VECTOR_ELT()
181 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N, unsigned ResNo) { in SoftenFloatRes_FABS()
196 SDValue DAGTypeLegalizer::SoftenFloatRes_FMINNUM(SDNode *N) { in SoftenFloatRes_FMINNUM()
209 SDValue DAGTypeLegalizer::SoftenFloatRes_FMAXNUM(SDNode *N) { in SoftenFloatRes_FMAXNUM()
222 SDValue DAGTypeLegalizer::SoftenFloatRes_FADD(SDNode *N) { in SoftenFloatRes_FADD()
[all …]
H A DLegalizeIntegerTypes.cpp37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult()
166 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES()
172 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext()
179 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext()
186 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0()
199 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1()
212 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, in PromoteIntRes_AtomicCmpSwap()
249 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST()
312 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP()
325 SDValue DAGTypeLegalizer::PromoteIntRes_BITREVERSE(SDNode *N) { in PromoteIntRes_BITREVERSE()
[all …]
H A DLegalizeVectorTypes.cpp35 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult()
145 SDValue DAGTypeLegalizer::ScalarizeVecRes_BinOp(SDNode *N) { in ScalarizeVecRes_BinOp()
152 SDValue DAGTypeLegalizer::ScalarizeVecRes_TernaryOp(SDNode *N) { in ScalarizeVecRes_TernaryOp()
160 SDValue DAGTypeLegalizer::ScalarizeVecRes_MERGE_VALUES(SDNode *N, in ScalarizeVecRes_MERGE_VALUES()
166 SDValue DAGTypeLegalizer::ScalarizeVecRes_BITCAST(SDNode *N) { in ScalarizeVecRes_BITCAST()
172 SDValue DAGTypeLegalizer::ScalarizeVecRes_BUILD_VECTOR(SDNode *N) { in ScalarizeVecRes_BUILD_VECTOR()
182 SDValue DAGTypeLegalizer::ScalarizeVecRes_CONVERT_RNDSAT(SDNode *N) { in ScalarizeVecRes_CONVERT_RNDSAT()
193 SDValue DAGTypeLegalizer::ScalarizeVecRes_EXTRACT_SUBVECTOR(SDNode *N) { in ScalarizeVecRes_EXTRACT_SUBVECTOR()
199 SDValue DAGTypeLegalizer::ScalarizeVecRes_FP_ROUND(SDNode *N) { in ScalarizeVecRes_FP_ROUND()
206 SDValue DAGTypeLegalizer::ScalarizeVecRes_FPOWI(SDNode *N) { in ScalarizeVecRes_FPOWI()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp48 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult()
143 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary()
162 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary()
183 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST()
187 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES()
193 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR()
202 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) { in SoftenFloatRes_ConstantFP()
226 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_EXTRACT_VECTOR_ELT()
233 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) { in SoftenFloatRes_FABS()
245 SDValue DAGTypeLegalizer::SoftenFloatRes_FMINNUM(SDNode *N) { in SoftenFloatRes_FMINNUM()
[all …]
H A DLegalizeIntegerTypes.cpp37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult()
208 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES()
214 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext()
221 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext()
228 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0()
240 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1()
252 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, in PromoteIntRes_AtomicCmpSwap()
287 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST()
399 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP()
411 SDValue DAGTypeLegalizer::PromoteIntRes_BITREVERSE(SDNode *N) { in PromoteIntRes_BITREVERSE()
[all …]
H A DLegalizeVectorTypes.cpp35 void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) { in ScalarizeVectorResult()
179 SDValue DAGTypeLegalizer::ScalarizeVecRes_BinOp(SDNode *N) { in ScalarizeVecRes_BinOp()
186 SDValue DAGTypeLegalizer::ScalarizeVecRes_TernaryOp(SDNode *N) { in ScalarizeVecRes_TernaryOp()
194 SDValue DAGTypeLegalizer::ScalarizeVecRes_FIX(SDNode *N) { in ScalarizeVecRes_FIX()
202 SDValue DAGTypeLegalizer::ScalarizeVecRes_StrictFPOp(SDNode *N) { in ScalarizeVecRes_StrictFPOp()
232 SDValue DAGTypeLegalizer::ScalarizeVecRes_OverflowOp(SDNode *N, in ScalarizeVecRes_OverflowOp()
269 SDValue DAGTypeLegalizer::ScalarizeVecRes_MERGE_VALUES(SDNode *N, in ScalarizeVecRes_MERGE_VALUES()
275 SDValue DAGTypeLegalizer::ScalarizeVecRes_BITCAST(SDNode *N) { in ScalarizeVecRes_BITCAST()
286 SDValue DAGTypeLegalizer::ScalarizeVecRes_BUILD_VECTOR(SDNode *N) { in ScalarizeVecRes_BUILD_VECTOR()
296 SDValue DAGTypeLegalizer::ScalarizeVecRes_EXTRACT_SUBVECTOR(SDNode *N) { in ScalarizeVecRes_EXTRACT_SUBVECTOR()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/link/
H A Dtype_match_test.cpp24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument
25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument
26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument
27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument
28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument
29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument
30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument
31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument
32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument
33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/link/
Dtype_match_test.cpp24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument
25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument
26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument
27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument
28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument
29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument
30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument
31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument
32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument
33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/link/
H A Dtype_match_test.cpp24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument
25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument
26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument
27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument
28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument
29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument
30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument
31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument
32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument
33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/array/
H A Dmod.rs53 pub fn repeat<T: Clone, const N: usize>(val: T) -> [T; N] { in repeat()
128 R::Residual: Residual<[R::Output; N]>,
186 impl<T, const N: usize> AsRef<[T]> for [T; N] { implementation
194 impl<T, const N: usize> AsMut<[T]> for [T; N] { implementation
202 impl<T, const N: usize> Borrow<[T]> for [T; N] { implementation
209 impl<T, const N: usize> BorrowMut<[T]> for [T; N] { implementation
228 impl<T, const N: usize> TryFrom<&[T]> for [T; N] implementation
235 fn try_from(slice: &[T]) -> Result<[T; N], TryFromSliceError> { in try_from()
253 impl<T, const N: usize> TryFrom<&mut [T]> for [T; N] implementation
260 fn try_from(slice: &mut [T]) -> Result<[T; N], TryFromSliceError> { in try_from()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/array/
H A Dmod.rs53 pub fn repeat<T: Clone, const N: usize>(val: T) -> [T; N] { in repeat()
128 R::Residual: Residual<[R::Output; N]>,
186 impl<T, const N: usize> AsRef<[T]> for [T; N] { implementation
194 impl<T, const N: usize> AsMut<[T]> for [T; N] { implementation
202 impl<T, const N: usize> Borrow<[T]> for [T; N] { implementation
209 impl<T, const N: usize> BorrowMut<[T]> for [T; N] { implementation
228 impl<T, const N: usize> TryFrom<&[T]> for [T; N] implementation
235 fn try_from(slice: &[T]) -> Result<[T; N], TryFromSliceError> { in try_from()
253 impl<T, const N: usize> TryFrom<&mut [T]> for [T; N] implementation
260 fn try_from(slice: &mut [T]) -> Result<[T; N], TryFromSliceError> { in try_from()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/array/
H A Dmod.rs53 pub fn repeat<T: Clone, const N: usize>(val: T) -> [T; N] { in repeat()
128 R::Residual: Residual<[R::Output; N]>,
186 impl<T, const N: usize> AsRef<[T]> for [T; N] { implementation
194 impl<T, const N: usize> AsMut<[T]> for [T; N] { implementation
202 impl<T, const N: usize> Borrow<[T]> for [T; N] { implementation
209 impl<T, const N: usize> BorrowMut<[T]> for [T; N] { implementation
228 impl<T, const N: usize> TryFrom<&[T]> for [T; N] implementation
235 fn try_from(slice: &[T]) -> Result<[T; N], TryFromSliceError> { in try_from()
253 impl<T, const N: usize> TryFrom<&mut [T]> for [T; N] implementation
260 fn try_from(slice: &mut [T]) -> Result<[T; N], TryFromSliceError> { in try_from()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/array/
H A Dmod.rs101 R::Residual: Residual<[R::Output; N]>,
159 impl<T, const N: usize> AsRef<[T]> for [T; N] { implementation
167 impl<T, const N: usize> AsMut<[T]> for [T; N] { implementation
175 impl<T, const N: usize> Borrow<[T]> for [T; N] { implementation
182 impl<T, const N: usize> BorrowMut<[T]> for [T; N] { implementation
201 impl<T, const N: usize> TryFrom<&[T]> for [T; N] implementation
208 fn try_from(slice: &[T]) -> Result<[T; N], TryFromSliceError> { in try_from()
226 impl<T, const N: usize> TryFrom<&mut [T]> for [T; N] implementation
233 fn try_from(slice: &mut [T]) -> Result<[T; N], TryFromSliceError> { in try_from()
251 impl<'a, T, const N: usize> TryFrom<&'a [T]> for &'a [T; N] { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/array/
H A Dmod.rs101 R::Residual: Residual<[R::Output; N]>,
159 impl<T, const N: usize> AsRef<[T]> for [T; N] { implementation
167 impl<T, const N: usize> AsMut<[T]> for [T; N] { implementation
175 impl<T, const N: usize> Borrow<[T]> for [T; N] { implementation
182 impl<T, const N: usize> BorrowMut<[T]> for [T; N] { implementation
201 impl<T, const N: usize> TryFrom<&[T]> for [T; N] implementation
208 fn try_from(slice: &[T]) -> Result<[T; N], TryFromSliceError> { in try_from()
226 impl<T, const N: usize> TryFrom<&mut [T]> for [T; N] implementation
233 fn try_from(slice: &mut [T]) -> Result<[T; N], TryFromSliceError> { in try_from()
251 impl<'a, T, const N: usize> TryFrom<&'a [T]> for &'a [T; N] { implementation
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp77 bool SelectArithShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectArithShiftedRegister()
80 bool SelectLogicalShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectLogicalShiftedRegister()
83 bool SelectAddrModeIndexed7S8(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S8()
86 bool SelectAddrModeIndexed7S16(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S16()
89 bool SelectAddrModeIndexed7S32(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S32()
92 bool SelectAddrModeIndexed7S64(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S64()
95 bool SelectAddrModeIndexed7S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S128()
98 bool SelectAddrModeIndexedS9S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexedS9S128()
101 bool SelectAddrModeIndexedU6S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexedU6S128()
104 bool SelectAddrModeIndexed8(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed8()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp70 bool SelectArithShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectArithShiftedRegister()
73 bool SelectLogicalShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectLogicalShiftedRegister()
76 bool SelectAddrModeIndexed7S8(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S8()
79 bool SelectAddrModeIndexed7S16(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S16()
82 bool SelectAddrModeIndexed7S32(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S32()
85 bool SelectAddrModeIndexed7S64(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S64()
88 bool SelectAddrModeIndexed7S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S128()
91 bool SelectAddrModeIndexedS9S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexedS9S128()
94 bool SelectAddrModeIndexedU6S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexedU6S128()
97 bool SelectAddrModeIndexed8(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed8()
[all …]
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp73 bool SelectArithShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectArithShiftedRegister()
76 bool SelectLogicalShiftedRegister(SDValue N, SDValue &Reg, SDValue &Shift) { in SelectLogicalShiftedRegister()
79 bool SelectAddrModeIndexed7S8(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S8()
82 bool SelectAddrModeIndexed7S16(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S16()
85 bool SelectAddrModeIndexed7S32(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S32()
88 bool SelectAddrModeIndexed7S64(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S64()
91 bool SelectAddrModeIndexed7S128(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed7S128()
94 bool SelectAddrModeIndexed8(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed8()
97 bool SelectAddrModeIndexed16(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed16()
100 bool SelectAddrModeIndexed32(SDValue N, SDValue &Base, SDValue &OffImm) { in SelectAddrModeIndexed32()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/support/detail/
Diterate_define.hpp10 #define BOOST_PHOENIX_typename_A(N) \ argument
14 #define BOOST_PHOENIX_typename_A_void(N) \ argument
18 #define BOOST_PHOENIX_A(N) \ argument
22 #define BOOST_PHOENIX_A_ref(N) \ argument
26 #define BOOST_PHOENIX_A_const_ref(N) \ argument
30 #define BOOST_PHOENIX_A_a(N) \ argument
34 #define BOOST_PHOENIX_A_ref_a(N) \ argument
38 #define BOOST_PHOENIX_A_const_ref_a(N) \ argument
42 #define BOOST_PHOENIX_a(N) \ argument
102 #define BOOST_PHOENIX_M0_R(_, N, __) \ argument
[all …]
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java282 int N = A.getType().getX(); in validateGEMV() local
327 int N = A.getType().getX(); in SGEMV() local
328 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in SGEMV() local
349 int N = A.getType().getX(); in DGEMV() local
350 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in DGEMV() local
371 int N = A.getType().getX(); in CGEMV() local
372 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, a… in CGEMV() local
393 int N = A.getType().getX(); in ZGEMV() local
394 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y… in ZGEMV() local
428 int N = A.getType().getX(); in SGBMV() local
[all …]
/aosp_15_r20/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh17 …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()
49 static inline void ata_product(gene_matrix & A, gene_matrix & X, int N){ in ata_product()
53 static inline void aat_product(gene_matrix & A, gene_matrix & X, int N){ in aat_product()
[all …]
/aosp_15_r20/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh57 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 …]

12345678910>>...281