Home
last modified time | relevance | path

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

123

/external/skia/src/pathops/
DSkAddIntersections.cpp13 static void debugShowLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowLineIntersection() argument
18 __FUNCTION__, LINE_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowLineIntersection()
22 i[0][0], LINE_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0)); in debugShowLineIntersection()
33 static void debugShowQuadLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadLineIntersection() argument
39 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), LINE_DEBUG_DATA(wn.pts())); in debugShowQuadLineIntersection()
43 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0)); in debugShowQuadLineIntersection()
54 static void debugShowQuadIntersection(int pts, const SkIntersectionHelper& wt, in debugShowQuadIntersection() argument
59 __FUNCTION__, QUAD_DEBUG_DATA(wt.pts()), QUAD_DEBUG_DATA(wn.pts())); in debugShowQuadIntersection()
63 i[0][0], QUAD_DEBUG_DATA(wt.pts()), PT_DEBUG_DATA(i, 0)); in debugShowQuadIntersection()
74 static void debugShowConicLineIntersection(int pts, const SkIntersectionHelper& wt, in debugShowConicLineIntersection() argument
[all …]
/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/srtp/test/
Dlfsr.c121 int wt = 0; in weight() local
124 wt += octet_weight[poly & 0xff]; in weight()
125 wt += octet_weight[(poly >> 8) & 0xff]; in weight()
126 wt += octet_weight[(poly >> 16) & 0xff]; in weight()
127 wt += octet_weight[(poly >> 24)]; in weight()
129 return wt; in weight()
204 wt += (x & 1); in weight_distribution2()
/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/libdrm/tests/
Ddrmstat.c359 double wt; in main() local
379 wt = usec(&lock_end, &lock_start); in main()
380 if (wt <= 2.5) ++histo[8]; in main()
381 if (wt < 5.0) ++histo[0]; in main()
382 else if (wt < 50.0) ++histo[1]; in main()
383 else if (wt < 500.0) ++histo[2]; in main()
384 else if (wt < 5000.0) ++histo[3]; in main()
385 else if (wt < 50000.0) ++histo[4]; in main()
386 else if (wt < 500000.0) ++histo[5]; in main()
387 else if (wt < 5000000.0) ++histo[6]; in main()
[all …]
/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()
Dih264_weighted_pred.h85 WORD32 wt,
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c286 GLenum wt = sampler->WrapT; in i915_update_tex_unit() local
295 wt = GL_REPEAT; in i915_update_tex_unit()
308 wt == GL_CLAMP || in i915_update_tex_unit()
311 wt == GL_CLAMP_TO_BORDER || wr == GL_CLAMP_TO_BORDER)) in i915_update_tex_unit()
319 ((wt != GL_CLAMP) && (wt != GL_CLAMP_TO_EDGE)))) in i915_update_tex_unit()
348 (translate_wrap_mode(wt) << SS3_TCY_ADDR_MODE_SHIFT) | in i915_update_tex_unit()
/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;
DMSA.txt72 bmz.v wd, ws, wt/i8 -> (vselect wt/i8, wd, ws)
73 bmnz.v wd, ws, wt/i8 -> (vselect wt/i8, ws, wd)
74 bsel.v wd, ws, wt/i8 -> (vselect wd, wt/i8, ws)
DMipsMSAInstrInfo.td370 def vbclr_b : PatFrag<(ops node:$ws, node:$wt),
371 (and node:$ws, (xor (shl vsplat_imm_eq_1, node:$wt),
373 def vbclr_h : PatFrag<(ops node:$ws, node:$wt),
374 (and node:$ws, (xor (shl vsplat_imm_eq_1, node:$wt),
376 def vbclr_w : PatFrag<(ops node:$ws, node:$wt),
377 (and node:$ws, (xor (shl vsplat_imm_eq_1, node:$wt),
379 def vbclr_d : PatFrag<(ops node:$ws, node:$wt),
381 node:$wt),
384 def vbneg_b : PatFrag<(ops node:$ws, node:$wt),
385 (xor node:$ws, (shl vsplat_imm_eq_1, node:$wt))>;
[all …]
/external/clang/test/CodeGen/
Dpascal-wchar-string.c16 UniChar wt[] = L"\pbar"; // pascal Unicode string in main() local
22 if (wt[0] != 3) in main()
/external/llvm/test/CodeGen/X86/
D2008-10-24-FlippedCompare.ll3 define void @f(float %wt) {
5 %0 = fcmp ogt float %wt, 0.000000e+00 ; <i1> [#uses=1]
/external/sonivox/arm-wt-22k/host_src/
Darm-wt-22k.mak23 arm-wt-22k: $(OBJS)
24 $(LD) -o $@ $(OBJS) libarm-wt-22k.a -lm
/external/srtp/crypto/math/
Dmath.c165 unsigned int wt = 0; in v32_weight() local
167 wt += octet_weight[a.v8[0]]; /* note: endian-ness makes no difference */ in v32_weight()
168 wt += octet_weight[a.v8[1]]; in v32_weight()
169 wt += octet_weight[a.v8[2]]; in v32_weight()
170 wt += octet_weight[a.v8[3]]; in v32_weight()
172 return wt; in v32_weight()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_image.c314 unsigned wt = (width + TILE_SIZE - 1) / TILE_SIZE; in test_tiled_linear_conversion() local
317 uint8_t *tiled = MALLOC(wt * ht * TILE_SIZE * TILE_SIZE * 4); in test_tiled_linear_conversion()
322 stride, wt); in test_tiled_linear_conversion()
325 stride, wt); in test_tiled_linear_conversion()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_sampler.c112 const unsigned wt = sampler->templ->wrap_t; in update_sampler()
118 wt == PIPE_TEX_WRAP_CLAMP || in update_sampler()
121 wt == PIPE_TEX_WRAP_CLAMP_TO_BORDER || in update_sampler()
/external/autotest/client/site_tests/cellular_Signal/
Dcellular_Signal.py133 except _WrongTech, wt:
135 (wt.technology, cell_modem.GetAccessTechnology()))
/external/libavc/common/arm/
Dih264_weighted_pred_a9q.s68 @* @param[in] wt
93 @ WORD32 wt,
104 @ [sp+4] => wt (r5)
117 ldr r5, [sp, #32] @Load wt
124 vdup.16 d2, r5 @D2 = wt (16-bit)
298 @* @param[in] wt
323 @ WORD32 wt,
334 @ [sp+4] => wt (r5)
348 ldr r5, [sp, #32] @Load wt = {wt_u (16-bit), wt_v (16-bit)}
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c202 const GLfloat wt = (GLfloat) img->Width; in st_DrawTex() local
204 const GLfloat s0 = obj->CropRect[0] / wt; in st_DrawTex()
206 const GLfloat s1 = (obj->CropRect[0] + obj->CropRect[2]) / wt; in st_DrawTex()
/external/chromium-trace/catapult/third_party/WebOb/webob/
Drequest.py1624 wt = lambda t: f.write(t.encode('utf8')) function
1632 wt(boundary)
1635 wt('Content-Disposition: form-data; name="%s"' % name)
1645 wt('; filename="%s"' % filename)
1654 wt('Content-type: %s' % value.type)
1657 wt('; %s="%s"' % (ct_name, ct_value))
1660 wt('Content-type: %s' % mime_type)
1668 wt(value)
1670 wt('--%s--' % boundary)
/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_main.c507 UINT8 wt, gen_bytes_len = LLCP_MAX_GEN_BYTES; in nfa_p2p_set_config() local
512 LLCP_GetDiscoveryConfig (&wt, params + 2, &gen_bytes_len); in nfa_p2p_set_config()
549 UINT8_TO_BE_STREAM (p, wt); in nfa_p2p_set_config()
Dnfa_p2p_api.c1047 UINT8 wt, in NFA_P2pSetLLCPConfig() argument
1058 link_miu, opt, wt, link_timeout); in NFA_P2pSetLLCPConfig()
1075 p_msg->wt = wt; in NFA_P2pSetLLCPConfig()

123