Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dfenv.c48 typedef double test_t; typedef
56 typedef float test_t; typedef
65 volatile test_t one = 1.0;
66 volatile test_t zero = 0.0;
67 volatile test_t two = 2.0;
68 volatile test_t huge = huge_val;
69 volatile test_t tiny = tiny_val;
70 volatile test_t inf = (test_t) INFINITY;
147 report(char *expr, test_t v, int e, int exception, int oexception) in report()
168 volatile test_t v; \