Home
last modified time | relevance | path

Searched +defs:val +defs:d (Results 1026 – 1050 of 2947) sorted by relevance

1...<<41424344454647484950>>...118

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-ndk-source/gen/include/aidl/android/hardware/tv/tuner/
DFrontendStatus.h46 #define __assert2(a,b,c,d) ((void)0) argument
301 [[nodiscard]] static inline std::string toString(FrontendStatus::Tag val) { in toString()
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DCanonicalUtils.cpp160 { in GetTensorInfoForOperand()
293 for (unsigned int d = 1; d < numDimensions; ++d) in DumpTensor() local
/aosp_15_r20/external/python/cpython2/Modules/
D_json.c896 PyObject *val = NULL; in _parse_object_str() local
1023 PyObject *val = NULL; in _parse_object_unicode() local
1146 PyObject *val = NULL; in _parse_array_str() local
1213 PyObject *val = NULL; in _parse_array_unicode() local
1376 double d = PyOS_string_to_double(PyString_AS_STRING(numstr), in _match_number_str() local
Dnismodule.c110 PyObject *val; in nis_foreach() local
440 PyObject *m, *d; in initnis() local
/aosp_15_r20/external/python/cpython2/Python/
Dmarshal.c172 digit d; in w_PyLong() local
585 digit d; in r_PyLong() local
945 PyObject *key, *val; in r_object() local
/aosp_15_r20/external/executorch/extension/llm/custom_ops/
H A Dop_sdpa.cpp90 _exp_reduce_sum_fusion_kernel(T1* a, const int& size, T2* out, T1& val) { in _exp_reduce_sum_fusion_kernel()
168 inline void fill_stub(scalar_t* data, scalar_t val, int64_t size) { in fill_stub()
171 int64_t d = 0; in fill_stub() local
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp1054 void Nucleus::createMaskedStore(Value *ptr, Value *val, Value *mask, unsigned int alignment) in createMaskedStore()
1168 static void createScatter(llvm::Value *base, llvm::Value *val, llvm::Value *offsets, llvm::Value *m… in createScatter()
1221 void Scatter(RValue<Pointer<Float>> base, RValue<SIMD::Float> val, RValue<SIMD::Int> offsets, RValu… in Scatter()
1226 void Scatter(RValue<Pointer<Int>> base, RValue<SIMD::Int> val, RValue<SIMD::Int> offsets, RValue<SI… in Scatter()
2321 RValue<Int> operator++(Int &val, int) // Post-increment in operator ++()
2332 const Int &operator++(Int &val) // Pre-increment in operator ++()
2341 RValue<Int> operator--(Int &val, int) // Post-decrement in operator --()
2352 const Int &operator--(Int &val) // Pre-decrement in operator --()
2388 RValue<UInt> operator++(UInt &val, int) // Post-increment in operator ++()
2399 const UInt &operator++(UInt &val) // Pre-increment in operator ++()
[all …]
/aosp_15_r20/external/avb/test/
H A Davbtool_unittest.cc150 uint8_t* d = reinterpret_cast<uint8_t*>(vbmeta_image_.data()); in TEST_F() local
186 uint64_t val; in TEST_F() local
622 AvbHashDescriptor d; in AddHashFooterTest() local
1160 AvbHashtreeDescriptor d; in AddHashtreeFooterTest() local
1446 AvbHashtreeDescriptor d; in AddHashtreeFooterFECTest() local
2136 AvbKernelCmdlineDescriptor d; in TEST_F() local
2491 AvbChainPartitionDescriptor d; in TEST_F() local
2575 AvbChainPartitionDescriptor d; in TEST_F() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dvariance_avx2.c19 static inline __m128i mm256_add_hi_lo_epi16(const __m256i val) { in mm256_add_hi_lo_epi16()
24 static inline __m128i mm256_add_hi_lo_epi32(const __m256i val) { in mm256_add_hi_lo_epi32()
238 const __m256i d = in mm256_loadu2() local
245 const __m256i d = in mm256_loadu2_16() local
/aosp_15_r20/external/freetype/src/sdf/
H A Dftsdf.c1471 cube_root( FT_16D16 val ) in cube_root()
1507 arc_cos( FT_16D16 val ) in arc_cos()
1589 FT_26D6 d, in solve_cubic_equation()
2119 FT_26D6 a, b, c, d; /* cubic coefficients */ in get_min_distance_conic() local
/aosp_15_r20/external/wpa_supplicant_8/hs20/client/
H A Dest.c217 } d; member
371 unsigned int val; in generate_csr() local
/aosp_15_r20/external/skia/tests/
H A DHashTest.cpp41 map.foreach([](int key, double* d){ *d = -key; }); in DEF_TEST()
381 int val = 0; in DEF_TEST() member
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Djvalue.rs34 let val: jvalue = match self { in to_jni() localVariable
122 pub fn d(self) -> Result<jdouble> { in d() method
/aosp_15_r20/external/libaom/av1/common/
H A Dreconintra.c535 int r, c, x, base, shift, val; in av1_dr_prediction_z1_c() local
585 int val; in av1_dr_prediction_z2_c() local
612 int r, c, y, base, shift, val; in av1_dr_prediction_z3_c() local
671 int r, c, x, base, shift, val; in av1_highbd_dr_prediction_z1_c() local
723 int val; in av1_highbd_dr_prediction_z2_c() local
751 int r, c, y, base, shift, val; in av1_highbd_dr_prediction_z3_c() local
990 const int d = abs(delta); in intra_edge_filter_strength() local
1135 int val; in build_directional_and_filter_intra_predictors() local
1265 int val = 0; in build_non_directional_intra_predictors() local
1438 int val; in highbd_build_directional_and_filter_intra_predictors() local
[all …]
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DGrammar.java1166 Decision d = getDecision(decision); in createLL_1_LookaheadDFA() local
1341 Decision d = getDecision(decision); in createLookaheadDFA() local
2230 int val = Integer.parseInt(unicodeChars, 16); in getUnescapedStringFromGrammarStringLiteral() local
2794 Decision d = indexToDecision.get(index); in getDecision() local
2807 Decision d = new Decision(); in createDecision() local
2825 Decision d = getDecision(decision); in getDecisionNFAStartState() local
2833 Decision d = getDecision(decision); in getLookaheadDFA() local
2841 Decision d = getDecision(decision); in getDecisionBlockAST() local
2910 Decision d = getDecision(i); in getNumberOfCyclicDecisions() local
2929 Decision d = createDecision(decision); in setLookaheadDFA() local
[all …]
/aosp_15_r20/external/mksh/src/
H A Dsh.h688 #define strdupx(d,s,ap) do { \ argument
691 #define strndupx(d,s,n,ap) do { \ argument
696 #define strdupx(d,s,ap) do { \ argument
707 #define strndupx(d,s,n,ap) do { \ argument
720 #define strdup2x(d,s1,s2) do { \ argument
731 #define strpathx(d,s1,s2,cond) do { \ argument
1764 } val; member
2378 #define notok2mul(max,val,c) (((val) != 0) && ((c) != 0) && \ argument
2380 #define notok2add(max,val,c) ((val) > ((max) - (c))) argument
2381 #define notoktomul(val,cnst) notok2mul(SIZE_MAX, (val), (cnst)) argument
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/javac/
Dcore-oj.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/withres/
Dcore-oj.jarMETA-INF/ META-INF/MANIFEST.MF calendars.properties com/ com/sun ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/core-oj.com.android.art.debug_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF calendars.properties com/ com/sun ...
/aosp_15_r20/external/trusty/arm-trusted-firmware/tools/fiptool/
Dfiptool.c111 char *d; in xstrdup() local
121 void *d; in xmalloc() local
439 const char *name, int has_arg, int val) in add_opt()
/aosp_15_r20/external/arm-trusted-firmware/tools/fiptool/
H A Dfiptool.c108 char *d; in xstrdup() local
118 void *d; in xmalloc() local
425 const char *name, int has_arg, int val) in add_opt()
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h749 for (Index d = 0; d < NumDimensions; ++d) in_dims[d] = d; in argmax() local
762 for (Index d = 0; d < NumDimensions; ++d) in_dims[d] = d; in argmin() local
992 EIGEN_STRONG_INLINE Derived& setConstant(const Scalar& val) { in setConstant()
/aosp_15_r20/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp226 bool MmMetricsReporter::ReadFileToUint(const std::string &path, uint64_t *val) { in ReadFileToUint()
1305 double d = -1.0; in savePressureMetrics() local
1697 uint64_t val; in readAndGenGcmaPerHour() local
1716 uint64_t val; in readAndGenGcmaPerDay() local
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_vpd_common.c282 char d[64]; in sg_vpd_js_hdr() local
395 char d[128]; in decode_x_inq_vpd() local
818 char d[80]; in decode_ata_info_vpd() local
917 char d[80]; in decode_feature_sets_vpd() local
980 char d[64]; in decode_dev_constit_vpd() local
2033 get_zone_align_method(uint8_t val, char * b, int blen) in get_zone_align_method()
2067 char d[64]; in decode_format_presets_vpd() local
2976 char d[64]; in decode_tapealert_supported_vpd() local
3171 int i, n, v, r, m, p, d, y, num_part; in decode_rdac_vpd_c2() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dunpickler.cpp151 auto d = w.value.toGenericDict(); in restoreAccurateTypeTags() local
867 auto val = stack_.back(); in readGlobal() local
881 auto val = stack_.back(); in readGlobal() local

1...<<41424344454647484950>>...118