/* Copyright 2013 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ #include "fast_log.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif /* ", ".join(["%.16ff" % x for x in [0.0]+[log2(x) for x in range(1, 256)]]) */ const double kBrotliLog2Table[BROTLI_LOG2_TABLE_SIZE] = …; #if defined(__cplusplus) || defined(c_plusplus) } /* extern "C" */ #endif