Home
last modified time | relevance | path

Searched refs:log2tbl (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dfloat.c514 static const int log2tbl[16] = in ieee_flconvert_bin() local
542 int l = log2tbl[v]; in ieee_flconvert_bin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dfloats.c513 static const int log2tbl[16] = in ieee_flconvert_bin() local
540 int l = log2tbl[v]; in ieee_flconvert_bin()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dfloats.c513 static const int log2tbl[16] = in ieee_flconvert_bin() local
540 int l = log2tbl[v]; in ieee_flconvert_bin()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dbignum.c87 double log2tbl[] = variable
950 str_length = (ulong)(bit_length / log2tbl[base] + 4);
/dports/security/samhain/samhain-4.4.3/src/
H A Dbignum.c87 double log2tbl[] = variable
950 str_length = (ulong)(bit_length / log2tbl[base] + 4);
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dbignum.c87 double log2tbl[] = variable
950 str_length = (ulong)(bit_length / log2tbl[base] + 4);