Home
last modified time | relevance | path

Searched refs:BF_FTOA_JS_QUIRKS (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.h370 #define BF_FTOA_JS_QUIRKS (1 << 22) macro
A Dlibbf.c3716 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()
A Dquickjs.c11013 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