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

/bionic/libc/stdlib/
H A Dstrtod.c363 Bigint { struct
364 struct Bigint *next;
369 typedef struct Bigint Bigint; typedef in typeref:struct:Bigint
371 static Bigint *freelist[Kmax+1];
381 /* Special value used to indicate an invalid Bigint value,
389 #define BIGINT_INVALID ((Bigint *)&bigint_invalid_value)
391 static const Bigint bigint_invalid_value;
399 static Bigint *
408 Bigint *r
[all...]

Completed in 270 milliseconds