Searched refs:ULong (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 146 #define ULong u_int32_t macro 218 ULong ul[2]; 430 ULong x[1]; 482 copybits(ULong *c, int n, Bigint *b) in copybits() 484 ULong *ce, *x, *xe; in copybits() 507 ULong 511 ULong *x, *x0, x1, x2; in any_on() 536 ULong *x, *x1, *xe, y; in rshift() 563 typedef union { double d; ULong L[2]; } U; 566 ULtod(ULong *L, ULong *bits, Long exp, int k) in ULtod() [all …]
|