Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dmath_errhandling_tests.c38 volatile const FLOAT_T makemathname(zero) = (FLOAT_T) 0.0;
39 volatile const FLOAT_T makemathname(negzero) = (FLOAT_T) -0.0;
40 volatile const FLOAT_T makemathname(one) = (FLOAT_T) 1.0;
41 volatile const FLOAT_T makemathname(two) = (FLOAT_T) 2.0;
42 volatile const FLOAT_T makemathname(three) = (FLOAT_T) 3.0;
43 volatile const FLOAT_T makemathname(half) = (FLOAT_T) 0.5;
44 volatile const FLOAT_T makemathname(big) = BIG;
45 volatile const FLOAT_T makemathname(bigodd) = BIGODD;
46 volatile const FLOAT_T makemathname(bigeven) = BIGEVEN;
47 volatile const FLOAT_T makemathname(small) = SMALL;
[all …]
Dmath_errhandling.c236 #define makemathname(s) scat(s,l) macro
251 #undef makemathname
291 #define makemathname(s) s macro
306 #undef makemathname
327 #define makemathname(s) scat(s,f) macro