Searched refs:TRIO_SUFFIX_LONG (Results 1 – 6 of 6) sorted by relevance
134 # define TRIO_SUFFIX_LONG(x) x macro156 # define TRIO_SUFFIX_LONG(x) x ## L macro
136 # define TRIO_SUFFIX_LONG(x) x macro158 # define TRIO_SUFFIX_LONG(x) x ## L macro
1064 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E-1);1067 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+0);1070 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+1);1073 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+2);1076 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+3);1079 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+4);1082 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+5);1085 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+6);1088 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+7);1091 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+8);