Home
last modified time | relevance | path

Searched refs:js_atof2 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c10157 static JSValue js_atof2(JSContext *ctx, const char *str, const char **pp, in js_atof2() function
10400 return js_atof2(ctx, str, pp, radix, flags, NULL); in js_atof()
20907 ret = js_atof2(s->ctx, (const char *)p, (const char **)&p, radix, in next_token()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c9763 static JSValue js_atof2(JSContext *ctx, const char *str, const char **pp, in js_atof2() function
10007 return js_atof2(ctx, str, pp, radix, flags, NULL); in js_atof()
20339 ret = js_atof2(s->ctx, (const char *)p, (const char **)&p, radix, in next_token()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c9765 static JSValue js_atof2(JSContext *ctx, const char *str, const char **pp, in js_atof2() function
10009 return js_atof2(ctx, str, pp, radix, flags, NULL); in js_atof()
20341 ret = js_atof2(s->ctx, (const char *)p, (const char **)&p, radix, in next_token()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c10200 static JSValue js_atof2(JSContext *ctx, const char *str, const char **pp, in js_atof2() function
10447 return js_atof2(ctx, str, pp, radix, flags, NULL); in js_atof()
20954 ret = js_atof2(s->ctx, (const char *)p, (const char **)&p, radix, in next_token()