Home
last modified time | relevance | path

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

/stdlib/
A Dtst-strtod.c154 const char input2[] = "+1.000000000116415321826934814453125"; in do_test() local
155 if (strtold (input2, NULL) != +1.000000000116415321826934814453125L) in do_test()
157 printf ("input2: %La != %La\n", strtold (input2, NULL), in do_test()

Completed in 4 milliseconds