Home
last modified time | relevance | path

Searched refs:g_offset (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/www/netsurf/netsurf-3.10/frontends/framebuffer/
H A Dfont_internal.c254 uint16_t g_offset; in fb_get_glyph() local
268 if (g_offset != 0) { in fb_get_glyph()
269 glyph_data = &font_glyph_data[g_offset]; in fb_get_glyph()
278 g_offset = fb_bold_sections[offset] * 16; in fb_get_glyph()
279 if (g_offset != 0) { in fb_get_glyph()
280 glyph_data = &font_glyph_data[g_offset]; in fb_get_glyph()
289 g_offset = fb_italic_sections[offset] * 16; in fb_get_glyph()
290 if (g_offset != 0) { in fb_get_glyph()
291 glyph_data = &font_glyph_data[g_offset]; in fb_get_glyph()
301 if (g_offset != 0) { in fb_get_glyph()
[all …]
/dports/graphics/urt/urt-3.1b1_12/get/
H A Dget_orion.c291 int i, g_offset, b_offset; in init_24_bit_colour_map() local
296 g_offset = n_colmap_colours; in init_24_bit_colour_map()
297 b_offset = 2 * g_offset; in init_24_bit_colour_map()
302 colmap[i][1] = hdr.cmap[i + g_offset]; in init_24_bit_colour_map()
324 int g_offset, b_offset; local
345 g_offset = 1 << hdr.cmaplen;
346 b_offset = 2 * g_offset;
388 int g_offset, b_offset; local
402 g_offset = 1 << hdr.cmaplen;
403 b_offset = 2 * g_offset;
[all …]
H A Dgetbob.c255 int g_offset, b_offset; local
284 g_offset = 1 << hdr.cmaplen;
285 b_offset = 2 * g_offset;
292 DMAP( hdr.cmap[*g + g_offset],
330 int g_offset, b_offset; local
359 g_offset = 1 << hdr.cmaplen;
360 b_offset = 2 * g_offset;
368 55 * hdr.cmap[*g + g_offset] +
/dports/science/cdcl/dcl-5.4.8-C/src/math2/shtlib/
H A Dshfw2g.c28 integer w_dim1, w_offset, g_dim1, g_offset; in shfw2g_() local
39 g_offset = -(*im) + g_dim1 * (-(*jm)); in shfw2g_()
40 g -= g_offset; in shfw2g_()
44 shfwga_(mm, jm, im, &c__0, mm, &w[w_offset], &g[g_offset], h__, &wfft[1]); in shfw2g_()
H A Dshfwgz.c23 integer wz_offset, g_dim1, g_offset, i__1, i__2; in shfwgz_() local
32 g_offset = -(*im) + g_dim1 * (-(*jm)); in shfwgz_()
33 g -= g_offset; in shfwgz_()
H A Dshfwgm.c24 integer wr_offset, wi_offset, g_dim1, g_offset, i__1, i__2; in shfwgm_() local
37 g_offset = -(*im) + g_dim1 * (-(*jm)); in shfwgm_()
38 g -= g_offset; in shfwgm_()
H A Dshfg2w.c24 integer g_dim1, g_offset, w_dim1, w_offset, i__1, i__2; in shfg2w_() local
36 g_offset = -(*im) + g_dim1 * (-(*jm)); in shfg2w_()
37 g -= g_offset; in shfg2w_()
H A Dshfwga.c24 integer w_dim1, w_offset, g_dim1, g_offset, i__1, i__2; in shfwga_() local
36 g_offset = -(*im) + g_dim1 * (-(*jm)); in shfwga_()
37 g -= g_offset; in shfwga_()
/dports/dns/dnstable/dnstable-0.12.0/src/
H A Ddnstable_lookup.c34 static int64_t g_offset = 0; variable
136 g_offset = atoi(optarg); in main()
137 if (g_offset <= 0) in main()
199 if (g_offset != 0) { in main()
291 if (g_offset != 0) { in main()
292 res = dnstable_query_set_offset(d_query, g_offset); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/
H A DFloat16ToFloat32.cpp284 const static unsigned g_offset[64] = { variable
297 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A DFloat16ToFloat32.cpp284 const static unsigned g_offset[64] = { variable
297 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/common/
H A DFloat16ToFloat32.cpp284 const static unsigned g_offset[64] = { variable
297 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/
H A DFloat16ToFloat32.cpp284 const static unsigned g_offset[64] = { variable
297 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/common/
H A DFloat16ToFloat32.cpp284 const static unsigned g_offset[64] = { variable
297 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A DFloat16ToFloat32.cpp2132 const static unsigned g_offset[64] = { variable
2201 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/common/
H A DFloat16ToFloat32.cpp284 const static unsigned g_offset[64] = { variable
297 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; in float16ToFloat32()

12345678