Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 1861) sorted by relevance

12345678910>>...75

/external/lzma/C/
DSort.c8 #define HeapSortDown(p, k, size, temp) \ argument
26 UInt32 temp = p[i]; in HeapSort() local
44 UInt32 temp = p[size]; in HeapSort() local
51 UInt32 temp = p[size]; in HeapSort() local
72 UInt64 temp = p[i]; in HeapSort64() local
90 UInt64 temp = p[size]; in HeapSort64() local
97 UInt64 temp = p[size]; in HeapSort64() local
/external/tensorflow/tensorflow/core/util/proto/
Ddecode.h109 uint32 temp = 0; variable
119 uint32 temp = 0; variable
129 uint64 temp = 0; variable
139 uint32 temp = 0; variable
163 uint64 temp = 0; variable
173 uint32 temp = 0; variable
183 uint64 temp = 0; variable
193 uint32 temp; variable
204 uint32 temp; variable
215 protobuf_uint64 temp; variable
[all …]
/external/libaom/libaom/aom_dsp/x86/
Dfft_avx2.c33 void aom_fft8x8_float_avx2(const float *input, float *temp, float *output) { in aom_fft8x8_float_avx2()
38 void aom_fft16x16_float_avx2(const float *input, float *temp, float *output) { in aom_fft16x16_float_avx2()
43 void aom_fft32x32_float_avx2(const float *input, float *temp, float *output) { in aom_fft32x32_float_avx2()
59 void aom_ifft8x8_float_avx2(const float *input, float *temp, float *output) { in aom_ifft8x8_float_avx2()
64 void aom_ifft16x16_float_avx2(const float *input, float *temp, float *output) { in aom_ifft16x16_float_avx2()
70 void aom_ifft32x32_float_avx2(const float *input, float *temp, float *output) { in aom_ifft32x32_float_avx2()
Dfft_sse2.c117 void aom_fft4x4_float_sse2(const float *input, float *temp, float *output) { in aom_fft4x4_float_sse2()
122 void aom_fft8x8_float_sse2(const float *input, float *temp, float *output) { in aom_fft8x8_float_sse2()
127 void aom_fft16x16_float_sse2(const float *input, float *temp, float *output) { in aom_fft16x16_float_sse2()
132 void aom_fft32x32_float_sse2(const float *input, float *temp, float *output) { in aom_fft32x32_float_sse2()
147 void aom_ifft4x4_float_sse2(const float *input, float *temp, float *output) { in aom_ifft4x4_float_sse2()
152 void aom_ifft8x8_float_sse2(const float *input, float *temp, float *output) { in aom_ifft8x8_float_sse2()
157 void aom_ifft16x16_float_sse2(const float *input, float *temp, float *output) { in aom_ifft16x16_float_sse2()
163 void aom_ifft32x32_float_sse2(const float *input, float *temp, float *output) { in aom_ifft32x32_float_sse2()
/external/libaom/libaom/aom_dsp/
Dfft.c58 void aom_fft_2d_gen(const float *input, float *temp, float *output, int n, in aom_fft_2d_gen()
89 void aom_fft2x2_float_c(const float *input, float *temp, float *output) { in aom_fft2x2_float_c()
94 void aom_fft4x4_float_c(const float *input, float *temp, float *output) { in aom_fft4x4_float_c()
99 void aom_fft8x8_float_c(const float *input, float *temp, float *output) { in aom_fft8x8_float_c()
104 void aom_fft16x16_float_c(const float *input, float *temp, float *output) { in aom_fft16x16_float_c()
109 void aom_fft32x32_float_c(const float *input, float *temp, float *output) { in aom_fft32x32_float_c()
114 void aom_ifft_2d_gen(const float *input, float *temp, float *output, int n, in aom_ifft_2d_gen()
196 void aom_ifft2x2_float_c(const float *input, float *temp, float *output) { in aom_ifft2x2_float_c()
201 void aom_ifft4x4_float_c(const float *input, float *temp, float *output) { in aom_ifft4x4_float_c()
206 void aom_ifft8x8_float_c(const float *input, float *temp, float *output) { in aom_ifft8x8_float_c()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local
227 int64_t temp = 1; in TEST() local
232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local
237 uint64_t temp = 1; in TEST() local
242 uint64_t temp = std::numeric_limits<uint64_t>::max(); in TEST() local
247 float temp = 10.0f; in TEST() local
252 double temp = 10.0; in TEST() local
257 double temp = 20.0; in TEST() local
468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); in TEST() local
473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); in TEST() local
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local
227 int64_t temp = 1; in TEST() local
232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local
237 uint64_t temp = 1; in TEST() local
242 uint64_t temp = std::numeric_limits<uint64_t>::max(); in TEST() local
247 float temp = 10.0f; in TEST() local
252 double temp = 10.0; in TEST() local
257 double temp = 20.0; in TEST() local
468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); in TEST() local
473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); in TEST() local
[all …]
/external/deqp-deps/SPIRV-Tools/test/fuzz/fact_manager/
Dconstant_uniform_facts_test.cpp222 int32_t temp = std::numeric_limits<int32_t>::min(); in TEST() local
227 int64_t temp = 1; in TEST() local
232 int64_t temp = std::numeric_limits<int64_t>::max(); in TEST() local
237 uint64_t temp = 1; in TEST() local
242 uint64_t temp = std::numeric_limits<uint64_t>::max(); in TEST() local
247 float temp = 10.0f; in TEST() local
252 double temp = 10.0; in TEST() local
257 double temp = 20.0; in TEST() local
468 auto temp = MakeUniformBufferElementDescriptor(2, 2, {9, 9, 1}); in TEST() local
473 auto temp = MakeUniformBufferElementDescriptor(2, 3, {9, 9, 2}); in TEST() local
[all …]
/external/guava/android/guava-testlib/src/com/google/common/testing/
DClusterException.java70 ArrayList<Throwable> temp = new ArrayList<>(exceptions); in ClusterException() local
76 ArrayList<Throwable> temp = new ArrayList<>(Arrays.asList(exceptions)); in create() local
104 Throwable temp = exceptions.iterator().next(); in create() local
/external/guava/guava-testlib/src/com/google/common/testing/
DClusterException.java70 ArrayList<Throwable> temp = new ArrayList<>(exceptions); in ClusterException() local
76 ArrayList<Throwable> temp = new ArrayList<>(Arrays.asList(exceptions)); in create() local
104 Throwable temp = exceptions.iterator().next(); in create() local
/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java120 File temp = createTempFile(); in testWriteString() local
126 File temp = createTempFile(); in testWriteBytes() local
139 File temp = createTempFile(); in testAppendString() local
164 File temp = createTempFile(); in testCopyFile() local
183 File temp = createTempFile(); in testCopySameFile() local
208 File temp = createTempFile(); in testEqual() local
251 File temp = createTempFile(); in testNewWriter() local
276 File temp = createTempFile(); in testTouch() local
301 File temp = createTempFile(); in testTouchTime() local
362 File temp = Files.createTempDir(); in testCreateTempDir() local
[all …]
/external/guava/android/guava-tests/test/com/google/common/io/
DFilesTest.java120 File temp = createTempFile(); in testWriteString() local
126 File temp = createTempFile(); in testWriteBytes() local
139 File temp = createTempFile(); in testAppendString() local
164 File temp = createTempFile(); in testCopyFile() local
183 File temp = createTempFile(); in testCopySameFile() local
208 File temp = createTempFile(); in testEqual() local
251 File temp = createTempFile(); in testNewWriter() local
276 File temp = createTempFile(); in testTouch() local
301 File temp = createTempFile(); in testTouchTime() local
362 File temp = Files.createTempDir(); in testCreateTempDir() local
[all …]
/external/tensorflow/tensorflow/python/util/
Dtfprof_wrapper.cc29 std::string temp = tensorflow::tfprof::PrintModelAnalysis( in PYBIND11_MODULE() local
38 std::string temp = tensorflow::tfprof::SerializeToString(); in PYBIND11_MODULE() local
43 std::string temp = tensorflow::tfprof::Profile(command, options); in PYBIND11_MODULE() local
/external/llvm-project/polly/lib/External/isl/
Disl_imath.c35 mpz_t temp; in isl_imath_addmul_ui() local
47 mpz_t temp; in isl_imath_submul_ui() local
62 mpz_t temp; in isl_imath_cdiv_q_ui() local
76 mpz_t temp; in isl_imath_fdiv_q_ui() local
/external/libtextclassifier/native/utils/strings/
Dnumbers.cc29 char *temp; in ParseInt32() local
51 char *temp; in ParseInt64() local
62 char *temp; in ParseDouble() local
/external/cldr/tools/java/org/unicode/cldr/util/
DLanguageGroup.java48 add(temp, root, "root"); in add() argument
49 add(temp, germanic, "en", "fy", "nl", "af", "de", "gsw", "wae", "ksh", "lb", "sv", "da", in add() argument
51 add(temp, celtic, "ga", "gd", "cy", "gv", "kw", "br"); in add() argument
52 add(temp, romance, "fr", "pt", "gl", "es", "ca", "ast", "it", "rm", "ro", "fur", "an", in add() argument
54 add(temp, slavic, "pl", "cs", "sk", "sl", "hr", "bs", "mk", "sr", "bg", "ru", "be", "uk", in add() argument
56 add(temp, baltic, "lt", "lv", "prg"); in add() argument
57 add(temp, indic, "ur", "hi", "gu", "sd", "bn", "as", "ccp", "or", "mr", "ne", "pa", "si", in add() argument
59 add(temp, iranian, "fa", "ps", "ku", "os", "ckb", "lrc", "mzn", "tg", "bgn", "sdh"); in add() argument
60 add(temp, other_indo, "el", "hy", "sq"); in add() argument
61 add(temp, dravidian, "ta", "te", "ml", "kn"); in add() argument
[all …]
/external/icu/icu4c/source/test/intltest/
Dsrchtest.cpp470 UChar temp[128]; in assertEqual() local
527 UChar temp[128]; in assertCanonicalEqual() local
580 UChar temp[128]; in assertEqualWithAttribute() local
629 UnicodeString temp("a"); in TestOpenClose() local
744 UnicodeString temp("a"); in TestInitialization() local
873 UChar temp[128]; in TestBreakIterator() local
1006 UChar temp[128]; in TestOverlap() local
1050 UChar temp[128]; in TestCollator() local
1114 UChar temp[512]; in TestPattern() local
1210 UChar temp[128]; in TestText() local
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c170 unsigned temp = sdata; in handle_op_atomic() local
176 unsigned temp = sdata; in handle_op_atomic() local
185 unsigned temp = sdata; in handle_op_atomic() local
191 unsigned temp = sdata; in handle_op_atomic() local
197 unsigned temp = sdata; in handle_op_atomic() local
203 unsigned temp = sdata; in handle_op_atomic() local
237 float temp = uif(sdata); in handle_op_atomic() local
/external/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djwe.c73 char temp[2048], compact[2048]; in test_jwe_a1() local
289 char temp[2048]; in test_jwe_a2() local
495 char temp[4096], compact[4096]; in test_jwe_ra_ptext_1024() local
623 char temp[4096], compact[4096]; in test_jwe_r256a192_ptext() local
755 char temp[4096], compact[4096]; in test_jwe_r256a256_ptext() local
1048 char temp[2048]; in test_jwe_r256a128_jwe_openssl() local
1139 char temp[2048]; in test_jwe_r256a128_jwe_mbedtls() local
1230 char temp[2048]; in test_jwe_a3() local
1638 char temp[2048], *p; in test_jwa_c() local
1787 char temp[3072], compact[2048]; in test_ecdhes_t1() local
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CertificateObject.java119 X500Principal temp = super.getIssuerX500Principal(); in getIssuerX500Principal() local
143 PublicKey temp = super.getPublicKey(); in getPublicKey() local
170 X500Principal temp = super.getSubjectX500Principal(); in getSubjectX500Principal() local
193 long[] temp = new long[] in getValidityValues() local
331 …X509CertificateInternal temp = new X509CertificateInternal(bcHelper, c, basicConstraints, keyUsage… in getInternalCertificate() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CertificateObject.java119 X500Principal temp = super.getIssuerX500Principal(); in getIssuerX500Principal() local
143 PublicKey temp = super.getPublicKey(); in getPublicKey() local
170 X500Principal temp = super.getSubjectX500Principal(); in getSubjectX500Principal() local
193 long[] temp = new long[] in getValidityValues() local
331 …X509CertificateInternal temp = new X509CertificateInternal(bcHelper, c, basicConstraints, keyUsage… in getInternalCertificate() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CertificateObject.java118 X500Principal temp = super.getIssuerX500Principal(); in getIssuerX500Principal() local
142 PublicKey temp = super.getPublicKey(); in getPublicKey() local
169 X500Principal temp = super.getSubjectX500Principal(); in getSubjectX500Principal() local
192 long[] temp = new long[] in getValidityValues() local
330 …X509CertificateInternal temp = new X509CertificateInternal(bcHelper, c, basicConstraints, keyUsage… in getInternalCertificate() local
/external/marisa-trie/lib/marisa/
Dtrie.cc13 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in build() local
23 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in mmap() local
35 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in map() local
47 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in load() local
59 scoped_ptr<grimoire::LoudsTrie> temp(new (std::nothrow) grimoire::LoudsTrie); in read() local
182 scoped_ptr<grimoire::LoudsTrie> temp( in fread() local
202 scoped_ptr<grimoire::LoudsTrie> temp( in read() local
/external/libgsm/src/
Dlpc.c36 word temp, smax, scalauto; variable
183 register word temp; variable
257 register word temp; variable
291 register word temp; variable
/external/marisa-trie/lib/marisa/grimoire/io/
Dreader.cc29 Reader temp; in open() local
37 Reader temp; in open() local
45 Reader temp; in open() local
51 Reader temp; in open() local

12345678910>>...75