Searched defs:Decimal (Results 1 – 3 of 3) sorted by relevance
378 TEST(OverflowIntegerParse, Decimal) { in TEST() argument
4540 typedef struct Decimal Decimal; typedef4541 struct Decimal { struct4552 ** Release memory held by a Decimal, but do not free the object itself. argument
513 class Decimal(object): class