powl             1094 third_party/libxml/src/trio.c 	  result = powl((trio_long_double_t)number,
powl             1101 third_party/libxml/src/trio.c       return powl((trio_long_double_t)number, (trio_long_double_t)exponent);
powl             2743 third_party/libxml/src/trio.c       if ((number < 1.0E-4) || (number > powl(base,
powl             2778 third_party/libxml/src/trio.c 	  number /= powl(dblBase, (trio_long_double_t)exponent);