Searched refs:z_memory (Results 1 – 1 of 1) sorted by relevance
1084 void *z_memory; in scale10_round_decimal_decoded() local1186 z_memory = multiply (m, pow5, &z); in scale10_round_decimal_decoded()1191 z_memory = divide (m, pow5, &z); in scale10_round_decimal_decoded()1222 z_memory = divide (numerator, denominator, &z); in scale10_round_decimal_decoded()1270 z_memory = divide (numerator, pow5, &z); in scale10_round_decimal_decoded()1279 if (z_memory == NULL) in scale10_round_decimal_decoded()1282 free (z_memory); in scale10_round_decimal_decoded()