Home
last modified time | relevance | path

Searched refs:Rmpz_import_UV (Results 1 – 5 of 5) sorted by relevance

/dports/math/p5-Math-GMPz/Math-GMPz-0.52/demos/
H A Dimp_exp.p1 # Demonstrate the basics of Rmpz_import, Rmpz_export, Rmpz_import_UV and Rmpz_export_UV
49 # Now, do the same for Rmpz_import_UV and Rmpz_export_UV. #
51 # to Rmpz_import_UV and the value that is created from that string #
71 Rmpz_import_UV($got, scalar(@uv), $order, $size, $endian, $nails, \@uv);
73 cmp_ok($got, '==', $expected, "Rmpz_import_UV calculations agree");
102 Rmpz_import_UV($got, scalar(@uv), $order, $size, $endian, $nails, \@uv);
104 cmp_ok($got, '==', $expected, "Rmpz_import_UV correctly handles 16-bit values");
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/t/
H A Dimp_exp.t115 Rmpz_import_UV($z, scalar(@uv), 0, $Config{ivsize}, 0, 0, \@uv);
119 cmp_ok($z, '==', $val_check, "Rmpz_import_UV basic sanity check");
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A DCHANGES25 - Add Rmpz_import_UV and Rmpz_export_UV.
H A DGMPz.pod1005 Rmpz_import_UV($rop, $len, $order, $size, $endian, $nails, $arref);
1014 Assuming that Rmpz_export_UV and Rmpz_import_UV receive a value of
1017 given to Rmpz_import_UV will generate a Math::GMPz object whose value is
H A DGMPz.xs1568 void Rmpz_import_UV(pTHX_ mpz_t * rop, SV * count, SV * order, SV * size, SV * endian, SV * nails, … in Rmpz_import_UV() function
8433 Rmpz_import_UV (rop, count, order, size, endian, nails, op) in Rmpz_import_UV() function
8445 Rmpz_import_UV(aTHX_ rop, count, order, size, endian, nails, op);