flint-sys 0.9.0

Bindings to the FLINT C library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
/* automatically generated by rust-bindgen 0.70.1 */

use libc::*;
use crate::deps::*;
use crate::flint::*;
use crate::fmpz_mod_types::*;
use crate::fmpz_types::*;
use crate::fq_nmod_types::*;
use crate::fq_types::*;
use crate::fq_zech_types::*;
use crate::gr_types::*;
use crate::nmod_types::*;


#[repr(C)]
pub struct __BindgenUnionField<T>(::std::marker::PhantomData<T>);
impl<T> __BindgenUnionField<T> {
    #[inline]
    pub const fn new() -> Self {
        __BindgenUnionField(::std::marker::PhantomData)
    }
    #[inline]
    pub unsafe fn as_ref(&self) -> &T {
        ::std::mem::transmute(self)
    }
    #[inline]
    pub unsafe fn as_mut(&mut self) -> &mut T {
        ::std::mem::transmute(self)
    }
}
impl<T> ::std::default::Default for __BindgenUnionField<T> {
    #[inline]
    fn default() -> Self {
        Self::new()
    }
}
impl<T> ::std::clone::Clone for __BindgenUnionField<T> {
    #[inline]
    fn clone(&self) -> Self {
        *self
    }
}
impl<T> ::std::marker::Copy for __BindgenUnionField<T> {}
impl<T> ::std::fmt::Debug for __BindgenUnionField<T> {
    fn fmt(&self, fmt: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
        fmt.write_str("__BindgenUnionField")
    }
}
impl<T> ::std::hash::Hash for __BindgenUnionField<T> {
    fn hash<H: ::std::hash::Hasher>(&self, _state: &mut H) {}
}
impl<T> ::std::cmp::PartialEq for __BindgenUnionField<T> {
    fn eq(&self, _other: &__BindgenUnionField<T>) -> bool {
        true
    }
}
impl<T> ::std::cmp::Eq for __BindgenUnionField<T> {}
pub const FQ_DEFAULT_FQ_ZECH: u32 = 1;
pub const FQ_DEFAULT_FQ_NMOD: u32 = 2;
pub const FQ_DEFAULT_FQ: u32 = 3;
pub const FQ_DEFAULT_NMOD: u32 = 4;
pub const FQ_DEFAULT_FMPZ_MOD: u32 = 5;
#[repr(C)]
pub struct fq_default_struct {
    pub fq: __BindgenUnionField<fq_t>,
    pub fq_nmod: __BindgenUnionField<fq_nmod_t>,
    pub fq_zech: __BindgenUnionField<fq_zech_t>,
    pub nmod: __BindgenUnionField<ulong>,
    pub fmpz_mod: __BindgenUnionField<fmpz_t>,
    pub bindgen_union_field: [u64; 6usize],
}
#[allow(clippy::unnecessary_operation, clippy::identity_op)]
const _: () = {
    ["Size of fq_default_struct"][::std::mem::size_of::<fq_default_struct>() - 48usize];
    ["Alignment of fq_default_struct"][::std::mem::align_of::<fq_default_struct>() - 8usize];
    ["Offset of field: fq_default_struct::fq"]
        [::std::mem::offset_of!(fq_default_struct, fq) - 0usize];
    ["Offset of field: fq_default_struct::fq_nmod"]
        [::std::mem::offset_of!(fq_default_struct, fq_nmod) - 0usize];
    ["Offset of field: fq_default_struct::fq_zech"]
        [::std::mem::offset_of!(fq_default_struct, fq_zech) - 0usize];
    ["Offset of field: fq_default_struct::nmod"]
        [::std::mem::offset_of!(fq_default_struct, nmod) - 0usize];
    ["Offset of field: fq_default_struct::fmpz_mod"]
        [::std::mem::offset_of!(fq_default_struct, fmpz_mod) - 0usize];
};
impl Default for fq_default_struct {
    fn default() -> Self {
        let mut s = ::std::mem::MaybeUninit::<Self>::uninit();
        unsafe {
            ::std::ptr::write_bytes(s.as_mut_ptr(), 0, 1);
            s.assume_init()
        }
    }
}
pub type fq_default_t = [fq_default_struct; 1usize];
pub type fq_default_ctx_struct = gr_ctx_struct;
pub type fq_default_ctx_t = [fq_default_ctx_struct; 1usize];
#[repr(C)]
pub struct _gr_fmpz_mod_ctx_struct {
    pub ctx: *mut fmpz_mod_ctx_struct,
    pub is_prime: truth_t,
    pub a: fmpz,
}
#[allow(clippy::unnecessary_operation, clippy::identity_op)]
const _: () = {
    ["Size of _gr_fmpz_mod_ctx_struct"][::std::mem::size_of::<_gr_fmpz_mod_ctx_struct>() - 24usize];
    ["Alignment of _gr_fmpz_mod_ctx_struct"]
        [::std::mem::align_of::<_gr_fmpz_mod_ctx_struct>() - 8usize];
    ["Offset of field: _gr_fmpz_mod_ctx_struct::ctx"]
        [::std::mem::offset_of!(_gr_fmpz_mod_ctx_struct, ctx) - 0usize];
    ["Offset of field: _gr_fmpz_mod_ctx_struct::is_prime"]
        [::std::mem::offset_of!(_gr_fmpz_mod_ctx_struct, is_prime) - 8usize];
    ["Offset of field: _gr_fmpz_mod_ctx_struct::a"]
        [::std::mem::offset_of!(_gr_fmpz_mod_ctx_struct, a) - 16usize];
};
impl Default for _gr_fmpz_mod_ctx_struct {
    fn default() -> Self {
        let mut s = ::std::mem::MaybeUninit::<Self>::uninit();
        unsafe {
            ::std::ptr::write_bytes(s.as_mut_ptr(), 0, 1);
            s.assume_init()
        }
    }
}
extern "C" {
    pub fn fq_default_ctx_init_type(
        ctx: *mut fq_default_ctx_struct,
        p: *const fmpz,
        d: slong,
        var: *const libc::c_char,
        type_: libc::c_int,
    );
    #[link_name = "fq_default_ctx_init__extern"]
    pub fn fq_default_ctx_init(
        ctx: *mut fq_default_ctx_struct,
        p: *const fmpz,
        d: slong,
        var: *const libc::c_char,
    );
    #[link_name = "fq_default_ctx_inner__extern"]
    pub fn fq_default_ctx_inner(ctx: *const fq_default_ctx_struct) -> *mut libc::c_void;
    pub fn fq_default_ctx_init_modulus_type(
        ctx: *mut fq_default_ctx_struct,
        modulus: *const fmpz_mod_poly_struct,
        mod_ctx: *mut fmpz_mod_ctx_struct,
        var: *const libc::c_char,
        type_: libc::c_int,
    );
    pub fn fq_default_ctx_init_modulus(
        ctx: *mut fq_default_ctx_struct,
        modulus: *const fmpz_mod_poly_struct,
        mod_ctx: *mut fmpz_mod_ctx_struct,
        var: *const libc::c_char,
    );
    pub fn fq_default_ctx_init_modulus_nmod_type(
        ctx: *mut fq_default_ctx_struct,
        modulus: *const nmod_poly_struct,
        var: *const libc::c_char,
        type_: libc::c_int,
    );
    pub fn fq_default_ctx_init_modulus_nmod(
        ctx: *mut fq_default_ctx_struct,
        modulus: *const nmod_poly_struct,
        var: *const libc::c_char,
    );
    #[link_name = "fq_default_ctx_clear__extern"]
    pub fn fq_default_ctx_clear(ctx: *mut fq_default_ctx_struct);
    #[link_name = "fq_default_ctx_type__extern"]
    pub fn fq_default_ctx_type(ctx: *const fq_default_ctx_struct) -> libc::c_int;
    #[link_name = "fq_default_ctx_degree__extern"]
    pub fn fq_default_ctx_degree(ctx: *const fq_default_ctx_struct) -> slong;
    #[link_name = "fq_default_ctx_prime__extern"]
    pub fn fq_default_ctx_prime(prime: *mut fmpz, ctx: *const fq_default_ctx_struct);
    pub fn fq_default_ctx_modulus(p: *mut fmpz_mod_poly_struct, ctx: *const fq_default_ctx_struct);
    #[link_name = "fq_default_ctx_order__extern"]
    pub fn fq_default_ctx_order(f: *mut fmpz, ctx: *const fq_default_ctx_struct);
    pub fn fq_default_ctx_fprint(file: *mut FILE, ctx: *const fq_default_ctx_struct)
        -> libc::c_int;
    pub fn fq_default_ctx_print(ctx: *const fq_default_ctx_struct);
    pub fn fq_default_ctx_init_randtest(
        ctx: *mut fq_default_ctx_struct,
        state: *mut flint_rand_struct,
    );
    #[link_name = "fq_default_init__extern"]
    pub fn fq_default_init(rop: *mut fq_default_struct, ctx: *const fq_default_ctx_struct);
    #[link_name = "fq_default_init2__extern"]
    pub fn fq_default_init2(rop: *mut fq_default_struct, ctx: *const fq_default_ctx_struct);
    #[link_name = "fq_default_clear__extern"]
    pub fn fq_default_clear(rop: *mut fq_default_struct, ctx: *const fq_default_ctx_struct);
    #[link_name = "fq_default_add__extern"]
    pub fn fq_default_add(
        rop: *mut fq_default_struct,
        op1: *const fq_default_struct,
        op2: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_sub__extern"]
    pub fn fq_default_sub(
        rop: *mut fq_default_struct,
        op1: *const fq_default_struct,
        op2: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_sub_one__extern"]
    pub fn fq_default_sub_one(
        rop: *mut fq_default_struct,
        op1: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_neg__extern"]
    pub fn fq_default_neg(
        rop: *mut fq_default_struct,
        op1: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_mul__extern"]
    pub fn fq_default_mul(
        rop: *mut fq_default_struct,
        op1: *const fq_default_struct,
        op2: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_mul_fmpz__extern"]
    pub fn fq_default_mul_fmpz(
        rop: *mut fq_default_struct,
        op: *const fq_default_struct,
        x: *const fmpz,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_mul_si__extern"]
    pub fn fq_default_mul_si(
        rop: *mut fq_default_struct,
        op: *const fq_default_struct,
        x: slong,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_mul_ui__extern"]
    pub fn fq_default_mul_ui(
        rop: *mut fq_default_struct,
        op: *const fq_default_struct,
        x: ulong,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_sqr__extern"]
    pub fn fq_default_sqr(
        rop: *mut fq_default_struct,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_is_invertible__extern"]
    pub fn fq_default_is_invertible(
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> libc::c_int;
    #[link_name = "fq_default_inv__extern"]
    pub fn fq_default_inv(
        rop: *mut fq_default_struct,
        op1: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_div__extern"]
    pub fn fq_default_div(
        rop: *mut fq_default_struct,
        op1: *mut fq_default_struct,
        op2: *mut fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_pow__extern"]
    pub fn fq_default_pow(
        rop: *mut fq_default_struct,
        op1: *const fq_default_struct,
        e: *const fmpz,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_pow_ui__extern"]
    pub fn fq_default_pow_ui(
        rop: *mut fq_default_struct,
        op: *const fq_default_struct,
        e: ulong,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_is_square__extern"]
    pub fn fq_default_is_square(
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> libc::c_int;
    #[link_name = "fq_default_sqrt__extern"]
    pub fn fq_default_sqrt(
        rop: *mut fq_default_struct,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> libc::c_int;
    #[link_name = "fq_default_pth_root__extern"]
    pub fn fq_default_pth_root(
        rop: *mut fq_default_struct,
        op1: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_randtest__extern"]
    pub fn fq_default_randtest(
        rop: *mut fq_default_struct,
        state: *mut flint_rand_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_randtest_not_zero__extern"]
    pub fn fq_default_randtest_not_zero(
        rop: *mut fq_default_struct,
        state: *mut flint_rand_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_rand__extern"]
    pub fn fq_default_rand(
        rop: *mut fq_default_struct,
        state: *mut flint_rand_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_rand_not_zero__extern"]
    pub fn fq_default_rand_not_zero(
        rop: *mut fq_default_struct,
        state: *mut flint_rand_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_equal__extern"]
    pub fn fq_default_equal(
        op1: *const fq_default_struct,
        op2: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> libc::c_int;
    #[link_name = "fq_default_is_zero__extern"]
    pub fn fq_default_is_zero(
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> libc::c_int;
    #[link_name = "fq_default_is_one__extern"]
    pub fn fq_default_is_one(
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> libc::c_int;
    #[link_name = "fq_default_set__extern"]
    pub fn fq_default_set(
        rop: *mut fq_default_struct,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_set_fmpz__extern"]
    pub fn fq_default_set_fmpz(
        rop: *mut fq_default_struct,
        x: *const fmpz,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_set_ui__extern"]
    pub fn fq_default_set_ui(
        rop: *mut fq_default_struct,
        x: ulong,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_set_si__extern"]
    pub fn fq_default_set_si(
        rop: *mut fq_default_struct,
        x: slong,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_zero__extern"]
    pub fn fq_default_zero(rop: *mut fq_default_struct, ctx: *const fq_default_ctx_struct);
    #[link_name = "fq_default_one__extern"]
    pub fn fq_default_one(rop: *mut fq_default_struct, ctx: *const fq_default_ctx_struct);
    #[link_name = "fq_default_swap__extern"]
    pub fn fq_default_swap(
        op1: *mut fq_default_struct,
        op2: *mut fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_gen__extern"]
    pub fn fq_default_gen(rop: *mut fq_default_struct, ctx: *const fq_default_ctx_struct);
    #[link_name = "fq_default_get_nmod_poly__extern"]
    pub fn fq_default_get_nmod_poly(
        poly: *mut nmod_poly_struct,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_set_nmod_poly__extern"]
    pub fn fq_default_set_nmod_poly(
        op: *mut fq_default_struct,
        poly: *const nmod_poly_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_get_fmpz__extern"]
    pub fn fq_default_get_fmpz(
        z: *mut fmpz,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> libc::c_int;
    pub fn fq_default_get_fmpz_mod_poly(
        poly: *mut fmpz_mod_poly_struct,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    pub fn fq_default_set_fmpz_mod_poly(
        op: *mut fq_default_struct,
        poly: *const fmpz_mod_poly_struct,
        ctx: *const fq_default_ctx_struct,
    );
    pub fn fq_default_get_fmpz_poly(
        poly: *mut fmpz_poly_struct,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    pub fn fq_default_set_fmpz_poly(
        op: *mut fq_default_struct,
        poly: *const fmpz_poly_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_get_coeff_fmpz__extern"]
    pub fn fq_default_get_coeff_fmpz(
        c: *mut fmpz,
        op: *mut fq_default_struct,
        n: slong,
        ctx: *const fq_default_ctx_struct,
    );
    pub fn fq_default_fprint(
        file: *mut FILE,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> libc::c_int;
    pub fn fq_default_fprint_pretty(
        file: *mut FILE,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> libc::c_int;
    pub fn fq_default_print(op: *const fq_default_struct, ctx: *const fq_default_ctx_struct);
    pub fn fq_default_print_pretty(op: *const fq_default_struct, ctx: *const fq_default_ctx_struct);
    #[link_name = "fq_default_get_str__extern"]
    pub fn fq_default_get_str(
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> *mut libc::c_char;
    #[link_name = "fq_default_get_str_pretty__extern"]
    pub fn fq_default_get_str_pretty(
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    ) -> *mut libc::c_char;
    #[link_name = "fq_default_trace__extern"]
    pub fn fq_default_trace(
        rop: *mut fmpz,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_frobenius__extern"]
    pub fn fq_default_frobenius(
        rop: *mut fq_default_struct,
        op: *const fq_default_struct,
        e: slong,
        ctx: *const fq_default_ctx_struct,
    );
    #[link_name = "fq_default_norm__extern"]
    pub fn fq_default_norm(
        rop: *mut fmpz,
        op: *const fq_default_struct,
        ctx: *const fq_default_ctx_struct,
    );
}