Home
last modified time | relevance | path

Searched refs:bwidth (Results 1 – 25 of 726) sorted by relevance

12345678910>>...30

/dports/games/critterding/critterding-beta12/src/scenes/gui/
H A Dhud.cpp15 unsigned int bwidth = 60; in Hud() local
30 c_width += bspacing + bwidth; in Hud()
41 c_width += bspacing + bwidth; in Hud()
52 c_width += bspacing + bwidth; in Hud()
54 bwidth = 28; in Hud()
70 c_width += bspacing + bwidth; in Hud()
77 bwidth = 90; in Hud()
90 c_width += bspacing + bwidth; in Hud()
100 c_width += bspacing + bwidth; in Hud()
126 unsigned int bwidth = 28; in draw() local
[all …]
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_msharpen.c275 workp += bwidth; in tc_filter()
287 workp += bwidth; in tc_filter()
288 blurp += bwidth; in tc_filter()
301 blurp += bwidth; in tc_filter()
337 workp += bwidth; in tc_filter()
338 blurp += bwidth; in tc_filter()
339 blurpn += bwidth; in tc_filter()
399 memset(mfd->work + (height-1)*bwidth, 0, bwidth); in tc_filter()
404 workp += bwidth; in tc_filter()
478 workp += bwidth; in tc_filter()
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dsymv.c389 unsigned int bStep = subdims[0].bwidth / subdims[1].bwidth; in generator()
394 (subdims[0].bwidth / subdims[1].bwidth); in generator()
424 gset.subdims[0].bwidth = gset.subdims[1].bwidth; in generator()
518 subdims[1].bwidth, subdims[1].bwidth, bStep*subdims[1].bwidth); in generator()
558 lset.subdims[0].bwidth = lset.subdims[1].bwidth = in generator()
683 subdims[1].y/subdims[1].bwidth, subdims[1].bwidth); in generator()
716 subdims[1].y/subdims[1].bwidth, subdims[1].bwidth); in generator()
1025 subdims[0].bwidth = 8 * subdims[1].bwidth; in symvSubgGetDefaultDecomp()
1069 subdims[0].bwidth % subdims[1].bwidth ){ in subgCheckCalcDecomp()
1099 (subdims[0].bwidth / subdims[1].bwidth)) { in subgCheckCalcDecomp()
[all …]
/dports/emulators/tilem/tilem-2.0/emu/
H A Dmonolcd.c49 int bwidth = ((calc->hw.lcdwidth + 7) / 8); in tilem_lcd_get_frame() local
53 || buf->rowstride != bwidth * 8)) { in tilem_lcd_get_frame()
56 buf->data = tilem_new_atomic(byte, dwidth * bwidth * 8); in tilem_lcd_get_frame()
57 buf->rowstride = bwidth * 8; in tilem_lcd_get_frame()
61 size = bwidth * dheight * sizeof(byte); in tilem_lcd_get_frame()
85 for (i = 0; i < bwidth * dheight; i++) { in tilem_lcd_get_frame()
103 int bwidth = ((calc->hw.lcdwidth + 7) / 8); in tilem_lcd_get_frame1() local
107 || buf->rowstride != bwidth * 8)) { in tilem_lcd_get_frame1()
111 buf->rowstride = bwidth * 8; in tilem_lcd_get_frame1()
115 size = bwidth * dheight * sizeof(byte); in tilem_lcd_get_frame1()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/lib/
H A Dhyperloglog.c66 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
70 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
73 cState->registerWidth = bwidth; in initHyperLogLog()
74 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
130 uint8 bwidth = 4; in initHyperLogLogError() local
132 while (bwidth < 16) in initHyperLogLogError()
134 double m = (Size) 1 << bwidth; in initHyperLogLogError()
138 bwidth++; in initHyperLogLogError()
141 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/lib/
H A Dhyperloglog.c66 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
70 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
73 cState->registerWidth = bwidth; in initHyperLogLog()
74 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
130 uint8 bwidth = 4; in initHyperLogLogError() local
132 while (bwidth < 16) in initHyperLogLogError()
134 double m = (Size) 1 << bwidth; in initHyperLogLogError()
138 bwidth++; in initHyperLogLogError()
141 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/lib/
H A Dhyperloglog.c65 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
69 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
72 cState->registerWidth = bwidth; in initHyperLogLog()
73 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
129 uint8 bwidth = 4; in initHyperLogLogError() local
131 while (bwidth < 16) in initHyperLogLogError()
133 double m = (Size) 1 << bwidth; in initHyperLogLogError()
137 bwidth++; in initHyperLogLogError()
140 initHyperLogLog(cState, bwidth); in initHyperLogLogError()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/lib/
H A Dhyperloglog.c66 initHyperLogLog(hyperLogLogState *cState, uint8 bwidth) in initHyperLogLog() argument
70 if (bwidth < 4 || bwidth > 16) in initHyperLogLog()
73 cState->registerWidth = bwidth; in initHyperLogLog()
74 cState->nRegisters = (Size) 1 << bwidth; in initHyperLogLog()
130 uint8 bwidth = 4; in initHyperLogLogError() local
132 while (bwidth < 16) in initHyperLogLogError()
134 double m = (Size) 1 << bwidth; in initHyperLogLogError()
138 bwidth++; in initHyperLogLogError()
141 initHyperLogLog(cState, bwidth); in initHyperLogLogError()

12345678910>>...30