Home
last modified time | relevance | path

Searched refs:cw (Results 1 – 25 of 189) sorted by relevance

12345678

/third_party/boost/tools/build/src/tools/
Dcw.jam8 [[bbv2.reference.tools.compiler.cw]]
11 The `cw` module support CodeWarrior compiler, originally produced by
20 using cw : [version] : [c++-compile-command] : [compiler options] ;
80 feature.extend toolset : cw ;
82 toolset.add-requirements <toolset>cw,<runtime-link>shared:<threading>multi ;
98 local condition = [ common.check-init-parameters cw :
101 command = [ common.get-invocation-command cw : mwcc.exe : $(command) :
104 common.handle-options cw : $(condition) : $(command) : $(options) ;
120 flags cw.link RUN_PATH $(condition) :
141 flags cw.compile .CC $(condition) : $(prefix)$(compiler) ;
[all …]
Dcw-config.jam14 local cw-path = [ W32_GETREG
17 local cw-version = [ W32_GETREG
20 cw-path ?= [ W32_GETREG
23 cw-version ?= $(R).0 ;
25 if $(cw-path)
29 …ECHO "notice:" using cw ":" $(cw-version) ":" "$(cw-path)\\Other Metrowerks Tools\\Command Line To…
31 … using cw : $(cw-version) : "$(cw-path)\\Other Metrowerks Tools\\Command Line Tools\\mwcc.exe" ;
/third_party/mesa3d/src/mesa/math/
Dm_clip_tmp.h62 const GLfloat cw = from[3]; in TAG() local
66 mask = (((cw < cx) << CLIP_RIGHT_SHIFT)); in TAG()
67 mask |= (((cw < -cx) << CLIP_LEFT_SHIFT)); in TAG()
68 mask |= (((cw < cy) << CLIP_TOP_SHIFT)); in TAG()
69 mask |= (((cw < -cy) << CLIP_BOTTOM_SHIFT)); in TAG()
71 mask |= (((cw < cz) << CLIP_FAR_SHIFT)); in TAG()
72 mask |= (((cw < -cz) << CLIP_NEAR_SHIFT)); in TAG()
76 if (-cx + cw < 0) mask |= CLIP_RIGHT_BIT; in TAG()
77 if ( cx + cw < 0) mask |= CLIP_LEFT_BIT; in TAG()
78 if (-cy + cw < 0) mask |= CLIP_TOP_BIT; in TAG()
[all …]
Dm_debug_clip.c85 const GLfloat cw = from[3]; in ref_cliptest_points4() local
87 if ( -cx + cw < 0 ) mask |= CLIP_RIGHT_BIT; in ref_cliptest_points4()
88 if ( cx + cw < 0 ) mask |= CLIP_LEFT_BIT; in ref_cliptest_points4()
89 if ( -cy + cw < 0 ) mask |= CLIP_TOP_BIT; in ref_cliptest_points4()
90 if ( cy + cw < 0 ) mask |= CLIP_BOTTOM_BIT; in ref_cliptest_points4()
92 if ( -cz + cw < 0 ) mask |= CLIP_FAR_BIT; in ref_cliptest_points4()
93 if ( cz + cw < 0 ) mask |= CLIP_NEAR_BIT; in ref_cliptest_points4()
105 GLfloat oow = 1.0F / cw; in ref_cliptest_points4()
/third_party/ffmpeg/libavcodec/arm/
Dvp8_armv6.S23 .macro rac_get_prob h, bs, buf, cw, pr, t0, t1
25 lsl \cw, \cw, \t0
33 A orrcs \cw, \cw, \t1, lsl \bs
35 T orrcs \cw, \cw, \t1
38 cmp \cw, \h, lsl #16
40 subge \cw, \cw, \h, lsl #16
44 .macro rac_get_128 h, bs, buf, cw, t0, t1
46 lsl \cw, \cw, \t0
54 A orrcs \cw, \cw, \t1, lsl \bs
57 T orrcs \cw, \cw, \t1
[all …]
/third_party/python/Python/
Dpymath.c24 unsigned short cw; in _Py_get_387controlword() local
25 __asm__ __volatile__ ("fnstcw %0" : "=m" (cw)); in _Py_get_387controlword()
26 return cw; in _Py_get_387controlword()
29 void _Py_set_387controlword(unsigned short cw) { in _Py_set_387controlword() argument
30 __asm__ __volatile__ ("fldcw %0" : : "m" (cw)); in _Py_set_387controlword()
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DAnimationActivity.java65 float cw = canvas.getWidth(), in onRenderFrame() local
70 drawRect(canvas, (1 + osc1)*cw/2, ch/2, mLinearGradient); in onRenderFrame()
71 drawRect(canvas, (1 - osc1)*cw/2, ch/2, mConicalGradient); in onRenderFrame()
72 drawRect(canvas, cw/2, (1 + osc2)*ch/2, mRadialGradient); in onRenderFrame()
73 drawRect(canvas, cw/2, (1 - osc2)*ch/2, mSweepGradient); in onRenderFrame()
/third_party/python/Tools/scripts/
Dbyext.py91 cw = max(minwidth, len(col))
99 cw = max(cw, w)
100 cw = max(cw, len(str(total)))
101 colwidth[col] = cw
/third_party/ltp/testcases/realtime/perf/latency/
Dpthread_cond_many.c81 volatile int *cw; in childfunc() local
84 cw = &child_waiting[myid]; in childfunc()
85 while (*cw == 0) { in childfunc()
87 *cw = 1; in childfunc()
93 *cw = 2; in childfunc()
95 while (*cw == 2) { in childfunc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_WM.c184 DirectFB_WM_GetClientSize(_THIS, SDL_Window * window, int *cw, int *ch) in DirectFB_WM_GetClientSize() argument
189 SDL_DFB_CHECK(dfbwin->GetSize(dfbwin, cw, ch)); in DirectFB_WM_GetClientSize()
190 dfbwin->GetSize(dfbwin, cw, ch); in DirectFB_WM_GetClientSize()
191 *cw -= windata->theme.left_size + windata->theme.right_size; in DirectFB_WM_GetClientSize()
347 int cw, ch; in DirectFB_WM_ProcessEvent() local
352 SDL_DFB_CHECK(dfbwin->GetSize(dfbwin, &cw, &ch)); in DirectFB_WM_ProcessEvent()
356 SDL_DFB_CHECK(dfbwin->Resize(dfbwin, cw + dx + 1, ch + dy)); in DirectFB_WM_ProcessEvent()
359 SDL_DFB_CHECK(dfbwin->Resize(dfbwin, cw + dx, ch + dy)); in DirectFB_WM_ProcessEvent()
382 int cw, ch; in DirectFB_WM_ProcessEvent() local
392 SDL_DFB_CHECK(dfbwin->GetSize(dfbwin, &cw, &ch)); in DirectFB_WM_ProcessEvent()
[all …]
/third_party/ffmpeg/libavfilter/
Dboxblur.c54 int cw, ch; in ff_boxblur_eval_filter_params() local
83 var_values[VAR_CW] = cw = w>>(desc->log2_chroma_w); in ff_boxblur_eval_filter_params()
111 w, cw, h, ch); in ff_boxblur_eval_filter_params()
123 CHECK_RADIUS_VAL(cw, ch, chroma_param); in ff_boxblur_eval_filter_params()
Dvf_deshake.c70 …{ "w", "set width for the rectangular search area", OFFSET(cw), AV_OPT_TYPE_INT, {.i64=-1}, -1, I…
316 int width, int height, int cw, int ch, in deshake_transform_c() argument
327 plane_w[1] = plane_w[2] = cw; in deshake_transform_c()
362 deshake->cw += deshake->cx - (deshake->cx & ~15); in init()
368 deshake->cx, deshake->cy, deshake->cw, deshake->ch, in init()
438 if (deshake->cx < 0 || deshake->cy < 0 || deshake->cw < 0 || deshake->ch < 0) { in filter_frame()
448 … if ((unsigned)deshake->cx + (unsigned)deshake->cw > link->w) deshake->cw = link->w - deshake->cx; in filter_frame()
452 deshake->cw &= ~15; in filter_frame()
457 find_motion(deshake, src1, src2, deshake->cw, deshake->ch, in->linesize[0], &t); in filter_frame()
Ddeshake.h72 int cw; ///< Crop motion search to this box member
78 int (* transform)(AVFilterContext *ctx, int width, int height, int cw, int ch,
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatn_Cans.txt37 cwê ↔ ᒒ ;
38 cwî ↔ ᒖ ;
40 cwô ↔ ᒚ ;
42 cwâ ↔ ᒞ ;
/third_party/icu/icu4c/source/data/translit/
DLatn_Cans.txt37 cwê ↔ ᒒ ;
38 cwî ↔ ᒖ ;
40 cwô ↔ ᒚ ;
42 cwâ ↔ ᒞ ;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c800 static int valid_cw(int cw) in valid_cw() argument
802 return (cw == 1 || cw == 3 || cw == 7 || cw == 15 || cw == 31 || in valid_cw()
803 cw == 63 || cw == 127 || cw == 255 || cw == 511 || cw == 1023 || in valid_cw()
804 cw == 2047 || cw == 4095 || cw == 8191 || cw == 16383 || in valid_cw()
805 cw == 32767); in valid_cw()
1122 int cw = CHAN_WIDTH_UNKNOWN; in ieee80211_chaninfo_to_channel() local
1129 cw = CHANWIDTH_USE_HT; in ieee80211_chaninfo_to_channel()
1132 cw = CHANWIDTH_80MHZ; in ieee80211_chaninfo_to_channel()
1135 cw = CHANWIDTH_80P80MHZ; in ieee80211_chaninfo_to_channel()
1138 cw = CHANWIDTH_160MHZ; in ieee80211_chaninfo_to_channel()
[all …]
/third_party/glslang/Test/
D400.tese4 layout(quads, cw) in;
9 layout(cw) in;
64 layout(quads, cw) out; // ERROR
67 layout(cw) out; // ERROR
D320.tese4 layout(quads, cw) in;
9 layout(cw) in;
64 layout(quads, cw) out; // ERROR
67 layout(cw) out; // ERROR
D310.tese8 layout(quads, cw) in;
13 layout(cw) in;
68 layout(quads, cw) out; // ERROR
71 layout(cw) out; // ERROR
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java554 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, in checkAllocWeights() argument
557 if (!cw.allocWeights(lowerLimit, upperLimit, n)) { in checkAllocWeights()
567 long w = cw.nextWeight(); in checkAllocWeights()
604 CollationWeights cw = new CollationWeights(); in TestCollationWeights() local
608 cw.initForPrimary(false); in TestCollationWeights()
610 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 1, 1); in TestCollationWeights()
611 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 2, 254); in TestCollationWeights()
613 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 260, 2, 255); in TestCollationWeights()
615 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 600, 2, 254); in TestCollationWeights()
621 checkAllocWeights(cw, 0x10fffe00L, 0x12020300L, 1 + 64516 + 254 + 1, 3, 64516); in TestCollationWeights()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationTest.java557 private void checkAllocWeights(CollationWeights cw, long lowerLimit, long upperLimit, in checkAllocWeights() argument
560 if (!cw.allocWeights(lowerLimit, upperLimit, n)) { in checkAllocWeights()
570 long w = cw.nextWeight(); in checkAllocWeights()
607 CollationWeights cw = new CollationWeights(); in TestCollationWeights() local
611 cw.initForPrimary(false); in TestCollationWeights()
613 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 1, 1); in TestCollationWeights()
614 checkAllocWeights(cw, 0x10000000L, 0x13000000L, 255, 2, 254); in TestCollationWeights()
616 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 260, 2, 255); in TestCollationWeights()
618 checkAllocWeights(cw, 0x10fefe40L, 0x12030300L, 600, 2, 254); in TestCollationWeights()
624 checkAllocWeights(cw, 0x10fffe00L, 0x12020300L, 1 + 64516 + 254 + 1, 3, 64516); in TestCollationWeights()
[all …]
/third_party/python/Objects/
Dgenobject.c953 PyCoroWrapper *cw = PyObject_GC_New(PyCoroWrapper, &_PyCoroWrapper_Type); in coro_await() local
954 if (cw == NULL) { in coro_await()
958 cw->cw_coroutine = coro; in coro_await()
959 _PyObject_GC_TRACK(cw); in coro_await()
960 return (PyObject *)cw; in coro_await()
1077 coro_wrapper_dealloc(PyCoroWrapper *cw) in coro_wrapper_dealloc() argument
1079 _PyObject_GC_UNTRACK((PyObject *)cw); in coro_wrapper_dealloc()
1080 Py_CLEAR(cw->cw_coroutine); in coro_wrapper_dealloc()
1081 PyObject_GC_Del(cw); in coro_wrapper_dealloc()
1085 coro_wrapper_iternext(PyCoroWrapper *cw) in coro_wrapper_iternext() argument
[all …]
/third_party/boost/boost/geometry/srs/projections/proj/
Dnsper.hpp86 T cw; member
143 … ba = 1. / (yt * this->m_proj_parm.sw * this->m_proj_parm.h + this->m_proj_parm.cw); in fwd()
144 … xy_x = (xy_x * this->m_proj_parm.cg - xy_y * this->m_proj_parm.sg) * this->m_proj_parm.cw * ba; in fwd()
160 bq = this->m_proj_parm.pn1 * xy_y * this->m_proj_parm.cw * yt; in inv()
246 proj_parm.cw = cos(omega); proj_parm.sw = sin(omega); in setup_tpers()
/third_party/icu/icu4c/source/test/intltest/
Dcollationtest.cpp85 void checkAllocWeights(CollationWeights &cw,
505 void CollationTest::checkAllocWeights(CollationWeights &cw, in checkAllocWeights() argument
508 if(!cw.allocWeights(lowerLimit, upperLimit, n)) { in checkAllocWeights()
516 uint32_t w = cw.nextWeight(); in checkAllocWeights()
541 CollationWeights cw; in TestCollationWeights() local
545 cw.initForPrimary(FALSE); in TestCollationWeights()
547 checkAllocWeights(cw, 0x10000000, 0x13000000, 255, 1, 1); in TestCollationWeights()
548 checkAllocWeights(cw, 0x10000000, 0x13000000, 255, 2, 254); in TestCollationWeights()
550 checkAllocWeights(cw, 0x10fefe40, 0x12030300, 260, 2, 255); in TestCollationWeights()
552 checkAllocWeights(cw, 0x10fefe40, 0x12030300, 600, 2, 254); in TestCollationWeights()
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/
Dgenerate_height.comp77 float cw = cos(w);
80 vec2 param_6 = vec2(cw, sw);
83 vec2 param_8 = vec2(cw, sw);

12345678