Searched refs:TRIO_SUFFIX_LONG (Results 1 – 3 of 3) sorted by relevance
134 # define TRIO_SUFFIX_LONG(x) x macro156 # define TRIO_SUFFIX_LONG(x) x ## L macro
142 # define TRIO_SUFFIX_LONG(x) x macro164 # define TRIO_SUFFIX_LONG(x) x ## L macro
1081 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E-1);1084 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+0);1087 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+1);1090 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+2);1093 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+3);1096 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+4);1099 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+5);1102 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+6);1105 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+7);1108 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+8);