Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 3154) sorted by relevance

12345678910>>...127

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DGenericListVisitorAdapter.java48 List<R> tmp; in visit() local
79 List<R> tmp; in visit() local
115 List<R> tmp; in visit() local
136 List<R> tmp; in visit() local
162 List<R> tmp; in visit() local
183 List<R> tmp; in visit() local
199 List<R> tmp; in visit() local
220 List<R> tmp; in visit() local
241 List<R> tmp; in visit() local
262 List<R> tmp; in visit() local
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.h34 tensorflow::uint32 tmp; in pexpand_bf16_l() local
47 tensorflow::uint32 tmp; in pexpand_bf16_u() local
195 __m128i tmp = _mm_castpd_si128(_mm_load_pd1((const double*)from)); variable
203 __m128i tmp = _mm_castps_si128(_mm_load_ps1(from)); variable
212 __m128i tmp = _mm_castps_si128(from); in pexpand_bf16_l() local
221 __m128i tmp = _mm_castps_si128(from); in pexpand_bf16_u() local
346 __m128i tmp = _mm_castpd_si128(_mm_load_pd1((const double*)from)); variable
354 __m128i tmp = _mm_castps_si128(_mm_load_ps1(from)); variable
364 __m128i tmp = _mm_castpd_si128(_mm_load_pd1((const double*)from)); variable
372 __m128i tmp = _mm_castps_si128(_mm_load_ps1(from)); variable
[all …]
/external/perfetto/src/profiling/common/
Dproducer_support_unittest.cc38 auto tmp = base::TempFile::Create(); in TEST() local
50 auto tmp = base::TempFile::Create(); in TEST() local
62 auto tmp = base::TempFile::Create(); in TEST() local
74 auto tmp = base::TempFile::Create(); in TEST() local
86 auto tmp = base::TempFile::Create(); in TEST() local
98 auto tmp = base::TempFile::Create(); in TEST() local
111 auto tmp = base::TempFile::Create(); in TEST() local
124 auto tmp = base::TempFile::Create(); in TEST() local
137 auto tmp = base::TempFile::Create(); in TEST() local
150 auto tmp = base::TempFile::Create(); in TEST() local
[all …]
/external/mesa3d/src/mesa/main/
Duniform_query.cpp396 double tmp; in _mesa_get_uniform() local
402 uint64_t tmp; in _mesa_get_uniform() local
408 uint64_t tmp; in _mesa_get_uniform() local
422 double tmp = src[sidx].u; in _mesa_get_uniform() local
429 double tmp = src[sidx].i; in _mesa_get_uniform() local
434 double tmp = src[sidx].i ? 1.0 : 0.0; in _mesa_get_uniform() local
439 double tmp = src[sidx].f; in _mesa_get_uniform() local
445 double tmp; in _mesa_get_uniform() local
453 double tmp; in _mesa_get_uniform() local
494 double tmp; in _mesa_get_uniform() local
[all …]
/external/guava/android/guava-tests/benchmark/com/google/common/math/
DIntMathBenchmark.java56 int tmp = 0; in pow() local
66 int tmp = 0; in mod() local
76 int tmp = 0; in gCD() local
86 int tmp = 0; in factorial() local
96 int tmp = 0; in binomial() local
106 int tmp = 0; in isPrime() local
DLongMathBenchmark.java58 int tmp = 0; in pow() local
68 int tmp = 0; in mod() local
78 int tmp = 0; in gCD() local
88 int tmp = 0; in factorial() local
98 int tmp = 0; in binomial() local
108 int tmp = 0; in isPrime() local
DBigIntegerMathRoundingBenchmark.java54 int tmp = 0; in log2() local
64 int tmp = 0; in log10() local
74 int tmp = 0; in sqrt() local
84 int tmp = 0; in divide() local
94 long tmp = 0; in roundToDouble() local
DLessThanBenchmark.java65 int tmp = 0; in branchFreeLtIntInlined() local
78 int tmp = 0; in branchFreeLtInt() local
91 int tmp = 0; in ternaryLtIntAddOutsideTernary() local
104 int tmp = 0; in ternaryLtIntAddInsideTernary() local
117 int tmp = 0; in branchFreeLtLongInlined() local
130 int tmp = 0; in branchFreeLtLong() local
143 int tmp = 0; in ternaryLtLongAddOutsideTernary() local
156 int tmp = 0; in ternaryLtLongAddInsideTernary() local
DDoubleMathBenchmark.java49 long tmp = 0; in log2() local
59 long tmp = 0; in factorial() local
69 int tmp = 0; in isMathematicalInteger() local
81 int tmp = 0; in isPowerOfTwo() local
DDoubleMathRoundingBenchmark.java53 int tmp = 0; in roundToInt() local
63 long tmp = 0; in roundToLong() local
73 int tmp = 0; in roundToBigInteger() local
83 int tmp = 0; in log2Round() local
DIntMathRoundingBenchmark.java54 int tmp = 0; in log2() local
64 int tmp = 0; in log10() local
74 int tmp = 0; in sqrt() local
84 int tmp = 0; in divide() local
DLongMathRoundingBenchmark.java54 int tmp = 0; in log2() local
64 int tmp = 0; in log10() local
74 int tmp = 0; in sqrt() local
84 int tmp = 0; in divide() local
/external/guava/guava-tests/benchmark/com/google/common/math/
DIntMathBenchmark.java56 int tmp = 0; in pow() local
66 int tmp = 0; in mod() local
76 int tmp = 0; in gCD() local
86 int tmp = 0; in factorial() local
96 int tmp = 0; in binomial() local
106 int tmp = 0; in isPrime() local
DLongMathBenchmark.java58 int tmp = 0; in pow() local
68 int tmp = 0; in mod() local
78 int tmp = 0; in gCD() local
88 int tmp = 0; in factorial() local
98 int tmp = 0; in binomial() local
108 int tmp = 0; in isPrime() local
DBigIntegerMathRoundingBenchmark.java54 int tmp = 0; in log2() local
64 int tmp = 0; in log10() local
74 int tmp = 0; in sqrt() local
84 int tmp = 0; in divide() local
94 long tmp = 0; in roundToDouble() local
DLessThanBenchmark.java65 int tmp = 0; in branchFreeLtIntInlined() local
78 int tmp = 0; in branchFreeLtInt() local
91 int tmp = 0; in ternaryLtIntAddOutsideTernary() local
104 int tmp = 0; in ternaryLtIntAddInsideTernary() local
117 int tmp = 0; in branchFreeLtLongInlined() local
130 int tmp = 0; in branchFreeLtLong() local
143 int tmp = 0; in ternaryLtLongAddOutsideTernary() local
156 int tmp = 0; in ternaryLtLongAddInsideTernary() local
DDoubleMathBenchmark.java49 long tmp = 0; in log2() local
59 long tmp = 0; in factorial() local
69 int tmp = 0; in isMathematicalInteger() local
81 int tmp = 0; in isPowerOfTwo() local
/external/webrtc/common_audio/signal_processing/include/
Dspl_inl_armv7.h27 int32_t tmp = 0; in WEBRTC_SPL_MUL_16_32_RSFT16() local
33 int32_t tmp = 0; in WEBRTC_SPL_MUL_16_16() local
40 int32_t tmp = 0; in WebRtc_MulAccumW16() local
80 int32_t tmp = 0; in WebRtcSpl_GetSizeInBits() local
88 int32_t tmp = 0; in WebRtcSpl_NormW32() local
102 int tmp = 0; in WebRtcSpl_NormU32() local
113 int32_t tmp = 0; in WebRtcSpl_NormW16() local
/external/sfntly/cpp/src/test/tinyxml/
Dtinystr.cpp41 TiXmlString tmp; in reserve() local
54 TiXmlString tmp; in assign() local
83 TiXmlString tmp; in operator +() local
92 TiXmlString tmp; in operator +() local
102 TiXmlString tmp; in operator +() local
/external/autotest/client/bin/
Dparallel.py17 def fork_start(tmp, l): argument
99 def fork_waitfor(tmp, pid): argument
107 def fork_waitfor_timed(tmp, pid, timeout): argument
135 def fork_nuke_subprocess(tmp, pid): argument
/external/guava/android/guava-tests/benchmark/com/google/common/primitives/
DUnsignedLongsBenchmark.java53 long tmp = 0; in divide() local
63 long tmp = 0; in remainder() local
73 long tmp = 0; in parseUnsignedLong() local
88 long tmp = 0; in parseDecode10() local
98 long tmp = 0; in parseDecode16() local
108 int tmp = 0; in toString() local
/external/guava/guava-tests/benchmark/com/google/common/primitives/
DUnsignedLongsBenchmark.java53 long tmp = 0; in divide() local
63 long tmp = 0; in remainder() local
73 long tmp = 0; in parseUnsignedLong() local
88 long tmp = 0; in parseDecode10() local
98 long tmp = 0; in parseDecode16() local
108 int tmp = 0; in toString() local
/external/gemmlowp/internal/
Dpack_msa.h90 v2i64 tmp = __builtin_msa_ilvr_d( in Pack() local
99 v2i64 tmp = __builtin_msa_ilvl_d( in Pack() local
110 v2i64 tmp = __builtin_msa_ilvr_d( in Pack() local
119 v2i64 tmp = reinterpret_cast<v2i64>( in Pack() local
129 v2i64 tmp = __builtin_msa_ilvl_d( in Pack() local
174 v4i32 tmp = __builtin_msa_ld_w(sums_of_each_slice_ptr, 0); in Pack() local
253 v2i64 tmp = __builtin_msa_ilvr_d( in Pack() local
262 v2i64 tmp = __builtin_msa_ilvl_d( in Pack() local
273 v2i64 tmp = __builtin_msa_ilvr_d( in Pack() local
282 v2i64 tmp = reinterpret_cast<v2i64>( in Pack() local
[all …]
/external/libevent/test/
Dregress.gen.c56 struct msg *tmp; in msg_new_with_arg() local
143 struct evbuffer *tmp = NULL; in msg_attack_assign() local
185 struct evbuffer *tmp = NULL; in msg_run_assign() local
251 msg_clear(struct msg *tmp) in msg_clear()
282 msg_free(struct msg *tmp) in msg_free()
306 msg_marshal(struct evbuffer *evbuf, const struct msg *tmp) { in msg_marshal()
323 msg_unmarshal(struct msg *tmp, struct evbuffer *evbuf) in msg_unmarshal()
415 struct evbuffer *tmp = evbuffer_new(); in evtag_unmarshal_msg() local
464 struct kill *tmp; in kill_new_with_arg() local
583 kill_clear(struct kill *tmp) in kill_clear()
[all …]
/external/capstone/bindings/vb6/
DmMisc.bas86 Dim tmp As Long variable
92 Dim tmp As Byte variable
98 Dim tmp As Currency variable
104 Dim v, tmp As String variable
118 Dim v, tmp As String variable
175 Dim foundDecimal As Boolean, tmp, i, a, a2 variable
280 Dim s() As String, chars As String, tmp As String variable
375 Dim tmp() As String, ub As Long variable

12345678910>>...127