MCPcopy Create free account
hub / github.com/MegEngine/MegCC / parse_double

Function parse_double

runtime/flatcc/include/flatcc/portable/pparsefp.h:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101#ifdef grisu3_parse_double_is_defined
102static inline const char *parse_double(const char *buf, size_t len, double *result)
103{
104 return grisu3_parse_double(buf, len, result);
105}
106#else
107#include <stdio.h>
108static inline const char *parse_double(const char *buf, size_t len, double *result)

Callers 1

parse_floatFunction · 0.85

Calls 1

grisu3_parse_doubleFunction · 0.85

Tested by

no test coverage detected