Lines Matching refs:base
16 #include "src/base/ieee754.h"
21 #include "src/base/build_config.h"
22 #include "src/base/macros.h"
23 #include "src/base/overflowing-math.h"
26 namespace base {
1883 * logarithms in base e. The argument reduction and adding the final
1961 * Return the base 2 logarithm of x. See e_log.c and k_log.h for most
2023 * specific to base 2. It is strange that adding +-1 is so much
2050 * Return the base 10 logarithm of x
2724 return base::Divide(one, x);
2742 if (hy < 0) z = base::Divide(one, z); /* z = (1/|x|) */
2809 v = base::Divide(one, ax + bp[k]);
2886 r = base::Divide(z * t1, (t1 - two) - (w + z * w));
3019 } // namespace base