Home
last modified time | relevance | path

Searched refs:to_dec (Results 1 – 22 of 22) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/core/vil1/examples/
H A Dvil1_print_section.cxx14 to_dec(std::ostream & os, unsigned char c) in to_dec() function
61 to_dec(std::cout, buf[3 * (w * r + c) + 0]) << ' '; in main()
68 to_dec(std::cout, buf[3 * (w * r + c) + 1]) << ' '; in main()
75 to_dec(std::cout, buf[3 * (w * r + c) + 2]) << ' '; in main()
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Scribunto/includes/engines/LuaCommon/lualib/luabit/
H A Dhex.lua57 local function to_dec(hex) function
76 to_dec = to_dec,
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Scribunto/includes/engines/LuaCommon/lualib/luabit/
H A Dhex.lua57 local function to_dec(hex) function
76 to_dec = to_dec,
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Scribunto/includes/engines/LuaCommon/lualib/luabit/
H A Dhex.lua57 local function to_dec(hex) function
76 to_dec = to_dec,
/dports/devel/lua-luacheck/luacheck-4e5774169fa/src/luacheck/
H A Dlexer.lua41 local function to_dec(b) function
311 cb = to_dec(b)
322 local c2 = to_dec(b)
329 local c3 = to_dec(b)
388 local is_digit = to_dec
431 if b == nil or not to_dec(b) then
437 until b == nil or not to_dec(b)
489 while (b ~= nil) and (is_alpha(b) or to_dec(b)) do
627 elseif b and to_dec(b) then
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwgeom_transform.c42 to_dec(POINT4D *pt) in to_dec() function
163 if (pj_is_latlong(dstpj)) to_dec(pt); in point4d_transform()
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwgeom_transform.c41 to_dec(POINT4D *pt) in to_dec() function
83 if (pj_is_latlong(pj->pj_to)) to_dec(pt); in point4d_transform()
340 to_dec(&p); in ptarray_transform()
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwgeom_transform.c41 to_dec(POINT4D *pt) in to_dec() function
83 if (pj_is_latlong(pj->pj_to)) to_dec(pt); in point4d_transform()
582 to_dec(&p); in ptarray_transform()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwgeom_transform.c41 to_dec(POINT4D *pt) in to_dec() function
83 if (pj_is_latlong(pj->pj_to)) to_dec(pt); in point4d_transform()
584 to_dec(&p); in ptarray_transform()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Dordered-data.c333 u64 to_dec; in btrfs_dec_test_first_ordered_pending() local
352 to_dec = dec_end - dec_start; in btrfs_dec_test_first_ordered_pending()
353 if (to_dec > entry->bytes_left) { in btrfs_dec_test_first_ordered_pending()
356 entry->bytes_left, to_dec); in btrfs_dec_test_first_ordered_pending()
358 entry->bytes_left -= to_dec; in btrfs_dec_test_first_ordered_pending()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Dordered-data.c333 u64 to_dec; in btrfs_dec_test_first_ordered_pending() local
352 to_dec = dec_end - dec_start; in btrfs_dec_test_first_ordered_pending()
353 if (to_dec > entry->bytes_left) { in btrfs_dec_test_first_ordered_pending()
356 entry->bytes_left, to_dec); in btrfs_dec_test_first_ordered_pending()
358 entry->bytes_left -= to_dec; in btrfs_dec_test_first_ordered_pending()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/btrfs/
H A Dordered-data.c333 u64 to_dec; in btrfs_dec_test_first_ordered_pending() local
352 to_dec = dec_end - dec_start; in btrfs_dec_test_first_ordered_pending()
353 if (to_dec > entry->bytes_left) { in btrfs_dec_test_first_ordered_pending()
356 entry->bytes_left, to_dec); in btrfs_dec_test_first_ordered_pending()
358 entry->bytes_left -= to_dec; in btrfs_dec_test_first_ordered_pending()
/dports/emulators/x16-rom/x16-rom-r38/monitor/
H A Dio.s289 to_dec: label
310 jsr to_dec
316 jsr to_dec
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/fx/
H A Dsc_fxval.cpp105 sc_fxval::to_dec() const in to_dec() function in sc_dt::sc_fxval
551 sc_fxval_fast::to_dec() const in to_dec() function in sc_dt::sc_fxval_fast
H A Dsc_fxnum.cpp302 sc_fxnum::to_dec() const in to_dec() function in sc_dt::sc_fxnum
712 sc_fxnum_fast::to_dec() const in to_dec() function in sc_dt::sc_fxnum_fast
H A Dsc_fxval.h386 const std::string to_dec() const;
720 const std::string to_dec() const;
H A Dsc_fxnum.h962 const std::string to_dec() const;
1388 const std::string to_dec() const;
/dports/lang/perl5.34/perl-5.34.0/
H A Dmg.c1683 SV* to_dec = NULL; in Perl_magic_setsig() local
1712 to_dec = *svp; in Perl_magic_setsig()
1750 to_dec = PL_psig_ptr[i]; in Perl_magic_setsig()
1824 SvREFCNT_dec(to_dec); in Perl_magic_setsig()
/dports/lang/perl5.30/perl-5.30.3/
H A Dmg.c1636 SV* to_dec = NULL; in Perl_magic_setsig() local
1665 to_dec = *svp; in Perl_magic_setsig()
1703 to_dec = PL_psig_ptr[i]; in Perl_magic_setsig()
1776 SvREFCNT_dec(to_dec); in Perl_magic_setsig()
/dports/lang/perl5.32/perl-5.32.1/
H A Dmg.c1677 SV* to_dec = NULL; in Perl_magic_setsig() local
1706 to_dec = *svp; in Perl_magic_setsig()
1744 to_dec = PL_psig_ptr[i]; in Perl_magic_setsig()
1818 SvREFCNT_dec(to_dec); in Perl_magic_setsig()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dmg.c1688 SV* to_dec = NULL; in Perl_magic_setsig() local
1717 to_dec = *svp; in Perl_magic_setsig()
1755 to_dec = PL_psig_ptr[i]; in Perl_magic_setsig()
1829 SvREFCNT_dec(to_dec); in Perl_magic_setsig()
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ms.c88 static void to_dec(int32 *);
3066 case BDEC: to_dec(&srcblen); strcpy(s1, "decimal"); break; in __to_dhboval()
3175 static void to_dec(int32 *blen) in to_dec() function