Home
last modified time | relevance | path

Searched refs:log2_x (Results 1 – 25 of 34) sorted by relevance

12

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsbitcom.c103 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in bits_compress_scaled() local
104 int xscale = 1 << log2_x; in bits_compress_scaled()
113 int input_byte_out_bits = out_bits << (3 - log2_x); in bits_compress_scaled()
116 compress_tables[log2_out_bits][log2_x + log2_y - 1]; in bits_compress_scaled()
118 uint dwidth = (width >> log2_x) << log2_out_bits; in bits_compress_scaled()
121 uint count_max = 1 << (log2_x + log2_y); in bits_compress_scaled()
135 assert(log2_x >= 0 && log2_x < 3); in bits_compress_scaled()
147 if (log2_x == 0) { in bits_compress_scaled()
151 if (log2_x == 1) { in bits_compress_scaled()
155 if (log2_x == 2) { in bits_compress_scaled()
H A Dgxccman.c720 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in gx_add_char_bits() local
729 if (cc->width % (1 << log2_x) != 0 || in gx_add_char_bits()
734 1 << log2_x, 1 << log2_y); in gx_add_char_bits()
735 cc->width &= -1 << log2_x; in gx_add_char_bits()
758 if ((log2_x | log2_y) != 0) { in gx_add_char_bits()
761 cc->width, cc->height, 1 << log2_x, 1 << log2_y, in gx_add_char_bits()
770 int scale_x = 1 << log2_x; in gx_add_char_bits()
781 cc->width = (bbox.q.x - bbox.p.x) >> log2_x; in gx_add_char_bits()
786 cc->width << log2_x, in gx_add_char_bits()
790 bbox.p.x >>= log2_x; in gx_add_char_bits()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsbitcom.c103 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in bits_compress_scaled() local
104 int xscale = 1 << log2_x; in bits_compress_scaled()
113 int input_byte_out_bits = out_bits << (3 - log2_x); in bits_compress_scaled()
116 compress_tables[log2_out_bits][log2_x + log2_y - 1]; in bits_compress_scaled()
118 uint dwidth = (width >> log2_x) << log2_out_bits; in bits_compress_scaled()
121 uint count_max = 1 << (log2_x + log2_y); in bits_compress_scaled()
135 assert(log2_x >= 0 && log2_x < 3); in bits_compress_scaled()
147 if (log2_x == 0) { in bits_compress_scaled()
151 if (log2_x == 1) { in bits_compress_scaled()
155 if (log2_x == 2) { in bits_compress_scaled()
H A Dgxccman.c720 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in gx_add_char_bits() local
729 if (cc->width % (1 << log2_x) != 0 || in gx_add_char_bits()
734 1 << log2_x, 1 << log2_y); in gx_add_char_bits()
735 cc->width &= -1 << log2_x; in gx_add_char_bits()
758 if ((log2_x | log2_y) != 0) { in gx_add_char_bits()
761 cc->width, cc->height, 1 << log2_x, 1 << log2_y, in gx_add_char_bits()
770 int scale_x = 1 << log2_x; in gx_add_char_bits()
781 cc->width = (bbox.q.x - bbox.p.x) >> log2_x; in gx_add_char_bits()
786 cc->width << log2_x, in gx_add_char_bits()
790 bbox.p.x >>= log2_x; in gx_add_char_bits()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsbitcom.c100 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in bits_compress_scaled() local
101 int xscale = 1 << log2_x; in bits_compress_scaled()
110 int input_byte_out_bits = out_bits << (3 - log2_x); in bits_compress_scaled()
113 compress_tables[log2_out_bits][log2_x + log2_y - 1]; in bits_compress_scaled()
115 uint dwidth = (width >> log2_x) << log2_out_bits; in bits_compress_scaled()
118 uint count_max = 1 << (log2_x + log2_y); in bits_compress_scaled()
H A Dgxccman.c769 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in gx_add_char_bits() local
778 if (cc->width % (1 << log2_x) != 0 || in gx_add_char_bits()
783 1 << log2_x, 1 << log2_y); in gx_add_char_bits()
784 cc->width &= -1 << log2_x; in gx_add_char_bits()
807 if ((log2_x | log2_y) != 0) { in gx_add_char_bits()
809 cc->width, cc->height, 1 << log2_x, 1 << log2_y, in gx_add_char_bits()
816 int scale_x = 1 << log2_x; in gx_add_char_bits()
827 cc->width = (bbox.q.x - bbox.p.x) >> log2_x; in gx_add_char_bits()
832 cc->width << log2_x, in gx_add_char_bits()
836 bbox.p.x >>= log2_x; in gx_add_char_bits()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsbitcom.c105 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in bits_compress_scaled() local
106 int xscale = 1 << log2_x; in bits_compress_scaled()
115 int input_byte_out_bits = out_bits << (3 - log2_x); in bits_compress_scaled()
118 compress_tables[log2_out_bits][log2_x + log2_y - 1]; in bits_compress_scaled()
120 uint dwidth = (width >> log2_x) << log2_out_bits; in bits_compress_scaled()
123 uint count_max = 1 << (log2_x + log2_y); in bits_compress_scaled()
H A Dgxccman.c527 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in gx_add_char_bits() local
536 if (cc->width % (1 << log2_x) != 0 || in gx_add_char_bits()
541 1 << log2_x, 1 << log2_y); in gx_add_char_bits()
542 cc->width &= -1 << log2_x; in gx_add_char_bits()
565 if ((log2_x | log2_y) != 0) { in gx_add_char_bits()
567 cc->width, cc->height, 1 << log2_x, 1 << log2_y, in gx_add_char_bits()
574 int scale_x = 1 << log2_x; in gx_add_char_bits()
585 cc->width = (bbox.q.x - bbox.p.x) >> log2_x; in gx_add_char_bits()
590 cc->width << log2_x, in gx_add_char_bits()
594 bbox.p.x >>= log2_x; in gx_add_char_bits()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsbitcom.c102 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in bits_compress_scaled() local
103 int xscale = 1 << log2_x; in bits_compress_scaled()
112 int input_byte_out_bits = out_bits << (3 - log2_x); in bits_compress_scaled()
115 compress_tables[log2_out_bits][log2_x + log2_y - 1]; in bits_compress_scaled()
117 uint dwidth = (width >> log2_x) << log2_out_bits; in bits_compress_scaled()
120 uint count_max = 1 << (log2_x + log2_y); in bits_compress_scaled()
H A Dgxccman.c686 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in gx_add_char_bits() local
695 if (cc->width % (1 << log2_x) != 0 || in gx_add_char_bits()
700 1 << log2_x, 1 << log2_y); in gx_add_char_bits()
701 cc->width &= -1 << log2_x; in gx_add_char_bits()
724 if ((log2_x | log2_y) != 0) { in gx_add_char_bits()
726 cc->width, cc->height, 1 << log2_x, 1 << log2_y, in gx_add_char_bits()
735 int scale_x = 1 << log2_x; in gx_add_char_bits()
746 cc->width = (bbox.q.x - bbox.p.x) >> log2_x; in gx_add_char_bits()
751 cc->width << log2_x, in gx_add_char_bits()
755 bbox.p.x >>= log2_x; in gx_add_char_bits()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsbitcom.c102 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in bits_compress_scaled() local
103 int xscale = 1 << log2_x; in bits_compress_scaled()
112 int input_byte_out_bits = out_bits << (3 - log2_x); in bits_compress_scaled()
115 compress_tables[log2_out_bits][log2_x + log2_y - 1]; in bits_compress_scaled()
117 uint dwidth = (width >> log2_x) << log2_out_bits; in bits_compress_scaled()
120 uint count_max = 1 << (log2_x + log2_y); in bits_compress_scaled()
H A Dgxccman.c686 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in gx_add_char_bits() local
695 if (cc->width % (1 << log2_x) != 0 || in gx_add_char_bits()
700 1 << log2_x, 1 << log2_y); in gx_add_char_bits()
701 cc->width &= -1 << log2_x; in gx_add_char_bits()
724 if ((log2_x | log2_y) != 0) { in gx_add_char_bits()
726 cc->width, cc->height, 1 << log2_x, 1 << log2_y, in gx_add_char_bits()
735 int scale_x = 1 << log2_x; in gx_add_char_bits()
746 cc->width = (bbox.q.x - bbox.p.x) >> log2_x; in gx_add_char_bits()
751 cc->width << log2_x, in gx_add_char_bits()
755 bbox.p.x >>= log2_x; in gx_add_char_bits()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsbitcom.c100 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in bits_compress_scaled() local
101 int xscale = 1 << log2_x; in bits_compress_scaled()
110 int input_byte_out_bits = out_bits << (3 - log2_x); in bits_compress_scaled()
113 compress_tables[log2_out_bits][log2_x + log2_y - 1]; in bits_compress_scaled()
115 uint dwidth = (width >> log2_x) << log2_out_bits; in bits_compress_scaled()
118 uint count_max = 1 << (log2_x + log2_y); in bits_compress_scaled()
H A Dgxccman.c769 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in gx_add_char_bits() local
778 if (cc->width % (1 << log2_x) != 0 || in gx_add_char_bits()
783 1 << log2_x, 1 << log2_y); in gx_add_char_bits()
784 cc->width &= -1 << log2_x; in gx_add_char_bits()
807 if ((log2_x | log2_y) != 0) { in gx_add_char_bits()
809 cc->width, cc->height, 1 << log2_x, 1 << log2_y, in gx_add_char_bits()
816 int scale_x = 1 << log2_x; in gx_add_char_bits()
827 cc->width = (bbox.q.x - bbox.p.x) >> log2_x; in gx_add_char_bits()
832 cc->width << log2_x, in gx_add_char_bits()
836 bbox.p.x >>= log2_x; in gx_add_char_bits()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsbitcom.c105 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in bits_compress_scaled() local
106 int xscale = 1 << log2_x; in bits_compress_scaled()
115 int input_byte_out_bits = out_bits << (3 - log2_x); in bits_compress_scaled()
118 compress_tables[log2_out_bits][log2_x + log2_y - 1]; in bits_compress_scaled()
120 uint dwidth = (width >> log2_x) << log2_out_bits; in bits_compress_scaled()
123 uint count_max = 1 << (log2_x + log2_y); in bits_compress_scaled()
H A Dgxccman.c527 int log2_x = plog2_scale->x, log2_y = plog2_scale->y; in gx_add_char_bits() local
536 if (cc->width % (1 << log2_x) != 0 || in gx_add_char_bits()
541 1 << log2_x, 1 << log2_y); in gx_add_char_bits()
542 cc->width &= -1 << log2_x; in gx_add_char_bits()
565 if ((log2_x | log2_y) != 0) { in gx_add_char_bits()
567 cc->width, cc->height, 1 << log2_x, 1 << log2_y, in gx_add_char_bits()
574 int scale_x = 1 << log2_x; in gx_add_char_bits()
585 cc->width = (bbox.q.x - bbox.p.x) >> log2_x; in gx_add_char_bits()
590 cc->width << log2_x, in gx_add_char_bits()
594 bbox.p.x >>= log2_x; in gx_add_char_bits()
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/C/
H A Dpow.c93 log2_x(double x, double *w) { in log2_x() function
287 w1 = log2_x(ax, &w2); in pow()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dpvq.c582 int log2_x; in od_pow() local
587 log2_x = (OD_ILOG(x) - 1); in od_pow()
588 xshift = log2_x - OD_LOG2_INSHIFT; in od_pow()
593 logr = od_log2(t) + (log2_x - OD_COMPAND_SHIFT)*OD_LOG2_OUTSCALE; in od_pow()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dlower_instructions.cpp257 ir_expression *const log2_x = in pow_to_exp2() local
263 ir->operands[1], log2_x); in pow_to_exp2()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/
H A Dlower_instructions.cpp257 ir_expression *const log2_x = in pow_to_exp2() local
263 ir->operands[1], log2_x); in pow_to_exp2()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp295 ir_expression *const log2_x = in pow_to_exp2() local
302 ir->operands[1], log2_x); in pow_to_exp2()
/dports/www/firefox/firefox-99.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_instructions.cpp295 ir_expression *const log2_x = in pow_to_exp2() local
302 ir->operands[1], log2_x); in pow_to_exp2()
/dports/lang/clover/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp295 ir_expression *const log2_x = in pow_to_exp2() local
302 ir->operands[1], log2_x); in pow_to_exp2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dlower_instructions.cpp295 ir_expression *const log2_x = in pow_to_exp2() local
302 ir->operands[1], log2_x); in pow_to_exp2()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/glsl/
H A Dlower_instructions.cpp295 ir_expression *const log2_x = in pow_to_exp2() local
302 ir->operands[1], log2_x); in pow_to_exp2()

12