Home
last modified time | relevance | path

Searched refs:mp_s (Results 1 – 4 of 4) sorted by relevance

/dports/math/mpexpr/mpexpr-1.2/tests/
H A Dmpformat.test58 set mp_s 12345678901234567890.12345678901234567890
67 test mpformat-1.3 {%d float} {mpformat %d $mp_s} 12345678901234567890
72 test mpformat-2.2 {%f float} {mpformat %f $mp_s} 12345678901234567890.12345679
82 test mpformat-3.3 {%e float} {mpformat %e $mp_s} {1.23456789e19}
83 test mpformat-3.4 {%e float} {mpformat %.5e $mp_s} {1.23457e19}
88 test mpformat-4.2 {%r float} {mpformat %r $mp_s} {123456789012345678901234567890123456789/1000000…
91 test mpformat-5.1 {%N float} {mpformat %N $mp_s} {123456789012345678901234567890123456789}
93 test mpformat-5.1 {%D float} {mpformat %D $mp_s} {10000000000000000000}
96 test mpformat-6.2 {%o float} {mpformat %o $mp_s} {01347016464530012776613253375062425616300425/01…
101 test mpformat-7.2 {%x float} {mpformat %x $mp_s} {0x5ce0e9a56015fec5aadfa328ae398115/0x8ac7230489…
[all …]
/dports/math/iml/iml-1.0.5/src/
H A Dcertsolve.h125 Double **ARNS, mpz_t mp_s, mpz_t *mp_V, mpz_t *mp_b);
H A Dcertsolve.c2044 mpz_mul(mp_temp, mp_s, mp_b[i]); in LVecSMatMulCmp()
2938 mpz_init_set(mp_s, mp_DABb); in minSolnoncompressLong()
2940 mpz_neg(mp_ns, mp_s); in minSolnoncompressLong()
2948 mpz_set(mp_M[(n+k)*(k+1)+k], mp_s); in minSolnoncompressLong()
2986 mpz_divexact(mp_D, mp_s, mp_h); in minSolnoncompressLong()
3018 { mpz_clear(mp_s); mpz_clear(mp_h); } in minSolnoncompressLong()
3164 mpz_init_set(mp_s, mp_DABb); in minSolnoncompressRNS()
3166 mpz_neg(mp_ns, mp_s); in minSolnoncompressRNS()
3174 mpz_set(mp_M[(n+k)*(k+1)+k], mp_s); in minSolnoncompressRNS()
3213 mpz_divexact(mp_D, mp_s, mp_h); in minSolnoncompressRNS()
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dobject.c7303 char *mp_s; in mono_string_to_utf8_internal() local
7319 mp_s = (char *)mono_mempool_alloc (mp, len); in mono_string_to_utf8_internal()
7321 mp_s = (char *)mono_image_alloc (image, len); in mono_string_to_utf8_internal()
7323 memcpy (mp_s, r, len); in mono_string_to_utf8_internal()
7327 return mp_s; in mono_string_to_utf8_internal()