Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c427 Bigint { struct
428 struct Bigint *next; argument
433 typedef struct Bigint Bigint; argument
455 gethex(CONST char **, CONST FPI *, Long *, Bigint **, int, locale_t);
458 static Bigint *freelist[Kmax+1];
476 #define BIGINT_INVALID ((Bigint *)&bigint_invalid_value)
478 static const Bigint bigint_invalid_value;
482 copybits(ULong *c, int n, Bigint *b) in copybits()
508 any_on(Bigint *b, int k) in any_on()
534 rshift(Bigint *b, int k) in rshift()
[all …]