Searched refs:BF_FTOA_JS_QUIRKS (Results 1 – 3 of 3) sorted by relevance
370 #define BF_FTOA_JS_QUIRKS (1 << 22) macro
3716 if (flags & BF_FTOA_JS_QUIRKS) in bf_ftoa_internal()3946 if (flags & BF_FTOA_JS_QUIRKS) in bf_ftoa_internal()3952 if (flags & BF_FTOA_JS_QUIRKS) in bf_ftoa_internal()
11013 str = bf_ftoa(NULL, a, radix, 0, BF_RNDZ | BF_FTOA_FORMAT_FRAC | BF_FTOA_JS_QUIRKS); in js_bigint_to_string1()11043 flags |= BF_FTOA_JS_QUIRKS; in js_ftoa()11099 str = bfdec_ftoa(NULL, a, prec, flags | BF_FTOA_JS_QUIRKS); in js_bigdecimal_to_string1()
Completed in 111 milliseconds