Home
last modified time | relevance | path

Searched refs:wt (Results 1 – 25 of 253) sorted by relevance

1234567891011

/external/skqp/src/pathops/
DSkAddIntersections.cpp15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() argument
20 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
24 i[0][0], LINE_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0)); in debugShowLineIntersection()
35 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() argument
41 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
45 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0)); in debugShowQuadLineIntersection()
56 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() argument
61 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts())); in debugShowQuadIntersection()
65 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0)); in debugShowQuadIntersection()
76 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() argument
[all …]
/external/skia/src/pathops/
DSkAddIntersections.cpp15 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() argument
20 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
24 i[0][0], LINE_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0)); in debugShowLineIntersection()
35 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() argument
41 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
45 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0)); in debugShowQuadLineIntersection()
56 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() argument
61 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts())); in debugShowQuadIntersection()
65 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0)); in debugShowQuadIntersection()
76 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() argument
[all …]
/external/v8/src/mips/
Dassembler-mips.h1091 void bz_v(MSARegister wt, int16_t offset);
1092 inline void bz_v(MSARegister wt, Label* L) { in bz_v() argument
1093 bz_v(wt, shifted_branch_offset(L)); in bz_v()
1095 void bz_b(MSARegister wt, int16_t offset);
1096 inline void bz_b(MSARegister wt, Label* L) { in bz_b() argument
1097 bz_b(wt, shifted_branch_offset(L)); in bz_b()
1099 void bz_h(MSARegister wt, int16_t offset);
1100 inline void bz_h(MSARegister wt, Label* L) { in bz_h() argument
1101 bz_h(wt, shifted_branch_offset(L)); in bz_h()
1103 void bz_w(MSARegister wt, int16_t offset);
[all …]
Dsimulator-mips.cc4887 T Simulator::Msa3RInstrHelper(uint32_t opcode, T wd, T ws, T wt) { in Msa3RInstrHelper() argument
4890 T wt_modulo = wt % (sizeof(T) * 8); in Msa3RInstrHelper()
4933 res = ws + wt; in Msa3RInstrHelper()
4936 res = ws - wt; in Msa3RInstrHelper()
4939 res = Max(ws, wt); in Msa3RInstrHelper()
4942 res = static_cast<T>(Max(static_cast<uT>(ws), static_cast<uT>(wt))); in Msa3RInstrHelper()
4945 res = Min(ws, wt); in Msa3RInstrHelper()
4948 res = static_cast<T>(Min(static_cast<uT>(ws), static_cast<uT>(wt))); in Msa3RInstrHelper()
4953 res = Nabs(ws) < Nabs(wt) ? ws : wt; in Msa3RInstrHelper()
4958 res = Nabs(ws) > Nabs(wt) ? ws : wt; in Msa3RInstrHelper()
[all …]
/external/v8/src/mips64/
Dassembler-mips64.h1163 void bz_v(MSARegister wt, int16_t offset);
1164 inline void bz_v(MSARegister wt, Label* L) { in bz_v() argument
1165 bz_v(wt, shifted_branch_offset(L)); in bz_v()
1167 void bz_b(MSARegister wt, int16_t offset);
1168 inline void bz_b(MSARegister wt, Label* L) { in bz_b() argument
1169 bz_b(wt, shifted_branch_offset(L)); in bz_b()
1171 void bz_h(MSARegister wt, int16_t offset);
1172 inline void bz_h(MSARegister wt, Label* L) { in bz_h() argument
1173 bz_h(wt, shifted_branch_offset(L)); in bz_h()
1175 void bz_w(MSARegister wt, int16_t offset);
[all …]
Dsimulator-mips64.cc5112 T Simulator::Msa3RInstrHelper(uint32_t opcode, T wd, T ws, T wt) { in Msa3RInstrHelper() argument
5115 int wt_modulo = wt % (sizeof(T) * 8); in Msa3RInstrHelper()
5158 res = ws + wt; in Msa3RInstrHelper()
5161 res = ws - wt; in Msa3RInstrHelper()
5164 res = Max(ws, wt); in Msa3RInstrHelper()
5167 res = static_cast<T>(Max(static_cast<uT>(ws), static_cast<uT>(wt))); in Msa3RInstrHelper()
5170 res = Min(ws, wt); in Msa3RInstrHelper()
5173 res = static_cast<T>(Min(static_cast<uT>(ws), static_cast<uT>(wt))); in Msa3RInstrHelper()
5178 res = Nabs(ws) < Nabs(wt) ? ws : wt; in Msa3RInstrHelper()
5183 res = Nabs(ws) > Nabs(wt) ? ws : wt; in Msa3RInstrHelper()
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgm107.asm14 sched (st 0xd wr 0x0 wt 0x3f) (st 0x1 wt 0x1) (st 0x6)
18 sched (st 0x1) (st 0xf wr 0x0) (st 0x6 wr 0x0 wt 0x1)
22 sched (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1)
26 sched (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1)
30 sched (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1) (st 0x6 wr 0x0 wt 0x1)
34 sched (st 0x6) (st 0x6 wr 0x0 rd 0x1 wt 0x1) (st 0xf wr 0x0 rd 0x1 wt 0x2)
38 sched (st 0x6 wr 0x0 wt 0x3) (st 0xd wt 0x1) (st 0x1)
58 sched (st 0xd wt 0x3f) (st 0x1) (st 0x1 wr 0x0)
62 sched (st 0xf wr 0x1) (st 0xd wr 0x1 wt 0x2) (st 0x1 wt 0x2)
70 sched (st 0x6 wr 0x1 wt 0x2) (st 0x6 wr 0x1 wt 0x2) (st 0x6 wr 0x1 wt 0x2)
[all …]
/external/curl/docs/examples/
Dpost-callback.c46 struct WriteThis *wt = (struct WriteThis *)userp; in read_callback() local
49 if(wt->sizeleft) { in read_callback()
51 size_t copy_this_much = wt->sizeleft; in read_callback()
54 memcpy(dest, wt->readptr, copy_this_much); in read_callback()
56 wt->readptr += copy_this_much; in read_callback()
57 wt->sizeleft -= copy_this_much; in read_callback()
69 struct WriteThis wt; in main() local
71 wt.readptr = data; in main()
72 wt.sizeleft = strlen(data); in main()
96 curl_easy_setopt(curl, CURLOPT_READDATA, &wt); in main()
[all …]
/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
40 const int coeff = coeff_ptr[rc] * wt; in quantize_b_adaptive_helper_c()
61 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c() local
62 if (abs_coeff * wt >= (zbins[rc != 0] << AOM_QM_BITS)) { in quantize_b_adaptive_helper_c()
66 tmp *= wt; in quantize_b_adaptive_helper_c()
90 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_adaptive_helper_c() local
91 const int coeff = coeff_ptr[rc] * wt; in quantize_b_adaptive_helper_c()
127 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c() local
128 const int coeff = coeff_ptr[rc] * wt; in quantize_b_helper_c()
146 const qm_val_t wt = qm_ptr != NULL ? qm_ptr[rc] : (1 << AOM_QM_BITS); in quantize_b_helper_c() local
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc153 WireType wt = GetTagWireType(p.first); in ParseTensorSubmessage() local
167 if ((wt != WIRETYPE_VARINT) || !input->ReadVarint32(&v)) return false; in ParseTensorSubmessage()
174 if ((wt != WIRETYPE_LENGTH_DELIMITED) || in ParseTensorSubmessage()
182 if ((wt != WIRETYPE_VARINT) || !input->ReadVarint32(&v)) return false; in ParseTensorSubmessage()
191 if (wt != WIRETYPE_LENGTH_DELIMITED || in ParseTensorSubmessage()
225 WireType wt = GetTagWireType(p.first); in ParseFast() local
231 if (wt != WIRETYPE_LENGTH_DELIMITED) return false; in ParseFast()
248 if ((wt != WIRETYPE_VARINT) || !input.ReadVarint32(&v)) return false; in ParseFast()
254 if ((wt != WIRETYPE_VARINT) || !input.ReadVarint64(&v)) return false; in ParseFast()
259 if ((wt != WIRETYPE_LENGTH_DELIMITED) || in ParseFast()
/external/libgsm/src/
Dshort_term.c265 static void Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
269 register word * wt, /* [0..k-1] IN */
279 sri = *wt++;
309 static void Fast_Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
313 register word * wt, /* [0..k-1] IN */
328 register float sri = *wt++;
388 void Gsm_Short_Term_Synthesis_Filter P4((S, LARcr, wt, s),
392 word * wt, /* received d [0..159] IN */
416 FILTER( S, LARp, 13, wt, s );
420 FILTER( S, LARp, 14, wt + 13, s + 13 );
[all …]
Ddecode.c50 word erp[40], wt[160]; variable
58 for (k = 0; k <= 39; k++) wt[ j * 40 + k ] = drp[ k ];
61 Gsm_Short_Term_Synthesis_Filter( S, LARcr, wt, s );
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRouteSpecificPool.java263 public void queueThread(WaitingThread wt) { in queueThread() argument
264 if (wt == null) { in queueThread()
268 this.waitingThreads.add(wt); in queueThread()
298 public void removeThread(WaitingThread wt) { in removeThread() argument
299 if (wt == null) in removeThread()
302 this.waitingThreads.remove(wt); in removeThread()
DRefQueueWorker.java125 Thread wt = this.workerThread; in shutdown() local
126 if (wt != null) { in shutdown()
128 wt.interrupt(); in shutdown()
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl36.c89 long wt = pa->cnt; in fn_ofd_w() local
100 memset(buf, wt, pa->length); in fn_ofd_w()
111 wt++; in fn_ofd_w()
112 if (wt >= 255) in fn_ofd_w()
113 wt = pa->cnt; in fn_ofd_w()
129 long wt = pa->cnt; in fn_posix_w() local
139 memset(buf, wt, pa->length); in fn_posix_w()
150 wt++; in fn_posix_w()
151 if (wt >= 255) in fn_posix_w()
152 wt = pa->cnt; in fn_posix_w()
/external/libavc/common/
Dih264_weighted_pred.c204 WORD32 wt, in ih264_weighted_pred_luma() argument
211 wt = (WORD16)(wt & 0xffff); in ih264_weighted_pred_luma()
223 *pu1_dst = CLIP_U8((wt * (*pu1_src) + i_ofst) >> log_wd); in ih264_weighted_pred_luma()
234 *pu1_dst = CLIP_U8(wt * (*pu1_src) + ofst); in ih264_weighted_pred_luma()
278 WORD32 wt, in ih264_weighted_pred_chroma() argument
287 wt_u = (WORD16)(wt & 0xffff); in ih264_weighted_pred_chroma()
288 wt_v = (WORD16)(wt >> 16); in ih264_weighted_pred_chroma()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenGlobalISel.inc850wt), MSA128DOpnd:{ *:[v2i64] }:$wd_in) => (MADDV_D:{ *:[v2i64] } MSA128DOpnd:{ *:[v2i64] }:$wd_i…
855 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/1, /*OpIdx*/2, // wt
871 …*:[v2i64] }:$wt)) => (MADDV_D:{ *:[v2i64] } MSA128DOpnd:{ *:[v2i64] }:$wd_in, MSA128DOpnd:{ *:[v…
876 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/1, /*OpIdx*/2, // wt
886 …ws, MSA128DOpnd:{ *:[v2i64] }:$wt) => (ADDV_D:{ *:[v2i64] } MSA128DOpnd:{ *:[v2i64] }:$ws, MSA12…
924wt), MSA128WOpnd:{ *:[v4i32] }:$wd_in) => (MADDV_W:{ *:[v4i32] } MSA128WOpnd:{ *:[v4i32] }:$wd_i…
929 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/1, /*OpIdx*/2, // wt
945 …*:[v4i32] }:$wt)) => (MADDV_W:{ *:[v4i32] } MSA128WOpnd:{ *:[v4i32] }:$wd_in, MSA128WOpnd:{ *:[v…
950 GIR_Copy, /*NewInsnID*/0, /*OldInsnID*/1, /*OpIdx*/2, // wt
960 …ws, MSA128WOpnd:{ *:[v4i32] }:$wt) => (ADDV_W:{ *:[v4i32] } MSA128WOpnd:{ *:[v4i32] }:$ws, MSA12…
[all …]
DMipsGenDAGISel.inc9600 /* 17843*/ OPC_RecordChild2, // #1 = $wt
9604 …} 2935:{ *:[iPTR] }, MSA128BOpnd:{ *:[v16i8] }:$ws, MSA128BOpnd:{ *:[v16i8] }:$wt) - Complexity = 8
9605 … // Dst: (ADD_A_B:{ *:[v16i8] } MSA128BOpnd:{ *:[v16i8] }:$ws, MSA128BOpnd:{ *:[v16i8] }:$wt)
9609 /* 17859*/ OPC_RecordChild2, // #1 = $wt
9613 …} 2937:{ *:[iPTR] }, MSA128HOpnd:{ *:[v8i16] }:$ws, MSA128HOpnd:{ *:[v8i16] }:$wt) - Complexity = 8
9614 … // Dst: (ADD_A_H:{ *:[v8i16] } MSA128HOpnd:{ *:[v8i16] }:$ws, MSA128HOpnd:{ *:[v8i16] }:$wt)
9618 /* 17875*/ OPC_RecordChild2, // #1 = $wt
9622 …} 2938:{ *:[iPTR] }, MSA128WOpnd:{ *:[v4i32] }:$ws, MSA128WOpnd:{ *:[v4i32] }:$wt) - Complexity = 8
9623 … // Dst: (ADD_A_W:{ *:[v4i32] } MSA128WOpnd:{ *:[v4i32] }:$ws, MSA128WOpnd:{ *:[v4i32] }:$wt)
9627 /* 17891*/ OPC_RecordChild2, // #1 = $wt
[all …]
/external/nanopb-c/tests/fuzztest/
Dfuzztest.c89 pb_wire_type_t wt = rand_int(0, 3); in rand_fill_protobuf() local
90 if (wt == 3) wt = 5; /* Gap in values */ in rand_fill_protobuf()
92 if (!pb_encode_tag(&stream, wt, rand_int(min_tag, min_tag + 512))) in rand_fill_protobuf()
95 if (wt == PB_WT_VARINT) in rand_fill_protobuf()
101 else if (wt == PB_WT_64BIT) in rand_fill_protobuf()
107 else if (wt == PB_WT_32BIT) in rand_fill_protobuf()
113 else if (wt == PB_WT_STRING) in rand_fill_protobuf()
/external/grpc-grpc/third_party/nanopb/tests/fuzztest/
Dfuzztest.c89 pb_wire_type_t wt = rand_int(0, 3); in rand_fill_protobuf() local
90 if (wt == 3) wt = 5; /* Gap in values */ in rand_fill_protobuf()
92 if (!pb_encode_tag(&stream, wt, rand_int(min_tag, min_tag + 512))) in rand_fill_protobuf()
95 if (wt == PB_WT_VARINT) in rand_fill_protobuf()
101 else if (wt == PB_WT_64BIT) in rand_fill_protobuf()
107 else if (wt == PB_WT_32BIT) in rand_fill_protobuf()
113 else if (wt == PB_WT_STRING) in rand_fill_protobuf()
/external/libaom/libaom/av1/common/x86/
Dwarp_plane_sse4.c444 __m128i *res_sub_const, __m128i *round_bits_const, __m128i *wt) { in unpack_weights_and_set_round_const() argument
454 *wt = _mm_unpacklo_epi16(wt0, wt1); 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() argument
582 const __m128i wt_res_lo = _mm_madd_epi16(p_16_lo, *wt); in store_vertical_filter_output()
615 const __m128i wt_res_hi = _mm_madd_epi16(p_16_hi, *wt); in store_vertical_filter_output()
662 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter() local
664 &res_sub_const, &round_bits_const, &wt); in warp_vertical_filter()
676 store_vertical_filter_output(&res_lo, &res_hi, res_add_const, &wt, in warp_vertical_filter()
690 __m128i res_sub_const, round_bits_const, wt; in warp_vertical_filter_gamma0() local
692 &res_sub_const, &round_bits_const, &wt); in warp_vertical_filter_gamma0()
[all …]
Djnt_convolve_avx2.c28 const __m256i wt = _mm256_unpacklo_epi16(wt0, wt1); in unpack_weights_avx2() local
29 return wt; in unpack_weights_avx2()
49 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_x_avx2() local
103 comp_avg(&data_ref_0, &res_unsigned, &wt, use_dist_wtd_comp_avg); in av1_dist_wtd_convolve_x_avx2()
158 comp_avg(&data_ref_0, &res_unsigned, &wt, use_dist_wtd_comp_avg); in av1_dist_wtd_convolve_x_avx2()
205 const __m256i wt = unpack_weights_avx2(conv_params); in av1_dist_wtd_convolve_y_avx2() local
300 &wt, use_dist_wtd_comp_avg); in av1_dist_wtd_convolve_y_avx2()
362 &data_ref_0_lo, &res_lo_unsigned, &wt, use_dist_wtd_comp_avg); in av1_dist_wtd_convolve_y_avx2()
365 &data_ref_0_hi, &res_hi_unsigned, &wt, use_dist_wtd_comp_avg); in av1_dist_wtd_convolve_y_avx2()
479 &wt, use_dist_wtd_comp_avg); in av1_dist_wtd_convolve_y_avx2()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c290 GLenum wt = sampler->WrapT; in i915_update_tex_unit() local
299 wt = GL_REPEAT; in i915_update_tex_unit()
312 wt == GL_CLAMP || in i915_update_tex_unit()
315 wt == GL_CLAMP_TO_BORDER || wr == GL_CLAMP_TO_BORDER)) in i915_update_tex_unit()
323 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE)))) in i915_update_tex_unit()
352 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) | in i915_update_tex_unit()
/external/scapy/scapy/
Derror.py25 wt = conf.warning_threshold
26 if wt > 0:
35 if ltm-tm > wt:
/external/llvm/lib/Target/Mips/
DMipsMSAInstrFormats.td127 bits<5> wt;
133 let Inst{20-16} = wt;
140 bits<5> wt;
146 let Inst{20-16} = wt;
399 bits<5> wt;
404 let Inst{20-16} = wt;
412 bits<5> wt;
416 let Inst{20-16} = wt;
422 bits<5> wt;
425 let Inst{20-16} = wt;

1234567891011