Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dtest-number.cc152 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
168 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
184 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
200 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
216 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == 123); in main()
232 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == -123); in main()
248 assert ((int) roundf (strtod_rl (str, &pend) * 1000.) == -123); in main()
Dhb-number-parser.hh123 strtod_rl (const char *buf, char **end_ptr) in strtod_rl() function
Dhb-number.cc144 return strtod_rl (p, end); in hb_parse_double()
Dhb-number-parser.rl96 strtod_rl (const char *buf, char **end_ptr)