Home
last modified time | relevance | path

Searched defs:wt (Results 1 – 25 of 53) sorted by relevance

123

/external/skqp/src/pathops/
DSkAddIntersections.cpp15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection()
35 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection()
56 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection()
76 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection()
96 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection()
116 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection()
137 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection()
157 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection()
177 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection()
197 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection()
[all …]
/external/skia/src/pathops/
DSkAddIntersections.cpp15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection()
35 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection()
56 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection()
76 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection()
96 static void debugShowConicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicQuadIntersection()
116 static void debugShowConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicIntersection()
137 static void debugShowCubicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicLineIntersection()
157 static void debugShowCubicQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicQuadIntersection()
177 static void debugShowCubicConicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicConicIntersection()
197 static void debugShowCubicIntersection(int pts, const SkIntersectionHelper& wt, in debugShowCubicIntersection()
[all …]
/external/curl/docs/examples/
Dpost-callback.c46 struct WriteThis *wt = (struct WriteThis *)userp; in read_callback() local
69 struct WriteThis wt; in main() local
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRouteSpecificPool.java263 public void queueThread(WaitingThread wt) { in queueThread()
298 public void removeThread(WaitingThread wt) { in removeThread()
DRefQueueWorker.java125 Thread wt = this.workerThread; in shutdown() local
/external/libgsm/src/
Ddecode.c50 word erp[40], wt[160]; variable
/external/libaom/libaom/aom_dsp/
Dquantize.c39 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c() local
61 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c() local
90 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c() local
127 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c() local
146 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c() local
195 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_adaptive_helper_c() local
215 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_adaptive_helper_c() local
240 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_adaptive_helper_c() local
279 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_helper_c() local
295 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_b_helper_c() local
/external/libaom/libaom/aom_dsp/x86/
Dadaptive_quantize_sse2.c48 const qm_val_t wt = 1 << AOM_QM_BITS; in aom_quantize_b_adaptive_sse2() local
199 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_adaptive_sse2() local
248 const qm_val_t wt = 1 << AOM_QM_BITS; in aom_quantize_b_32x32_adaptive_sse2() local
406 const qm_val_t wt = (1 << AOM_QM_BITS); in aom_quantize_b_32x32_adaptive_sse2() local
Dconvolve_sse2.h80 const __m128i *const wt, in comp_avg()
/external/clang/test/CodeGen/
Dpascal-wchar-string.c16 UniChar wt[] = L"\pbar"; // pascal Unicode string in main() local
/external/v8/src/mips/
Dassembler-mips.h1092 inline void bz_v(MSARegister wt, Label* L) { in bz_v()
1096 inline void bz_b(MSARegister wt, Label* L) { in bz_b()
1100 inline void bz_h(MSARegister wt, Label* L) { in bz_h()
1104 inline void bz_w(MSARegister wt, Label* L) { in bz_w()
1108 inline void bz_d(MSARegister wt, Label* L) { in bz_d()
1112 inline void bnz_v(MSARegister wt, Label* L) { in bnz_v()
1116 inline void bnz_b(MSARegister wt, Label* L) { in bnz_b()
1120 inline void bnz_h(MSARegister wt, Label* L) { in bnz_h()
1124 inline void bnz_w(MSARegister wt, Label* L) { in bnz_w()
1128 inline void bnz_d(MSARegister wt, Label* L) { in bnz_d()
Dsimulator-mips.cc4887 T Simulator::Msa3RInstrHelper(uint32_t opcode, T wd, T ws, T wt) { in Msa3RInstrHelper()
5119 void Msa3RInstrHelper_shuffle(const uint32_t opcode, T_reg ws, T_reg wt, in Msa3RInstrHelper_shuffle()
5166 void Msa3RInstrHelper_horizontal(const uint32_t opcode, T_reg ws, T_reg wt, in Msa3RInstrHelper_horizontal()
5207 msa_reg_t ws, wd, wt; in DecodeTypeMsa3R() local
5319 void Msa3RFInstrHelper(uint32_t opcode, T_reg ws, T_reg wt, T_reg& wd) { in Msa3RFInstrHelper()
5462 void Msa3RFInstrHelper2(uint32_t opcode, T_reg ws, T_reg wt, T_reg& wd) { in Msa3RFInstrHelper2()
5525 msa_reg_t wd, ws, wt; in DecodeTypeMsa3RF() local
5671 #define MSA_3RF_DF(T1, T2, Lanes, ws, wt, wd) \ in DecodeTypeMsa3RF() argument
5675 #define MSA_3RF_DF2(T1, T2, Lanes, ws, wt, wd) \ in DecodeTypeMsa3RF() argument
5726 msa_reg_t wd, ws, wt; in DecodeTypeMsaVec() local
[all …]
/external/v8/src/mips64/
Dassembler-mips64.h1164 inline void bz_v(MSARegister wt, Label* L) { in bz_v()
1168 inline void bz_b(MSARegister wt, Label* L) { in bz_b()
1172 inline void bz_h(MSARegister wt, Label* L) { in bz_h()
1176 inline void bz_w(MSARegister wt, Label* L) { in bz_w()
1180 inline void bz_d(MSARegister wt, Label* L) { in bz_d()
1184 inline void bnz_v(MSARegister wt, Label* L) { in bnz_v()
1188 inline void bnz_b(MSARegister wt, Label* L) { in bnz_b()
1192 inline void bnz_h(MSARegister wt, Label* L) { in bnz_h()
1196 inline void bnz_w(MSARegister wt, Label* L) { in bnz_w()
1200 inline void bnz_d(MSARegister wt, Label* L) { in bnz_d()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc153 WireType wt = GetTagWireType(p.first); in ParseTensorSubmessage() local
225 WireType wt = GetTagWireType(p.first); in ParseFast() local
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl36.c89 long wt = pa->cnt; in fn_ofd_w() local
129 long wt = pa->cnt; in fn_posix_w() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c290 GLenum wt = sampler->WrapT; in i915_update_tex_unit() local
Di830_texstate.c285 GLenum wt = sampler->WrapT; in i830_update_tex_unit() local
/external/u-boot/arch/sh/include/asm/
Dcpu_sh4.h71 #define mk_pmb_data_val(ppn, ub, v, sz1, sz0, c, wt) \ argument
/external/libavc/common/
Dih264_weighted_pred.c204 WORD32 wt, in ih264_weighted_pred_luma()
278 WORD32 wt, in ih264_weighted_pred_chroma()
/external/libaom/libaom/av1/common/x86/
Djnt_convolve_avx2.c28 const __m256i wt = _mm256_unpacklo_epi16(wt0, wt1); in unpack_weights_avx2() local
49 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_x_avx2() local
205 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_y_avx2() local
609 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_2d_avx2() local
823 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_2d_copy_avx2() local
Dwarp_plane_sse4.c444 __m128i *res_sub_const, __m128i *round_bits_const, __m128i *wt) { in unpack_weights_and_set_round_const()
562 const __m128i *wt, const __m128i *res_sub_const, __m128i *round_bits_const, in store_vertical_filter_output()
662 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter() local
690 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_gamma0() local
718 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_delta0() local
745 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_gamma0_delta0() local
Djnt_convolve_sse2.c38 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_x_sse2() local
168 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_y_sse2() local
414 const __m128i wt = _mm_unpacklo_epi16(wt0, wt1); in av1_dist_wtd_convolve_2d_sse2() local
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c82 const qm_val_t wt = qm_ptr ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_fp_helper_c() local
129 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in highbd_quantize_fp_helper_c() local
350 const int wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_dc() local
507 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[0] : (1 << AOM_QM_BITS); in highbd_quantize_dc() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c209 const GLfloat wt = (GLfloat) img->Width; in st_DrawTex() local
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_message.cc451 internal::WireFormatLite::WireType wt = in GenerateMergingMethods() local

123