Home
last modified time | relevance | path

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

/external/libxml2/
Dtriodef.h142 # define TRIO_SUFFIX_LONG(x) x macro
164 # define TRIO_SUFFIX_LONG(x) x ## L macro
Dtrio.c1084 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E-1);
1087 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+0);
1090 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+1);
1093 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+2);
1096 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+3);
1099 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+4);
1102 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+5);
1105 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+6);
1108 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+7);
1111 result = (trio_long_double_t)number * TRIO_SUFFIX_LONG(1E+8);