Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulse/
Djson.c200 unsigned int fraction_digits = 0; in parse_number() local
247 fraction_digits++; in parse_number()
294 …(negative ? -1.0 : 1.0) * (integer + (double) fraction / pow(10, fraction_digits)) * pow(10, expon… in parse_number()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-number-prototype.c750 … ecma_value_t fraction_digits) /**< routine's argument */ in ecma_builtin_number_prototype_object_to_exponential() argument
756 fraction_digits, in ecma_builtin_number_prototype_object_to_exponential()
782 if (ecma_is_value_undefined (fraction_digits)) in ecma_builtin_number_prototype_object_to_exponential()