Home
last modified time | relevance | path

Searched refs:HIGHPART (Results 1 – 25 of 95) sorted by relevance

1234

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/utils/
H A Dmanaged-sa.w85 (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
127 for (h = 0; h < HIGHPART; h++) {
153 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
154 for (h = 0; h < HIGHPART; h++) {
183 a->tree = (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
219 for (h = 0; h < HIGHPART; h++) {
264 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
265 for (h = 0; h < HIGHPART; h++) {
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/utils/
H A Dmanaged-sa.w85 (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
127 for (h = 0; h < HIGHPART; h++) {
153 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
154 for (h = 0; h < HIGHPART; h++) {
183 a->tree = (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
219 for (h = 0; h < HIGHPART; h++) {
264 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
265 for (h = 0; h < HIGHPART; h++) {
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/utils/
H A Dmanaged-sa.w85 (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
127 for (h = 0; h < HIGHPART; h++) {
153 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
154 for (h = 0; h < HIGHPART; h++) {
183 a->tree = (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
219 for (h = 0; h < HIGHPART; h++) {
264 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
265 for (h = 0; h < HIGHPART; h++) {
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/utils/
H A Dmanaged-sa.w85 (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
127 for (h = 0; h < HIGHPART; h++) {
153 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
154 for (h = 0; h < HIGHPART; h++) {
183 a->tree = (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
219 for (h = 0; h < HIGHPART; h++) {
264 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
265 for (h = 0; h < HIGHPART; h++) {
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/utils/
H A Dmanaged-sa.w85 (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
127 for (h = 0; h < HIGHPART; h++) {
153 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
154 for (h = 0; h < HIGHPART; h++) {
183 a->tree = (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
219 for (h = 0; h < HIGHPART; h++) {
264 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
265 for (h = 0; h < HIGHPART; h++) {
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/utils/
H A Dmanaged-sa.w85 (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
127 for (h = 0; h < HIGHPART; h++) {
153 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
154 for (h = 0; h < HIGHPART; h++) {
183 a->tree = (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
219 for (h = 0; h < HIGHPART; h++) {
264 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
265 for (h = 0; h < HIGHPART; h++) {
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/utils/
H A Dmanaged-sa.w85 (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
127 for (h = 0; h < HIGHPART; h++) {
153 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
154 for (h = 0; h < HIGHPART; h++) {
183 a->tree = (sa_tree_item ***) Mxcalloc_array(sa_tree_item **, HIGHPART);
219 for (h = 0; h < HIGHPART; h++) {
264 a->tree = (sa_tree_item ***) Mxcalloc_array(void *, HIGHPART);
265 for (h = 0; h < HIGHPART; h++) {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddouble-int.c78 #define HIGHPART(x) \ macro
90 words[1] = HIGHPART (low); in encode()
92 words[3] = HIGHPART (hi); in encode()
212 carry = HIGHPART (carry); in mul_double_wide_with_sign()
480 carry = HIGHPART (work); in div_and_round_double()
489 carry = HIGHPART (work); in div_and_round_double()
526 carry = HIGHPART (work); in div_and_round_double()
529 carry += HIGHPART (work) != 0; in div_and_round_double()
541 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 words[1] = HIGHPART (low); in encode()
83 words[3] = HIGHPART (hi); in encode()
191 carry = HIGHPART (carry); in mul_double_wide_with_sign()
452 carry = HIGHPART (work); in div_and_round_double()
461 carry = HIGHPART (work); in div_and_round_double()
498 carry = HIGHPART (work); in div_and_round_double()
501 carry += HIGHPART (work) != 0; in div_and_round_double()
513 carry = HIGHPART (work); in div_and_round_double()

1234