/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/ |
D | fully_connected_selector.cc | 35 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedGeneric() local 48 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedAdreno() local 60 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedPowerVR() local 79 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedMali() local 101 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnected() local 119 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnected() local
|
/external/clang/test/Sema/ |
D | overloadable-complex.c | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() 33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() 41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Function.java | 40 public void function(FunctionContext fc, String args[]); in function() 49 public void step(FunctionContext fc, String args[]); in step() 57 public void last_step(FunctionContext fc); in last_step()
|
/external/clang/test/SemaCXX/ |
D | complex-overload.cpp | 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1() 14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() 23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() 33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert() 41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
|
/external/musl/src/stdio/ |
D | fopencookie.c | 16 struct fcookie fc; member 22 struct fcookie *fc = f->cookie; in cookieread() local 56 struct fcookie *fc = f->cookie; in cookiewrite() local 75 struct fcookie *fc = f->cookie; in cookieseek() local 93 struct fcookie *fc = f->cookie; in cookieclose() local
|
/external/grpc-grpc/test/core/channel/ |
D | channel_args_test.cc | 157 fake_class* fc = static_cast<fake_class*>(arg); in fake_pointer_arg_copy() local 165 fake_class* fc = static_cast<fake_class*>(arg); in fake_pointer_arg_destroy() local 188 fake_class* fc = static_cast<fake_class*>(gpr_malloc(sizeof(fake_class))); in test_channel_create_with_args() local 218 fake_class* fc = static_cast<fake_class*>(gpr_malloc(sizeof(fake_class))); in test_server_create_with_args() local
|
/external/guice/core/src/com/google/inject/internal/ |
D | DefaultConstructionProxyFactory.java | 49 net.sf.cglib.reflect.FastClass fc = BytecodeGen.newFastClassForMember(constructor); in create() local 71 final net.sf.cglib.reflect.FastClass fc; field in DefaultConstructionProxyFactory.FastClassProxy 77 net.sf.cglib.reflect.FastClass fc, in FastClassProxy()
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | rnn_unittest.cc | 32 void TestFullyConnectedLayer(FullyConnectedLayer* fc, in TestFullyConnectedLayer() 157 FullyConnectedLayer fc(rnnoise::kInputLayerInputSize, in TEST() local 181 FullyConnectedLayer fc(rnnoise::kInputLayerInputSize, in TEST() local 217 for (auto& fc : implementations) { in TEST() local
|
/external/tcpdump/ |
D | print-802_11.c | 164 #define FC_VERSION(fc) ((fc) & 0x3) argument 165 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument 166 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument 167 #define FC_TO_DS(fc) ((fc) & 0x0100) argument 168 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument 169 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument 170 #define FC_RETRY(fc) ((fc) & 0x0800) argument 171 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument 172 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument 173 #define FC_PROTECTED(fc) ((fc) & 0x4000) argument [all …]
|
/external/armnn/src/armnn/test/optimizations/ |
D | ConvertConstantsBFloatTests.cpp | 40 …auto fc = graph.AddLayer<armnn::FullyConnectedLayer>(armnn::FullyConnectedDescriptor(), "fc"); in BOOST_AUTO_TEST_CASE() local 96 …auto fc = graph.AddLayer<armnn::FullyConnectedLayer>(armnn::FullyConnectedDescriptor(), "fc"); in BOOST_AUTO_TEST_CASE() local
|
D | ConvertConstantsFloatToHalfTests.cpp | 33 …auto fc = graph.AddLayer<armnn::FullyConnectedLayer>(armnn::FullyConnectedDescriptor(), "fc"); in BOOST_AUTO_TEST_CASE() local
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 29 u16 fc; in handle_tx_callback() local 50 u16 fc; in from_unknown_sta() local 71 u16 fc; in handle_frame() local
|
/external/tensorflow/tensorflow/python/feature_column/ |
D | serialization.py | 43 def serialize_feature_column(fc): argument 193 def _column_name_with_class_name(fc): argument
|
/external/clang/test/CodeGen/ |
D | complex-builtints.c | 27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 323 static void init_mode_probs(FRAME_CONTEXT *fc) { in init_mode_probs() 342 FRAME_CONTEXT *fc = cm->fc; in vp9_adapt_mode_probs() local
|
/external/clang/test/Headers/ |
D | tgmath.c | 10 float complex fc; variable
|
/external/libldac/src/ |
D | quant_ldac.c | 105 const float fc = (float)((1 << 23) + (1 << 22)); in quant_spectrum_core_ldac() local 150 const float fc = (float)((1 << 23) + (1 << 22)); in quant_residual_core_ldac() local
|
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
D | times_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
D | minus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
D | plus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
D | divide_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
/external/skia/src/ports/ |
D | SkFontConfigInterface.cpp | 28 void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { in SetGlobal()
|
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/ |
D | FileConverterTest.java | 54 … InplaceFileConverter fc = new InplaceFileConverter(new EmptyRuleSet(), new NopProgressListener()); in XtestNOP() local
|
/external/selinux/policycoreutils/sestatus/ |
D | sestatus.c | 95 static void load_checks(char *pc[], int *npc, char *fc[], int *nfc) in load_checks() 184 char *fc[MAX_CHECK]; in main() local
|
/external/tensorflow/tensorflow/compiler/mlir/python/mlir_wrapper/ |
D | filecheck_wrapper.cc | 26 llvm::FileCheck fc(fcr); in PYBIND11_MODULE() local
|