Home
last modified time | relevance | path

Searched defs:FC (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/external/clang/unittests/AST/
H A DCommentParser.cpp65 FullComment *FC = P.parseFullComment(); in parseString() local
600 FullComment *FC = parseString(Source); in TEST_F() local
607 FullComment *FC = parseString(Source); in TEST_F() local
618 FullComment *FC = parseString(Source); in TEST_F() local
670 FullComment *FC = parseString(Sources[i]); in TEST_F() local
684 FullComment *FC = parseString(Source); in TEST_F() local
701 FullComment *FC = parseString(Source); in TEST_F() local
728 FullComment *FC = parseString(Source); in TEST_F() local
754 FullComment *FC = parseString(Source); in TEST_F() local
773 FullComment *FC = parseString(Source); in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_benchmark_cpu_test.cc120 #define BM_SPATIAL_NAME(prefix, NT, N, H, W, C, FC, FH, FW) \ argument
123 #define BM_SpatialConvolution(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument
131 #define BM_SpatialConvolutionBwdInput(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument
140 #define BM_SpatialConvolutionBwdKernel(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument
149 #define BM_SpatialConvolutions(N, H, W, C, FC, FH, FW, LABEL) \ argument
155 #define BM_SpatialConvolutionsBwdInput(N, H, W, C, FC, FH, FW, LABEL) \ argument
161 #define BM_SpatialConvolutionsBwdKernel(N, H, W, C, FC, FH, FW, LABEL) \ argument
351 #define BM_CUBOID_NAME(p, NT, N, H, W, P, C, FC, FH, FW, FP) \ argument
355 #define BM_CuboidConvolution(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
363 #define BM_CuboidConvolutionBwdInput(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
[all …]
H A Dconv_ops_benchmark_test.cc336 #define BM_NAME(name, type, N, H, W, C, FW, FH, FC) \ argument
339 #define BM_Conv2D(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
350 #define BM_Conv2DWithBias(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
362 #define BM_Conv2DWithBiasAndRelu(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
376 #define BM_FusedConv2DWithBias(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
389 #define BM_FusedConv2DWithBiasAndRelu(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
403 #define BM_Conv2DWithBatchNorm(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
415 #define BM_Conv2DWithBatchNormAndRelu(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
430 #define BM_FusedConv2DWithBatchNorm(N, H, W, C, FW, FH, FC, type, LABEL) \ argument
444 #define BM_FusedConv2DWithBatchNormAndRelu(N, H, W, C, FW, FH, FC, type, \ argument
[all …]
H A Dconv_grad_filter_ops_benchmark_test.cc112 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument
116 #define BM_Conv2DBwdFilter(T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING, \ argument
H A Dconv_grad_input_ops_benchmark_test.cc111 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument
115 #define BM_Conv2DBwdInput(T, FMT, N, H, W, C, FW, FH, FC, SH, SW, PADDING, \ argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_conv_ops_test.cc285 #define BM_NAME(p, type, N, H, W, C, FC, FH, FW) \ argument
291 #define BM_Conv2DT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument
307 #define BM_Conv2D(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
311 #define BM_Conv2DBwdInputT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument
327 #define BM_Conv2DBwdInput(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
331 #define BM_Conv2DBwdFilterT(kind, N, H, W, C, FC, FH, FW, type, LABEL) \ argument
347 #define BM_Conv2DBwdFilter(N, H, W, C, FC, FH, FW, type, LABEL) \ argument
/aosp_15_r20/external/clang/lib/Index/
H A DCommentToXML.cpp224 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter()
256 const FullComment *FC; member in __anonc25c42a00111::CommentASTToHTMLConverter
531 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter()
570 const FullComment *FC; member in __anonc25c42a00211::CommentASTToXMLConverter
1132 void CommentToXMLConverter::convertCommentToHTML(const FullComment *FC, in convertCommentToHTML()
1148 void CommentToXMLConverter::convertCommentToXML(const FullComment *FC, in convertCommentToXML()
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A DChannelMix.h157 constexpr size_t FC = 2; in fillChannelMatrix() local
246 constexpr size_t FC = 2; in fillChannelMatrix() local
336 constexpr size_t FC = 2; in fillChannelMatrix() local
445 constexpr size_t FC = 2; in fillChannelMatrix() local
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp250 Function *FA, *FB, *FC; in TEST_F() local
275 Function *FA, *FB, *FC; in TEST_F() local
300 Function *FA, *FB, *FC; in TEST_F() local
325 Function *FA, *FB, *FC; in TEST_F() local
H A DMCJITTestBase.h222 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleChainedCallsCase()
265 std::unique_ptr<Module> &C, Function *&FC) { in createThreeModuleCase()
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h157 constexpr size_t FC = 2; in fillChannelMatrix() local
246 constexpr size_t FC = 2; in fillChannelMatrix() local
336 constexpr size_t FC = 2; in fillChannelMatrix() local
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h157 constexpr size_t FC = 2; in fillChannelMatrix() local
246 constexpr size_t FC = 2; in fillChannelMatrix() local
336 constexpr size_t FC = 2; in fillChannelMatrix() local
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h157 constexpr size_t FC = 2; in fillChannelMatrix() local
246 constexpr size_t FC = 2; in fillChannelMatrix() local
336 constexpr size_t FC = 2; in fillChannelMatrix() local
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/media/audio_utils/include/audio_utils/
DChannelMix.h157 constexpr size_t FC = 2; in fillChannelMatrix() local
246 constexpr size_t FC = 2; in fillChannelMatrix() local
336 constexpr size_t FC = 2; in fillChannelMatrix() local
/aosp_15_r20/external/clang/tools/libclang/
H A DCXComment.cpp40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr); in clang_Cursor_getParsedComment() local
381 const FullComment *FC = getASTNodeAs<FullComment>(CXC); in clang_FullComment_getAsHTML() local
396 const FullComment *FC = getASTNodeAs<FullComment>(CXC); in clang_FullComment_getAsXML() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp1615 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local
1923 if (Constant *FC = ConstantFoldUnaryInstruction(Opcode, C)) in get() local
1982 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local
2085 if (Constant *FC = in getGetElementPtr() local
2139 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local
2164 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local
2190 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local
2214 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local
2233 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local
2262 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue() local
[all …]
/aosp_15_r20/external/llvm/lib/IR/
H A DConstants.cpp1443 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local
1800 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local
1904 if (Constant *FC = ConstantFoldGetElementPtr(Ty, C, InBounds, Idxs)) in getGetElementPtr() local
1954 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local
1978 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local
2004 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local
2028 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local
2047 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local
2076 if (Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs)) in getInsertValue() local
2100 if (Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs)) in getExtractValue() local
H A DGCOV.cpp781 for (const auto &FC : FuncCoverages) { in printFuncCoverage() local
791 for (const auto &FC : FileCoverages) { in printFileCoverage() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DIRSymtab.cpp374 FileContents FC; in upgrade() local
426 FileContents FC; in readBitcode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DIRSymtab.cpp347 FileContents FC; in upgrade() local
397 FileContents FC; in readBitcode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstants.cpp1959 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local
2311 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local
2466 if (Constant *FC = in getGetElementPtr() local
2529 if (Constant *FC = ConstantFoldCompareInstruction(Predicate, LHS, RHS)) in getICmp() local
2554 if (Constant *FC = ConstantFoldCompareInstruction(Predicate, LHS, RHS)) in getFCmp() local
2580 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local
2604 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local
2624 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsocket.rs249 const FC: bool = false; in send_msc() constant
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/envvar/
DFC.rst1 FC title
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_inst.h57 #define FC(name, hi4, lo4, assertions) \ macro
956 #define FC(name, high, low, assertions) \ macro
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dip_number_impl.rs315 pub const FC: IpNumber = Self(133); constant
1048 pub const FC: IpNumber = IpNumber::FC; // 133 constant

123456