Home
last modified time | relevance | path

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

12345678910>>...112

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dreduce_fp32_simd.h.in32 SIMD_F32 tmp = SIMD_MOV_F32(0); variable
42 SIMD_F32 tmp = SIMD_MOV_F32(0); variable
54 SIMD_F32 tmp = SIMD_MOV_F32(0); variable
67 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MAX); variable
80 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MIN); variable
90 SIMD_F32 tmp = SIMD_MOV_F32(*tmp_max); variable
102 SIMD_F32 tmp = SIMD_MOV_F32(1.0f); variable
115 SIMD_F32 tmp = SIMD_MOV_F32(0); variable
128 SIMD_F32 tmp = SIMD_MOV_F32(0); variable
141 SIMD_EPI32 tmp = SIMD_MOV_EPI32(0); variable
[all …]
/third_party/rust/rust/library/portable-simd/crates/core_simd/examples/
Dmatrix_inversion.rs172 let tmp = simd_swizzle!(m_0, m_1, SHUFFLE01); in simd_inv4x4() localVariable
178 let tmp = simd_swizzle!(m_0, m_1, SHUFFLE23); in simd_inv4x4() localVariable
183 let tmp = (row2 * row3).reverse().rotate_lanes_right::<2>(); in simd_inv4x4() localVariable
186 let tmp = tmp.rotate_lanes_right::<2>(); in simd_inv4x4() localVariable
191 let tmp = (row1 * row2).reverse().rotate_lanes_right::<2>(); in simd_inv4x4() localVariable
194 let tmp = tmp.rotate_lanes_right::<2>(); in simd_inv4x4() localVariable
200 let tmp = (row3 * row1.rotate_lanes_right::<2>()) in simd_inv4x4() localVariable
206 let tmp = tmp.rotate_lanes_right::<2>(); in simd_inv4x4() localVariable
211 let tmp = (row0 * row1).reverse().rotate_lanes_right::<2>(); in simd_inv4x4() localVariable
214 let tmp = tmp.rotate_lanes_right::<2>(); in simd_inv4x4() localVariable
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dh264pred_mmi.c33 uint64_t tmp[1]; in ff_pred16x16_vertical_8_mmi() local
62 uint64_t tmp[3]; in ff_pred16x16_horizontal_8_mmi() local
99 uint64_t tmp[4]; in ff_pred16x16_dc_8_mmi() local
159 mips_reg tmp[3]; in ff_pred8x8l_top_dc_8_mmi() local
251 mips_reg tmp[1]; in ff_pred8x8l_dc_8_mmi() local
357 mips_reg tmp[1]; in ff_pred8x8l_vertical_8_mmi() local
441 uint64_t tmp[2]; in ff_pred4x4_dc_8_mmi() local
467 uint64_t tmp[2]; in ff_pred8x8_vertical_8_mmi() local
494 uint64_t tmp[3]; in ff_pred8x8_horizontal_8_mmi() local
528 uint64_t tmp[1]; in ff_pred8x8_top_dc_8_mmi() local
[all …]
/third_party/rust/crates/rustix/tests/io/
Dread_write.rs12 let tmp = tempfile::tempdir().unwrap(); in test_readwrite_pv() localVariable
50 let tmp = tempfile::tempdir().unwrap(); in test_readwrite_p() localVariable
75 let tmp = tempfile::tempdir().unwrap(); in test_readwrite_v() localVariable
102 let tmp = tempfile::tempdir().unwrap(); in test_readwrite() localVariable
156 let tmp = tempfile::tempdir().unwrap(); in test_pwritev2() localVariable
/third_party/rust/crates/rustix/tests/fs/
Dinvalid_offset.rs17 let tmp = tempfile::tempdir().unwrap(); in invalid_offset_seek() localVariable
46 let tmp = tempfile::tempdir().unwrap(); in invalid_offset_fallocate() localVariable
76 let tmp = tempfile::tempdir().unwrap(); in invalid_offset_fadvise() localVariable
108 let tmp = tempfile::tempdir().unwrap(); in invalid_offset_pread() localVariable
128 let tmp = tempfile::tempdir().unwrap(); in invalid_offset_pwrite() localVariable
148 let tmp = tempfile::tempdir().unwrap(); in invalid_offset_copy_file_range() localVariable
Dutimensat.rs6 let tmp = tempfile::tempdir().unwrap(); in test_utimensat() localVariable
66 let tmp = tempfile::tempdir().unwrap(); in test_utimensat_noent() localVariable
96 let tmp = tempfile::tempdir().unwrap(); in test_utimensat_notdir() localVariable
/third_party/skia/third_party/externals/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
/third_party/mesa3d/src/mesa/main/
Duniform_query.cpp437 double tmp; in _mesa_get_uniform() local
443 uint64_t tmp; in _mesa_get_uniform() local
449 uint64_t tmp; in _mesa_get_uniform() local
468 double tmp = src[sidx].u; in _mesa_get_uniform() local
475 double tmp = src[sidx].i; in _mesa_get_uniform() local
480 double tmp = src[sidx].i ? 1.0 : 0.0; in _mesa_get_uniform() local
485 double tmp = src[sidx].f; in _mesa_get_uniform() local
491 double tmp; in _mesa_get_uniform() local
499 double tmp; in _mesa_get_uniform() local
544 double tmp; in _mesa_get_uniform() local
[all …]
/third_party/rust/rust/tests/ui/numbers-arithmetic/
Dnum-wrapping.rs165 let mut tmp = Wrapping($initial); in test_op_assigns() localVariable
173 let mut tmp = Wrapping($initial); in test_op_assigns() localVariable
182 let mut tmp = Wrapping($initial); in test_op_assigns() localVariable
368 let mut tmp = Wrapping($initial); in test_sh_op_assigns() localVariable
/third_party/ffmpeg/libavcodec/
Ddctref.c69 double tmp = 0; in ff_ref_fdct() local
80 double tmp = 0; in ff_ref_fdct() local
105 double tmp = 0; in ff_ref_idct() local
116 double tmp = 0; in ff_ref_idct() local
/third_party/ffmpeg/libavcodec/x86/
Dcabac.h58 #define BRANCHLESS_GET_CABAC_UPDATE(ret, retq, low, range, tmp) \ argument
66 #define BRANCHLESS_GET_CABAC_UPDATE(ret, retq, low, range, tmp) \ argument
80 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument
120 #define BRANCHLESS_GET_CABAC_UPDATE(ret, low, range, tmp)\ argument
130 #define BRANCHLESS_GET_CABAC_UPDATE(ret, low, range, tmp)\ argument
144 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument
188 int bit, tmp; in get_cabac_inline_x86() local
223 x86_reg tmp; in get_cabac_bypass_sign_x86() local
269 x86_reg tmp; in get_cabac_bypass_x86() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/neon/
Dreduce_fp32_neon.h35 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumNEON() local
45 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumByLastAxisNEON() local
57 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceMeanNEON() local
70 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MAX); in ReduceMinNEON() local
83 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MIN); in ReduceMaxNEON() local
93 SIMD_F32 tmp = SIMD_MOV_F32(*tmp_max); in ReduceMaxByLastAxisNEON() local
105 SIMD_F32 tmp = SIMD_MOV_F32(1.0f); in ReduceProdNEON() local
118 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumSquareNEON() local
131 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceL2NormNEON() local
144 SIMD_EPI32 tmp = SIMD_MOV_EPI32(0); in IntReduceSumNEON() local
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/avx512/
Dreduce_fp32_avx512.h36 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumAVX512() local
46 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumByLastAxisAVX512() local
58 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceMeanAVX512() local
71 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MAX); in ReduceMinAVX512() local
84 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MIN); in ReduceMaxAVX512() local
94 SIMD_F32 tmp = SIMD_MOV_F32(*tmp_max); in ReduceMaxByLastAxisAVX512() local
106 SIMD_F32 tmp = SIMD_MOV_F32(1.0f); in ReduceProdAVX512() local
119 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumSquareAVX512() local
132 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceL2NormAVX512() local
145 SIMD_EPI32 tmp = SIMD_MOV_EPI32(0); in IntReduceSumAVX512() local
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/avx/
Dreduce_fp32_avx.h36 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumAVX() local
46 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumByLastAxisAVX() local
58 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceMeanAVX() local
71 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MAX); in ReduceMinAVX() local
84 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MIN); in ReduceMaxAVX() local
94 SIMD_F32 tmp = SIMD_MOV_F32(*tmp_max); in ReduceMaxByLastAxisAVX() local
106 SIMD_F32 tmp = SIMD_MOV_F32(1.0f); in ReduceProdAVX() local
119 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumSquareAVX() local
132 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceL2NormAVX() local
145 SIMD_EPI32 tmp = SIMD_MOV_EPI32(0); in IntReduceSumAVX() local
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/include/nnacl/sse/
Dreduce_fp32_sse.h36 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumSSE() local
46 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumByLastAxisSSE() local
58 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceMeanSSE() local
71 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MAX); in ReduceMinSSE() local
84 SIMD_F32 tmp = SIMD_MOV_F32(FLT_MIN); in ReduceMaxSSE() local
94 SIMD_F32 tmp = SIMD_MOV_F32(*tmp_max); in ReduceMaxByLastAxisSSE() local
106 SIMD_F32 tmp = SIMD_MOV_F32(1.0f); in ReduceProdSSE() local
119 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceSumSquareSSE() local
132 SIMD_F32 tmp = SIMD_MOV_F32(0); in ReduceL2NormSSE() local
145 SIMD_EPI32 tmp = SIMD_MOV_EPI32(0); in IntReduceSumSSE() local
[all …]
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_regalloc.cpp30 Builder::Result tmp = variable
191 Temp tmp = bld.pseudo(aco_opcode::p_linear_phi, bld.def(s2), Operand::c64(0u)); variable
205 Temp tmp = bld.pseudo(aco_opcode::p_unit_test, bld.def(s2)); variable
285 Temp tmp = bld.copy(bld.def(s1, m0), inputs[3]); variable
298 end_linear_vgpr(Temp tmp) in end_linear_vgpr()
338 Temp tmp = bld.pseudo(aco_opcode::p_parallelcopy, bld.def(v1, PhysReg(256 + 29)), inputs[0]); variable
613 Temp tmp = bld.pseudo(aco_opcode::p_phi, bld.def(v30), Operand(v30)); variable
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlock_timedwrlock.c33 struct tm *tmp = localtime(&ts.tv_sec); in pthread_rwlock_timedwrlock_0100() local
59 struct tm *tmp = localtime(&ts.tv_sec); in pthread_rwlock_timedwrlock_0200() local
83 struct tm *tmp = localtime(&ts.tv_sec); in pthread_rwlock_timedwrlock_0300() local
105 struct tm *tmp = localtime(&ts.tv_sec); in pthread_rwlock_timedwrlock_time64_0100() local
Dpthread_rwlock_timedrdlock.c33 struct tm *tmp = localtime(&ts.tv_sec); in pthread_rwlock_timedrdlock_0100() local
59 struct tm *tmp = localtime(&ts.tv_sec); in pthread_rwlock_timedrdlock_0200() local
83 struct tm *tmp = localtime(&ts.tv_sec); in pthread_rwlock_timedrdlock_0300() local
105 struct tm *tmp = localtime(&ts.tv_sec); in pthread_rwlock_timedrdlock_time64_0100() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Diterator.h71 DerivedT tmp = *static_cast<const DerivedT *>(this); variable
85 DerivedT tmp = *static_cast<const DerivedT *>(this); variable
94 DerivedT tmp = *static_cast<DerivedT *>(this); variable
108 DerivedT tmp = *static_cast<DerivedT *>(this); variable
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dstrchrnul.c27 char *tmp = NULL; in strchrnul_0100() local
47 char *tmp = NULL; in strchrnul_0200() local
67 char *tmp = NULL; in strchrnul_0300() local
/third_party/rust/crates/nix/test/
Dtest_sendfile.rs21 let mut tmp = tempfile().unwrap(); in test_sendfile_linux() localVariable
43 let mut tmp = tempfile().unwrap(); in test_sendfile64_linux() localVariable
72 let mut tmp = tempfile().unwrap(); in test_sendfile_freebsd() localVariable
123 let mut tmp = tempfile().unwrap(); in test_sendfile_dragonfly() localVariable
172 let mut tmp = tempfile().unwrap(); in test_sendfile_darwin() localVariable
/third_party/mesa3d/src/intel/compiler/elk/
Delk_clip_util.c37 struct elk_reg tmp = elk_vec4_grf(c->last_tmp, 0); in get_tmp() local
45 static void release_tmp( struct elk_clip_compile *c, struct elk_reg tmp ) in release_tmp()
99 struct elk_reg tmp = get_tmp(c); in elk_clip_project_vertex() local
161 struct elk_reg tmp = get_tmp(c); in elk_clip_interp_vertex() local
177 struct elk_reg tmp = get_tmp(c); in elk_clip_interp_vertex() local
266 struct elk_reg tmp = get_tmp(c); in elk_clip_interp_vertex() local
417 struct elk_reg tmp = retype(vec1(get_tmp(c)), ELK_REGISTER_TYPE_UD); in elk_clip_init_clipmask() local
/third_party/musl/arch/microblaze/
Datomic_arch.h4 register int old, tmp; in a_cas() local
23 register int old, tmp; in a_swap() local
40 register int new, tmp; in a_fetch_add() local
/third_party/backends/backend/escl/
Descl_newjob.c113 char *tmp = (char*)calloc(1, size); in add_support_option() local
238 char *tmp = add_support_option("ThresholdSupport", scanner->val_threshold); in escl_newjob() local
250 char *tmp = add_support_option("SharpenSupport", scanner->val_sharpen); in escl_newjob() local
262 char *tmp = add_support_option("ContrastSupport", scanner->val_contrast); in escl_newjob() local
274 char *tmp = add_support_option("BrightnessSupport", scanner->val_brightness); in escl_newjob() local
/third_party/grpc/test/core/util/
Dload_file_test.cc30 FILE* tmp = nullptr; in TEST() local
53 FILE* tmp = nullptr; in TEST() local
70 FILE* tmp = nullptr; in TEST() local
96 FILE* tmp = nullptr; in TEST() local

12345678910>>...112