Searched refs:data (Results 1 – 7 of 7) sorted by relevance
72 data = line.split() variable73 val_width = data[1]102 data = line.split() variable103 val = data[1]104 pos = data[2]105 z, z_width = data[3].split(':')107 a, a_width = data[4].split(':')
203 find_ulps (const char *name, const struct ulp_data *data, size_t nmemb) in find_ulps() argument205 const struct ulp_data *entry = bsearch (name, data, nmemb, sizeof (*data), in find_ulps()
49 /* finite uses the same test data as isfinite. */
49 /* gamma uses the same test data as lgamma. */
100 /* ldexp uses the same test data as scalbn. */
188 /* drem uses the same test data as remainder. */
77 data to the "ULPs" file. As final step run "gen-libm-test.py" with the
Completed in 8 milliseconds