Home
last modified time | relevance | path

Searched refs:px (Results 1 – 19 of 19) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dimap.cpp76 flt x, y, px, py; in ImageMap() local
90 px = x - ((int)x); in ImageMap()
102 colx.r = (flt)((flt)ptr[0] + px * ((flt)ptr2[0] - (flt)ptr[0])) / 255.0; in ImageMap()
103 colx.g = (flt)((flt)ptr[1] + px * ((flt)ptr2[1] - (flt)ptr[1])) / 255.0; in ImageMap()
104 colx.b = (flt)((flt)ptr[2] + px * ((flt)ptr2[2] - (flt)ptr[2])) / 255.0; in ImageMap()
109 colx2.r = ((flt)ptr[0] + px * ((flt)ptr2[0] - (flt)ptr[0])) / 255.0; in ImageMap()
110 colx2.g = ((flt)ptr[1] + px * ((flt)ptr2[1] - (flt)ptr[1])) / 255.0; in ImageMap()
111 colx2.b = ((flt)ptr[2] + px * ((flt)ptr2[2] - (flt)ptr[2])) / 255.0; in ImageMap()
H A Dcamera.cpp61 flt px, py, sx, sy; in camray() local
69 px = ((sx / sy) / scene->aspectratio) / scene->camzoom; in camray()
83 projpixel = Raypnt(&ray1, ((x * px / sx) - (px / 2.0))); in camray()
/oneTBB/doc/main/tbb_userguide/
H A DFlow_Graph_Reservation.rst266 :width: 400px
267 :height: 222px
269 :width: 400px
270 :height: 222px
272 :width: 400px
273 :height: 222px
275 :width: 400px
276 :height: 222px
278 :width: 400px
281 :width: 400px
[all …]
H A DNon-Linear_Pipelines.rst57 :width: 281px
58 :height: 107px
60 :width: 281px
61 :height: 107px
H A DControlling_Chunking_os.rst162 :width: 161px
163 :height: 163px
165 :width: 157px
166 :height: 144px
168 :width: 462px
169 :height: 193px
H A DBandwidth_and_Cache_Affinity_os.rst102 :width: 453px
103 :height: 178px
105 :width: 551px
106 :height: 192px
H A DFlow_Graph_Message_Passing_Protocol.rst45 :width: 442px
46 :height: 196px
H A DCancellation_and_Nested_Parallelism.rst134 :width: 261px
135 :height: 131px
H A DParallelizing_Flow_Graph.rst100 :width: 440px
101 :height: 337px
H A DDependence_Graph.rst143 :width: 440px
144 :height: 337px
H A DWorking_on_the_Assembly_Line_pipeline.rst345 :width: 31px
346 :height: 26px
348 :width: 31px
349 :height: 26px
H A Dparallel_reduce.rst184 :width: 512px
185 :height: 438px
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DLazy_Initialization.rst105 :width: 744px
106 :height: 367px
108 :width: 744px
109 :height: 367px
H A DAgglomeration.rst166 :width: 301px
167 :height: 293px
169 :width: 291px
170 :height: 150px
H A DWavefront.rst194 :width: 122px
195 :height: 122px
197 :width: 122px
198 :height: 122px
H A DElementwise.rst136 :width: 99px
137 :height: 29px
H A DGUI_Thread.rst204 :width: 400px
205 :height: 150px
/oneTBB/doc/_static/
H A Dtheme_overrides.css2 @media screen and (min-width: 767px) {
/oneTBB/test/common/
H A Dallocator_test_common.h111 typename A::pointer px = &x; in TestBrokenAllocator() local
134 REQUIRE(a.address(rx) == px); in TestBrokenAllocator()