Home
last modified time | relevance | path

Searched refs:ps8 (Results 1 – 25 of 98) sorted by relevance

1234

/dports/games/openbor3711/openbor-6ec17fa/engine/source/gamelib/
H A Dtransform.c89 if(transbg && !ps8) return; in draw_pixel_screen()
92 *ptrd8 =pfp?pfp(table, ps8, *ptrd8):ps8; in draw_pixel_screen()
188 unsigned char *ptrd8, ps8; in draw_pixel_sprite() local
197 if(fillcolor) ps8 = fillcolor; in draw_pixel_sprite()
198 *ptrd8 =pfp?pfp(table, ps8, *ptrd8):ps8; in draw_pixel_sprite()
206 else ps16 = table?((unsigned short*)table)[ps8]:((unsigned short*)src->sprite->palette)[ps8]; in draw_pixel_sprite()
216 else ps32 = table?((unsigned int*)table)[ps8]:((unsigned int*)src->sprite->palette)[ps8]; in draw_pixel_sprite()
247 unsigned char ps8; in write_pixel() local
254 ps8 = *cur_src; in write_pixel()
255 if(transbg && !ps8) return; in write_pixel()
[all …]
/dports/math/gretl/gretl-2021d/share/scripts/ramanathan/
H A Dps_descriptions43 "ps8-1","heteroskedasticity","salaries"
44 "ps8-2","heteroskedasticity tests","salaries"
45 "ps8-3","Goldfeld-Quandt test","salaries"
46 "ps8-4","White's test","salaries"
47 "ps8-5","HCCM procedure","salaries"
48 "ps8-6","heteroskedasticity, scaling","travel spending"
49 "ps8-7","Weighted Least Squares","salaries"
50 "ps8-8","Weighted Least Squares","health care spending"
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gamelib/
H A Dtransform.c60 unsigned char *ptrd8, *ptrs8, ps8; in draw_pixel_screen() local
67 if(transbg && !ps8) return; in draw_pixel_screen()
68 else if(fillcolor) ps8 = fillcolor; in draw_pixel_screen()
70 *ptrd8 =pfp?pfp(table, ps8, *ptrd8):ps8; in draw_pixel_screen()
166 unsigned char *ptrd8, ps8; in draw_pixel_sprite() local
172 if(!(ps8 = sprite_get_pixel(src->sprite, sx, sy))) in draw_pixel_sprite()
175 if(fillcolor) ps8 = fillcolor; in draw_pixel_sprite()
176 *ptrd8 =pfp?pfp(table, ps8, *ptrd8):ps8; in draw_pixel_sprite()
179 if(!(ps8 = sprite_get_pixel(src->sprite, sx, sy))) in draw_pixel_sprite()
184 else ps16 = table?((unsigned short*)table)[ps8]:((unsigned short*)src->sprite->palette)[ps8]; in draw_pixel_sprite()
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dtransform.c106 if(transbg && !ps8) in draw_pixel_screen()
112 ps8 = fillcolor; in draw_pixel_screen()
115 *ptrd8 = pfp ? pfp(table, ps8, *ptrd8) : ps8; in draw_pixel_screen()
252 unsigned char *ptrd8, ps8; in draw_pixel_sprite() local
265 ps8 = fillcolor; in draw_pixel_sprite()
267 *ptrd8 = pfp ? pfp(table, ps8, *ptrd8) : ps8; in draw_pixel_sprite()
359 unsigned char ps8;
365 ps8 = *cur_src;
366 if(transbg && !ps8)
372 ps8 = fillcolor;
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dtransform.c106 if(transbg && !ps8) in draw_pixel_screen()
112 ps8 = fillcolor; in draw_pixel_screen()
115 *ptrd8 = pfp ? pfp(table, ps8, *ptrd8) : ps8; in draw_pixel_screen()
252 unsigned char *ptrd8, ps8; in draw_pixel_sprite() local
265 ps8 = fillcolor; in draw_pixel_sprite()
267 *ptrd8 = pfp ? pfp(table, ps8, *ptrd8) : ps8; in draw_pixel_sprite()
359 unsigned char ps8;
365 ps8 = *cur_src;
366 if(transbg && !ps8)
372 ps8 = fillcolor;
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dtransform.c109 if(transbg && !ps8) in draw_pixel_screen()
115 ps8 = fillcolor; in draw_pixel_screen()
118 *ptrd8 = pfp ? pfp(table, ps8, *ptrd8) : ps8; in draw_pixel_screen()
255 unsigned char *ptrd8, ps8; in draw_pixel_sprite() local
268 ps8 = fillcolor; in draw_pixel_sprite()
270 *ptrd8 = pfp ? pfp(table, ps8, *ptrd8) : ps8; in draw_pixel_sprite()
366 unsigned char ps8;
372 ps8 = *cur_src;
373 if(transbg && !ps8)
379 ps8 = fillcolor;
[all …]
/dports/math/qhull/qhull-7.3.2/src/qhulltest/
H A DQhullPoints_test.cpp91 QhullPoints ps8(q2); in t_construct_q() local
92 QCOMPARE(ps8.dimension(), 2); in t_construct_q()
93 QCOMPARE(ps8.count(), 0); in t_construct_q()
94 QCOMPARE(ps8.size(), 0u); in t_construct_q()
95 QCOMPARE(ps8.coordinateCount(), 0); in t_construct_q()
152 QhullPoints ps8(q2.qh()); in t_construct_qh() local
153 QCOMPARE(ps8.dimension(), 2); in t_construct_qh()
154 QCOMPARE(ps8.count(), 0); in t_construct_qh()
155 QCOMPARE(ps8.size(), 0u); in t_construct_qh()
156 QCOMPARE(ps8.coordinateCount(), 0); in t_construct_qh()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/qhulltest/
H A DQhullPoints_test.cpp91 QhullPoints ps8(q2); in t_construct_q() local
92 QCOMPARE(ps8.dimension(), 2); in t_construct_q()
93 QCOMPARE(ps8.count(), 0); in t_construct_q()
94 QCOMPARE(ps8.size(), 0u); in t_construct_q()
95 QCOMPARE(ps8.coordinateCount(), 0); in t_construct_q()
152 QhullPoints ps8(q2.qh()); in t_construct_qh() local
153 QCOMPARE(ps8.dimension(), 2); in t_construct_qh()
154 QCOMPARE(ps8.count(), 0); in t_construct_qh()
155 QCOMPARE(ps8.size(), 0u); in t_construct_qh()
156 QCOMPARE(ps8.coordinateCount(), 0); in t_construct_qh()
/dports/math/qhull8/qhull-8.0.2/src/qhulltest/
H A DQhullPoints_test.cpp93 QhullPoints ps8(q2); in t_construct_q() local
94 QCOMPARE(ps8.dimension(), 2); in t_construct_q()
95 QCOMPARE(ps8.count(), 0); in t_construct_q()
96 QCOMPARE(ps8.size(), 0u); in t_construct_q()
97 QCOMPARE(ps8.coordinateCount(), 0); in t_construct_q()
154 QhullPoints ps8(q2.qh()); in t_construct_qh() local
155 QCOMPARE(ps8.dimension(), 2); in t_construct_qh()
156 QCOMPARE(ps8.count(), 0); in t_construct_qh()
157 QCOMPARE(ps8.size(), 0u); in t_construct_qh()
158 QCOMPARE(ps8.coordinateCount(), 0); in t_construct_qh()
/dports/graphics/azpainter/azpainter-2.1.7/src/image/
H A DTileImage_select.c88 uint8_t **pp,*ps8,f; in TileImage_getSelectHaveRect_real() local
157 ps8 = *pp + (ix >> 3); in TileImage_getSelectHaveRect_real()
159 for(iy = 0; iy < 64; iy++, ps8 += 8) in TileImage_getSelectHaveRect_real()
161 if(*ps8 & f) in TileImage_getSelectHaveRect_real()
186 ps8 = *pp + (ix >> 3); in TileImage_getSelectHaveRect_real()
188 for(iy = 0; iy < 64; iy++, ps8 += 8) in TileImage_getSelectHaveRect_real()
190 if(*ps8 & f) in TileImage_getSelectHaveRect_real()
/dports/devel/jsl/jsl-0.3.0/src/fdlibm/
H A De_j1.c277 static const double ps8[5] = { variable
279 static double ps8[5] = {
377 if(ix>=0x40200000) {p = pr8; q= ps8;}
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/math/
H A Def_j1.c203 static const float ps8[5] = { variable
205 static float ps8[5] = {
302 if(ix>=0x41000000) {p = pr8; q= ps8;}
H A De_j1.c248 static const double ps8[5] = { variable
250 static double ps8[5] = {
347 if(ix>=0x40200000) {p = pr8; q= ps8;}
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/FloatMathPlugin/fdlibm/
H A De_j1.c235 static const double ps8[5] = { variable
237 static double ps8[5] = {
333 if(ix>=0x40200000) {p = pr8; q= ps8;}
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A Def_j1.c195 static const float ps8[5] = { variable
197 static float ps8[5] = {
294 if(ix>=0x41000000) {p = pr8; q= ps8;}
H A De_j1.c240 static const double ps8[5] = { variable
242 static double ps8[5] = {
339 if(ix>=0x40200000) {p = pr8; q= ps8;}
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Def_j1.c195 static const float ps8[5] = { variable
197 static float ps8[5] = {
294 if(ix>=0x41000000) {p = pr8; q= ps8;}
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/mathfp/
H A Def_j1.c195 static const float ps8[5] = { variable
197 static float ps8[5] = {
294 if(ix>=0x41000000) {p = pr8; q= ps8;}
H A De_j1.c240 static const double ps8[5] = { variable
242 static double ps8[5] = {
339 if(ix>=0x40200000) {p = pr8; q= ps8;}
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/math/
H A De_j1.c240 static const double ps8[5] = { variable
242 static double ps8[5] = {
339 if(ix>=0x40200000) {p = pr8; q= ps8;}
H A Def_j1.c195 static const float ps8[5] = { variable
197 static float ps8[5] = {
294 if(ix>=0x41000000) {p = pr8; q= ps8;}
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Def_j1.c195 static const float ps8[5] = { variable
197 static float ps8[5] = {
294 if(ix>=0x41000000) {p = pr8; q= ps8;}
H A De_j1.c240 static const double ps8[5] = { variable
242 static double ps8[5] = {
339 if(ix>=0x40200000) {p = pr8; q= ps8;}
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/mathfp/
H A De_j1.c240 static const double ps8[5] = { variable
242 static double ps8[5] = {
339 if(ix>=0x40200000) {p = pr8; q= ps8;}
H A Def_j1.c195 static const float ps8[5] = { variable
197 static float ps8[5] = {
294 if(ix>=0x41000000) {p = pr8; q= ps8;}

1234