Home
last modified time | relevance | path

Searched refs:largeint (Results 1 – 25 of 76) sorted by relevance

1234

/dports/lang/mosml/mosml-ver-2.10.1/src/dynlibs/intinf/
H A DIntInf.sml32 val largeint_set : largeint -> largeint -> unit
38 val largeint_neg : largeint -> largeint -> unit
40 val largeint_add : largeint -> largeint -> largeint -> unit
42 val largeint_sub : largeint -> largeint -> largeint -> unit
44 val largeint_mul : largeint -> largeint -> largeint -> unit
46 val largeint_tdiv : largeint -> largeint -> largeint -> unit
48 val largeint_tmod : largeint -> largeint -> largeint -> unit
50 val largeint_fdiv : largeint -> largeint -> largeint -> unit
52 val largeint_fmod : largeint -> largeint -> largeint -> unit
54 val largeint_fdivmod : largeint -> largeint -> largeint -> largeint -> unit
[all …]
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/compression/
H A Dwidemuldiv.c173 static TNG_INLINE void largeint_add_gen(const unsigned int v1, unsigned int *largeint, const int n,… in largeint_add_gen() argument
176 unsigned int v2=(v1+largeint[j])&0xFFFFFFFFU; /* Add and cap at 32 bits */ in largeint_add_gen()
178 if ((((unsigned int)-1)&0xFFFFFFFFU) -v1<largeint[j]) in largeint_add_gen()
180 largeint[j]=v2; in largeint_add_gen()
184 v2=(largeint[j]+carry)&0xFFFFFFFFU; in largeint_add_gen()
186 if ((((unsigned int)-1)&0xFFFFFFFFU) -1<largeint[j]) in largeint_add_gen()
188 largeint[j]=v2; in largeint_add_gen()
194 void Ptngc_largeint_add(const unsigned int v1, unsigned int *largeint, const int n) in Ptngc_largeint_add() argument
196 largeint_add_gen(v1,largeint,n,0); in Ptngc_largeint_add()
H A Dxtc2.c439 unsigned int largeint[4]; in compute_magic_bits() local
443 largeint[i]=0U; in compute_magic_bits()
457 printf("Largeint is %u %u %u\n",largeint[0],largeint[1],largeint[2]); in compute_magic_bits()
462 if (largeint[i]&(1U<<j)) in compute_magic_bits()
472 unsigned int largeint[19]; in trajcoder_base_compress() local
488 memcpy(largeint,largeint_tmp,19*sizeof *largeint); in trajcoder_base_compress()
492 if (largeint[18]) in trajcoder_base_compress()
518 unsigned int largeint[19]; in trajcoder_base_decompress() local
525 largeint[i]=0U; in trajcoder_base_decompress()
532 largeint[18]=0U; in trajcoder_base_decompress()
[all …]
H A Dxtc3.c580 unsigned int largeint[MAXMAXBASEVALS+1]; in base_bytes() local
584 memset(largeint, 0U, sizeof(unsigned int) * (n+1)); in base_bytes()
590 Ptngc_largeint_mul(base,largeint,largeint_tmp,n+1); in base_bytes()
591 memcpy(largeint, largeint_tmp, (n+1)*sizeof *largeint); in base_bytes()
593 Ptngc_largeint_add(base-1U,largeint,n+1); in base_bytes()
596 if (largeint[i]) in base_bytes()
598 if ((largeint[i]>>(j*8))&0xFFU) in base_bytes()
605 unsigned int largeint[MAXBASEVALS+1]; in base_compress() local
664 largeint[j]=largeint_tmp[j]; in base_compress()
712 unsigned int largeint[MAXMAXBASEVALS+1]; in base_decompress() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dpr84068.c5 typedef __int128 largeint; typedef
7 typedef long long largeint; typedef
10 largeint a;
13 largeint
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dautoindex2.test25 t1_id largeint,
27 ptime largeint,
45 job_id largeint,
46 last_t1 largeint DEFAULT 0,
70 create_time largeint,
71 sample_time largeint DEFAULT 0,
72 param6 largeint,
74 expiration largeint,
76 next_sample largeint,
77 last_sample largeint,
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dautoindex2.test25 t1_id largeint,
27 ptime largeint,
45 job_id largeint,
46 last_t1 largeint DEFAULT 0,
70 create_time largeint,
71 sample_time largeint DEFAULT 0,
72 param6 largeint,
74 expiration largeint,
76 next_sample largeint,
77 last_sample largeint,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dautoindex2.test25 t1_id largeint,
27 ptime largeint,
45 job_id largeint,
46 last_t1 largeint DEFAULT 0,
70 create_time largeint,
71 sample_time largeint DEFAULT 0,
72 param6 largeint,
74 expiration largeint,
76 next_sample largeint,
77 last_sample largeint,
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/
H A Dstorage_engine_lock_file_windows.cpp54 LARGE_INTEGER largeint; in _truncateFile() local
55 largeint.QuadPart = 0; in _truncateFile()
56 if (::SetFilePointerEx(handle, largeint, NULL, FILE_BEGIN) == FALSE) { in _truncateFile()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvpdf.cpp133 const int largeint = 32000; variable
141 bb_llx(largeint), in derivedConstructor()
142 bb_lly(largeint), in derivedConstructor()
143 bb_urx(-largeint), in derivedConstructor()
144 bb_ury(-largeint) in derivedConstructor()

1234