Searched refs:makemathname (Results 1 – 2 of 2) sorted by relevance
38 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 …]
236 #define makemathname(s) scat(s,l) macro251 #undef makemathname291 #define makemathname(s) s macro306 #undef makemathname327 #define makemathname(s) scat(s,f) macro