commit 65e99d982967103048deeca8511f754fb5aaef1e
parent 610675b9bf50c3d02af9b98bea89cc116b005740
Author: Steven Atkinson <[email protected]>
Date: Sat, 4 Feb 2023 20:05:58 -0800
Apply LLVM style to codebase (#56)
* Apply LLVM style
* Additions to formatter script, got the template project too
* Revert "Additions to formatter script, got the template project too"
This reverts commit 19f1b604c8fb76eb59d331ca9baeb18278e40d77.
* Revert "Apply LLVM style"
This reverts commit f0a7a25d84b23c26b085bc9607d400848b85fa93.
* Apply LLVM style, add a formatting helper script
Diffstat:
34 files changed, 11362 insertions(+), 2871 deletions(-)
diff --git a/NeuralAmpModeler/Colors.h b/NeuralAmpModeler/Colors.h
@@ -12,61 +12,63 @@
#include "IGraphicsStructs.h"
namespace PluginColors {
- // COLORS!
- const iplug::igraphics::IColor OFF_WHITE(255, 243, 246, 249); // Material UI because Heidi said so
+// COLORS!
+const iplug::igraphics::IColor
+ OFF_WHITE(255, 243, 246, 249); // Material UI because Heidi said so
- // From group photo
- //const iplug::igraphics::IColor NAM_5(255, 206, 194, 224); // Languid Lavendar
- //const iplug::igraphics::IColor NAM_4(255, 30, 30, 39); // Raisin Black
- //const iplug::igraphics::IColor NAM_3(255, 48, 43, 96); // Space Cadet
- //const iplug::igraphics::IColor NAM_2(255, 3, 2, 1); // Black
- //const iplug::igraphics::IColor NAM_1(255, 18, 15, 18); // Smoky Black
+// From group photo
+// const iplug::igraphics::IColor NAM_5(255, 206, 194, 224); // Languid
+// Lavendar const iplug::igraphics::IColor NAM_4(255, 30, 30, 39); // Raisin
+// Black const iplug::igraphics::IColor NAM_3(255, 48, 43, 96); // Space Cadet
+// const iplug::igraphics::IColor NAM_2(255, 3, 2, 1); // Black
+// const iplug::igraphics::IColor NAM_1(255, 18, 15, 18); // Smoky Black
- // Blue palette "Microsoft"
- //const iplug::igraphics::IColor NAM_1(255, 13, 27, 42); // Black Fogra 29
- //const iplug::igraphics::IColor NAM_2(255, 27, 38, 59); // Oxford Blue
- //const iplug::igraphics::IColor NAM_3(255, 65, 90, 119); // Bedazzled Blue
- //const iplug::igraphics::IColor NAM_4(255, 119, 141, 169); // Shadow Blue
- //const iplug::igraphics::IColor NAM_5(224, 225, 221, 224); // Platinum
+// Blue palette "Microsoft"
+// const iplug::igraphics::IColor NAM_1(255, 13, 27, 42); // Black Fogra 29
+// const iplug::igraphics::IColor NAM_2(255, 27, 38, 59); // Oxford Blue
+// const iplug::igraphics::IColor NAM_3(255, 65, 90, 119); // Bedazzled Blue
+// const iplug::igraphics::IColor NAM_4(255, 119, 141, 169); // Shadow Blue
+// const iplug::igraphics::IColor NAM_5(224, 225, 221, 224); // Platinum
- // Dark theme
- //const iplug::igraphics::IColor NAM_1(255, 26, 20, 35); // Xiketic
- //const iplug::igraphics::IColor NAM_2(255, 55, 37, 73); // Dark Purple
- //const iplug::igraphics::IColor NAM_3(255, 119, 76, 96); // Twilight Lavendar
- //const iplug::igraphics::IColor NAM_4(255, 183, 93, 105); // Popstar
- //const iplug::igraphics::IColor NAM_5(224, 234, 205, 194); // Unbleached Silk
+// Dark theme
+// const iplug::igraphics::IColor NAM_1(255, 26, 20, 35); // Xiketic
+// const iplug::igraphics::IColor NAM_2(255, 55, 37, 73); // Dark Purple
+// const iplug::igraphics::IColor NAM_3(255, 119, 76, 96); // Twilight Lavendar
+// const iplug::igraphics::IColor NAM_4(255, 183, 93, 105); // Popstar
+// const iplug::igraphics::IColor NAM_5(224, 234, 205, 194); // Unbleached Silk
- //const iplug::igraphics::IColor MOUSEOVER = NAM_5.WithOpacity(0.3);
+// const iplug::igraphics::IColor MOUSEOVER = NAM_5.WithOpacity(0.3);
- // My 3 colors (purple)
- //const iplug::igraphics::IColor NAM_1(255, 18, 17, 19); // Smoky Black
- //const iplug::igraphics::IColor NAM_2(255, 115, 93, 120); // Old Lavendar
- //const iplug::igraphics::IColor NAM_3(255, 189, 185, 196); // Lavendar Gray
- // Alts
- //const iplug::igraphics::IColor NAM_2(255, 34, 39, 37); // Charleston Green
- //const iplug::igraphics::IColor NAM_2(255, 114, 161, 229); // Little Boy Blue
- //const iplug::igraphics::IColor NAM_3(255, 247, 247, 242); // Baby Powder
- //const iplug::igraphics::IColor NAM_3(255, 230, 220, 249); // Pale Purple Pantone
- //const iplug::igraphics::IColor NAM_3(255, 218, 203, 246); // Lavender Blue
+// My 3 colors (purple)
+// const iplug::igraphics::IColor NAM_1(255, 18, 17, 19); // Smoky Black
+// const iplug::igraphics::IColor NAM_2(255, 115, 93, 120); // Old Lavendar
+// const iplug::igraphics::IColor NAM_3(255, 189, 185, 196); // Lavendar Gray
+// Alts
+// const iplug::igraphics::IColor NAM_2(255, 34, 39, 37); // Charleston Green
+// const iplug::igraphics::IColor NAM_2(255, 114, 161, 229); // Little Boy Blue
+// const iplug::igraphics::IColor NAM_3(255, 247, 247, 242); // Baby Powder
+// const iplug::igraphics::IColor NAM_3(255, 230, 220, 249); // Pale Purple
+// Pantone const iplug::igraphics::IColor NAM_3(255, 218, 203, 246); //
+// Lavender Blue
- //Blue mode
- const iplug::igraphics::IColor NAM_1(255, 29, 26, 31); // Raisin Black
- const iplug::igraphics::IColor NAM_2(255, 80, 133, 232); // Azure
- const iplug::igraphics::IColor NAM_3(255, 162, 178, 191); // Cadet Blue Crayola
- // Alts
- //const iplug::igraphics::IColor NAM_1(255, 18, 17, 19); // Smoky Black
- //const iplug::igraphics::IColor NAM_2(255, 126, 188, 230); // Camel
- //const iplug::igraphics::IColor NAM_2(255, 152, 202, 235); // Pale Cerulean
- //const iplug::igraphics::IColor NAM_2(255, 46, 116, 163); // French Blue
- //const iplug::igraphics::IColor NAM_2(255, 80, 171, 232); // Blue Jeans
- //const iplug::igraphics::IColor NAM_3(255, 189, 185, 196); // Aero
- //const iplug::igraphics::IColor NAM_3(255, 221, 237, 248); // Alice Blue
- //const iplug::igraphics::IColor NAM_3(255, 207, 220, 229); // Beau Blue
- //const iplug::igraphics::IColor NAM_3(255, 187, 199, 208); // Silver Sand
+// Blue mode
+const iplug::igraphics::IColor NAM_1(255, 29, 26, 31); // Raisin Black
+const iplug::igraphics::IColor NAM_2(255, 80, 133, 232); // Azure
+const iplug::igraphics::IColor NAM_3(255, 162, 178, 191); // Cadet Blue Crayola
+// Alts
+// const iplug::igraphics::IColor NAM_1(255, 18, 17, 19); // Smoky Black
+// const iplug::igraphics::IColor NAM_2(255, 126, 188, 230); // Camel
+// const iplug::igraphics::IColor NAM_2(255, 152, 202, 235); // Pale Cerulean
+// const iplug::igraphics::IColor NAM_2(255, 46, 116, 163); // French Blue
+// const iplug::igraphics::IColor NAM_2(255, 80, 171, 232); // Blue Jeans
+// const iplug::igraphics::IColor NAM_3(255, 189, 185, 196); // Aero
+// const iplug::igraphics::IColor NAM_3(255, 221, 237, 248); // Alice Blue
+// const iplug::igraphics::IColor NAM_3(255, 207, 220, 229); // Beau Blue
+// const iplug::igraphics::IColor NAM_3(255, 187, 199, 208); // Silver Sand
- // Misc
- const iplug::igraphics::IColor MOUSEOVER = NAM_3.WithOpacity(0.3);
- const iplug::igraphics::IColor HELP_TEXT = iplug::igraphics::COLOR_WHITE;
-};
+// Misc
+const iplug::igraphics::IColor MOUSEOVER = NAM_3.WithOpacity(0.3);
+const iplug::igraphics::IColor HELP_TEXT = iplug::igraphics::COLOR_WHITE;
+}; // namespace PluginColors
#endif /* Colors_h */
diff --git a/NeuralAmpModeler/NeuralAmpModeler.cpp b/NeuralAmpModeler/NeuralAmpModeler.cpp
@@ -1,27 +1,28 @@
-#include <algorithm> // std::clamp
+#include <algorithm> // std::clamp
+#include <cmath>
#include <filesystem>
#include <iostream>
#include <utility>
-#include <cmath>
+#include "Colors.h"
+#include "IControls.h"
+// clang-format off
+// These includes need to happen in this order or else the latter won't know
+// a bunch of stuff.
#include "NeuralAmpModeler.h"
#include "IPlug_include_in_plug_src.h"
-#include "IControls.h"
-#include "Colors.h"
+// clang-format on
using namespace iplug;
using namespace igraphics;
-class IRolloverSVGButtonControl : public ISVGButtonControl
-{
+class IRolloverSVGButtonControl : public ISVGButtonControl {
public:
- IRolloverSVGButtonControl(const IRECT& bounds, IActionFunction af, const ISVG& svg)
- : ISVGButtonControl(bounds, af, svg, svg)
- {
- }
-
- void Draw(IGraphics& g) override
- {
+ IRolloverSVGButtonControl(const IRECT &bounds, IActionFunction af,
+ const ISVG &svg)
+ : ISVGButtonControl(bounds, af, svg, svg) {}
+
+ void Draw(IGraphics &g) override {
if (mMouseIsOver)
g.FillRect(PluginColors::MOUSEOVER, mRECT);
@@ -29,16 +30,13 @@ public:
}
};
-class IRolloverCircleSVGButtonControl : public ISVGButtonControl
-{
+class IRolloverCircleSVGButtonControl : public ISVGButtonControl {
public:
- IRolloverCircleSVGButtonControl(const IRECT& bounds, IActionFunction af, const ISVG& svg)
- : ISVGButtonControl(bounds, af, svg, svg)
- {
- }
-
- void Draw(IGraphics& g) override
- {
+ IRolloverCircleSVGButtonControl(const IRECT &bounds, IActionFunction af,
+ const ISVG &svg)
+ : ISVGButtonControl(bounds, af, svg, svg) {}
+
+ void Draw(IGraphics &g) override {
if (mMouseIsOver)
g.FillEllipse(PluginColors::MOUSEOVER, mRECT);
@@ -46,83 +44,66 @@ public:
}
};
-class IVUpdateableLabelControl : public IVLabelControl
-{
+class IVUpdateableLabelControl : public IVLabelControl {
public:
- IVUpdateableLabelControl(const IRECT& bounds, const char* str, const IVStyle& style)
- : IVLabelControl(bounds, str, style)
- {
- }
-
- void OnMsgFromDelegate(int msgTag, int dataSize, const void* pData)
- {
- SetStr(reinterpret_cast<const char*>(pData));
+ IVUpdateableLabelControl(const IRECT &bounds, const char *str,
+ const IVStyle &style)
+ : IVLabelControl(bounds, str, style) {}
+
+ void OnMsgFromDelegate(int msgTag, int dataSize, const void *pData) {
+ SetStr(reinterpret_cast<const char *>(pData));
}
};
-
// Styles
const IVColorSpec activeColorSpec{
- DEFAULT_BGCOLOR, // Background
- PluginColors::NAM_1, // Foreground
+ DEFAULT_BGCOLOR, // Background
+ PluginColors::NAM_1, // Foreground
PluginColors::NAM_2.WithOpacity(0.4f), // Pressed
- PluginColors::NAM_3, // Frame
- PluginColors::MOUSEOVER, // Highlight
- DEFAULT_SHCOLOR, // Shadow
- PluginColors::NAM_2, // Extra 1
- COLOR_RED, // Extra 2
- DEFAULT_X3COLOR // Extra 3
+ PluginColors::NAM_3, // Frame
+ PluginColors::MOUSEOVER, // Highlight
+ DEFAULT_SHCOLOR, // Shadow
+ PluginColors::NAM_2, // Extra 1
+ COLOR_RED, // Extra 2
+ DEFAULT_X3COLOR // Extra 3
};
const IVColorSpec inactiveColorSpec{
- DEFAULT_BGCOLOR, // Background
- PluginColors::NAM_1,//.WithOpacity(0.5f), // Foreground
- PluginColors::NAM_1, // Pressed
- PluginColors::NAM_3.WithOpacity(0.5f), // Frame
- PluginColors::NAM_1, // Highlight
- DEFAULT_SHCOLOR.WithOpacity(0.5f), // Shadow
- PluginColors::NAM_2.WithOpacity(0.5f), // Extra 1
- COLOR_RED.WithOpacity(0.5f), // Extra 2
- DEFAULT_X3COLOR.WithOpacity(0.5f) // Extra 3
-};
-const IVStyle style = IVStyle{
- true, // Show label
- true, // Show value
- activeColorSpec,
- {DEFAULT_TEXT_SIZE + 5.f, EVAlign::Middle, PluginColors::NAM_3}, // Knob label text
- {DEFAULT_TEXT_SIZE + 5.f, EVAlign::Bottom, PluginColors::NAM_3}, // Knob value text
- DEFAULT_HIDE_CURSOR,
- DEFAULT_DRAW_FRAME,
- false,
- DEFAULT_EMBOSS,
- 0.2f,
- 2.f,
- DEFAULT_SHADOW_OFFSET,
- DEFAULT_WIDGET_FRAC,
-DEFAULT_WIDGET_ANGLE
+ DEFAULT_BGCOLOR, // Background
+ PluginColors::NAM_1, //.WithOpacity(0.5f), // Foreground
+ PluginColors::NAM_1, // Pressed
+ PluginColors::NAM_3.WithOpacity(0.5f), // Frame
+ PluginColors::NAM_1, // Highlight
+ DEFAULT_SHCOLOR.WithOpacity(0.5f), // Shadow
+ PluginColors::NAM_2.WithOpacity(0.5f), // Extra 1
+ COLOR_RED.WithOpacity(0.5f), // Extra 2
+ DEFAULT_X3COLOR.WithOpacity(0.5f) // Extra 3
};
+const IVStyle style = IVStyle{true, // Show label
+ true, // Show value
+ activeColorSpec,
+ {DEFAULT_TEXT_SIZE + 5.f, EVAlign::Middle,
+ PluginColors::NAM_3}, // Knob label text
+ {DEFAULT_TEXT_SIZE + 5.f, EVAlign::Bottom,
+ PluginColors::NAM_3}, // Knob value text
+ DEFAULT_HIDE_CURSOR,
+ DEFAULT_DRAW_FRAME,
+ false,
+ DEFAULT_EMBOSS,
+ 0.2f,
+ 2.f,
+ DEFAULT_SHADOW_OFFSET,
+ DEFAULT_WIDGET_FRAC,
+ DEFAULT_WIDGET_ANGLE};
const IVStyle styleInactive = style.WithColors(inactiveColorSpec);
-NeuralAmpModeler::NeuralAmpModeler(const InstanceInfo& info)
-: Plugin(info, MakeConfig(kNumParams, kNumPresets)),
- mInputPointers(nullptr),
- mOutputPointers(nullptr),
- mNAM(nullptr),
- mIR(nullptr),
- mStagedNAM(nullptr),
- mStagedIR(nullptr),
- mFlagRemoveNAM(false),
- mFlagRemoveIR(false),
- mDefaultNAMString("Select model..."),
- mDefaultIRString("Select IR..."),
- mToneBass(),
- mToneMid(),
- mToneTreble(),
- mNAMPath(),
- mNAMLegacyPath(),
- mIRPath(),
- mInputSender(),
- mOutputSender()
-{
+NeuralAmpModeler::NeuralAmpModeler(const InstanceInfo &info)
+ : Plugin(info, MakeConfig(kNumParams, kNumPresets)),
+ mInputPointers(nullptr), mOutputPointers(nullptr), mNAM(nullptr),
+ mIR(nullptr), mStagedNAM(nullptr), mStagedIR(nullptr),
+ mFlagRemoveNAM(false), mFlagRemoveIR(false),
+ mDefaultNAMString("Select model..."), mDefaultIRString("Select IR..."),
+ mToneBass(), mToneMid(), mToneTreble(), mNAMPath(), mNAMLegacyPath(),
+ mIRPath(), mInputSender(), mOutputSender() {
GetParam(kInputLevel)->InitGain("Input", 0.0, -20.0, 20.0, 0.1);
GetParam(kToneBass)->InitDouble("Bass", 5.0, 0.0, 10.0, 0.1);
GetParam(kToneMid)->InitDouble("Middle", 5.0, 0.0, 10.0, 0.1);
@@ -130,19 +111,20 @@ NeuralAmpModeler::NeuralAmpModeler(const InstanceInfo& info)
GetParam(kOutputLevel)->InitGain("Output", 0.0, -40.0, 40.0, 0.1);
GetParam(kEQActive)->InitBool("ToneStack", false);
-// try {
-// this->mDSP = get_hard_dsp();
-// }
-// catch (std::exception& e) {
-// std::cerr << "Failed to read hard coded DSP" << std::endl;
-// std::cerr << e.what() << std::endl;
-// }
-
+ // try {
+ // this->mDSP = get_hard_dsp();
+ // }
+ // catch (std::exception& e) {
+ // std::cerr << "Failed to read hard coded DSP" << std::endl;
+ // std::cerr << e.what() << std::endl;
+ // }
+
mMakeGraphicsFunc = [&]() {
- return MakeGraphics(*this, PLUG_WIDTH, PLUG_HEIGHT, PLUG_FPS, GetScaleForScreen(PLUG_WIDTH, PLUG_HEIGHT));
+ return MakeGraphics(*this, PLUG_WIDTH, PLUG_HEIGHT, PLUG_FPS,
+ GetScaleForScreen(PLUG_WIDTH, PLUG_HEIGHT));
};
-
- mLayoutFunc = [&](IGraphics* pGraphics) {
+
+ mLayoutFunc = [&](IGraphics *pGraphics) {
pGraphics->AttachCornerResizer(EUIResizerMode::Scale, false);
pGraphics->AttachPanelBackground(COLOR_BLACK);
pGraphics->EnableMouseOver(true);
@@ -156,69 +138,97 @@ NeuralAmpModeler::NeuralAmpModeler(const InstanceInfo& info)
const auto content = mainArea.GetPadded(-10);
const float titleHeight = 50.0f;
const auto titleLabel = content.GetFromTop(titleHeight);
-
+
// Areas for knobs
const float knobHalfPad = 10.0f;
const float knobPad = 2.0f * knobHalfPad;
const float knobHalfHeight = 70.0f;
const float knobHeight = 2.0f * knobHalfHeight;
- const auto knobs = content.GetFromTop(knobHeight).GetReducedFromLeft(knobPad).GetReducedFromRight(knobPad).GetTranslated(0.0f, titleHeight);
- const IRECT inputKnobArea = knobs.GetGridCell(0, kInputLevel, 1, numKnobs).GetPadded(-10);
- const IRECT bassKnobArea = knobs.GetGridCell(0, kToneBass, 1, numKnobs).GetPadded(-10);
- const IRECT middleKnobArea = knobs.GetGridCell(0, kToneMid, 1, numKnobs).GetPadded(-10);
- const IRECT trebleKnobArea = knobs.GetGridCell(0, kToneTreble, 1, numKnobs).GetPadded(-10);
- const IRECT outputKnobArea = knobs.GetGridCell(0, kOutputLevel, 1, numKnobs).GetPadded(-10);
+ const auto knobs = content.GetFromTop(knobHeight)
+ .GetReducedFromLeft(knobPad)
+ .GetReducedFromRight(knobPad)
+ .GetTranslated(0.0f, titleHeight);
+ const IRECT inputKnobArea =
+ knobs.GetGridCell(0, kInputLevel, 1, numKnobs).GetPadded(-10);
+ const IRECT bassKnobArea =
+ knobs.GetGridCell(0, kToneBass, 1, numKnobs).GetPadded(-10);
+ const IRECT middleKnobArea =
+ knobs.GetGridCell(0, kToneMid, 1, numKnobs).GetPadded(-10);
+ const IRECT trebleKnobArea =
+ knobs.GetGridCell(0, kToneTreble, 1, numKnobs).GetPadded(-10);
+ const IRECT outputKnobArea =
+ knobs.GetGridCell(0, kOutputLevel, 1, numKnobs).GetPadded(-10);
// Area for EQ toggle
const float eqAreaHeight = 40.0f;
const float eqAreaHalfWidth = 60.0f;
- const IRECT eqToggleArea = knobs.GetFromBottom(eqAreaHeight).GetTranslated(0.0f, eqAreaHeight).GetMidHPadded(eqAreaHalfWidth);
-
+ const IRECT eqToggleArea = knobs.GetFromBottom(eqAreaHeight)
+ .GetTranslated(0.0f, eqAreaHeight)
+ .GetMidHPadded(eqAreaHalfWidth);
+
// Areas for model and IR
const float fileWidth = 250.0f;
const float fileHeight = 30.0f;
const float fileSpace = 10.0f;
- const IRECT modelArea = content.GetFromBottom(2.0f * fileHeight + fileSpace).GetFromTop(fileHeight).GetMidHPadded(fileWidth);
- const IRECT irArea = content.GetFromBottom(fileHeight).GetMidHPadded(fileWidth);
-
+ const IRECT modelArea = content.GetFromBottom(2.0f * fileHeight + fileSpace)
+ .GetFromTop(fileHeight)
+ .GetMidHPadded(fileWidth);
+ const IRECT irArea =
+ content.GetFromBottom(fileHeight).GetMidHPadded(fileWidth);
+
// Areas for meters
const float meterHalfHeight = 0.5f * 250.0f;
- const IRECT inputMeterArea = inputKnobArea.GetFromLeft(knobHalfPad).GetMidHPadded(knobHalfPad).GetMidVPadded(meterHalfHeight).GetTranslated(-knobPad, 0.0f);
- const IRECT outputMeterArea = outputKnobArea.GetFromRight(knobHalfPad).GetMidHPadded(knobHalfPad).GetMidVPadded(meterHalfHeight).GetTranslated(knobPad, 0.0f);
-
- //auto tolexPNG = pGraphics->LoadBitmap(TOLEX_FN);
- //pGraphics->AttachControl(new IBitmapControl(pGraphics->GetBounds(), tolexPNG, kNoParameter))->SetBlend(IBlend(EBlend::Default, 0.5));
- // The background inside the outermost border
- pGraphics->AttachControl(new IVPanelControl(mainArea, "", style.WithColor(kFG, PluginColors::NAM_1))); // .WithContrast(-0.75)
- pGraphics->AttachControl(new IVLabelControl(titleLabel, "Neural Amp Modeler", style
- .WithDrawFrame(false)
- .WithValueText({30, EAlign::Center, PluginColors::NAM_3})));
+ const IRECT inputMeterArea = inputKnobArea.GetFromLeft(knobHalfPad)
+ .GetMidHPadded(knobHalfPad)
+ .GetMidVPadded(meterHalfHeight)
+ .GetTranslated(-knobPad, 0.0f);
+ const IRECT outputMeterArea = outputKnobArea.GetFromRight(knobHalfPad)
+ .GetMidHPadded(knobHalfPad)
+ .GetMidVPadded(meterHalfHeight)
+ .GetTranslated(knobPad, 0.0f);
+
+ // auto tolexPNG = pGraphics->LoadBitmap(TOLEX_FN);
+ // pGraphics->AttachControl(new IBitmapControl(pGraphics->GetBounds(),
+ // tolexPNG, kNoParameter))->SetBlend(IBlend(EBlend::Default, 0.5));
+ // The background inside the outermost border
+ pGraphics->AttachControl(new IVPanelControl(
+ mainArea, "",
+ style.WithColor(kFG, PluginColors::NAM_1))); // .WithContrast(-0.75)
+ pGraphics->AttachControl(
+ new IVLabelControl(titleLabel, "Neural Amp Modeler",
+ style.WithDrawFrame(false).WithValueText(
+ {30, EAlign::Center, PluginColors::NAM_3})));
// Model loader button
- auto loadNAM = [&, pGraphics](IControl* pCaller) {
+ auto loadNAM = [&, pGraphics](IControl *pCaller) {
WDL_String filename;
WDL_String path(this->mNAMPath.remove_filepart());
pGraphics->PromptForFile(filename, path);
if (filename.GetLength()) {
- // Sets mNAMPath and mStagedNAM
- bool success = this->_GetNAM(filename);
- // TODO error messages like the IR loader.
- if (!success)
- pGraphics->ShowMessageBox("Failed to load NAM model. If the model is an old \"directory-style\" model, it can be converted using the utility at https://github.com/sdatkinson/nam-model-utility", "Failed to load model!", kMB_OK);
+ // Sets mNAMPath and mStagedNAM
+ bool success = this->_GetNAM(filename);
+ // TODO error messages like the IR loader.
+ if (!success)
+ pGraphics->ShowMessageBox(
+ "Failed to load NAM model. If the model is an old "
+ "\"directory-style\" model, it can be converted using the "
+ "utility at https://github.com/sdatkinson/nam-model-utility",
+ "Failed to load model!", kMB_OK);
}
};
#if defined OS_MAC
// Legacy directory-based loader.
- auto loadNAMLegacy = [&, pGraphics](IControl* pCaller) {
+ auto loadNAMLegacy = [&, pGraphics](IControl *pCaller) {
WDL_String dir;
- pGraphics->PromptForDirectory(dir, [&](const WDL_String& fileName, const WDL_String& path){
- if (path.GetLength())
- _GetNAMLegacy(path);
- });
+ pGraphics->PromptForDirectory(
+ dir, [&](const WDL_String &fileName, const WDL_String &path) {
+ if (path.GetLength())
+ _GetNAMLegacy(path);
+ });
};
#endif
// IR loader button
- auto loadIR = [&, pGraphics](IControl* pCaller) {
+ auto loadIR = [&, pGraphics](IControl *pCaller) {
WDL_String fileName;
WDL_String path(this->mIRPath.remove_filepart());
pGraphics->PromptForFile(fileName, path);
@@ -226,269 +236,345 @@ NeuralAmpModeler::NeuralAmpModeler(const InstanceInfo& info)
this->mIRPath = fileName;
const dsp::wav::LoadReturnCode retCode = this->_GetIR(fileName);
if (retCode != dsp::wav::LoadReturnCode::SUCCESS) {
- std::stringstream message;
- message << "Failed to load IR file " << fileName.Get() << ":\n";
- switch (retCode) {
- case (dsp::wav::LoadReturnCode::ERROR_OPENING):
- message << "Failed to open file (is it being used by another program?)";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_NOT_RIFF):
- message << "File is not a WAV file.";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_NOT_WAVE):
- message << "File is not a WAV file.";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_MISSING_FMT):
- message << "File is missing expected format chunk.";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_INVALID_FILE):
- message << "WAV file contents are invalid.";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_IEEE_FLOAT):
- message << "Unsupported file format \"IEEE float\"";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_ALAW):
- message << "Unsupported file format \"A-law\"";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_MULAW):
- message << "Unsupported file format \"mu-law\"";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_EXTENSIBLE):
- message << "Unsupported file format \"extensible\"";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_NOT_MONO):
- message << "File is not mono.";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_BITS_PER_SAMPLE):
- message << "Unsupported bits per sample";
- break;
- case (dsp::wav::LoadReturnCode::ERROR_OTHER):
- message << "???";
- break;
- default:
- message << "???";
- break;
- }
- pGraphics->ShowMessageBox(message.str().c_str(), "Failed to load IR!", kMB_OK);
+ std::stringstream message;
+ message << "Failed to load IR file " << fileName.Get() << ":\n";
+ switch (retCode) {
+ case (dsp::wav::LoadReturnCode::ERROR_OPENING):
+ message
+ << "Failed to open file (is it being used by another program?)";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_NOT_RIFF):
+ message << "File is not a WAV file.";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_NOT_WAVE):
+ message << "File is not a WAV file.";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_MISSING_FMT):
+ message << "File is missing expected format chunk.";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_INVALID_FILE):
+ message << "WAV file contents are invalid.";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_IEEE_FLOAT):
+ message << "Unsupported file format \"IEEE float\"";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_ALAW):
+ message << "Unsupported file format \"A-law\"";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_MULAW):
+ message << "Unsupported file format \"mu-law\"";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_EXTENSIBLE):
+ message << "Unsupported file format \"extensible\"";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_NOT_MONO):
+ message << "File is not mono.";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_BITS_PER_SAMPLE):
+ message << "Unsupported bits per sample";
+ break;
+ case (dsp::wav::LoadReturnCode::ERROR_OTHER):
+ message << "???";
+ break;
+ default:
+ message << "???";
+ break;
+ }
+ pGraphics->ShowMessageBox(message.str().c_str(), "Failed to load IR!",
+ kMB_OK);
}
}
};
// Model-clearing function
- auto ClearNAM = [&, pGraphics](IControl* pCaller) {
+ auto ClearNAM = [&, pGraphics](IControl *pCaller) {
this->mFlagRemoveNAM = true;
};
// IR-clearing function
- auto ClearIR = [&, pGraphics](IControl* pCaller) {
+ auto ClearIR = [&, pGraphics](IControl *pCaller) {
this->mFlagRemoveIR = true;
};
-
+
// Graphics objects for what NAM is loaded
- const float iconWidth = fileHeight; // Square icon
- pGraphics->AttachControl(new IVPanelControl(modelArea, "", style.WithColor(kFG, PluginColors::NAM_1)));
- pGraphics->AttachControl(new IRolloverSVGButtonControl(modelArea.GetFromLeft(iconWidth).GetPadded(-2.f), loadNAM, fileSVG));
+ const float iconWidth = fileHeight; // Square icon
+ pGraphics->AttachControl(new IVPanelControl(
+ modelArea, "", style.WithColor(kFG, PluginColors::NAM_1)));
+ pGraphics->AttachControl(new IRolloverSVGButtonControl(
+ modelArea.GetFromLeft(iconWidth).GetPadded(-2.f), loadNAM, fileSVG));
#if defined OS_MAC
- // Extra button for legacy model loading since Sandboxing prevent the Windows way of doing it.
- pGraphics->AttachControl(new IRolloverSVGButtonControl(modelArea.GetFromLeft(iconWidth).GetTranslated(iconWidth, 0.0f).GetPadded(-2.f), loadNAMLegacy, folderSVG));
+ // Extra button for legacy model loading since Sandboxing prevent the
+ // Windows way of doing it.
+ pGraphics->AttachControl(
+ new IRolloverSVGButtonControl(modelArea.GetFromLeft(iconWidth)
+ .GetTranslated(iconWidth, 0.0f)
+ .GetPadded(-2.f),
+ loadNAMLegacy, folderSVG));
#endif
- pGraphics->AttachControl(new IRolloverSVGButtonControl(modelArea.GetFromRight(iconWidth).GetPadded(-2.f), ClearNAM, closeButtonSVG));
- pGraphics->AttachControl(new IVUpdateableLabelControl(modelArea.GetReducedFromLeft(iconWidth).GetReducedFromRight(iconWidth), this->mDefaultNAMString.Get(), style.WithDrawFrame(false).WithValueText(style.valueText.WithVAlign(EVAlign::Middle))), kCtrlTagModelName);
+ pGraphics->AttachControl(new IRolloverSVGButtonControl(
+ modelArea.GetFromRight(iconWidth).GetPadded(-2.f), ClearNAM,
+ closeButtonSVG));
+ pGraphics->AttachControl(
+ new IVUpdateableLabelControl(
+ modelArea.GetReducedFromLeft(iconWidth).GetReducedFromRight(
+ iconWidth),
+ this->mDefaultNAMString.Get(),
+ style.WithDrawFrame(false).WithValueText(
+ style.valueText.WithVAlign(EVAlign::Middle))),
+ kCtrlTagModelName);
// IR
- pGraphics->AttachControl(new IVPanelControl(irArea, "", style.WithColor(kFG, PluginColors::NAM_1)));
- pGraphics->AttachControl(new IRolloverSVGButtonControl(irArea.GetFromLeft(iconWidth).GetPadded(-2.f), loadIR, fileSVG));
- pGraphics->AttachControl(new IRolloverSVGButtonControl(irArea.GetFromRight(iconWidth).GetPadded(-2.f), ClearIR, closeButtonSVG));
- pGraphics->AttachControl(new IVUpdateableLabelControl(irArea.GetReducedFromLeft(iconWidth).GetReducedFromRight(iconWidth), this->mDefaultIRString.Get(), style.WithDrawFrame(false).WithValueText(style.valueText.WithVAlign(EVAlign::Middle))), kCtrlTagIRName);
+ pGraphics->AttachControl(new IVPanelControl(
+ irArea, "", style.WithColor(kFG, PluginColors::NAM_1)));
+ pGraphics->AttachControl(new IRolloverSVGButtonControl(
+ irArea.GetFromLeft(iconWidth).GetPadded(-2.f), loadIR, fileSVG));
+ pGraphics->AttachControl(new IRolloverSVGButtonControl(
+ irArea.GetFromRight(iconWidth).GetPadded(-2.f), ClearIR,
+ closeButtonSVG));
+ pGraphics->AttachControl(
+ new IVUpdateableLabelControl(
+ irArea.GetReducedFromLeft(iconWidth).GetReducedFromRight(iconWidth),
+ this->mDefaultIRString.Get(),
+ style.WithDrawFrame(false).WithValueText(
+ style.valueText.WithVAlign(EVAlign::Middle))),
+ kCtrlTagIRName);
// Tone stack toggle
- IVSlideSwitchControl* toneStackSlider = new IVSlideSwitchControl(
- eqToggleArea,
- kEQActive,
- "EQ",
- style,
- true, // valueInButton
- EDirection::Horizontal
- );
+ IVSlideSwitchControl *toneStackSlider =
+ new IVSlideSwitchControl(eqToggleArea, kEQActive, "EQ", style,
+ true, // valueInButton
+ EDirection::Horizontal);
pGraphics->AttachControl(toneStackSlider);
-
+
// The knobs
- pGraphics->AttachControl(new IVKnobControl(inputKnobArea, kInputLevel, "", style));
+ pGraphics->AttachControl(
+ new IVKnobControl(inputKnobArea, kInputLevel, "", style));
const bool toneStackIsActive = this->GetParam(kEQActive)->Value();
- const IVStyle toneStackInitialStyle = toneStackIsActive ? style : styleInactive;
- IVKnobControl* bassControl = new IVKnobControl(bassKnobArea, kToneBass, "", toneStackInitialStyle);
- IVKnobControl* middleControl = new IVKnobControl(middleKnobArea, kToneMid, "", toneStackInitialStyle);
- IVKnobControl* trebleControl = new IVKnobControl(trebleKnobArea, kToneTreble, "", toneStackInitialStyle);
+ const IVStyle toneStackInitialStyle =
+ toneStackIsActive ? style : styleInactive;
+ IVKnobControl *bassControl =
+ new IVKnobControl(bassKnobArea, kToneBass, "", toneStackInitialStyle);
+ IVKnobControl *middleControl =
+ new IVKnobControl(middleKnobArea, kToneMid, "", toneStackInitialStyle);
+ IVKnobControl *trebleControl = new IVKnobControl(
+ trebleKnobArea, kToneTreble, "", toneStackInitialStyle);
pGraphics->AttachControl(bassControl);
pGraphics->AttachControl(middleControl);
pGraphics->AttachControl(trebleControl);
- pGraphics->AttachControl(new IVKnobControl(outputKnobArea, kOutputLevel, "", style));
-
- // Extend the slider action function to set the style of the knobs
- auto setKnobStyles = [&, pGraphics, bassControl, middleControl, trebleControl](IControl* pCaller) {
- const bool toneStackActive = pCaller->GetValue() > 0;
- const IVStyle toneStackStyle = toneStackActive ? style : styleInactive;
- bassControl->SetStyle(toneStackStyle);
- middleControl->SetStyle(toneStackStyle);
- trebleControl->SetStyle(toneStackStyle);
-
- bassControl->SetDirty(false);
- middleControl->SetDirty(false);
- trebleControl->SetDirty(false);
+ pGraphics->AttachControl(
+ new IVKnobControl(outputKnobArea, kOutputLevel, "", style));
+
+ // Extend the slider action function to set the style of the knobs
+ auto setKnobStyles = [&, pGraphics, bassControl, middleControl,
+ trebleControl](IControl *pCaller) {
+ const bool toneStackActive = pCaller->GetValue() > 0;
+ const IVStyle toneStackStyle = toneStackActive ? style : styleInactive;
+ bassControl->SetStyle(toneStackStyle);
+ middleControl->SetStyle(toneStackStyle);
+ trebleControl->SetStyle(toneStackStyle);
+
+ bassControl->SetDirty(false);
+ middleControl->SetDirty(false);
+ trebleControl->SetDirty(false);
};
auto defaultToneStackSliderAction = toneStackSlider->GetActionFunction();
- auto toneStackAction = [defaultToneStackSliderAction, setKnobStyles](IControl* pCaller) {
- defaultToneStackSliderAction(pCaller);
- setKnobStyles(pCaller);
+ auto toneStackAction = [defaultToneStackSliderAction,
+ setKnobStyles](IControl *pCaller) {
+ defaultToneStackSliderAction(pCaller);
+ setKnobStyles(pCaller);
};
toneStackSlider->SetActionFunction(toneStackAction);
// The meters
const float meterMin = -60.0f;
const float meterMax = -0.01f;
- pGraphics->AttachControl(new IVPeakAvgMeterControl(inputMeterArea, "", style.WithWidgetFrac(0.5)
- .WithShowValue(false)
- .WithColor(kFG, PluginColors::NAM_2), EDirection::Vertical, {}, 0, meterMin, meterMax, {}), kCtrlTagInputMeter)
- ->As<IVPeakAvgMeterControl<>>()->SetPeakSize(2.0f);
- pGraphics->AttachControl(new IVPeakAvgMeterControl(outputMeterArea, "", style.WithWidgetFrac(0.5)
- .WithShowValue(false)
- .WithColor(kFG, PluginColors::NAM_2), EDirection::Vertical, {}, 0, meterMin, meterMax, {}), kCtrlTagOutputMeter)
- ->As<IVPeakAvgMeterControl<>>()->SetPeakSize(2.0f);
-
-// Help/about box
- pGraphics->AttachControl(new IRolloverCircleSVGButtonControl(mainArea.GetFromTRHC(50, 50).GetCentredInside(20, 20), [pGraphics](IControl* pCaller){
- pGraphics->GetControlWithTag(kCtrlTagAboutBox)->As<IAboutBoxControl>()->HideAnimated(false);
- }, helpSVG));
-
- pGraphics->AttachControl(new IAboutBoxControl(b,
- COLOR_GRAY,
- // AttachFunc
- [](IContainerBase* pParent, const IRECT& r) {
- pParent->AddChildControl(new IPanelControl(IRECT(), IPattern::CreateLinearGradient(r, EDirection::Vertical, { {PluginColors::NAM_3, 0.f}, {PluginColors::NAM_1, 1.f} })));
-
- pParent->AddChildControl(new IVPanelControl(IRECT(), "", style.WithColor(kFR, PluginColors::NAM_3.WithOpacity(0.1f)).WithColor(kFG, PluginColors::NAM_1.WithOpacity(0.1f))));
-
- pParent->AddChildControl(new IVLabelControl(IRECT(), "Neural Amp Modeler", style
- .WithDrawFrame(false)
- .WithValueText({30, EAlign::Center, PluginColors::HELP_TEXT})));
-
- WDL_String versionStr {"Version "};
- versionStr.Append(PLUG_VERSION_STR);
- pParent->AddChildControl(new IVLabelControl(IRECT(), versionStr.Get(), style
- .WithDrawFrame(false)
- .WithValueText({DEFAULT_TEXT_SIZE, EAlign::Center, PluginColors::HELP_TEXT })));
- pParent->AddChildControl(new IVLabelControl(IRECT(), "By Steven Atkinson", style
- .WithDrawFrame(false)
- .WithValueText({DEFAULT_TEXT_SIZE, EAlign::Center, PluginColors::HELP_TEXT})));
- pParent->AddChildControl(new IURLControl(IRECT(),
- "Train your own model",
- "https://github.com/sdatkinson/neural-amp-modeler", {DEFAULT_TEXT_SIZE, PluginColors::HELP_TEXT }));
-
- },
- // ResizeFunc
- [](IContainerBase* pParent, const IRECT& r) {
- const IRECT mainArea = r.GetPadded(-20);
- const auto content = mainArea.GetPadded(-10);
- const auto titleLabel = content.GetFromTop(50);
- pParent->GetChild(0)->SetTargetAndDrawRECTs(r);
- pParent->GetChild(1)->SetTargetAndDrawRECTs(mainArea);
- pParent->GetChild(2)->SetTargetAndDrawRECTs(titleLabel);
- pParent->GetChild(3)->SetTargetAndDrawRECTs(titleLabel.GetVShifted(titleLabel.H()));
- pParent->GetChild(4)->SetTargetAndDrawRECTs(titleLabel.GetVShifted(titleLabel.H() + 20));
- pParent->GetChild(5)->SetTargetAndDrawRECTs(titleLabel.GetVShifted(titleLabel.H() + 40));
- },
- // Animation Time
- 0)
- , kCtrlTagAboutBox)->Hide(true);
+ pGraphics
+ ->AttachControl(
+ new IVPeakAvgMeterControl(
+ inputMeterArea, "",
+ style.WithWidgetFrac(0.5).WithShowValue(false).WithColor(
+ kFG, PluginColors::NAM_2),
+ EDirection::Vertical, {}, 0, meterMin, meterMax, {}),
+ kCtrlTagInputMeter)
+ ->As<IVPeakAvgMeterControl<>>()
+ ->SetPeakSize(2.0f);
+ pGraphics
+ ->AttachControl(
+ new IVPeakAvgMeterControl(
+ outputMeterArea, "",
+ style.WithWidgetFrac(0.5).WithShowValue(false).WithColor(
+ kFG, PluginColors::NAM_2),
+ EDirection::Vertical, {}, 0, meterMin, meterMax, {}),
+ kCtrlTagOutputMeter)
+ ->As<IVPeakAvgMeterControl<>>()
+ ->SetPeakSize(2.0f);
+
+ // Help/about box
+ pGraphics->AttachControl(new IRolloverCircleSVGButtonControl(
+ mainArea.GetFromTRHC(50, 50).GetCentredInside(20, 20),
+ [pGraphics](IControl *pCaller) {
+ pGraphics->GetControlWithTag(kCtrlTagAboutBox)
+ ->As<IAboutBoxControl>()
+ ->HideAnimated(false);
+ },
+ helpSVG));
+
+ pGraphics
+ ->AttachControl(
+ new IAboutBoxControl(
+ b, COLOR_GRAY,
+ // AttachFunc
+ [](IContainerBase *pParent, const IRECT &r) {
+ pParent->AddChildControl(new IPanelControl(
+ IRECT(), IPattern::CreateLinearGradient(
+ r, EDirection::Vertical,
+ {{PluginColors::NAM_3, 0.f},
+ {PluginColors::NAM_1, 1.f}})));
+
+ pParent->AddChildControl(new IVPanelControl(
+ IRECT(), "",
+ style
+ .WithColor(kFR, PluginColors::NAM_3.WithOpacity(0.1f))
+ .WithColor(kFG,
+ PluginColors::NAM_1.WithOpacity(0.1f))));
+
+ pParent->AddChildControl(new IVLabelControl(
+ IRECT(), "Neural Amp Modeler",
+ style.WithDrawFrame(false).WithValueText(
+ {30, EAlign::Center, PluginColors::HELP_TEXT})));
+
+ WDL_String versionStr{"Version "};
+ versionStr.Append(PLUG_VERSION_STR);
+ pParent->AddChildControl(new IVLabelControl(
+ IRECT(), versionStr.Get(),
+ style.WithDrawFrame(false).WithValueText(
+ {DEFAULT_TEXT_SIZE, EAlign::Center,
+ PluginColors::HELP_TEXT})));
+ pParent->AddChildControl(new IVLabelControl(
+ IRECT(), "By Steven Atkinson",
+ style.WithDrawFrame(false).WithValueText(
+ {DEFAULT_TEXT_SIZE, EAlign::Center,
+ PluginColors::HELP_TEXT})));
+ pParent->AddChildControl(new IURLControl(
+ IRECT(), "Train your own model",
+ "https://github.com/sdatkinson/neural-amp-modeler",
+ {DEFAULT_TEXT_SIZE, PluginColors::HELP_TEXT}));
+ },
+ // ResizeFunc
+ [](IContainerBase *pParent, const IRECT &r) {
+ const IRECT mainArea = r.GetPadded(-20);
+ const auto content = mainArea.GetPadded(-10);
+ const auto titleLabel = content.GetFromTop(50);
+ pParent->GetChild(0)->SetTargetAndDrawRECTs(r);
+ pParent->GetChild(1)->SetTargetAndDrawRECTs(mainArea);
+ pParent->GetChild(2)->SetTargetAndDrawRECTs(titleLabel);
+ pParent->GetChild(3)->SetTargetAndDrawRECTs(
+ titleLabel.GetVShifted(titleLabel.H()));
+ pParent->GetChild(4)->SetTargetAndDrawRECTs(
+ titleLabel.GetVShifted(titleLabel.H() + 20));
+ pParent->GetChild(5)->SetTargetAndDrawRECTs(
+ titleLabel.GetVShifted(titleLabel.H() + 40));
+ },
+ // Animation Time
+ 0),
+ kCtrlTagAboutBox)
+ ->Hide(true);
};
}
-NeuralAmpModeler::~NeuralAmpModeler()
-{
- this->_DeallocateIOPointers();
-}
+NeuralAmpModeler::~NeuralAmpModeler() { this->_DeallocateIOPointers(); }
-void NeuralAmpModeler::ProcessBlock(iplug::sample** inputs, iplug::sample** outputs, int nFrames)
-{
- const size_t numChannelsExternalIn = (size_t) this->NInChansConnected();
- const size_t numChannelsExternalOut = (size_t) this->NOutChansConnected();
+void NeuralAmpModeler::ProcessBlock(iplug::sample **inputs,
+ iplug::sample **outputs, int nFrames) {
+ const size_t numChannelsExternalIn = (size_t)this->NInChansConnected();
+ const size_t numChannelsExternalOut = (size_t)this->NOutChansConnected();
const size_t numChannelsInternal = this->mNUM_INTERNAL_CHANNELS;
const size_t numFrames = (size_t)nFrames;
this->_PrepareBuffers(numChannelsInternal, numFrames);
// Input is collapsed to mono in preparation for the NAM.
- this->_ProcessInput(inputs, numFrames, numChannelsExternalIn, numChannelsInternal);
+ this->_ProcessInput(inputs, numFrames, numChannelsExternalIn,
+ numChannelsInternal);
this->_ApplyDSPStaging();
const bool toneStackActive = this->GetParam(kEQActive)->Value();
- if (mNAM != nullptr)
- {
+ if (mNAM != nullptr) {
// TODO remove input / output gains from here.
const double inputGain = 1.0;
const double outputGain = 1.0;
- const int nChans = (int) numChannelsInternal;
- mNAM->process(this->mInputPointers, this->mOutputPointers, nChans, nFrames, inputGain, outputGain, mNAMParams);
+ const int nChans = (int)numChannelsInternal;
+ mNAM->process(this->mInputPointers, this->mOutputPointers, nChans, nFrames,
+ inputGain, outputGain, mNAMParams);
mNAM->finalize_(nFrames);
- }
- else {
+ } else {
this->_FallbackDSP(nFrames);
}
-
- sample** toneStackOutPointers = this->mOutputPointers;
+
+ sample **toneStackOutPointers = this->mOutputPointers;
if (toneStackActive) {
- // Tone stack
- const double sampleRate = this->GetSampleRate();
- // Translate params from knob 0-10 to dB.
- // Tuned ranges based on my ear. E.g. seems treble doesn't need nearly as
- // much swing as bass can use.
- const double bassGainDB = 4.0 * (this->GetParam(kToneBass)->Value() - 5.0); // +/- 20
- const double midGainDB = 3.0 * (this->GetParam(kToneMid)->Value() - 5.0); // +/- 15
- const double trebleGainDB = 2.0 * (this->GetParam(kToneTreble)->Value() - 5.0); // +/- 10
-
- const double bassFrequency = 150.0;
- const double midFrequency = 425.0;
- const double trebleFrequency = 1800.0;
- const double bassQuality = 0.707;
- // Wider EQ on mid bump up to sound less honky.
- const double midQuality = midGainDB < 0.0 ? 1.5 : 0.7;
- const double trebleQuality = 0.707;
-
-
- // Define filter parameters
- recursive_linear_filter::BiquadParams bassParams(sampleRate, bassFrequency, bassQuality, bassGainDB);
- recursive_linear_filter::BiquadParams midParams(sampleRate, midFrequency, midQuality, midGainDB);
- recursive_linear_filter::BiquadParams trebleParams(sampleRate, trebleFrequency, trebleQuality, trebleGainDB);
- // Apply tone stack
- // Set parameters
- this->mToneBass.SetParams(bassParams);
- this->mToneMid.SetParams(midParams);
- this->mToneTreble.SetParams(trebleParams);
- sample** bassPointers = this->mToneBass.Process(this->mOutputPointers, numChannelsInternal, numFrames);
- sample** midPointers = this->mToneMid.Process(bassPointers, numChannelsInternal, numFrames);
- sample** treblePointers = this->mToneTreble.Process(midPointers, numChannelsInternal, numFrames);
- toneStackOutPointers = treblePointers;
+ // Tone stack
+ const double sampleRate = this->GetSampleRate();
+ // Translate params from knob 0-10 to dB.
+ // Tuned ranges based on my ear. E.g. seems treble doesn't need nearly as
+ // much swing as bass can use.
+ const double bassGainDB =
+ 4.0 * (this->GetParam(kToneBass)->Value() - 5.0); // +/- 20
+ const double midGainDB =
+ 3.0 * (this->GetParam(kToneMid)->Value() - 5.0); // +/- 15
+ const double trebleGainDB =
+ 2.0 * (this->GetParam(kToneTreble)->Value() - 5.0); // +/- 10
+
+ const double bassFrequency = 150.0;
+ const double midFrequency = 425.0;
+ const double trebleFrequency = 1800.0;
+ const double bassQuality = 0.707;
+ // Wider EQ on mid bump up to sound less honky.
+ const double midQuality = midGainDB < 0.0 ? 1.5 : 0.7;
+ const double trebleQuality = 0.707;
+
+ // Define filter parameters
+ recursive_linear_filter::BiquadParams bassParams(sampleRate, bassFrequency,
+ bassQuality, bassGainDB);
+ recursive_linear_filter::BiquadParams midParams(sampleRate, midFrequency,
+ midQuality, midGainDB);
+ recursive_linear_filter::BiquadParams trebleParams(
+ sampleRate, trebleFrequency, trebleQuality, trebleGainDB);
+ // Apply tone stack
+ // Set parameters
+ this->mToneBass.SetParams(bassParams);
+ this->mToneMid.SetParams(midParams);
+ this->mToneTreble.SetParams(trebleParams);
+ sample **bassPointers = this->mToneBass.Process(
+ this->mOutputPointers, numChannelsInternal, numFrames);
+ sample **midPointers =
+ this->mToneMid.Process(bassPointers, numChannelsInternal, numFrames);
+ sample **treblePointers =
+ this->mToneTreble.Process(midPointers, numChannelsInternal, numFrames);
+ toneStackOutPointers = treblePointers;
}
-
- sample** irPointers = toneStackOutPointers;
+
+ sample **irPointers = toneStackOutPointers;
if (this->mIR != nullptr)
- irPointers = this->mIR->Process(toneStackOutPointers, numChannelsInternal, numFrames);
-
+ irPointers = this->mIR->Process(toneStackOutPointers, numChannelsInternal,
+ numFrames);
+
// Let's get outta here
// This is where we exit mono for whatever the output requires.
- this->_ProcessOutput(irPointers, outputs, numFrames, numChannelsInternal, numChannelsExternalOut);
+ this->_ProcessOutput(irPointers, outputs, numFrames, numChannelsInternal,
+ numChannelsExternalOut);
// * Output of input leveling (inputs -> mInputPointers),
// * Output of output leveling (mOutputPointers -> outputs)
- this->_UpdateMeters(this->mInputPointers, outputs, numFrames, numChannelsInternal, numChannelsExternalOut);
+ this->_UpdateMeters(this->mInputPointers, outputs, numFrames,
+ numChannelsInternal, numChannelsExternalOut);
}
-bool NeuralAmpModeler::SerializeState(IByteChunk& chunk) const
-{
- // Model directory (don't serialize the model itself; we'll just load it again when we unserialize)
+bool NeuralAmpModeler::SerializeState(IByteChunk &chunk) const {
+ // Model directory (don't serialize the model itself; we'll just load it again
+ // when we unserialize)
chunk.PutStr(this->mNAMPath.Get());
chunk.PutStr(this->mNAMLegacyPath.Get());
chunk.PutStr(this->mIRPath.Get());
return SerializeParams(chunk);
}
-int NeuralAmpModeler::UnserializeState(const IByteChunk& chunk, int startPos)
-{
+int NeuralAmpModeler::UnserializeState(const IByteChunk &chunk, int startPos) {
WDL_String dir;
startPos = chunk.GetStr(this->mNAMPath, startPos);
startPos = chunk.GetStr(this->mNAMLegacyPath, startPos);
@@ -505,8 +591,7 @@ int NeuralAmpModeler::UnserializeState(const IByteChunk& chunk, int startPos)
return retcode;
}
-void NeuralAmpModeler::OnUIOpen()
-{
+void NeuralAmpModeler::OnUIOpen() {
Plugin::OnUIOpen();
if (this->mNAMLegacyPath.GetLength())
this->_SetModelMsg(this->mNAMLegacyPath);
@@ -518,25 +603,24 @@ void NeuralAmpModeler::OnUIOpen()
// Private methods ============================================================
-void NeuralAmpModeler::_AllocateIOPointers(const size_t nChans)
-{
+void NeuralAmpModeler::_AllocateIOPointers(const size_t nChans) {
if (this->mInputPointers != nullptr)
- throw std::runtime_error("Tried to re-allocate mInputPointers without freeing");
- this->mInputPointers = new sample*[nChans];
+ throw std::runtime_error(
+ "Tried to re-allocate mInputPointers without freeing");
+ this->mInputPointers = new sample *[nChans];
if (this->mInputPointers == nullptr)
throw std::runtime_error("Failed to allocate pointer to input buffer!\n");
if (this->mOutputPointers != nullptr)
- throw std::runtime_error("Tried to re-allocate mOutputPointers without freeing");
- this->mOutputPointers = new sample*[nChans];
+ throw std::runtime_error(
+ "Tried to re-allocate mOutputPointers without freeing");
+ this->mOutputPointers = new sample *[nChans];
if (this->mOutputPointers == nullptr)
throw std::runtime_error("Failed to allocate pointer to output buffer!\n");
}
-void NeuralAmpModeler::_ApplyDSPStaging()
-{
+void NeuralAmpModeler::_ApplyDSPStaging() {
// Move things from staged to live
- if (this->mStagedNAM != nullptr)
- {
+ if (this->mStagedNAM != nullptr) {
// Move from staged to active DSP
this->mNAM = std::move(this->mStagedNAM);
this->mStagedNAM = nullptr;
@@ -561,8 +645,7 @@ void NeuralAmpModeler::_ApplyDSPStaging()
}
}
-void NeuralAmpModeler::_DeallocateIOPointers()
-{
+void NeuralAmpModeler::_DeallocateIOPointers() {
if (this->mInputPointers != nullptr) {
delete[] this->mInputPointers;
this->mInputPointers = nullptr;
@@ -574,19 +657,18 @@ void NeuralAmpModeler::_DeallocateIOPointers()
this->mOutputPointers = nullptr;
}
if (this->mOutputPointers != nullptr)
- throw std::runtime_error("Failed to deallocate pointer to output buffer!\n");
+ throw std::runtime_error(
+ "Failed to deallocate pointer to output buffer!\n");
}
-void NeuralAmpModeler::_FallbackDSP(const int nFrames)
-{
+void NeuralAmpModeler::_FallbackDSP(const int nFrames) {
const size_t nChans = this->mNUM_INTERNAL_CHANNELS;
- for (auto c=0; c<nChans; c++)
- for (auto s=0; s<nFrames; s++)
+ for (auto c = 0; c < nChans; c++)
+ for (auto s = 0; s < nFrames; s++)
this->mOutputArray[c][s] = this->mInputArray[c][s];
}
-bool NeuralAmpModeler::_GetNAM(const WDL_String& modelPath)
-{
+bool NeuralAmpModeler::_GetNAM(const WDL_String &modelPath) {
WDL_String previousNAMPath = this->mNAMPath;
WDL_String previousNAMLegacyPath = this->mNAMLegacyPath;
try {
@@ -595,11 +677,11 @@ bool NeuralAmpModeler::_GetNAM(const WDL_String& modelPath)
this->_SetModelMsg(modelPath);
this->mNAMPath = modelPath;
this->mNAMLegacyPath.Set("");
- }
- catch (std::exception& e) {
+ } catch (std::exception &e) {
std::stringstream ss;
ss << "FAILED to load model";
- SendControlMsgFromDelegate(kCtrlTagModelName, 0, int(strlen(ss.str().c_str())), ss.str().c_str());
+ SendControlMsgFromDelegate(kCtrlTagModelName, 0,
+ int(strlen(ss.str().c_str())), ss.str().c_str());
if (this->mStagedNAM != nullptr) {
this->mStagedNAM = nullptr;
}
@@ -612,8 +694,7 @@ bool NeuralAmpModeler::_GetNAM(const WDL_String& modelPath)
return true;
}
-bool NeuralAmpModeler::_GetNAMLegacy(const WDL_String& modelDir)
-{
+bool NeuralAmpModeler::_GetNAMLegacy(const WDL_String &modelDir) {
WDL_String previousNAMLegacyPath = this->mNAMLegacyPath;
WDL_String previousNAMPath = this->mNAMPath;
try {
@@ -622,11 +703,11 @@ bool NeuralAmpModeler::_GetNAMLegacy(const WDL_String& modelDir)
this->_SetModelMsg(modelDir);
this->mNAMLegacyPath = modelDir;
this->mNAMPath.Set("");
- }
- catch (std::exception& e) {
+ } catch (std::exception &e) {
std::stringstream ss;
ss << "FAILED to load legacy model";
- SendControlMsgFromDelegate(kCtrlTagModelName, 0, int(strlen(ss.str().c_str())), ss.str().c_str());
+ SendControlMsgFromDelegate(kCtrlTagModelName, 0,
+ int(strlen(ss.str().c_str())), ss.str().c_str());
if (mStagedNAM != nullptr) {
mStagedNAM = nullptr;
}
@@ -639,84 +720,83 @@ bool NeuralAmpModeler::_GetNAMLegacy(const WDL_String& modelDir)
return true;
}
-dsp::wav::LoadReturnCode NeuralAmpModeler::_GetIR(const WDL_String& irPath)
-{
+dsp::wav::LoadReturnCode NeuralAmpModeler::_GetIR(const WDL_String &irPath) {
// FIXME it'd be better for the path to be "staged" as well. Just in case the
// path and the model got caught on opposite sides of the fence...
WDL_String previousIRPath = this->mIRPath;
const double sampleRate = this->GetSampleRate();
dsp::wav::LoadReturnCode wavState = dsp::wav::LoadReturnCode::ERROR_OTHER;
try {
- this->mStagedIR = std::make_unique<dsp::ImpulseResponse>(irPath, sampleRate);
+ this->mStagedIR =
+ std::make_unique<dsp::ImpulseResponse>(irPath, sampleRate);
wavState = this->mStagedIR->GetWavState();
- }
- catch (std::exception& e) {
+ } catch (std::exception &e) {
wavState = dsp::wav::LoadReturnCode::ERROR_OTHER;
- std::cerr << "Caught unhandled exception while attempting to load IR:" << std::endl;
+ std::cerr << "Caught unhandled exception while attempting to load IR:"
+ << std::endl;
std::cerr << e.what() << std::endl;
}
if (wavState == dsp::wav::LoadReturnCode::SUCCESS) {
- this->_SetIRMsg(irPath);
- this->mIRPath = irPath;
- }
- else {
- if (this->mStagedIR != nullptr) {
- this->mStagedIR = nullptr;
- }
- this->mIRPath = previousIRPath;
- std::stringstream ss;
- ss << "FAILED to load IR";
- SendControlMsgFromDelegate(kCtrlTagIRName, 0, int(strlen(ss.str().c_str())), ss.str().c_str());
+ this->_SetIRMsg(irPath);
+ this->mIRPath = irPath;
+ } else {
+ if (this->mStagedIR != nullptr) {
+ this->mStagedIR = nullptr;
+ }
+ this->mIRPath = previousIRPath;
+ std::stringstream ss;
+ ss << "FAILED to load IR";
+ SendControlMsgFromDelegate(kCtrlTagIRName, 0, int(strlen(ss.str().c_str())),
+ ss.str().c_str());
}
return wavState;
}
-size_t NeuralAmpModeler::_GetBufferNumChannels() const
-{
+size_t NeuralAmpModeler::_GetBufferNumChannels() const {
// Assumes input=output (no mono->stereo effects)
return this->mInputArray.size();
}
-size_t NeuralAmpModeler::_GetBufferNumFrames() const
-{
+size_t NeuralAmpModeler::_GetBufferNumFrames() const {
if (this->_GetBufferNumChannels() == 0)
return 0;
return this->mInputArray[0].size();
}
-void NeuralAmpModeler::_PrepareBuffers(const size_t numChannels, const size_t numFrames)
-{
+void NeuralAmpModeler::_PrepareBuffers(const size_t numChannels,
+ const size_t numFrames) {
const bool updateChannels = numChannels != this->_GetBufferNumChannels();
- const bool updateFrames = updateChannels || (this->_GetBufferNumFrames() != numFrames);
-// if (!updateChannels && !updateFrames) // Could we do this?
-// return;
-
+ const bool updateFrames =
+ updateChannels || (this->_GetBufferNumFrames() != numFrames);
+ // if (!updateChannels && !updateFrames) // Could we do this?
+ // return;
+
if (updateChannels) {
this->_PrepareIOPointers(numChannels);
this->mInputArray.resize(numChannels);
this->mOutputArray.resize(numChannels);
}
if (updateFrames) {
- for (auto c=0; c<this->mInputArray.size(); c++) {
+ for (auto c = 0; c < this->mInputArray.size(); c++) {
this->mInputArray[c].resize(numFrames);
std::fill(this->mInputArray[c].begin(), this->mInputArray[c].end(), 0.0);
}
- for (auto c=0; c<this->mOutputArray.size(); c++) {
+ for (auto c = 0; c < this->mOutputArray.size(); c++) {
this->mOutputArray[c].resize(numFrames);
- std::fill(this->mOutputArray[c].begin(), this->mOutputArray[c].end(), 0.0);
+ std::fill(this->mOutputArray[c].begin(), this->mOutputArray[c].end(),
+ 0.0);
}
}
// Would these ever get changed by something?
- for (auto c=0; c<this->mInputArray.size(); c++)
+ for (auto c = 0; c < this->mInputArray.size(); c++)
this->mInputPointers[c] = this->mInputArray[c].data();
- for (auto c=0; c<this->mOutputArray.size(); c++)
+ for (auto c = 0; c < this->mOutputArray.size(); c++)
this->mOutputPointers[c] = this->mOutputArray[c].data();
}
-void NeuralAmpModeler::_PrepareIOPointers(const size_t numChannels)
-{
+void NeuralAmpModeler::_PrepareIOPointers(const size_t numChannels) {
this->_DeallocateIOPointers();
this->_AllocateIOPointers(numChannels);
}
@@ -724,88 +804,80 @@ void NeuralAmpModeler::_PrepareIOPointers(const size_t numChannels)
void NeuralAmpModeler::_ProcessInput(iplug::sample **inputs,
const size_t nFrames,
const size_t nChansIn,
- const size_t nChansOut)
-{
+ const size_t nChansOut) {
// Assume _PrepareBuffers() was already called
const double gain = pow(10.0, GetParam(kInputLevel)->Value() / 20.0);
- if (nChansOut <= nChansIn) // Many->few: Drop additional channels
- for (size_t c=0; c<nChansOut; c++)
- for (size_t s=0; s<nFrames; s++)
+ if (nChansOut <= nChansIn) // Many->few: Drop additional channels
+ for (size_t c = 0; c < nChansOut; c++)
+ for (size_t s = 0; s < nFrames; s++)
this->mInputArray[c][s] = gain * inputs[c][s];
else {
// Something is wrong--this is a mono plugin. How could there be fewer
// incoming channels?
- throw std::runtime_error("Unexpected input processing--sees fewer than 1 incoming channel?");
+ throw std::runtime_error(
+ "Unexpected input processing--sees fewer than 1 incoming channel?");
}
}
-void NeuralAmpModeler::_ProcessOutput(iplug::sample** inputs,
+void NeuralAmpModeler::_ProcessOutput(iplug::sample **inputs,
iplug::sample **outputs,
const size_t nFrames,
const size_t nChansIn,
- const size_t nChansOut)
-{
+ const size_t nChansOut) {
const double gain = pow(10.0, GetParam(kOutputLevel)->Value() / 20.0);
// Assume _PrepareBuffers() was already called
if (nChansIn != 1)
throw std::runtime_error("Plugin is supposed to process in mono.");
// Broadcast the internal mono stream to all output channels.
const size_t cin = 0;
- for (auto cout=0; cout<nChansOut; cout++)
- for (auto s=0; s<nFrames; s++)
+ for (auto cout = 0; cout < nChansOut; cout++)
+ for (auto s = 0; s < nFrames; s++)
outputs[cout][s] = std::clamp(gain * inputs[cin][s], -1.0, 1.0);
}
-void NeuralAmpModeler::_SetModelMsg(const WDL_String& modelPath)
-{
+void NeuralAmpModeler::_SetModelMsg(const WDL_String &modelPath) {
auto dspPath = std::filesystem::path(modelPath.Get());
std::stringstream ss;
ss << "Loaded ";
if (dspPath.has_filename())
- ss << dspPath.filename().stem(); // /path/to/model.nam -> "model"
+ ss << dspPath.filename().stem(); // /path/to/model.nam -> "model"
else
ss << dspPath.parent_path().filename(); // /path/to/model/ -> "model"
- SendControlMsgFromDelegate(kCtrlTagModelName, 0, int(strlen(ss.str().c_str())), ss.str().c_str());
+ SendControlMsgFromDelegate(kCtrlTagModelName, 0,
+ int(strlen(ss.str().c_str())), ss.str().c_str());
}
-void NeuralAmpModeler::_SetIRMsg(const WDL_String& irPath)
-{
- this->mIRPath = irPath; // This might already be done elsewhere...need to dedup.
+void NeuralAmpModeler::_SetIRMsg(const WDL_String &irPath) {
+ this->mIRPath =
+ irPath; // This might already be done elsewhere...need to dedup.
auto dspPath = std::filesystem::path(irPath.Get());
std::stringstream ss;
ss << "Loaded " << dspPath.filename().stem();
- SendControlMsgFromDelegate(kCtrlTagIRName, 0, int(strlen(ss.str().c_str())), ss.str().c_str());
+ SendControlMsgFromDelegate(kCtrlTagIRName, 0, int(strlen(ss.str().c_str())),
+ ss.str().c_str());
}
-void NeuralAmpModeler::_UnsetModelMsg()
-{
+void NeuralAmpModeler::_UnsetModelMsg() {
this->_UnsetMsg(kCtrlTagModelName, this->mDefaultNAMString);
}
-void NeuralAmpModeler::_UnsetIRMsg()
-{
+void NeuralAmpModeler::_UnsetIRMsg() {
this->_UnsetMsg(kCtrlTagIRName, this->mDefaultIRString);
}
-void NeuralAmpModeler::_UnsetMsg(const int tag, const WDL_String &msg)
-{
+void NeuralAmpModeler::_UnsetMsg(const int tag, const WDL_String &msg) {
SendControlMsgFromDelegate(tag, 0, int(strlen(msg.Get())), msg.Get());
}
-void NeuralAmpModeler::_UpdateMeters(sample** inputPointer,
- sample** outputPointer,
+void NeuralAmpModeler::_UpdateMeters(sample **inputPointer,
+ sample **outputPointer,
const size_t nFrames,
const size_t nChansIn,
- const size_t nChansOut)
-{
+ const size_t nChansOut) {
// Right now, we didn't specify MAXNC when we initialized these, so it's 1.
const int nChansHack = 1;
- this->mInputSender.ProcessBlock(inputPointer,
- (int) nFrames,
- kCtrlTagInputMeter,
- nChansHack);
- this->mOutputSender.ProcessBlock(outputPointer,
- (int) nFrames,
- kCtrlTagOutputMeter,
- nChansHack);
+ this->mInputSender.ProcessBlock(inputPointer, (int)nFrames,
+ kCtrlTagInputMeter, nChansHack);
+ this->mOutputSender.ProcessBlock(outputPointer, (int)nFrames,
+ kCtrlTagOutputMeter, nChansHack);
}
diff --git a/NeuralAmpModeler/NeuralAmpModeler.h b/NeuralAmpModeler/NeuralAmpModeler.h
@@ -1,10 +1,10 @@
#pragma once
#include "choc_DisableAllWarnings.h"
-#include "dsp.h"
#include "choc_ReenableAllWarnings.h"
-#include "dsp/RecursiveLinearFilter.h"
+#include "dsp.h"
#include "dsp/ImpulseResponse.h"
+#include "dsp/RecursiveLinearFilter.h"
#include "IPlug_include_in_plug_hdr.h"
@@ -14,8 +14,7 @@
const int kNumPresets = 1;
-enum EParams
-{
+enum EParams {
kInputLevel = 0,
kToneBass,
kToneMid,
@@ -27,8 +26,7 @@ enum EParams
const int numKnobs = 5;
-enum ECtrlTags
-{
+enum ECtrlTags {
kCtrlTagModelName = 0,
kCtrlTagIRName,
kCtrlTagInputMeter,
@@ -37,13 +35,13 @@ enum ECtrlTags
kNumCtrlTags
};
-class NeuralAmpModeler final : public iplug::Plugin
-{
+class NeuralAmpModeler final : public iplug::Plugin {
public:
- NeuralAmpModeler(const iplug::InstanceInfo& info);
+ NeuralAmpModeler(const iplug::InstanceInfo &info);
~NeuralAmpModeler();
- void ProcessBlock(iplug::sample** inputs, iplug::sample** outputs, int nFrames) override;
+ void ProcessBlock(iplug::sample **inputs, iplug::sample **outputs,
+ int nFrames) override;
void OnReset() override {
const auto sampleRate = this->GetSampleRate();
this->mInputSender.Reset(sampleRate);
@@ -53,11 +51,11 @@ public:
this->mInputSender.TransmitData(*this);
this->mOutputSender.TransmitData(*this);
}
-
- bool SerializeState(iplug::IByteChunk& chunk) const override;
- int UnserializeState(const iplug::IByteChunk& chunk, int startPos) override;
+
+ bool SerializeState(iplug::IByteChunk &chunk) const override;
+ int UnserializeState(const iplug::IByteChunk &chunk, int startPos) override;
void OnUIOpen() override;
-
+
private:
// Allocates mInputPointers and mOutputPointers
void _AllocateIOPointers(const size_t nChans);
@@ -75,18 +73,16 @@ private:
size_t _GetBufferNumFrames() const;
// Gets a new Neural Amp Model object and stores it to mStagedNAM
// Returns a bool for whether the operation was successful.
- bool _GetNAM(const WDL_String& dspFile);
+ bool _GetNAM(const WDL_String &dspFile);
// Legacy load from directory containing "config.json" and "weights.npy"
- bool _GetNAMLegacy(const WDL_String& dspDirectory);
+ bool _GetNAMLegacy(const WDL_String &dspDirectory);
// Gets the IR and stores to mStagedIR.
// Return status code so that error messages can be relayed if
// it wasn't successful.
- dsp::wav::LoadReturnCode _GetIR(const WDL_String& irPath);
+ dsp::wav::LoadReturnCode _GetIR(const WDL_String &irPath);
// Update the message about which model is loaded.
- void _SetModelMsg(const WDL_String& dspPath);
- bool _HaveModel() const {
- return this->mNAM != nullptr;
- };
+ void _SetModelMsg(const WDL_String &dspPath);
+ bool _HaveModel() const { return this->mNAM != nullptr; };
// Prepare the input & output buffers
void _PrepareBuffers(const size_t numChannels, const size_t numFrames);
// Manage pointers
@@ -94,45 +90,39 @@ private:
// Copy the input buffer to the object, applying input level.
// :param nChansIn: In from external
// :param nChansOut: Out to the internal of the DSP routine
- void _ProcessInput(iplug::sample** inputs,
- const size_t nFrames,
- const size_t nChansIn,
- const size_t nChansOut);
+ void _ProcessInput(iplug::sample **inputs, const size_t nFrames,
+ const size_t nChansIn, const size_t nChansOut);
// Copy the output to the output buffer, applying output level.
// :param nChansIn: In from internal
// :param nChansOut: Out to external
- void _ProcessOutput(iplug::sample** inputs,
- iplug::sample** outputs,
- const size_t nFrames,
- const size_t nChansIn,
+ void _ProcessOutput(iplug::sample **inputs, iplug::sample **outputs,
+ const size_t nFrames, const size_t nChansIn,
const size_t nChansOut);
// Update the text in the IR area to say what's loaded.
- void _SetIRMsg(const WDL_String& irPath);
+ void _SetIRMsg(const WDL_String &irPath);
void _UnsetModelMsg();
void _UnsetIRMsg();
- void _UnsetMsg(const int tag, const WDL_String& msg);
+ void _UnsetMsg(const int tag, const WDL_String &msg);
// Update level meters
// Called within ProcessBlock().
// Assume _ProcessInput() and _ProcessOutput() were run immediately before.
- void _UpdateMeters(iplug::sample** inputPointer,
- iplug::sample** outputPointer,
- const size_t nFrames,
- const size_t nChansIn,
- const size_t nChansOut);
+ void _UpdateMeters(iplug::sample **inputPointer,
+ iplug::sample **outputPointer, const size_t nFrames,
+ const size_t nChansIn, const size_t nChansOut);
// Member data
-
+
// The plugin is mono inside
const size_t mNUM_INTERNAL_CHANNELS = 1;
-
+
// Input arrays to NAM
std::vector<std::vector<iplug::sample>> mInputArray;
// Output from NAM
std::vector<std::vector<iplug::sample>> mOutputArray;
// Pointer versions
- iplug::sample** mInputPointers;
- iplug::sample** mOutputPointers;
-
+ iplug::sample **mInputPointers;
+ iplug::sample **mOutputPointers;
+
// The Neural Amp Model (NAM) actually being used:
std::unique_ptr<DSP> mNAM;
// And the IR
@@ -145,24 +135,22 @@ private:
bool mFlagRemoveIR;
const WDL_String mDefaultNAMString;
const WDL_String mDefaultIRString;
-
+
// Tone stack modules
recursive_linear_filter::LowShelf mToneBass;
recursive_linear_filter::Peaking mToneMid;
recursive_linear_filter::HighShelf mToneTreble;
-
+
// Path to model's config.json or model.nam
WDL_String mNAMPath;
// Legacy
WDL_String mNAMLegacyPath;
// Path to IR (.wav file)
WDL_String mIRPath;
-
- std::unordered_map<std::string, double> mNAMParams = {
- { "Input", 0.0 },
- { "Output", 0.0 }
- };
-
+
+ std::unordered_map<std::string, double> mNAMParams = {{"Input", 0.0},
+ {"Output", 0.0}};
+
iplug::IPeakAvgSender<> mInputSender;
iplug::IPeakAvgSender<> mOutputSender;
};
diff --git a/NeuralAmpModeler/choc_DisableAllWarnings.h b/NeuralAmpModeler/choc_DisableAllWarnings.h
@@ -5,71 +5,74 @@
// ██ ██ ██ ██ ██ ██ https://github.com/Tracktion/choc
// ██████ ██ ██ ██████ ██████
//
-// CHOC is (C)2022 Tracktion Corporation, and is offered under the terms of the ISC license:
+// CHOC is (C)2022 Tracktion Corporation, and is offered under the terms of
+// the ISC license:
//
-// Permission to use, copy, modify, and/or distribute this software for any purpose with or
-// without fee is hereby granted, provided that the above copyright notice and this permission
-// notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
-// WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-// AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
-// CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-// WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+// Permission to use, copy, modify, and/or distribute this software for any
+// purpose with or without fee is hereby granted, provided that the above
+// copyright notice and this permission notice appear in all copies. THE
+// SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+// AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
+// DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+// RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+// CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
/*
- Sometimes you inevitably have to include some 3rd-party headers in your code, and it's
- depressing how often even the most widely-used libraries are full of poorly-written
- code that triggers all kinds of compiler warnings.
+ Sometimes you inevitably have to include some 3rd-party headers in your
+ code, and it's depressing how often even the most widely-used libraries are
+ full of poorly-written code that triggers all kinds of compiler warnings.
- Obviously you're a proper programmer who always has warnings turned up to full, and "-Werror"
- enabled, so rather than having to compromise your own standards to work around other people's
- laziness, this header provides an easy way to locally disable warnings by sandwiching your
- 3rd-party headers between includes of these two files, e.g:
+ Obviously you're a proper programmer who always has warnings turned up to
+ full, and "-Werror" enabled, so rather than having to compromise your own
+ standards to work around other people's laziness, this header provides an
+ easy way to locally disable warnings by sandwiching your 3rd-party headers
+ between includes of these two files, e.g:
- #include "choc_DisableAllWarnings.h"
#include "SloppilyWrittenButEssentialLibraryCode.h"
+ #include "choc_DisableAllWarnings.h"
#include "choc_ReenableAllWarnings.h"
*/
#if __clang__
- #pragma clang diagnostic push
- #pragma clang diagnostic ignored "-Weverything"
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Weverything"
#elif __GNUC__
- #pragma GCC diagnostic push
- #pragma GCC diagnostic ignored "-Wall"
- #pragma GCC diagnostic ignored "-Wpragmas"
- #pragma GCC diagnostic ignored "-Wextra"
- #pragma GCC diagnostic ignored "-Wshadow"
- #pragma GCC diagnostic ignored "-Wunused-parameter"
- #pragma GCC diagnostic ignored "-Wconversion"
- #pragma GCC diagnostic ignored "-Wsign-conversion"
- #pragma GCC diagnostic ignored "-Wsign-compare"
- #pragma GCC diagnostic ignored "-Wfloat-conversion"
- #pragma GCC diagnostic ignored "-Wswitch-enum"
- #pragma GCC diagnostic ignored "-Wswitch"
- #pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
- #pragma GCC diagnostic ignored "-Wunused-variable"
- #pragma GCC diagnostic ignored "-Wredundant-decls"
- #pragma GCC diagnostic ignored "-Wsubobject-linkage"
- #pragma GCC diagnostic ignored "-Wunused-but-set-variable"
- #pragma GCC diagnostic ignored "-Wredundant-move"
- #pragma GCC diagnostic ignored "-Wstrict-aliasing"
- #pragma GCC diagnostic ignored "-Woverloaded-virtual"
- #pragma GCC diagnostic ignored "-Wc99-extensions"
- #pragma GCC diagnostic ignored "-Wmisleading-indentation"
- #pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
- #pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
- #pragma GCC diagnostic ignored "-Wcast-function-type"
- #pragma GCC diagnostic ignored "-Wunused-label"
- #pragma GCC diagnostic ignored "-Wnarrowing"
- #pragma GCC diagnostic ignored "-Wparentheses"
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wall"
+#pragma GCC diagnostic ignored "-Wpragmas"
+#pragma GCC diagnostic ignored "-Wextra"
+#pragma GCC diagnostic ignored "-Wshadow"
+#pragma GCC diagnostic ignored "-Wunused-parameter"
+#pragma GCC diagnostic ignored "-Wconversion"
+#pragma GCC diagnostic ignored "-Wsign-conversion"
+#pragma GCC diagnostic ignored "-Wsign-compare"
+#pragma GCC diagnostic ignored "-Wfloat-conversion"
+#pragma GCC diagnostic ignored "-Wswitch-enum"
+#pragma GCC diagnostic ignored "-Wswitch"
+#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
+#pragma GCC diagnostic ignored "-Wunused-variable"
+#pragma GCC diagnostic ignored "-Wredundant-decls"
+#pragma GCC diagnostic ignored "-Wsubobject-linkage"
+#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
+#pragma GCC diagnostic ignored "-Wredundant-move"
+#pragma GCC diagnostic ignored "-Wstrict-aliasing"
+#pragma GCC diagnostic ignored "-Woverloaded-virtual"
+#pragma GCC diagnostic ignored "-Wc99-extensions"
+#pragma GCC diagnostic ignored "-Wmisleading-indentation"
+#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
+#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
+#pragma GCC diagnostic ignored "-Wcast-function-type"
+#pragma GCC diagnostic ignored "-Wunused-label"
+#pragma GCC diagnostic ignored "-Wnarrowing"
+#pragma GCC diagnostic ignored "-Wparentheses"
- #ifndef __MINGW32__
- #pragma GCC diagnostic ignored "-Wredundant-move"
- #endif
+#ifndef __MINGW32__
+#pragma GCC diagnostic ignored "-Wredundant-move"
+#endif
#else
- #pragma warning (push, 0)
- #pragma warning (disable: 4702)
- #pragma warning (disable: 4706)
+#pragma warning(push, 0)
+#pragma warning(disable : 4702)
+#pragma warning(disable : 4706)
#endif
diff --git a/NeuralAmpModeler/choc_ReenableAllWarnings.h b/NeuralAmpModeler/choc_ReenableAllWarnings.h
@@ -5,26 +5,29 @@
// ██ ██ ██ ██ ██ ██ https://github.com/Tracktion/choc
// ██████ ██ ██ ██████ ██████
//
-// CHOC is (C)2022 Tracktion Corporation, and is offered under the terms of the ISC license:
+// CHOC is (C)2022 Tracktion Corporation, and is offered under the terms of
+// the ISC license:
//
-// Permission to use, copy, modify, and/or distribute this software for any purpose with or
-// without fee is hereby granted, provided that the above copyright notice and this permission
-// notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
-// WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-// AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
-// CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-// WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+// Permission to use, copy, modify, and/or distribute this software for any
+// purpose with or without fee is hereby granted, provided that the above
+// copyright notice and this permission notice appear in all copies. THE
+// SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+// AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
+// DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
+// RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+// CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
// CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-// This file re-enables the warnings that were turned off by choc_DisableAllWarnings.h
-// So when you have to include some crappy 3rd-party code which is full of warnings, you
-// can sandwich it between includes of choc_DisableAllWarnings.h and choc_ReenableAllWarnings.h
+// This file re-enables the warnings that were turned off by
+// choc_DisableAllWarnings.h So when you have to include some crappy 3rd-party
+// code which is full of warnings, you can sandwich it between includes of
+// choc_DisableAllWarnings.h and choc_ReenableAllWarnings.h
#if __clang__
- #pragma clang diagnostic pop
+#pragma clang diagnostic pop
#elif __GNUC__
- #pragma GCC diagnostic pop
+#pragma GCC diagnostic pop
#else
- #pragma warning (pop)
+#pragma warning(pop)
#endif
diff --git a/NeuralAmpModeler/dsp/HardCodedModel.h b/NeuralAmpModeler/dsp/HardCodedModel.h
@@ -9,35 +9,4064 @@
// #define PYTHON_MODEL_VERSION "0.2.0"
// const int CHANNELS = 16;
// const bool BATCHNORM = true;
-// std::vector<int> DILATIONS{ 1,2,4,8,16,32,64,128,256,512,1024,2048,1,2,4,8,16,32,64,128,256,512,1024,2048 };
-// const std::string ACTIVATION = "Tanh";
-// std::vector<float> PARAMS{ -1.2061794996261597,1.8395617008209229,0.7590895891189575,-4.0746183395385742,-0.3318097591400146,0.2607632577419281,-0.1783755570650101,8.0129537582397461,-0.4393738508224487,0.5052551627159119,-3.1385354995727539,-2.0706465244293213,-0.4436278045177460,0.4178642034530640,-0.3497309982776642,0.3046074211597443,5.9930348396301270,-0.3470235466957092,-0.8644068837165833,0.7162433266639709,-0.4028710126876831,0.4635767936706543,-3.2849724292755127,3.7699117660522461,-0.2855212390422821,0.2324968725442886,0.5032568573951721,-0.5685181021690369,-2.8753194808959961,2.1973195075988770,-2.4430739879608154,2.9090497493743896,-0.0000074750719250,0.0000403666526836,0.0000009795198821,-0.0000955532668740,-0.0000007328106904,0.0000641644801362,0.0000004020234883,0.0000006290885608,-0.0000700089876773,0.0000019687706754,-0.0000006953038678,-0.0000052823652368,0.0000007538056366,0.0000007191777627,0.0000088501919890,-0.0000051853280638,0.0002560095454101,0.0068012168630958,0.0000034552233501,0.0378967188298702,0.0000034475579014,0.0167304407805204,0.0000011328297660,0.0000017051429495,0.0196887459605932,0.0000157808663062,0.0000029551017633,0.0001921989751281,0.0000020330151074,0.0000036701023873,0.0003078768204432,0.0001598941889824,3.4126043319702148,0.4916126132011414,0.1652707159519196,0.0933026745915413,0.1238577142357826,0.4852567613124847,0.7673699259757996,0.6148169636726379,3.0779247283935547,0.1712074726819992,0.1995648890733719,0.2566970288753510,0.2474036961793900,0.1337082982063293,1.5310090780258179,0.2174022495746613,0.1275261342525482,0.5452261567115784,0.0999027192592621,-0.1156057566404343,-0.0189714506268501,-0.6796485185623169,0.3680916428565979,0.4054902493953705,0.3230499625205994,-1.8722785711288452,-0.0299179926514626,-0.3141736686229706,0.3972787857055664,0.0146169615909457,0.6148205995559692,-3.0312852859497070,0.0000099999997474,-0.9594317078590393,-0.5566593408584595,0.9252964854240417,0.7635775208473206,-0.6883680820465088,3.2179360389709473,-2.3474934101104736,-5.0841341018676758,-6.8795475959777832,-7.7020010948181152,0.1842833608388901,0.5095249414443970,-1.1015905141830444,-0.5293527841567993,-0.8281984925270081,-0.6162222623825073,-0.4385521411895752,-0.6070455908775330,2.3534328937530518,6.1997632980346680,-0.9032390713691711,-3.6694772243499756,-0.5968407988548279,-1.7019593715667725,-0.7531915307044983,0.0916696190834045,0.6084709167480469,4.4796047210693359,0.0682448670268059,0.4703626632690430,-8.2818908691406250,-7.0895876884460449,0.5983647108078003,-0.3069082498550415,-0.2351387292146683,-0.3192158639431000,-1.9313669204711914,2.0922968387603760,1.8590000867843628,-2.8567006587982178,-0.7966173887252808,-15.2040557861328125,0.1193412467837334,0.3718695640563965,0.8225117921829224,0.2835634052753448,0.8764591217041016,0.3586004078388214,-1.0577701330184937,-0.4659737050533295,-4.0766263008117676,1.9059046506881714,4.4061708450317383,-15.3802423477172852,-0.0123082390055060,-1.7859852313995361,-1.2306450605392456,0.8081025481224060,3.9084661006927490,15.9769563674926758,-0.2187627851963043,-0.7953541278839111,-4.4085421562194824,-12.3279008865356445,-0.5283815860748291,-0.0744843855500221,-0.4442477822303772,0.7893574833869934,3.3701016902923584,1.0655019283294678,1.8928042650222778,3.4464523792266846,-0.4291757345199585,4.0790090560913086,-2.5659840106964111,-4.5546479225158691,-0.2160112112760544,-0.0874857977032661,-0.5911584496498108,-0.1528903245925903,0.5644345283508301,0.4599356055259705,8.2547769546508789,5.9655294418334961,-0.9915758371353149,2.1683504581451416,0.0433433912694454,-0.3811288774013519,1.8665552139282227,1.1560329198837280,-1.5238711833953857,-2.9704055786132812,-0.2157086282968521,-1.8429650068283081,1.3619995117187500,1.5374031066894531,0.8637823462486267,-0.0354816392064095,-1.6297738552093506,1.0718191862106323,1.8874052762985229,9.3289442062377930,0.7928690314292908,-2.1843011379241943,1.3684847354888916,-4.0143957138061523,-0.7743721604347229,1.8702807426452637,1.6199728250503540,2.1614203453063965,2.0525295734405518,2.4465408325195312,0.7995197772979736,-1.1646398305892944,4.3197779655456543,6.2739181518554688,2.8832902908325195,-1.5262030363082886,1.0341681241989136,-1.1973978281021118,2.0683059692382812,8.4777078628540039,-1.4898643493652344,1.6897126436233521,-1.1313525438308716,0.0881320461630821,-2.4806241989135742,-7.0423178672790527,1.5731946229934692,-0.4769335687160492,-1.7003372907638550,0.6088901162147522,-1.5717406272888184,0.2762957513332367,0.2774316072463989,-1.1293871402740479,6.1668319702148438,2.1515979766845703,-0.1474024206399918,0.9236524701118469,0.6367083191871643,1.7809684276580811,0.3361203670501709,1.9492927789688110,-0.5328301787376404,-1.4190449714660645,-3.7476999759674072,-7.7800235748291016,5.9739356040954590,2.7973387241363525,0.4087429344654083,-1.6373645067214966,-0.2841711342334747,2.4343919754028320,-4.5346908569335938,-2.4246830940246582,-1.0789014101028442,-0.3912269771099091,13.5048732757568359,-3.3303766250610352,-0.4691281616687775,-1.5647939443588257,0.4684756100177765,1.3560281991958618,-5.0094280242919922,-2.8812522888183594,2.8535392284393311,-1.3143075704574585,3.1408143043518066,-0.5698633790016174,-1.6658776998519897,0.9055097103118896,1.1461937427520752,0.4985505342483521,0.6126194596290588,0.4590573310852051,-1.1940875053405762,-2.3275163173675537,-3.9403421878814697,-4.4016861915588379,1.3693124055862427,-2.1206786632537842,-1.8055709600448608,-3.1797504425048828,-2.2931578159332275,-0.9909221529960632,1.9540712833404541,4.5579061508178711,-0.0827879682183266,0.1622184216976166,0.8033727407455444,-0.4696296453475952,0.0964918136596680,5.1458802223205566,-0.9451650381088257,-0.5129571557044983,-0.6914181709289551,-0.3916523456573486,-0.4826326668262482,0.7498168945312500,0.6750832200050354,-0.0555981285870075,-0.0238033588975668,-2.4721381664276123,0.4119884669780731,0.4423049688339233,0.2945857942104340,0.7606195807456970,-3.1695172786712646,1.4588294029235840,-0.5908946990966797,-4.0779242515563965,-0.5524486303329468,-1.6877962350845337,0.9152454733848572,1.9290541410446167,1.2357282638549805,1.8366978168487549,0.6510128974914551,0.7265917062759399,1.1384788751602173,0.5378691554069519,1.7662415504455566,-0.2395322918891907,-0.9715846180915833,-0.3183027803897858,0.4780181050300598,0.4507586658000946,5.2574477195739746,7.8549890518188477,-7.0916843414306641,-0.2526101768016815,-4.8183002471923828,-1.2257732152938843,0.2486868649721146,-0.3839984238147736,0.5766087174415588,0.3071862757205963,-0.9067917466163635,0.4886211752891541,-0.3658227026462555,-0.4278741478919983,6.0463638305664062,8.5520086288452148,-0.4008758068084717,0.0910367518663406,0.0844504088163376,0.8642436265945435,1.9720485210418701,5.0878524780273438,-0.2286980897188187,0.4649738967418671,1.4876514673233032,1.1432904005050659,-3.8226730823516846,4.2077431678771973,0.0810145139694214,-3.6451146602630615,-0.1140103042125702,2.4443788528442383,-2.2228686809539795,-1.6288386583328247,-0.0221160799264908,-2.0221028327941895,1.8785195350646973,-0.3548079133033752,-1.1283832788467407,0.9414379596710205,0.4098626673221588,-0.5076524615287781,-0.4432657659053802,-0.2408064305782318,3.2758548259735107,-0.3364620208740234,0.6545261740684509,0.4884139299392700,3.1283280849456787,0.9010488390922546,0.6297461390495300,-2.4897482395172119,-2.0080645084381104,-0.9196206331253052,-2.7612226009368896,-0.5977417826652527,-1.4051151275634766,0.6227824687957764,-2.0922164916992188,-1.9540603160858154,0.4263543784618378,0.0085869720205665,-1.4672497510910034,-1.7793009281158447,2.7031011581420898,4.1528749465942383,-1.0865985155105591,0.1115728318691254,-2.6833457946777344,-0.9587419033050537,-0.5857834815979004,-1.3642679452896118,0.4376786351203918,1.4801082611083984,0.3675829470157623,1.9643750190734863,1.3889917135238647,1.0330157279968262,0.2797112166881561,3.7712192535400391,-1.7653998136520386,0.1359240561723709,1.7873538732528687,1.9441775083541870,2.4877378940582275,3.8848078250885010,1.0178365707397461,-0.5128315687179565,-0.5701917409896851,-0.1025670990347862,-3.1367523670196533,-2.6720716953277588,0.9698975086212158,0.6750125288963318,-0.4083120226860046,-0.4287256300449371,-1.1896702051162720,1.1290246248245239,1.0484570264816284,-0.1938228607177734,-1.6867816448211670,-4.2324700355529785,-1.4718732833862305,-0.6295187473297119,0.1606862396001816,-0.4134437739849091,0.2274611592292786,-0.0422064736485481,1.0786156654357910,0.6900080442428589,-2.1500558853149414,-1.1656739711761475,-1.9851202964782715,-4.6844282150268555,1.3011265993118286,0.8639059066772461,-0.1943386793136597,1.5166419744491577,2.5574223995208740,5.6456279754638672,-0.6610595583915710,-0.5992962718009949,0.6966773271560669,-0.9462586045265198,0.3479799628257751,1.1215345859527588,0.0527222938835621,-0.9400275349617004,-1.2964007854461670,0.3768098652362823,0.5943958163261414,0.0869663730263710,-2.3963501453399658,-3.8505725860595703,-1.6545629501342773,-1.6725566387176514,-0.2763464152812958,-0.4470360577106476,-0.9089913368225098,-0.3983789384365082,0.4625768959522247,1.0628000497817993,-0.8372085094451904,2.2502844333648682,-2.4990363121032715,-4.1106758117675781,1.6472142934799194,2.1166942119598389,-1.7815960645675659,-0.7523474097251892,2.5697677135467529,4.2765226364135742,0.1127150207757950,-0.4524379074573517,1.5863629579544067,-0.4312884807586670,-0.6394806504249573,-0.0236247405409813,-1.0728666782379150,-5.2315111160278320,3.5294456481933594,0.2955740690231323,-1.6595394611358643,0.9010158777236938,0.2557371854782104,3.3191814422607422,1.9221581220626831,-0.3053563237190247,-2.1290071010589600,-2.3361401557922363,-2.4892079830169678,-2.6992006301879883,-0.5116416811943054,1.0544573068618774,2.3963403701782227,-1.5847237110137939,-1.2927922010421753,1.7215108871459961,0.2912555932998657,1.4942382574081421,-0.7303233742713928,-5.5241355895996094,1.4955700635910034,-1.9609177112579346,1.5300614833831787,-0.3712891936302185,9.8859090805053711,11.3120450973510742,0.6508697867393494,0.1448937058448792,-0.9819501638412476,-0.7167767286300659,5.4257898330688477,3.6181638240814209,-3.7580833435058594,1.4152848720550537,-1.8122859001159668,4.5948495864868164,-0.3151302337646484,-1.8198529481887817,-0.2386104017496109,-1.0977497100830078,-0.1329004168510437,-0.3163928389549255,0.1067895889282227,0.4356785118579865,2.3858895301818848,5.1689724922180176,-0.2763219475746155,3.8604204654693604,0.1826790869235992,-0.5289328098297119,3.5720117092132568,2.1181571483612061,-0.1886870115995407,-3.0703680515289307,-1.0258908271789551,-1.2562683820724487,-0.8722314834594727,-0.2055595219135284,0.8137283921241760,1.3361153602600098,-0.2451649606227875,-0.1922313123941422,3.4705655574798584,3.1880755424499512,-0.2887359559535980,0.5851173996925354,-2.8144147396087646,-1.7853574752807617,-0.1825546771287918,-0.6405144333839417,1.0496300458908081,0.8809003829956055,1.3019825220108032,1.1735252141952515,1.2712857723236084,0.8729091882705688,12.7478208541870117,9.5455989837646484,-3.0074429512023926,-1.8938018083572388,0.0628341808915138,0.6186594367027283,3.4829225540161133,2.9683616161346436,3.2693531513214111,2.1757247447967529,-0.7419328093528748,-0.3764989078044891,-1.7101951837539673,-2.1675179004669189,0.7910825610160828,-1.3593665361404419,-1.6881320476531982,-0.3676964640617371,-1.9181799888610840,2.9807898998260498,2.8045995235443115,-0.1623006314039230,1.9557793140411377,-1.3474786281585693,-6.1947546005249023,-1.2951141595840454,0.7879030704498291,2.1417143344879150,1.2803864479064941,2.6082842350006104,1.6507012844085693,-1.0432269573211670,-1.0805542469024658,0.6365277171134949,1.2607061862945557,-0.1920752674341202,2.2026522159576416,0.0452401377260685,-0.2244198918342590,3.7234332561492920,-0.1615295261144638,-0.0253438353538513,-1.7024284601211548,-0.7895840406417847,2.3680865764617920,-1.9489938020706177,8.3940124511718750,19.7687263488769531,-12.5947608947753906,6.3369092941284180,1.3090703487396240,8.4030847549438477,5.3250327110290527,-8.1168642044067383,2.8902640342712402,5.4379963874816895,4.2593812942504883,-3.3747680187225342,-31.0423679351806641,-3.9819917678833008,-12.2971849441528320,5.0397720336914062,20.9967460632324219,15.3203229904174805,9.6239414215087891,7.1329808235168457,1.9049628973007202,17.0299015045166016,9.2497539520263672,24.1968841552734375,2.5600886344909668,5.5450716018676758,7.5508604049682617,8.9735479354858398,8.1504955291748047,5.0173616409301758,5.0717568397521973,9.3286008834838867,0.0789536759257317,0.0899368897080421,0.5207588076591492,2.2026648521423340,0.2117162942886353,0.5450519323348999,7.2560510635375977,0.1588642299175262,1.9214509725570679,0.1876468956470490,0.2392047494649887,0.4804148077964783,3.3600437641143799,0.2260574549436569,0.2459250241518021,1.6326583623886108,0.0980425104498863,0.0426562242209911,-2.8000342845916748,0.1762599200010300,-0.2690085470676422,1.4614161252975464,-1.0292962789535522,-0.0245323758572340,-0.9829174876213074,0.1406517624855042,0.6333456039428711,-0.5322758555412292,-0.1277567297220230,0.2351236194372177,0.1733166128396988,-0.4541983008384705,0.0000099999997474,-9.0447463989257812,-4.6425580978393555,-12.2939004898071289,0.7284017801284790,10.8474550247192383,4.0995240211486816,0.4303220212459564,1.9822545051574707,0.0101005621254444,-0.5303261876106262,-1.0676316022872925,0.2957786321640015,-0.4593107998371124,0.4179977476596832,1.0542123317718506,-6.2593421936035156,-0.1756630241870880,0.1946226507425308,0.0136581836268306,0.3907785713672638,1.0379278659820557,2.6350286006927490,0.2806787192821503,2.5346925258636475,-0.1138805449008942,0.1084102317690849,4.4634895324707031,-1.7032979726791382,0.1427719891071320,0.4691595733165741,-0.2857001423835754,-0.9192700386047363,-1.8018999099731445,-2.2682867050170898,-2.9157080650329590,-2.3110923767089844,-4.3250756263732910,0.0802240893244743,1.0744227170944214,-0.6820348501205444,-0.0013918031472713,-1.2318198680877686,1.5303642749786377,0.2281339764595032,-0.0899084880948067,0.0596253052353859,0.5784608125686646,-2.1042065620422363,-0.1333310753107071,0.7393420338630676,-1.0700283050537109,1.0773649215698242,0.9050173759460449,1.8190529346466064,1.6547374725341797,1.6720907688140869,0.2893581390380859,0.0164323933422565,-8.7544641494750977,0.4026013016700745,-1.8571618795394897,-0.6775623559951782,-1.4732255935668945,0.7739869952201843,-1.8098556995391846,-5.9757170677185059,-10.7724628448486328,-6.0557899475097656,-0.0389532819390297,-3.7324204444885254,-0.5813012719154358,-3.3018324375152588,-1.7059291601181030,0.3087134063243866,0.5084140896797180,-0.2941577434539795,-1.0634951591491699,0.6350030899047852,4.4514999389648438,-1.1095237731933594,0.3469942808151245,-1.0865960121154785,0.2664895057678223,1.8045725822448730,-1.7299627065658569,0.1581771373748779,-1.7601577043533325,-0.1420771032571793,-0.3970851600170135,2.3442795276641846,-1.4641109704971313,-0.3288789689540863,-0.4861705005168915,-1.8623697757720947,-1.4549798965454102,-1.1151132583618164,-0.1443334817886353,-0.4872037768363953,-0.6492989063262939,0.2467720806598663,-5.7524795532226562,0.6789067387580872,-1.4033193588256836,-3.0866420269012451,-3.5603356361389160,-2.6128778457641602,2.2504539489746094,0.0091362595558167,1.0310062170028687,-1.4285010099411011,1.0933012962341309,-1.3220449686050415,-1.6063944101333618,0.4642682373523712,-1.5332087278366089,-0.4594868719577789,1.7014861106872559,2.6442975997924805,4.7638592720031738,2.3665816783905029,1.0186476707458496,0.4954926073551178,-2.4638521671295166,1.6727551221847534,-0.6829181313514709,-3.9567136764526367,-1.4954656362533569,-1.2255492210388184,-0.3509201109409332,-1.1267750263214111,-2.2191753387451172,-3.3417792320251465,-2.4803669452667236,2.1311771869659424,-0.1000126674771309,1.8269578218460083,0.7942673563957214,2.1813707351684570,-0.1153755262494087,-3.4296603202819824,-0.4165934622287750,0.0180578958243132,-0.0364227332174778,-0.7792026996612549,-0.0926684364676476,-0.0189688354730606,1.4125175476074219,1.8566412925720215,7.1884021759033203,2.4862003326416016,4.4787840843200684,3.2554764747619629,-1.1332681179046631,-1.1768361330032349,-1.5289592742919922,1.6029781103134155,-2.0750579833984375,-3.1240954399108887,-0.5194228887557983,-0.4553418159484863,10.2944269180297852,11.1081705093383789,12.6336679458618164,0.1073398068547249,-8.0721731185913086,2.9623868465423584,1.0772417783737183,-0.5808662772178650,0.1213354766368866,1.4560782909393311,2.6185774803161621,-0.9632462859153748,-0.4647922515869141,0.2832582294940948,-1.6746976375579834,4.0108613967895508,0.5288235545158386,-0.0462693646550179,-0.7995947599411011,0.5182215571403503,-0.7699733376502991,-0.4394586384296417,-0.8661481142044067,0.6348053812980652,0.1447189897298813,0.3592182993888855,-2.3419601917266846,0.8709959387779236,-0.4329967796802521,0.4018476307392120,1.9728124141693115,-0.4864198863506317,-7.5813155174255371,-3.1890416145324707,-0.4719816446304321,0.1694407463073730,-3.4276766777038574,-7.3931193351745605,2.0611531734466553,1.6884348392486572,3.7750582695007324,1.1814892292022705,-0.6747101545333862,2.3101093769073486,0.5036143660545349,-0.1844250112771988,-1.8762516975402832,-3.3007411956787109,0.2134873420000076,0.1569619476795197,-1.4135587215423584,-0.6956583261489868,2.5475888252258301,-0.1697005778551102,1.4812803268432617,-0.7672370672225952,-0.0301695875823498,-1.2846363782882690,0.3322821259498596,-0.8774363994598389,0.5588636398315430,2.0830800533294678,2.7430360317230225,1.9912152290344238,1.9105160236358643,1.8896956443786621,2.4923927783966064,0.7814286947250366,-2.5494055747985840,-1.1856489181518555,-0.6150180697441101,-1.8260208368301392,-0.5805631875991821,-0.9741674065589905,1.3738934993743896,0.3331634104251862,-0.7824473977088928,0.7809048295021057,0.1962116956710815,0.2985419631004333,0.4030030369758606,-0.4555110037326813,-1.4091203212738037,-2.4589502811431885,-0.6090945601463318,-0.5858230590820312,-1.4438859224319458,-1.2316048145294189,0.7503312230110168,1.0144782066345215,-0.3689168989658356,-0.9131544828414917,-12.9000158309936523,-10.6977291107177734,0.6637032628059387,0.3028140068054199,0.3636116087436676,0.5344749689102173,-1.7618923187255859,0.4427040815353394,-0.5885510444641113,0.8118018507957458,0.9295221567153931,1.5580719709396362,0.1827934384346008,1.9108704328536987,-1.2993878126144409,-0.3419926166534424,-0.0428023301064968,-0.7919590473175049,0.3420347571372986,0.3257491886615753,-0.0754186883568764,-0.6531200408935547,8.4436006546020508,4.8576378822326660,6.7621369361877441,4.6888794898986816,2.4018208980560303,2.6319656372070312,-1.5566240549087524,-1.9969068765640259,1.7238827943801880,-0.4457906484603882,-0.2528910040855408,-0.8212834000587463,0.7287257909774780,0.8247537016868591,-10.6474142074584961,-5.0092067718505859,-18.1399593353271484,-0.6066221594810486,2.6318356990814209,0.3426138460636139,-0.7162094116210938,1.1072345972061157,1.4279878139495850,1.1017777919769287,-1.9331898689270020,0.5127564072608948,0.9207779765129089,-0.6416041254997253,3.7656636238098145,-3.7286159992218018,-0.2123150229454041,0.7016546726226807,0.7570236921310425,0.6851459145545959,-0.2608738243579865,0.4247297644615173,-0.3164288699626923,-0.4529888331890106,0.2031416743993759,-1.2492309808731079,2.2122626304626465,-1.4498893022537231,0.4031424224376678,0.3888414502143860,-0.5260999202728271,0.5458728075027466,1.2492924928665161,0.2437026649713516,1.3333189487457275,-0.7132889628410339,-1.7388274669647217,3.3956656455993652,-0.4885797500610352,-1.4720182418823242,-0.3696828782558441,0.1163830012083054,3.2791957855224609,-1.8120507001876831,-0.1977520734071732,0.0067136134020984,-1.4533663988113403,0.5985755920410156,-0.4506019949913025,0.3092881739139557,-1.3447822332382202,4.9628047943115234,0.8138236403465271,2.9708523750305176,0.4755219221115112,2.0669102668762207,0.3058014214038849,1.3526979684829712,-4.3073287010192871,2.4019312858581543,-2.1855254173278809,2.3350419998168945,-3.4836668968200684,-0.6041204333305359,1.5738409757614136,2.9560945034027100,-2.4121606349945068,1.2008123397827148,0.3422746062278748,-4.0077099800109863,1.5271918773651123,-1.0812186002731323,3.7807431221008301,3.5175874233245850,0.3940100967884064,-0.0134918615221977,0.7352523207664490,-0.0175534933805466,3.6282253265380859,3.7730140686035156,0.9147171974182129,0.3560847342014313,0.4282468557357788,0.6639466285705566,-2.2797181606292725,1.9424449205398560,-0.8180945515632629,0.5090640187263489,-2.2445363998413086,0.3506990671157837,1.6618878841400146,-0.6235049366950989,-4.8339371681213379,2.1842968463897705,1.3598841428756714,3.2541987895965576,2.9465389251708984,2.9051785469055176,2.5553224086761475,1.2264760732650757,-0.0698739066720009,3.8026986122131348,0.6326501965522766,0.3532862067222595,0.6040241122245789,1.7104212045669556,-0.6285825967788696,-1.7514076232910156,-3.7510328292846680,3.0532641410827637,-1.9540063142776489,4.8356161117553711,-0.6057306528091431,0.2279792428016663,1.7873383760452271,0.0994199365377426,1.5131764411926270,-0.7073740959167480,4.2964553833007812,-1.2875372171401978,-1.5092729330062866,-1.4028711318969727,-0.7294371128082275,-1.2469038963317871,-0.4798376858234406,-1.1853524446487427,3.2363917827606201,-2.5188183784484863,-0.8670869469642639,1.0909044742584229,6.5270714759826660,-1.9527237415313721,-0.9270315766334534,5.0493164062500000,-0.2772905826568604,-0.4440407156944275,0.0695982277393341,0.1050238311290741,5.0335593223571777,0.1053284555673599,0.2589217722415924,-0.3499925732612610,-4.5208954811096191,4.7041878700256348,-0.2001875787973404,0.0916554778814316,-2.6938540935516357,0.0427000336349010,0.6558325290679932,-3.1792573928833008,0.6067216992378235,-3.7672312259674072,-0.7166775465011597,0.2714451849460602,-6.6861329078674316,0.6315507292747498,-1.5362945795059204,3.0637812614440918,1.1435419321060181,0.8506188392639160,-12.5549869537353516,-14.5164632797241211,4.5963616371154785,-3.1107573509216309,2.1747188568115234,2.9622373580932617,0.0080814762040973,0.0810347348451614,-1.0722603797912598,-0.8685653805732727,1.1848746538162231,-1.6147631406784058,0.0122379511594772,-0.2562679052352905,-1.6920387744903564,-5.4510345458984375,-0.1671714931726456,-0.0559922493994236,-1.0147314071655273,0.3480811715126038,2.9246504306793213,-0.6046611666679382,0.3741527199745178,-0.7412906885147095,-0.1643311828374863,0.0099784927442670,-0.1742787361145020,0.6006914973258972,0.2417288720607758,1.6838396787643433,-0.2157007753849030,-0.5678793787956238,1.0478057861328125,0.5895376801490784,1.4715198278427124,-1.4622254371643066,-0.4346430003643036,1.5030286312103271,-0.3638891279697418,1.6374820470809937,-1.1486068964004517,0.6483286619186401,0.1209544688463211,-0.7467637062072754,0.3168536424636841,-0.1466474086046219,-1.9079673290252686,1.3386029005050659,0.0098837977275252,0.2421878129243851,-0.5380002856254578,3.0650990009307861,14.9675407409667969,2.3758070468902588,4.7617363929748535,0.9758212566375732,0.6438735127449036,-0.7769578695297241,-2.1918919086456299,3.0983853340148926,-1.3186280727386475,-0.0565477833151817,-1.0444334745407104,-1.1460043191909790,-14.8672122955322266,3.0291898250579834,2.2794313430786133,7.0145297050476074,-1.0123094320297241,6.9651370048522949,10.2168331146240234,0.8376148939132690,5.2021565437316895,-6.1637306213378906,1.3772493600845337,0.8378934264183044,-5.8976922035217285,-1.4305833578109741,-5.2336034774780273,6.5692791938781738,11.5311765670776367,1.1182025671005249,4.2646398544311523,8.9449424743652344,6.1109356880187988,9.3205099105834961,9.0233364105224609,29.9725494384765625,11.8822803497314453,10.1633663177490234,2.6502077579498291,3.4639549255371094,9.5313758850097656,8.6205596923828125,6.2369723320007324,11.4178619384765625,0.1718417853116989,0.2690283060073853,0.1335013210773468,0.3126275539398193,0.4408808946609497,0.4289505481719971,0.1822777539491653,0.1591712832450867,0.1718147248029709,0.1168160215020180,0.1585858911275864,0.7936246395111084,4.9613270759582520,0.2313484847545624,0.1724569797515869,0.1407617926597595,-0.8990997672080994,-2.5325086116790771,0.0083230528980494,0.5432564020156860,0.1853894591331482,-2.7218921184539795,0.8757500648498535,-0.2171003669500351,0.1069521605968475,-0.0343139581382275,0.2805529236793518,-0.0595424398779869,-0.4987524151802063,-0.4708922803401947,0.0639502480626106,0.0965996459126472,0.0000099999997474,-1.8788400888442993,6.9523282051086426,0.6371528506278992,-0.0895045623183250,-0.6913196444511414,2.7965164184570312,0.5587534904479980,1.8042433261871338,-1.1548577547073364,0.1189092770218849,1.0229978561401367,-9.0933284759521484,-1.0527672767639160,2.1636114120483398,-0.8015135526657104,0.4387415945529938,-0.2598825097084045,-0.2651907205581665,-1.9709810018539429,12.1265268325805664,0.2331571578979492,-0.1270044893026352,-0.5370386242866516,-0.3967979550361633,-0.0772342532873154,-0.0250024590641260,0.1797847002744675,-4.0148072242736816,-2.7745118141174316,2.5509157180786133,1.5692658424377441,-0.1056305244565010,1.9049128293991089,-1.7725452184677124,-0.0046109091490507,5.5556721687316895,-0.1172759532928467,1.3692241907119751,0.8356862664222717,4.0595474243164062,0.9713439345359802,1.4140148162841797,-0.5141681432723999,1.3714369535446167,-2.5558590888977051,-3.9531042575836182,-1.8883451223373413,1.6733040809631348,0.8684620261192322,-1.0268353223800659,-2.8448112010955811,-2.7795855998992920,1.6163570880889893,3.0859797000885010,-1.4581705331802368,-2.9010353088378906,-0.8557687401771545,-0.3988419473171234,-2.8673281669616699,1.4867074489593506,0.3239816725254059,0.8320716619491577,-0.3495049178600311,4.1499867439270020,0.0604859404265881,-4.1862473487854004,-1.1992497444152832,0.7846982479095459,0.6470406055450439,-3.1999084949493408,-0.0367529913783073,-2.4036037921905518,0.9384172558784485,0.2789635956287384,0.8724690675735474,10.3833761215209961,2.5346796512603760,1.4943971633911133,0.5949566364288330,-0.2495888769626617,-0.8787968754768372,1.1505788564682007,0.6522896885871887,-15.5736913681030273,-0.1547378599643707,-0.0786276757717133,0.6152606010437012,0.7504117488861084,0.0335356257855892,-0.0438360422849655,0.5346357226371765,1.2516016960144043,0.4599641859531403,-3.3022491931915283,-0.1956435739994049,0.5337404608726501,1.5847315788269043,-0.8506149649620056,-0.7365069389343262,2.4754898548126221,-1.1241177320480347,3.2303626537322998,-0.1651791483163834,0.4135716557502747,-1.9634070396423340,-0.9424585700035095,0.1117326915264130,3.0844604969024658,-1.0485309362411499,3.6435639858245850,1.6048028469085693,3.0291726589202881,0.3764891028404236,-2.0522964000701904,0.4020144641399384,-0.6725514531135559,1.4681737422943115,-0.3256346583366394,-0.2187879681587219,-0.3958733975887299,-0.5980132222175598,5.2492661476135254,0.2857560217380524,0.6296493411064148,2.6915392875671387,-4.2751178741455078,0.9972079992294312,1.1256860494613647,-2.6189384460449219,-0.9742658734321594,-0.1325287669897079,0.3531788885593414,0.9923028349876404,-2.0938053131103516,-0.1626279801130295,0.8710950016975403,1.1046001911163330,3.1481394767761230,-0.1642641872167587,1.2300708293914795,3.0522789955139160,-0.1111635938286781,0.9430710673332214,-3.9234476089477539,-0.2447666376829147,3.3309028148651123,1.4634014368057251,-0.6766943335533142,-0.8201554417610168,1.2645618915557861,-0.2858840227127075,0.4882301986217499,0.5373784303665161,-5.4757943153381348,0.1615062355995178,-1.2098039388656616,-0.6121166944503784,-0.6729983687400818,-1.9327584505081177,0.2042879015207291,-1.0835064649581909,-1.4960260391235352,0.1927196979522705,3.2581171989440918,0.3807805180549622,1.1643844842910767,0.2807786166667938,0.0937338396906853,1.0815725326538086,0.5501646995544434,-3.2972419261932373,-0.9988017678260803,0.0913823843002319,0.2404270023107529,8.2991313934326172,17.9306640625000000,-0.1506499201059341,-0.8604347109794617,-1.2974336147308350,-2.8371546268463135,-0.1564154028892517,-1.1305768489837646,0.6517429947853088,-0.7276859283447266,-0.8262230753898621,1.4465205669403076,-0.8144227266311646,0.6383393406867981,0.2122209221124649,-0.1446443796157837,0.3414365947246552,-0.2542139589786530,-2.2089927196502686,2.1487064361572266,0.3039593696594238,0.0346830859780312,0.3259352743625641,-1.5937526226043701,0.3885250687599182,-2.4858262538909912,2.3758299350738525,-0.2284692227840424,-3.1367309093475342,-3.6889562606811523,1.5425136089324951,0.7943290472030640,-0.3256640136241913,1.0052777528762817,6.6327376365661621,0.8942360877990723,-2.0503115653991699,0.9559946656227112,1.3243237733840942,-1.1108629703521729,2.4271788597106934,1.2344940900802612,0.7415619492530823,0.3957050442695618,-1.9710837602615356,-3.8327648639678955,-2.1785423755645752,-0.0075512118637562,2.3044939041137695,-1.1294487714767456,1.0192164182662964,0.2447298467159271,1.1550574302673340,-2.2204263210296631,-1.2882721424102783,-5.8972287178039551,1.4656578302383423,-0.3067549765110016,1.5494841337203979,-0.3811394572257996,-1.3704931735992432,1.6663774251937866,3.0472748279571533,-1.3506345748901367,-1.4265069961547852,-2.0032534599304199,0.4848845303058624,-1.3440700769424438,2.3330099582672119,-0.7884101867675781,-2.7695777416229248,-3.5137073993682861,0.0625696405768394,-0.4724513590335846,0.0360761992633343,-0.0725228711962700,-0.4052270054817200,0.0346353389322758,0.9472979307174683,-2.8564636707305908,0.3373322784900665,0.1030100584030151,1.4407811164855957,-0.4625824391841888,0.0593160651624203,2.4775216579437256,-0.0652445703744888,-1.4495404958724976,-0.3930924832820892,1.6563315391540527,-1.0815579891204834,0.0143450880423188,-2.1202225685119629,-0.3842273950576782,0.6020842790603638,-0.9864282608032227,1.2791614532470703,-1.7063379287719727,-0.9591856002807617,-0.0787117928266525,0.5715628862380981,-0.9905681610107422,0.5930601358413696,1.7918800115585327,0.3678723275661469,0.3448704481124878,0.2077290713787079,-0.0777297616004944,-1.0394958257675171,-0.3695042729377747,0.5125305056571960,-1.3244675397872925,0.3903999626636505,17.3817977905273438,3.1379675865173340,1.5718249082565308,0.0075947078876197,2.5193507671356201,-0.0453938208520412,-0.7814819216728210,-0.1449390649795532,3.1506054401397705,-0.6326899528503418,1.2247028350830078,2.6042253971099854,3.4604907035827637,-1.9177482128143311,-0.7544151544570923,0.1965519040822983,0.6861987709999084,-0.7317074537277222,1.6685832738876343,0.2470422387123108,0.7949579954147339,0.0303651113063097,2.9895763397216797,0.0931856185197830,0.4922456443309784,0.2464941143989563,-0.5891498327255249,0.1041947156190872,-1.2472075223922729,1.4395945072174072,-0.6426432132720947,-0.1971840113401413,13.7360658645629883,-0.3246714472770691,3.3915593624114990,-1.7526973485946655,2.6666615009307861,0.8855686783790588,-0.4618928730487823,-0.8035442829132080,-2.2968161106109619,3.0753757953643799,-0.9580241441726685,3.9506487846374512,-3.4046213626861572,0.5678086876869202,0.0133156944066286,-1.2918784618377686,0.6908203959465027,3.5423331260681152,0.6488565206527710,-0.3321534097194672,2.8361489772796631,1.9014468193054199,-1.8760358095169067,1.4918649196624756,0.7793517112731934,0.2775429189205170,0.3027452826499939,-0.7380205392837524,-2.1712024211883545,-3.2322261333465576,1.3757761716842651,0.7141135931015015,-5.0655059814453125,2.2992246150970459,-1.7143322229385376,0.6645242571830750,0.3683496415615082,1.5261276960372925,-1.0095466375350952,0.9652391672134399,-2.0591347217559814,1.5297222137451172,-1.0803786516189575,-3.3917310237884521,1.5796331167221069,5.6456108093261719,1.0562415122985840,0.5130535364151001,-2.1826074123382568,-0.0655982717871666,0.2920451760292053,5.1369085311889648,-2.2739753723144531,0.1957013905048370,-1.6717493534088135,-0.1628690063953400,0.3895256519317627,0.0968032628297806,0.0488025955855846,0.5543125271797180,2.8757436275482178,5.7780542373657227,-0.1527609974145889,0.2281695604324341,0.8504508733749390,0.4735136032104492,-1.2920285463333130,-3.4255521297454834,2.1915957927703857,1.2245571613311768,-0.4220488667488098,-2.7042927742004395,2.2440741062164307,-0.7607861161231995,1.7621775865554810,0.0370692871510983,1.0654489994049072,1.8116916418075562,0.5369705557823181,-1.1461715698242188,-1.0955525636672974,-8.5509605407714844,-3.8074927330017090,2.0692873001098633,-1.2514954805374146,-1.9928946495056152,0.4462386965751648,-0.3910714983940125,-0.6419775485992432,0.8940341472625732,-2.2243492603302002,1.9801343679428101,1.4838840961456299,1.1828930377960205,0.6542083621025085,-6.6086277961730957,2.0743434429168701,2.1365525722503662,7.0510821342468262,0.2436347603797913,0.2105946987867355,-1.3959616422653198,2.2385399341583252,0.3079348206520081,1.5421345233917236,-0.7962784767150879,0.7015061378479004,2.1490316390991211,-9.3244104385375977,-2.1718826293945312,2.0122537612915039,-1.2697336673736572,0.0898019671440125,-0.0192687790840864,-0.6511569023132324,-1.7550615072250366,9.2851886749267578,0.3280816674232483,0.9812031388282776,-0.7813501954078674,-0.4424153864383698,-0.1531210094690323,-0.6097829937934875,-0.7850388288497925,-2.4591920375823975,-1.6487507820129395,3.0850269794464111,0.0611071065068245,-1.1444734334945679,-0.0114669045433402,2.9305467605590820,-0.4670793116092682,-2.2305357456207275,-1.7314640283584595,0.4641854465007782,2.5429461002349854,1.6576796770095825,-0.7552827000617981,-1.4525957107543945,-0.8405951261520386,-0.9455714821815491,-3.5353162288665771,0.0535491183400154,-2.4205491542816162,1.6198542118072510,1.4792395830154419,0.5236125588417053,-3.2891063690185547,2.9568986892700195,1.3484971523284912,-3.1256699562072754,-1.8163334131240845,-0.5960296392440796,-0.4528747797012329,0.1443929076194763,-0.9232584834098816,-2.6391365528106689,-2.0937943458557129,-1.0480080842971802,1.6608623266220093,-2.4528656005859375,-2.4176959991455078,1.0979102849960327,3.7785019874572754,1.8225804567337036,-1.4102977514266968,2.5235319137573242,2.0789046287536621,2.6323220729827881,-1.1737405061721802,3.3390946388244629,0.5997674465179443,-1.6588112115859985,-2.6827960014343262,3.0126965045928955,-0.9694803357124329,0.2550148069858551,-1.2301374673843384,1.2399266958236694,-2.5147485733032227,2.6305949687957764,1.8028097152709961,-2.7238037586212158,-1.9708888530731201,-2.0019762516021729,0.4252995848655701,-0.4629528522491455,-1.8571450710296631,-6.7169742584228516,0.3310546278953552,1.8558212518692017,-0.3906792104244232,-1.8797854185104370,7.1124892234802246,-5.2064647674560547,-6.5916018486022949,-5.3119821548461914,5.8887233734130859,-2.4185879230499268,10.1144962310791016,0.7185035943984985,2.2086272239685059,-9.6901655197143555,-3.4015893936157227,3.4163060188293457,-0.5529876351356506,2.6982293128967285,2.9566333293914795,3.0779688358306885,7.4739584922790527,9.1620149612426758,6.4511003494262695,31.8337001800537109,39.6936798095703125,21.5313625335693359,8.1268186569213867,2.8948485851287842,7.1606168746948242,13.6112585067749023,3.3377079963684082,2.8834507465362549,6.6617727279663086,9.1521263122558594,2.2688460350036621,6.4378700256347656,0.1664892137050629,0.2918459475040436,0.4457144141197205,1.8121236562728882,1.6704424619674683,0.2187075614929199,0.3399858772754669,0.1677292436361313,0.2444263398647308,0.5426030755043030,0.1763534992933273,0.1290845870971680,0.1956323385238647,0.1679726988077164,0.1605300754308701,1.1056609153747559,-0.0035037356428802,-0.0291925128549337,2.6553382873535156,-1.2267291545867920,1.0607357025146484,-0.0450044982135296,1.3056365251541138,-0.4887859523296356,0.4732915759086609,-1.6440541744232178,-0.6476884484291077,0.0161409936845303,0.0573702938854694,0.7078120708465576,0.1071846559643745,0.6143131256103516,0.0000099999997474,0.5158762335777283,0.9721255898475647,-2.6063971519470215,-3.8315775394439697,0.6598541736602783,-4.0171632766723633,0.2832265198230743,-1.5854076147079468,0.7046395540237427,-0.7509170770645142,1.2069939374923706,-2.2597408294677734,1.2043005228042603,5.2875027656555176,-0.8094498515129089,0.6526238322257996,0.6317783594131470,-1.4625029563903809,0.8782818317413330,-0.9753715991973877,2.3965802192687988,9.7359209060668945,3.0027763843536377,-2.1327600479125977,-1.9843616485595703,-1.9072486162185669,-0.9117493629455566,1.9832873344421387,-3.2731463909149170,-2.7648622989654541,-0.1334220916032791,-0.0930056571960449,-0.1664075851440430,0.1638909429311752,0.7334566116333008,-0.6031902432441711,0.2932249307632446,2.7381365299224854,0.5801526904106140,-1.0072797536849976,0.2507021129131317,-0.4140968620777130,-0.5672884583473206,1.7627584934234619,0.6530954241752625,0.4031258523464203,0.4751172363758087,0.2254286557435989,-0.7348335385322571,-17.2976493835449219,-0.0752932727336884,-4.6516752243041992,0.1813872456550598,1.7308940887451172,-0.1759587079286575,0.3231478035449982,0.6542552113533020,1.9279530048370361,-0.2183720320463181,1.4932981729507446,-0.0697107911109924,1.3434978723526001,0.1403074562549591,0.1160267814993858,3.9028897285461426,1.1973508596420288,-0.3888768851757050,0.6237744688987732,0.5071073770523071,-2.1022005081176758,-2.1178286075592041,0.3025285899639130,3.6559514999389648,-1.1116117238998413,-0.2465916723012924,-1.2667534351348877,-0.0580189749598503,1.8438292741775513,1.6349419355392456,0.2714176774024963,2.2593243122100830,-0.7528095245361328,-2.2387030124664307,1.0184261798858643,-2.2017579078674316,-0.6442060470581055,4.9905195236206055,2.7443699836730957,0.0736710354685783,-0.1244709715247154,7.3541469573974609,3.6628003120422363,-0.0586950257420540,1.2576111555099487,1.0264366865158081,-0.3531873226165771,-0.3944172859191895,0.8281712532043457,1.3298976421356201,-2.1707379817962646,-1.9067633152008057,-1.8116483688354492,-2.5018811225891113,1.6303738355636597,-2.5636215209960938,3.2540209293365479,-1.3786821365356445,2.1045422554016113,-2.7480564117431641,-3.5734109878540039,1.5531097650527954,0.2347242981195450,-2.3689239025115967,1.9707665443420410,3.8836600780487061,1.0886709690093994,-0.2562535405158997,-4.2874302864074707,-2.8456897735595703,1.3133307695388794,-0.8703358769416809,-1.7207809686660767,-1.4446676969528198,1.0454763174057007,0.3612484633922577,0.5279557704925537,-0.2489683181047440,0.8417214155197144,1.1510056257247925,0.6828704476356506,-1.6327480077743530,-6.9098167419433594,-1.6025294065475464,-1.8024313449859619,-0.0339448675513268,-1.2624639272689819,-0.3174518346786499,-0.1564796268939972,2.7860741615295410,2.3200602531433105,-0.5882670283317566,1.3978338241577148,-1.8690435886383057,-1.8626828193664551,0.5737251639366150,-4.0569272041320801,1.3846230506896973,-4.1669745445251465,1.7560817003250122,5.2475938796997070,3.0916087627410889,0.2738552689552307,-0.2894302308559418,-0.1466437429189682,0.0452161356806755,1.1954469680786133,-0.8088957071304321,-2.0349571704864502,-0.3091807365417480,-0.4607634842395782,2.5236279964447021,-0.0891774147748947,-0.7969902157783508,-0.0398725420236588,1.0010985136032104,0.1814598739147186,0.8846731185913086,2.0457546710968018,-1.5704952478408813,1.9166845083236694,-0.2944322824478149,1.9831992387771606,0.0516547113656998,-3.4267148971557617,-1.8513530492782593,-3.8190476894378662,0.2334111928939819,0.1686020344495773,-2.6865103244781494,-4.9578652381896973,-2.9688963890075684,-0.8981112241744995,2.9907741546630859,4.8208522796630859,1.4506208896636963,0.8483844399452209,1.6472128629684448,-1.3903846740722656,0.3443106710910797,-1.1186732053756714,-0.9440135955810547,0.2829059362411499,-0.6338565945625305,0.4148126840591431,0.1437672674655914,-4.0723514556884766,0.1195220947265625,1.9581007957458496,-0.9239034652709961,2.8000407218933105,-0.6182706356048584,2.9440488815307617,-0.3377111256122589,0.2924222648143768,-1.1570267677307129,0.6554622054100037,0.5072295665740967,1.9638457298278809,-0.4780673086643219,6.4691853523254395,0.4540221691131592,8.5186576843261719,0.7092364430427551,-1.0288915634155273,-0.6202241778373718,0.1104553714394569,-0.2018350064754486,-0.8016643524169922,0.1811169534921646,0.6248380541801453,0.1122275516390800,-0.3712097704410553,-0.1596013903617859,0.1129464134573936,0.5764551758766174,18.3409233093261719,0.6411736011505127,2.0836045742034912,0.3042781054973602,-11.1496353149414062,0.0266321580857038,0.5673485398292542,0.1026517972350121,-0.4580653607845306,-0.1976486444473267,-0.6615258455276489,-0.0957189872860909,-0.4903143048286438,0.2527093887329102,0.3901438713073730,0.3292234241962433,1.0363950729370117,-0.6197346448898315,2.7264623641967773,-1.4574769735336304,0.2175096869468689,-0.2915537357330322,-1.9299354553222656,0.4929111897945404,0.0012467004125938,0.2477751672267914,6.8337950706481934,0.9656761288642883,0.1470383256673813,-0.1214757040143013,-0.0704148933291435,-0.2957196235656738,2.5698986053466797,-0.4888464808464050,6.2956781387329102,-0.2028515487909317,1.7995975017547607,-0.8429514169692993,1.2902761697769165,-0.2990045249462128,0.2187509685754776,0.7880610227584839,1.4914114475250244,0.7563232183456421,1.2607235908508301,-0.6498497724533081,-0.3613202571868896,0.4691079854965210,11.2264232635498047,-0.7834185957908630,2.9539468288421631,-1.6958696842193604,-3.0168364048004150,-0.2622924447059631,-0.8521468639373779,-1.0171298980712891,-1.0123050212860107,0.2249357402324677,1.4718153476715088,0.0400897748768330,-0.1603967398405075,0.0142734916880727,0.3813122212886810,-1.1967680454254150,-17.5926361083984375,-1.0793230533599854,-2.6034235954284668,-0.3736966848373413,8.8771200180053711,-0.3497465252876282,-0.8450559973716736,-0.2577521204948425,0.3173516392707825,0.4715393781661987,-0.2906086146831512,-0.1882697045803070,-0.8736702799797058,-0.5009614229202271,0.4631399512290955,0.1567068397998810,0.8366731405258179,0.7688637971878052,-1.2368946075439453,1.6618710756301880,1.3988903760910034,-0.0515379980206490,0.3032328784465790,-1.0418485403060913,-0.4697954654693604,0.0810300931334496,-13.9747734069824219,-0.9064853787422180,0.1163552030920982,0.0306962542235851,0.0430847182869911,-1.8205519914627075,0.4943939745426178,1.2396907806396484,1.4960527420043945,0.5237920880317688,-2.7182273864746094,-1.1423515081405640,-1.4110648632049561,0.5186873078346252,0.4057090282440186,4.2383060455322266,3.6512105464935303,-1.6701796054840088,1.3296737670898438,-0.3489373326301575,-2.5914304256439209,-0.1620680093765259,-4.6928949356079102,0.0832830742001534,-2.9282929897308350,-2.7751555442810059,-0.6470900774002075,-0.0345269851386547,1.5078798532485962,-0.7262462377548218,-1.1601694822311401,-0.5243433117866516,-0.4238705933094025,2.4155454635620117,2.2463977336883545,1.3970379829406738,1.8908851146697998,-0.2324445247650146,1.8451116085052490,1.6323632001876831,-1.0407471656799316,-0.3043846487998962,0.1359683871269226,0.2855289876461029,0.5600219368934631,0.0345692411065102,-0.0777949541807175,-6.0551199913024902,-13.2713222503662109,-1.0653640031814575,1.5757510662078857,-1.0393899679183960,2.0311303138732910,-0.5198195576667786,-0.4031992852687836,-0.3274446129798889,-0.6175758242607117,-1.4626178741455078,0.7258154749870300,-0.4187443852424622,-0.7621108889579773,1.0741924047470093,0.2419131845235825,-0.7610076069831848,0.9696310758590698,1.5353307723999023,0.5087429881095886,0.1884250044822693,-0.4544703960418701,4.3959879875183105,-3.5613481998443604,1.0492643117904663,-0.3153091371059418,-4.3090124130249023,-0.0711203217506409,0.2575036287307739,0.9298181533813477,-0.3044476211071014,0.1206347942352295,-0.1025078147649765,-4.2189345359802246,1.3575460910797119,1.7762534618377686,-3.1864330768585205,2.5947787761688232,0.4363388419151306,0.3330615162849426,5.3998904228210449,-2.8487539291381836,1.5459482669830322,1.7253320217132568,3.4612634181976318,1.5400532484054565,0.8888561129570007,2.2573649883270264,2.9261903762817383,-3.9121968746185303,-0.5263729095458984,-0.4440734684467316,0.0275430027395487,-1.7225422859191895,-1.5365066528320312,0.3396249115467072,0.3978433907032013,0.8335858583450317,-0.3666504025459290,-1.1176196336746216,-3.4413585662841797,1.0395780801773071,2.2349953651428223,0.2436831146478653,-3.2036435604095459,-1.3325973749160767,1.8968316316604614,2.6522176265716553,0.6814009547233582,1.1133278608322144,3.2421877384185791,-0.4971641302108765,-0.1184210106730461,1.4167640209197998,-0.9922294616699219,1.0957998037338257,-3.0404005050659180,-2.7730522155761719,-3.6364464759826660,-3.0916152000427246,-1.4735480546951294,0.0491784252226353,1.8492176532745361,1.3329865932464600,1.1756036281585693,-0.1614123135805130,4.7243170738220215,-3.5123362541198730,0.6944968104362488,-1.8358070850372314,-4.6456723213195801,0.5403034687042236,0.1637901067733765,0.0230264142155647,-0.5908825397491455,0.3395999670028687,0.4231894314289093,-1.7927010059356689,-0.2248573750257492,-0.8387317657470703,-1.7969111204147339,0.9718967080116272,0.5569881200790405,0.4432190358638763,1.4296246767044067,-0.7843907475471497,0.6106396317481995,-0.6467366218566895,6.3396115303039551,9.8395423889160156,0.4683364033699036,0.5774357318878174,2.2028014659881592,-2.9090325832366943,-1.0204169750213623,-2.5418999195098877,0.0069454768672585,-0.3472881615161896,1.2663718461990356,-0.4882662594318390,-1.4610998630523682,-2.1829462051391602,-1.2859802246093750,1.2184259891510010,1.0469334125518799,0.3882746398448944,-1.7779154777526855,-0.0333552919328213,3.1863853931427002,-1.2984988689422607,-4.4998469352722168,-1.0971165895462036,-3.5311079025268555,-4.0338821411132812,-2.3494322299957275,2.9859297275543213,-0.1324551999568939,1.7568614482879639,1.8139413595199585,-2.1853864192962646,3.5170526504516602,2.5698454380035400,-0.6644286513328552,0.6594833731651306,0.6106759905815125,-0.1591277420520782,-1.9259661436080933,-1.6292161941528320,-0.9872612357139587,-0.2678862810134888,-4.5254487991333008,0.2530292570590973,11.0054950714111328,-11.3829727172851562,-3.5523352622985840,9.1114215850830078,-4.1368427276611328,-8.1827554702758789,9.9925174713134766,-1.2819905281066895,3.2024710178375244,1.5193780660629272,-6.6180238723754883,2.7491970062255859,-5.3923907279968262,-3.9909238815307617,14.0772113800048828,14.8560457229614258,45.1379203796386719,1.6322379112243652,11.3839521408081055,7.2138042449951172,3.8072583675384521,13.0612726211547852,13.8448705673217773,14.9536056518554688,11.0768976211547852,9.9171886444091797,3.6082913875579834,36.6546974182128906,4.6553483009338379,16.0992813110351562,0.2317662090063095,0.3493292927742004,0.7840790152549744,0.4385894536972046,0.2699238657951355,0.4782260060310364,0.5530257225036621,0.2556710541248322,0.3096183836460114,0.2959232032299042,0.4763594567775726,0.1751215755939484,0.6821961998939514,0.7022725939750671,0.1197749152779579,0.6652735471725464,-0.1658347100019455,1.1588766574859619,0.2930797636508942,-3.2896518707275391,0.3727636933326721,2.1762800216674805,3.4110045433044434,-0.7134903073310852,1.2832269668579102,-1.1758172512054443,0.1924132406711578,0.0933252796530724,1.3332059383392334,0.3195503652095795,-0.2625040411949158,-2.4890546798706055,0.0000099999997474,0.4617283344268799,-0.5699884295463562,-0.5801658034324646,0.2629390060901642,-0.1591829210519791,-1.0171380043029785,-0.2670899033546448,0.1666091233491898,-8.4909753799438477,-1.4019263982772827,-5.2993984222412109,-1.4684395790100098,-6.0984735488891602,1.0096660852432251,-0.1921805739402771,0.4445637464523315,-2.1428465843200684,-0.8540827035903931,-0.0439383275806904,1.0001381635665894,0.9128262400627136,1.1410146951675415,4.4530797004699707,-1.0865024328231812,-2.0187177658081055,1.5975207090377808,2.5136361122131348,-0.1159695684909821,-2.2873904705047607,0.5093347430229187,-4.6281328201293945,-0.7890720367431641,1.1721347570419312,4.2227997779846191,-1.1679264307022095,0.9178529381752014,-1.6248432397842407,-1.7538378238677979,-1.5489778518676758,0.2509505450725555,1.3391139507293701,1.3088469505310059,-4.0088257789611816,-6.6009397506713867,4.6664614677429199,4.0866284370422363,-0.3706208467483521,0.4864681661128998,0.3412015438079834,1.1793129444122314,2.8478541374206543,-1.7025660276412964,0.3608746826648712,-1.1887673139572144,-0.2866306006908417,1.7662823200225830,-1.9168242216110229,-2.4958553314208984,1.6132229566574097,2.7578940391540527,0.6583093404769897,-1.5994286537170410,0.7874563932418823,-0.3638429939746857,-0.7322494387626648,-2.5436477661132812,1.1493668556213379,0.9746269583702087,0.4847959578037262,1.7022573947906494,-3.3871736526489258,-3.3246150016784668,-1.2010840177536011,-1.4335123300552368,2.2034530639648438,5.3833975791931152,-1.7407474517822266,6.6389069557189941,0.6130426526069641,-0.3887112438678741,0.1357924491167068,4.7360181808471680,-1.2282990217208862,0.2936215400695801,0.5198501944541931,2.1474657058715820,-0.8382783532142639,-1.9580404758453369,0.2936958968639374,1.0788149833679199,-0.4153217077255249,-1.7019532918930054,0.9900435805320740,3.5583102703094482,2.2218902111053467,-1.7564940452575684,0.8318942189216614,3.7075085639953613,0.1514320224523544,4.1312503814697266,0.1934200525283813,-0.4531652629375458,1.5093351602554321,-3.8439619541168213,-0.0093781063333154,2.3667101860046387,0.4995468854904175,0.1666682809591293,0.5310126543045044,-2.1610076427459717,-0.2593039870262146,-1.1483837366104126,-1.2912991046905518,-7.3617644309997559,0.0059589496813715,-2.4072234630584717,-0.6207885742187500,-2.5750937461853027,0.5129985809326172,1.3379020690917969,-0.3815692365169525,0.0700675398111343,0.3061464726924896,0.6414932608604431,0.7709515690803528,-2.6509935855865479,2.7724475860595703,-1.7140146493911743,3.5108139514923096,1.2735118865966797,-0.5138080716133118,1.2792975902557373,4.3101253509521484,0.9401533007621765,-6.6768546104431152,-5.0038294792175293,2.5498697757720947,-1.0037152767181396,3.6000804901123047,1.2107859849929810,11.5228929519653320,2.7019681930541992,-2.2843825817108154,-0.3775778412818909,0.5404235124588013,-1.0695538520812988,1.7667933702468872,0.3932717740535736,1.6663372516632080,-0.3911394178867340,-1.3128634691238403,-0.8630440235137939,2.5676562786102295,0.1407371610403061,0.1498432010412216,-0.5418208837509155,2.7038154602050781,-0.4921228587627411,2.2591712474822998,0.6971480250358582,1.5043222904205322,0.4981232285499573,-0.8378040790557861,-4.6977071762084961,0.3418619632720947,0.2163825780153275,10.1093931198120117,4.8566570281982422,1.3050776720046997,0.0248100254684687,1.5368243455886841,-1.5314422845840454,2.7479808330535889,3.6005167961120605,0.7668141722679138,-0.2595241069793701,0.1801132708787918,2.7249875068664551,0.9635734558105469,1.2911748886108398,-1.3625730276107788,-3.6058235168457031,-0.5277742147445679,1.6721844673156738,-0.0850347056984901,-1.4445637464523315,0.3125400841236115,0.5352411866188049,0.3054215013980865,-0.0817378163337708,0.8942178487777710,-6.3102822303771973,-0.0504615828394890,-1.4024888277053833,-0.2969353497028351,-0.0772904381155968,-0.9479311704635620,-1.8065972328186035,2.9394192695617676,1.3059427738189697,1.6077802181243896,-0.1830708682537079,-1.5613589286804199,-0.1240015849471092,-3.1117825508117676,0.6247301101684570,-2.9493393898010254,2.8135364055633545,-0.3331881165504456,1.3639329671859741,2.2416527271270752,-2.0223858356475830,-0.3439686000347137,1.5859302282333374,0.1726937294006348,0.1520653218030930,2.4712255001068115,0.4020005166530609,1.1183998584747314,0.6217395663261414,-3.1789560317993164,-6.2947392463684082,-0.3236180245876312,-0.5881429314613342,0.2598675787448883,-0.6718531847000122,1.1025681495666504,-4.1692380905151367,-0.6200618743896484,0.8542272448539734,1.4086277484893799,6.6665964126586914,1.1307277679443359,1.1522796154022217,-0.5313429236412048,1.7032124996185303,-1.5634346008300781,6.6571207046508789,-1.9523942470550537,-1.5041948556900024,-1.8890459537506104,1.7525142431259155,3.7299807071685791,2.1047289371490479,-1.7557650804519653,-4.3595571517944336,2.6103007793426514,0.1770270466804504,-2.2167358398437500,-2.9912178516387939,0.6619998216629028,0.6874667406082153,-2.5941791534423828,1.4997284412384033,0.6833446621894836,3.8101623058319092,-0.3156499564647675,1.4998260736465454,-1.1934177875518799,-0.7479951381683350,-0.5125879645347595,-1.9068075418472290,-6.4569211006164551,-4.0777344703674316,-0.0766723826527596,0.1162287145853043,-4.3286280632019043,1.8380272388458252,7.4597635269165039,1.0038949251174927,-1.9506868124008179,-0.2897969186306000,2.3239309787750244,-0.1826320439577103,0.9741406440734863,-0.2578032612800598,0.8394268155097961,1.4851586818695068,3.9518468379974365,-2.7860732078552246,0.3549484014511108,0.3817741572856903,1.9284725189208984,1.6051750183105469,-1.9707410335540771,-0.2025241702795029,-4.3573575019836426,-4.1071014404296875,1.1980824470520020,-1.4154791831970215,-1.0770297050476074,-2.9308941364288330,-0.0042631877586246,-0.4563434720039368,0.1870171874761581,4.4510321617126465,2.2889478206634521,0.3832778930664062,0.4968979060649872,0.3724899291992188,3.8654949665069580,0.0653890371322632,-0.9860253930091858,-1.1086477041244507,-0.8732322454452515,1.7293142080307007,0.8448953032493591,6.6371374130249023,-0.9690347909927368,-2.8197104930877686,0.3172709345817566,1.6221055984497070,-0.7905600666999817,-1.4884388446807861,0.5809942483901978,0.5844957232475281,1.1269547939300537,-0.2954305410385132,2.4621942043304443,-1.9309759140014648,2.0360000133514404,-0.2911888659000397,-1.7144368886947632,-0.6089560389518738,1.5685534477233887,1.4425712823867798,0.8460436463356018,-0.6388093233108521,1.1013036966323853,-0.2733351290225983,-1.4564447402954102,3.3093688488006592,-0.5370364785194397,0.6337823867797852,0.7369929552078247,-1.5547084808349609,-1.3733460903167725,0.0059576048515737,0.2995795607566833,1.9966459274291992,-0.7519104480743408,-2.1101660728454590,-1.0791910886764526,-3.5818042755126953,-0.2850982844829559,-0.8775304555892944,-0.7432398200035095,-1.1513141393661499,4.2967133522033691,3.6636033058166504,-0.4469791948795319,2.1270768642425537,1.3113261461257935,4.3933839797973633,-1.2684195041656494,2.5592980384826660,1.1613229513168335,-0.4296499192714691,-2.7144758701324463,-8.7304496765136719,1.2401919364929199,5.0629830360412598,0.0114014828577638,-2.9629456996917725,5.9022426605224609,-4.6333231925964355,1.0289937257766724,1.7890278100967407,0.0069920369423926,-3.7812824249267578,0.1344486325979233,-1.1959675550460815,-0.4362486302852631,-1.5275408029556274,-0.5522179007530212,-1.4739860296249390,-0.3733536303043365,0.1599557548761368,-0.4012365043163300,0.6588390469551086,2.5858676433563232,-0.8681661486625671,1.9866442680358887,-2.4251980781555176,0.1090930476784706,2.9577288627624512,0.3783812224864960,2.5931627750396729,0.7498463988304138,0.5189396739006042,0.9346204996109009,2.3688910007476807,1.0161856412887573,7.9519920349121094,2.3426294326782227,-1.6536326408386230,-0.8029351234436035,-4.8302350044250488,1.1717964410781860,1.9559098482131958,0.2563422024250031,-2.8957943916320801,-0.5528477430343628,-0.4216046035289764,-0.9749155640602112,-1.3627313375473022,-0.9324950575828552,-2.1611878871917725,-0.6483268737792969,-0.7765601873397827,-0.2439979910850525,0.2329902648925781,0.9990367293357849,-0.2172736823558807,2.0964243412017822,0.0391569286584854,-1.5442645549774170,0.7567778825759888,0.9868721961975098,0.9191839694976807,-0.1428490132093430,0.4367093145847321,-2.3693981170654297,1.0236836671829224,-1.5833470821380615,-0.6505177021026611,-0.8373151421546936,-1.0114699602127075,1.6867536306381226,-3.1972990036010742,-0.2954160869121552,7.1390757560729980,-0.1966169923543930,0.4863336384296417,-1.4605367183685303,-9.9204568862915039,0.7185078263282776,2.8400378227233887,-0.5396054983139038,0.3023608028888702,1.4571326971054077,0.3073087632656097,-0.6134232878684998,-1.1914954185485840,-1.3012347221374512,0.9062405824661255,-1.3796242475509644,-0.8168914318084717,0.7038834691047668,-1.9217929840087891,0.3069405555725098,0.9633189439773560,0.6560763716697693,-0.2955984175205231,-0.3755753040313721,3.2411882877349854,0.7788683176040649,-1.2858400344848633,1.0158169269561768,-0.0319491960108280,2.0376167297363281,-2.3737092018127441,0.4472525715827942,11.7597360610961914,-0.0939479321241379,0.8360312581062317,0.4665942490100861,-11.9950408935546875,-0.7124059796333313,-1.6910388469696045,-0.0168154034763575,0.7936897873878479,-0.9796391129493713,-0.4546439945697784,-0.2105369269847870,0.4183004200458527,1.4660223722457886,-0.4622116982936859,0.3726655542850494,-0.0767546892166138,-0.8536670804023743,-1.9203751087188721,0.5540457963943481,-8.3963479995727539,-0.1246322989463806,-0.0666362270712852,0.7863376736640930,6.4388413429260254,0.0232532694935799,-1.1418428421020508,-0.5756232142448425,-2.4147119522094727,-2.3233616352081299,4.5796065330505371,0.7556188702583313,1.5368697643280029,1.1296147108078003,7.6024317741394043,-0.6216245889663696,0.6187899708747864,0.6488320827484131,1.8618013858795166,-1.2204799652099609,-2.0010023117065430,0.7759543657302856,0.5284895896911621,0.0803571119904518,-0.7443056106567383,0.1528464853763580,1.9388141632080078,1.1573491096496582,-2.6781275272369385,-12.1065940856933594,-3.4507439136505127,24.5061225891113281,-0.6135035753250122,30.0706958770751953,-8.9178094863891602,-1.5596413612365723,-14.7264270782470703,27.4803066253662109,-8.9439773559570312,-7.9006142616271973,7.6315445899963379,-10.4084291458129883,8.0576086044311523,-0.4209669232368469,-6.1782779693603516,13.7164335250854492,2.8772523403167725,4.6685461997985840,7.1946220397949219,8.9141426086425781,4.3292465209960938,3.0420587062835693,7.6861925125122070,3.7063789367675781,5.0379519462585449,5.7283849716186523,8.5541248321533203,8.7966594696044922,10.8375883102416992,7.6139526367187500,5.7974243164062500,0.1750462055206299,0.1592707037925720,0.2339333891868591,0.4159715771675110,0.3144903481006622,0.4317953288555145,0.1127679497003555,0.1371313780546188,0.3862363398075104,0.4321773946285248,0.1440504342317581,0.3497334420681000,0.1335603594779968,0.1368848532438278,0.2041520327329636,0.2328611314296722,-0.5709800124168396,0.3599784672260284,1.8870042562484741,1.7849116325378418,1.2403934001922607,0.1293915957212448,0.2479818314313889,0.2281134724617004,2.6181399822235107,-2.9567275047302246,-0.2740600407123566,-0.4775767028331757,-0.3090609610080719,0.1473585218191147,-0.1455563753843307,-0.0279464535415173,0.0000099999997474,1.1869537830352783,0.4744456410408020,-0.9182792305946350,-2.4093091487884521,-2.2420611381530762,3.8169577121734619,-1.5744429826736450,-1.4429373741149902,3.1105730533599854,2.1351931095123291,-0.4183263480663300,-2.1497743129730225,-2.1700382232666016,-1.0466558933258057,-3.3163783550262451,-2.5443556308746338,-5.6163845062255859,-7.4845776557922363,-1.3849742412567139,-1.1327095031738281,-0.9464142322540283,0.3011295795440674,-1.4057651758193970,-0.6874299049377441,-0.6034938097000122,0.0249227005988359,1.2050099372863770,2.6236691474914551,0.1627387851476669,1.2337316274642944,0.5964525938034058,-1.7411659955978394,-2.2412800788879395,-0.7428595423698425,1.7370607852935791,-12.6045761108398438,-0.0825609415769577,6.7251253128051758,0.2178608328104019,-0.4763759970664978,0.8706122040748596,-0.4652074277400970,2.3245599269866943,-1.4774069786071777,-0.4972003102302551,-0.5341176390647888,-0.7504013776779175,-0.5859834551811218,1.8190585374832153,-2.6087739467620850,3.6535055637359619,1.0618765354156494,1.1970205307006836,0.3878512382507324,-0.0827564373612404,-1.7452192306518555,2.2656474113464355,1.4480483531951904,0.5702966451644897,2.1311438083648682,-0.7881826162338257,-1.6257793903350830,0.4132417142391205,1.3726677894592285,-0.8957688212394714,-0.3140441477298737,-0.7026495933532715,-0.0125302011147141,1.8362421989440918,-2.7537071704864502,1.8677704334259033,3.1211650371551514,0.0917556136846542,1.0117621421813965,-0.1615114361047745,-0.6034277677536011,-1.0001630783081055,-1.7448570728302002,0.5505389571189880,-0.7111850380897522,-0.7684212923049927,0.6558862924575806,0.6602618098258972,4.8199963569641113,-0.1811833977699280,1.6102377176284790,0.9443417191505432,2.8755338191986084,-1.1871610879898071,20.0878887176513672,0.7030357718467712,0.7914987802505493,0.2526491284370422,1.3261328935623169,0.2525043785572052,-2.7329947948455811,2.0588719844818115,6.7564430236816406,3.0203278064727783,0.4257704615592957,-3.9251363277435303,-4.3590421676635742,-1.9655894041061401,-0.6577045321464539,0.6376247406005859,0.6922303438186646,0.2731001079082489,2.2469437122344971,0.1941183805465698,0.6766046285629272,-1.3706222772598267,1.6509933471679688,-5.2181034088134766,6.6861300468444824,2.4816532135009766,-0.6787454485893250,-0.9350147843360901,0.2507856488227844,-1.2426884174346924,1.4890396595001221,0.2276887297630310,-1.1861324310302734,-0.6520778536796570,-2.2727138996124268,0.4675037562847137,-1.4559131860733032,0.2883660197257996,0.0290492177009583,0.2809358537197113,0.2468132078647614,3.4856719970703125,5.5201086997985840,1.2539627552032471,-0.3492703437805176,-0.1171306297183037,-1.2261977195739746,2.4691617488861084,1.9073699712753296,-2.0768661499023438,-1.4264745712280273,-0.4791307449340820,1.0915987491607666,1.9457230567932129,-1.1913300752639771,-1.2473331689834595,-1.8451302051544189,0.7452563643455505,-2.1034100055694580,-2.1937675476074219,0.8287441730499268,0.1991346478462219,-1.4385446310043335,-0.4710322618484497,-1.7162698507308960,-2.5141370296478271,-0.9422667622566223,-0.6853744387626648,-1.7007831335067749,1.8707480430603027,0.5953171253204346,-0.6849938035011292,0.4111796021461487,-3.0768034458160400,0.5578464865684509,0.3575865924358368,2.6609079837799072,0.8295276165008545,-1.9079829454421997,0.2622884809970856,-0.0617752373218536,0.1051736921072006,1.0404468774795532,-0.8154658675193787,-0.0632027685642242,0.8353382945060730,4.5877194404602051,-1.7378547191619873,-3.9433953762054443,2.0831367969512939,1.8459789752960205,-1.0720968246459961,-0.5187504887580872,-2.8609540462493896,-3.7165343761444092,1.5299283266067505,0.6065314412117004,0.6837064027786255,1.5732582807540894,0.7453263401985168,0.3404656350612640,-2.9759702682495117,2.6158854961395264,-2.4442555904388428,-3.6985437870025635,0.2543627619743347,1.3821859359741211,-1.4264849424362183,-3.3255240917205811,1.2238879203796387,0.2266757935285568,1.0662963390350342,-1.0138378143310547,-0.9157258272171021,-0.3413227796554565,-1.1709809303283691,0.0752850249409676,1.6857465505599976,-0.0705949664115906,1.6949388980865479,-3.3809192180633545,1.5715328454971313,-3.2076222896575928,0.5991792678833008,0.6032322645187378,0.4188818037509918,1.8262158632278442,3.2532031536102295,11.3737211227416992,-0.9362169504165649,-0.1581880748271942,0.1793341189622879,2.1204710006713867,0.1397342979907990,-1.5327341556549072,-0.3749772906303406,1.1526401042938232,-0.2707852423191071,0.3313624262809753,0.6261215209960938,-1.7038037776947021,1.2842544317245483,-5.0434069633483887,-0.4618370234966278,0.1125608831644058,0.3143573701381683,2.9993712902069092,-0.0501900874078274,1.7128819227218628,-0.0982088372111320,5.0488419532775879,1.5760258436203003,-4.1505279541015625,-0.4040184617042542,1.7771360874176025,0.4576657414436340,-1.1719341278076172,-0.0414868779480457,3.0914404392242432,-0.0974467843770981,-5.2146887779235840,0.2177838087081909,-0.6642724871635437,0.0792594850063324,1.2955474853515625,-0.1993251740932465,3.2297558784484863,-0.1072066053748131,0.0685357451438904,1.5881553888320923,1.1702643632888794,-3.6383080482482910,-6.8633570671081543,1.3675831556320190,3.0016264915466309,-0.4049361050128937,-0.6827268004417419,1.2852798700332642,-0.3334650695323944,0.7105128169059753,4.1194672584533691,4.9118156433105469,2.4007594585418701,-1.0618404150009155,-2.2577726840972900,2.1385724544525146,0.3437559902667999,-1.1842739582061768,-3.4466621875762939,1.4378480911254883,0.4444203078746796,0.4278039932250977,2.0235617160797119,-5.1443667411804199,0.7603849768638611,0.1265536546707153,1.4252494573593140,-1.4987150430679321,-2.7760260105133057,0.5812031626701355,-0.9372991323471069,0.6185793280601501,-0.3066587746143341,-1.9036235809326172,0.9379622340202332,0.4700769782066345,1.0741670131683350,0.2471201866865158,1.6345098018646240,-0.3460504710674286,0.5875136852264404,-0.0082309525460005,0.3205048441886902,0.7514784932136536,3.2973325252532959,0.9892423152923584,1.2628189325332642,0.5095702409744263,6.2933721542358398,-0.1749826967716217,0.6466089487075806,0.0553619638085365,0.6664984226226807,0.2261743992567062,0.6945263743400574,-1.9348180294036865,-18.6210517883300781,0.1367864608764648,-4.8791522979736328,0.3418956100940704,-0.7370262742042542,-1.6697704792022705,-0.0398765057325363,-0.4889556169509888,0.6993209123611450,-1.6673746109008789,2.9626338481903076,-0.6567913889884949,-3.8496351242065430,0.9904837012290955,-0.7829998135566711,-0.6297141909599304,-0.9700196981430054,-0.7490835189819336,1.8314853906631470,-2.9701821804046631,1.2960159778594971,-3.5683922767639160,-4.2948012351989746,0.7326207160949707,-0.3594054877758026,1.0556466579437256,-2.7746641635894775,-0.4180817604064941,-2.2164907455444336,3.0609664916992188,-1.6824980974197388,0.3080101311206818,0.1497118920087814,0.0300137419253588,-2.4721620082855225,1.5036448240280151,4.8267140388488770,-0.2832984924316406,-1.8165769577026367,0.4426038265228271,1.7657496929168701,-0.4570650160312653,0.1613879948854446,0.7052882313728333,3.8276360034942627,-0.2744068503379822,2.0988497734069824,-0.1260814517736435,0.8722243905067444,-0.2387857586145401,-2.6042232513427734,1.2167210578918457,-0.9172561168670654,0.3919157385826111,0.0266404449939728,0.7542593479156494,-3.3019957542419434,0.5183874368667603,0.8957458734512329,0.3183665871620178,7.4023985862731934,0.6507777571678162,5.9130439758300781,-0.4015075564384460,0.3382387459278107,0.3830975592136383,1.3143198490142822,0.1307502835988998,-3.3943474292755127,0.5722944140434265,-1.0951838493347168,1.4616668224334717,0.0201016701757908,2.6844689846038818,5.4009637832641602,1.6499426364898682,1.3686259984970093,-0.6563774347305298,0.5861834883689880,0.5860468745231628,-1.5787693262100220,3.8910925388336182,1.5999876260757446,0.8412729501724243,-2.7504820823669434,1.2283630371093750,1.6008696556091309,-0.7020913362503052,0.7102630138397217,-3.4034340381622314,-4.4825801849365234,0.8812954425811768,-0.8971496820449829,-3.6146919727325439,0.5232806205749512,-3.8613781929016113,2.4079444408416748,-1.2675238847732544,1.0595309734344482,-0.0139195043593645,0.7495610713958740,2.9855787754058838,-2.3100509643554688,2.8186197280883789,-1.3925606012344360,-5.4446287155151367,-0.6589326858520508,0.8030955791473389,-0.7995103001594543,-0.7825049757957458,-0.6919159889221191,1.1739070415496826,-1.1527162790298462,0.2446189224720001,-1.0426393747329712,1.5813069343566895,0.6786093115806580,6.9192905426025391,-1.1571654081344604,1.7072203159332275,-4.1549735069274902,-0.6754222512245178,1.2806279659271240,0.8856402039527893,1.1258760690689087,-1.0381023883819580,1.9788850545883179,-2.5541994571685791,2.4033935070037842,-2.3205995559692383,1.1201962232589722,0.7369434833526611,1.5251997709274292,-2.1962542533874512,-0.9055130481719971,1.4006186723709106,-1.3524990081787109,-2.1652121543884277,2.6284799575805664,-0.2527144551277161,-0.4178904592990875,0.6259689331054688,-5.9043765068054199,-0.2935667335987091,-0.1545535624027252,1.1370865106582642,2.7530829906463623,-1.5883265733718872,1.2543815374374390,0.5313110947608948,2.2822113037109375,0.4614437818527222,-0.9815486073493958,-2.1047289371490479,-4.3035917282104492,1.2298939228057861,-1.5801655054092407,0.6189393997192383,3.7225079536437988,-3.2707653045654297,1.9086095094680786,-1.9558868408203125,-0.3658795058727264,1.0956337451934814,0.9935333728790283,2.1608951091766357,1.9479635953903198,-1.6213903427124023,0.0105731943622231,-1.5608518123626709,-5.8097176551818848,-0.7397772669792175,1.5408154726028442,-0.1717926859855652,1.4886059761047363,-0.6505472064018250,-0.8996915221214294,4.4930992126464844,2.2284109592437744,0.4163196384906769,-2.0988039970397949,3.3727359771728516,0.1776429116725922,0.0256762597709894,-0.2038643956184387,-5.2936511039733887,-4.9708557128906250,-1.3343185186386108,0.5577195882797241,-2.2500720024108887,-0.4526757597923279,-0.7605416178703308,2.1109182834625244,-0.9129236340522766,1.5161415338516235,-0.4873289763927460,-0.6539689302444458,-10.1073350906372070,-1.7439233064651489,-8.7436256408691406,-12.2527360916137695,5.5266456604003906,-4.3972177505493164,-5.5407128334045410,-7.0675849914550781,-9.7411632537841797,-4.1795668601989746,-8.8464727401733398,3.9776699542999268,17.5697345733642578,0.3782596886157990,1.7970162630081177,0.9362202882766724,7.1950402259826660,4.4887728691101074,14.9737558364868164,1.8519546985626221,1.6629703044891357,2.8439295291900635,10.7086772918701172,2.5541987419128418,9.1051158905029297,17.0641040802001953,5.5203018188476562,18.1028766632080078,3.9427139759063721,1.2460714578628540,2.1187751293182373,8.9773797988891602,0.2817939519882202,0.1128393858671188,0.3832765817642212,0.3057077825069427,4.1561751365661621,0.1598985493183136,0.2221641093492508,0.3542873859405518,0.1376936286687851,0.2237729579210281,0.1564074903726578,0.3139321208000183,0.2987523078918457,0.1688546687364578,0.1287918984889984,0.1774377673864365,-0.1143706589937210,-0.2407651543617249,-2.5696523189544678,-2.3058137893676758,-2.7100458145141602,-0.1117316558957100,-0.3835501074790955,-2.5857515335083008,-0.1516756564378738,-0.1661843508481979,0.1147881820797920,0.9192856550216675,2.0410621166229248,-1.2214567661285400,0.2667643725872040,-0.0165300276130438,0.0000099999997474,-0.7231324911117554,-0.0809816718101501,0.1880048364400864,-2.1251904964447021,-0.6580628156661987,6.8513011932373047,-0.9644953608512878,-0.3569130301475525,1.1437001228332520,1.0536575317382812,-0.6434422731399536,-1.4534312486648560,-1.6182698011398315,-2.4295117855072021,0.7628838419914246,-6.1072931289672852,0.7618110179901123,-1.2901171445846558,1.3124561309814453,0.3915769159793854,-0.1404501795768738,-3.1727681159973145,0.4646566808223724,1.8116849660873413,1.1194736957550049,1.2398582696914673,0.5362729430198669,-1.9131817817687988,0.1796509921550751,-1.0707815885543823,4.2624788284301758,3.0618665218353271,0.0287180505692959,0.8658839464187622,0.9756503701210022,2.9717049598693848,1.7463330030441284,-10.2836999893188477,-0.2671163082122803,3.3726391792297363,0.4035007059574127,0.9051990509033203,0.7530687451362610,1.5952903032302856,0.4793564379215240,-2.6400620937347412,0.9283629059791565,0.3578595519065857,-0.9656481742858887,0.7809551358222961,-0.0284974146634340,3.1840577125549316,0.2095809578895569,2.2812023162841797,0.3544427454471588,-6.5766315460205078,-1.0375742912292480,3.4751889705657959,-0.9475638270378113,0.5951673984527588,-0.0440710373222828,1.6052725315093994,0.3885223865509033,1.9824842214584351,-0.0851448997855186,-1.7694019079208374,-1.0006679296493530,1.3145538568496704,-7.2178392410278320,-0.0622905939817429,0.1476006060838699,1.6453561782836914,0.2290928363800049,0.0234889443963766,-1.3458048105239868,0.7183592915534973,0.2770310938358307,2.0234153270721436,1.0224434137344360,4.0013270378112793,0.1165475696325302,2.4243292808532715,0.0704956725239754,4.2280979156494141,0.3875327408313751,0.9937084913253784,0.1330073624849319,-2.7035667896270752,3.8743090629577637,-6.1702165603637695,-0.7614920735359192,0.1759709119796753,0.8958435654640198,3.8606698513031006,-2.0723960399627686,-2.5320670604705811,1.4169173240661621,1.2725182771682739,-0.6460373997688293,3.6297228336334229,-1.8706656694412231,-0.9736136198043823,0.0396133847534657,-1.8094744682312012,-0.1843784600496292,-0.4745617210865021,-0.7009772658348083,3.2944285869598389,0.0503690987825394,1.6708546876907349,0.6010781526565552,0.8767325282096863,-1.5605914592742920,-0.6188943982124329,-1.3735501766204834,-1.0647065639495850,0.1456859558820724,4.7656888961791992,0.4125178158283234,-2.6988153457641602,1.3204669952392578,5.0866498947143555,-1.2524123191833496,0.6707141995429993,-0.0658094659447670,0.5773134827613831,-3.2495827674865723,-2.0515658855438232,-1.6029924154281616,-0.1031914502382278,-0.4198721051216125,-0.4818158447742462,-0.5246306061744690,4.5227842330932617,0.2359782606363297,4.5639915466308594,0.2746253609657288,-0.9068121314048767,0.4193575382232666,-1.1071069240570068,0.4945704340934753,8.2390136718750000,1.4996486902236938,3.8207015991210938,0.5796511173248291,-0.3001128435134888,0.6484778523445129,-1.1163436174392700,-0.4173348546028137,-3.7304246425628662,0.2252318859100342,3.3448243141174316,1.0672751665115356,0.3081119358539581,0.2554472088813782,-0.1956526935100555,0.1186931207776070,-4.6027765274047852,-0.6529455780982971,-1.2336018085479736,0.0363831706345081,0.3828925192356110,-1.5324892997741699,-0.3357580900192261,0.1347228586673737,1.4595681428909302,0.1777798235416412,-0.0487127415835857,-1.1446460485458374,-1.3722232580184937,0.8857027292251587,0.7504053115844727,-0.6873429417610168,2.3397190570831299,0.2997242808341980,-0.4984093606472015,4.2247114181518555,8.7518472671508789,1.6772418022155762,-1.6774538755416870,-0.5412796735763550,-0.0377684272825718,-1.5417156219482422,1.5601137876510620,-2.4197576045989990,5.9347810745239258,-0.7012839317321777,2.3064899444580078,1.0462746620178223,1.1637175083160400,-1.6656345129013062,2.3781654834747314,-0.1346926540136337,-1.5160381793975830,-0.8698140978813171,-0.0249323565512896,0.2080683112144470,-4.8399915695190430,1.3341649770736694,0.7948739528656006,-0.3981056511402130,-0.4706834256649017,-0.5211463570594788,1.0193572044372559,-0.0954481363296509,-1.1008086204528809,1.0044034719467163,-0.4866792559623718,0.7876234650611877,0.8959184288978577,0.1367520242929459,11.7549724578857422,0.7429441213607788,-0.4891810417175293,-0.3393977284431458,-0.2997957468032837,-0.3927125334739685,-0.2762646079063416,0.6578527688980103,-0.3558547496795654,-0.1663932800292969,-0.1960463672876358,-0.4028061628341675,0.1344318091869354,-2.4885497093200684,-0.7152721285820007,-2.9703264236450195,-1.1294611692428589,-2.4864430427551270,1.1092181205749512,-3.7297976016998291,-0.5188038945198059,-0.7802236080169678,-0.9926149249076843,-3.0195393562316895,-5.4703984260559082,-0.6688646674156189,-0.7077862024307251,-2.8489551544189453,-1.0877586603164673,-0.7088928222656250,0.2506877183914185,1.8041201829910278,-0.7851366400718689,1.2616738080978394,-1.2394732236862183,0.1257061958312988,-2.0660099983215332,0.5898842811584473,2.6628830432891846,1.0167598724365234,4.5132346153259277,0.4980770051479340,2.3996386528015137,-1.0944502353668213,2.6199157238006592,-7.2603721618652344,-2.1921961307525635,-2.1174309253692627,0.2706096768379211,3.4695844650268555,-3.2978205680847168,0.2119228541851044,-1.3531466722488403,-0.4500145316123962,-1.7758586406707764,-0.4551284313201904,0.3680353760719299,-1.4478980302810669,-1.1413558721542358,2.5902516841888428,-0.3909254372119904,4.8506293296813965,1.8978960514068604,1.5011904239654541,-0.0557299852371216,0.1471149474382401,1.7791179418563843,-1.0621142387390137,2.1876280307769775,-4.1548089981079102,-0.3744204044342041,2.6698429584503174,3.0814914703369141,2.2789442539215088,0.6763350963592529,-0.5594843626022339,0.5038648843765259,-1.4144569635391235,-0.8048750162124634,-0.4361565411090851,-1.7500786781311035,2.3898854255676270,-0.0786925777792931,-0.0135951619595289,-0.8511264920234680,-0.1107023805379868,-0.2565673589706421,0.0100643616169691,-2.1716058254241943,1.1008541584014893,-1.1784545183181763,1.2188365459442139,-0.8123578429222107,-0.9960870146751404,-4.8083763122558594,-0.3696280419826508,2.1704218387603760,1.7692192792892456,-0.9366357922554016,0.7049350142478943,-0.2781469821929932,-1.1667717695236206,-6.1062932014465332,2.2774815559387207,0.5363103151321411,-0.7583606243133545,-1.9596358537673950,-2.6666092872619629,-5.9446625709533691,1.9465776681900024,-0.7980517745018005,1.7360304594039917,0.5940505266189575,0.9877053499221802,0.4824278354644775,0.1429530084133148,0.9011387228965759,0.7812644243240356,0.9308854341506958,0.2920353710651398,1.5441819429397583,-0.2360991239547729,-5.0813746452331543,-2.1244883537292480,0.3537710607051849,-0.3684271574020386,-0.8202912807464600,-0.6686375737190247,3.6235594749450684,-1.4817662239074707,2.5239315032958984,0.5133450031280518,-6.0959773063659668,-2.3045308589935303,1.7180912494659424,-2.5373415946960449,-0.6046179533004761,0.6848179101943970,1.1520178318023682,-0.3076179325580597,0.7051346302032471,-2.1159372329711914,-1.4700148105621338,-0.4049443602561951,0.5540543198585510,-4.3025784492492676,-0.8656573891639709,1.0402073860168457,-4.3374204635620117,-0.4694117009639740,-1.0068171024322510,0.5622406005859375,0.4343141317367554,0.1569989919662476,0.5247287750244141,0.2080609798431396,-1.6402591466903687,0.1420444548130035,-3.9470112323760986,2.1719212532043457,1.7044212818145752,-0.7026588320732117,-0.1746448278427124,-0.3941942751407623,0.2639231681823730,0.0325490422546864,-0.9438995718955994,2.8472311496734619,0.9021968841552734,0.9975016713142395,-1.4202340841293335,2.5304880142211914,-3.9167442321777344,0.8765907287597656,1.4607467651367188,0.9387434124946594,0.3409438431262970,0.7883065342903137,7.9000229835510254,-1.9200096130371094,-1.4167716503143311,-0.6081619858741760,-0.9168714880943298,0.8682952523231506,-0.2675918340682983,2.0041322708129883,5.1732554435729980,0.5226940512657166,-1.9237768650054932,0.6963003873825073,1.6463251113891602,0.2625677585601807,-3.4602508544921875,0.2643251121044159,0.4305535256862640,1.9562218189239502,5.7550549507141113,-4.5371561050415039,-1.3707776069641113,-1.5508236885070801,-1.4269762039184570,-0.7215864658355713,-0.3764028549194336,-0.6233824491500854,-0.4085862040519714,-0.3829492628574371,0.8280032873153687,-0.1264725178480148,1.5939631462097168,-3.5564346313476562,5.1062421798706055,1.5268120765686035,-0.3438056707382202,0.7709937095642090,1.2276700735092163,-0.1600621789693832,0.1445889919996262,-0.3631095290184021,1.0365537405014038,0.3156228065490723,-3.8049683570861816,0.1440991163253784,0.0652086585760117,1.4427776336669922,-5.3464527130126953,-0.5941085219383240,0.4631346166133881,-1.5395661592483521,1.6383627653121948,2.8365128040313721,0.5241111516952515,0.4409490227699280,1.1574351787567139,0.9655371904373169,0.8579711318016052,3.1106491088867188,0.8552491664886475,0.7596848011016846,0.5967296957969666,0.9270472526550293,2.0755338668823242,0.7595331072807312,-2.8429844379425049,-2.6114389896392822,0.1409274339675903,0.7712711095809937,1.1247652769088745,-1.0943894386291504,0.2938984334468842,1.1395604610443115,-1.0463881492614746,-1.3338580131530762,1.5623551607131958,-5.8519301414489746,-2.4451472759246826,-3.5102968215942383,1.5209773778915405,-0.6555666923522949,3.5857412815093994,-0.1542828828096390,-3.6428921222686768,-0.3765915632247925,-3.0628130435943604,-0.1415431946516037,-0.1681473851203918,-1.4437475204467773,-0.4551653861999512,-1.1843627691268921,-2.0368916988372803,-1.9644912481307983,-0.2082882076501846,2.3984346389770508,1.5124770402908325,2.5102841854095459,0.1289476007223129,-0.8362331390380859,4.5326461791992188,-1.5824844837188721,-1.9100252389907837,2.5453655719757080,2.6850349903106689,-1.7786048650741577,2.5696489810943604,-0.1285960674285889,-0.7682307958602905,1.1450047492980957,-1.4625788927078247,0.1044587567448616,-0.5359022021293640,-4.5587568283081055,1.2075965404510498,0.5183217525482178,0.3602569997310638,2.1371860504150391,-5.8101711273193359,-1.8925958871841431,0.4040150940418243,1.2603120803833008,-2.1988725662231445,1.8148227930068970,-2.1169629096984863,5.8954067230224609,1.5757591724395752,-3.3777363300323486,7.9799513816833496,-14.0375442504882812,-0.2891724705696106,-0.5078518986701965,10.5407505035400391,-6.6297559738159180,-9.6179380416870117,-1.8957779407501221,5.9394640922546387,-4.3250207901000977,2.3238821029663086,-1.5175992250442505,-7.6732602119445801,6.0577893257141113,11.1451492309570312,3.9536468982696533,2.5018990039825439,16.8597640991210938,13.8001556396484375,11.0443363189697266,6.2724294662475586,23.8853969573974609,6.5993237495422363,13.5101585388183594,7.6351437568664551,8.4730272293090820,8.9830904006958008,12.8884668350219727,13.9192514419555664,0.3599502444267273,0.3140048384666443,0.2264318913221359,0.2667533755302429,0.4317192435264587,0.2769699096679688,0.3427528738975525,0.4137417376041412,0.8712759017944336,0.1981731504201889,0.5594598054885864,0.3042246103286743,0.2253982871770859,0.2956528365612030,0.3421183228492737,0.8813950419425964,0.9416520595550537,0.3524955511093140,-0.8918769955635071,1.2145414352416992,-2.2555358409881592,-0.8982610106468201,1.0964955091476440,1.8815138339996338,-2.4697756767272949,-0.0339774973690510,-1.7042258977890015,-0.6317640542984009,0.8325907588005066,0.5276033878326416,-0.4417117238044739,0.5946335792541504,0.0000099999997474,-2.9123675823211670,1.8366128206253052,-1.2721083164215088,1.6330376863479614,-0.5675166845321655,-1.3125643730163574,1.7610964775085449,-1.9302519559860229,2.9795777797698975,-0.1401039510965347,-1.3448810577392578,1.6357136964797974,-1.1907052993774414,1.5121698379516602,0.7459909319877625,-3.4915208816528320,-0.2358033657073975,5.2812232971191406,3.1525602340698242,-1.2417460680007935,-0.2590314447879791,-1.8196457624435425,-3.4548041820526123,-1.6849982738494873,0.7114911079406738,1.9508360624313354,-1.1073124408721924,-0.8978756070137024,-0.1539189368486404,-2.4692876338958740,0.9724130034446716,0.4712471365928650,0.5671087503433228,1.6553902626037598,1.3024494647979736,-3.6999213695526123,1.5652227401733398,-1.2185590267181396,-1.3909386396408081,-2.0683076381683350,-1.6737791299819946,1.1227165460586548,1.8783388137817383,-0.1579675227403641,1.6184964179992676,-0.4531323909759521,1.1996716260910034,2.0660245418548584,1.1808397769927979,-0.8883179426193237,-2.4792513847351074,-1.2631539106369019,1.6108081340789795,-3.4330344200134277,0.9801491498947144,2.1712429523468018,0.6518270373344421,0.4272921085357666,-1.8082557916641235,2.8165478706359863,-1.8590358495712280,-3.4146978855133057,0.1090724393725395,1.3581508398056030,-1.4965928792953491,-2.0102715492248535,-1.0559948682785034,1.5372610092163086,-0.5037683248519897,0.1993679851293564,2.1136307716369629,3.4233696460723877,4.5843105316162109,5.4307689666748047,-1.3589359521865845,1.2953422069549561,0.0051708221435547,-0.8768845200538635,1.8479694128036499,-0.0260048005729914,-1.1476809978485107,-4.3530101776123047,1.0357580184936523,-1.1929223537445068,0.2571664452552795,-5.1461863517761230,-1.3851196765899658,-0.2666726410388947,2.0606403350830078,4.8735527992248535,-0.3014796674251556,2.0074753761291504,-0.8607649803161621,-0.0690703615546227,0.5566341280937195,0.4705868363380432,-0.7569782137870789,-2.6918013095855713,0.6115184426307678,-3.8336324691772461,-0.4298268556594849,-1.6533969640731812,-0.7095730304718018,-1.2048313617706299,1.0980604887008667,5.7449607849121094,-0.0185424387454987,0.0155395837500691,-1.3353464603424072,-3.6332104206085205,-4.1264548301696777,-0.2362038940191269,1.3399490118026733,0.9809254407882690,0.9903122782707214,0.4761163890361786,-2.5008149147033691,-3.1130294799804688,-0.7440407276153564,-2.8734564781188965,1.3097884654998779,4.0305089950561523,-0.8695021271705627,0.6978134512901306,1.2981262207031250,-1.9627612829208374,1.1003988981246948,2.5126786231994629,0.3847925066947937,0.5861573219299316,0.6052899360656738,-1.8973038196563721,1.3845319747924805,-0.9226906299591064,-0.8428169488906860,-1.2763385772705078,0.8073769807815552,5.3474521636962891,1.6713545322418213,2.2490274906158447,0.0750009641051292,-0.3376976549625397,0.2944383919239044,3.8686802387237549,1.7343127727508545,-0.6400138735771179,-1.2962831258773804,-0.6715856194496155,0.1235716193914413,-5.4380354881286621,-0.5593389868736267,0.6507619619369507,-1.7743811607360840,2.3651976585388184,-2.1843636035919189,-0.4274545311927795,-1.9928423166275024,-5.3972926139831543,0.2106269896030426,0.9551081061363220,1.1122725009918213,-0.2364560067653656,2.1099908351898193,2.6925601959228516,0.4020130932331085,0.6796353459358215,-1.5818486213684082,1.0666267871856689,-2.6064298152923584,-1.2729728221893311,0.4406464993953705,-1.8138482570648193,2.0184378623962402,2.4036047458648682,0.5648549199104309,-2.0922234058380127,-2.2945621013641357,-2.5575807094573975,-0.5171486735343933,0.3640387356281281,2.4553818702697754,-2.1161112785339355,-1.8043714761734009,1.6409312486648560,-3.8118727207183838,2.0824379920959473,1.4134173393249512,2.1100006103515625,-2.0312149524688721,2.2889933586120605,-1.0270076990127563,1.7993838787078857,0.3315770924091339,0.0650844797492027,-0.5742557644844055,-1.5332635641098022,0.3131038844585419,-0.6329472661018372,-0.1311722546815872,1.7750993967056274,2.1135163307189941,-0.6835997700691223,-0.2164136469364166,-5.5004591941833496,-0.8467556834220886,2.2579092979431152,-0.7279957532882690,2.7073969841003418,1.2438349723815918,-0.5061284899711609,0.8322954177856445,7.9989104270935059,2.6144373416900635,1.4250038862228394,0.7019659876823425,0.8010809421539307,-0.7302668690681458,-0.0259916689246893,0.9790260791778564,-1.4170646667480469,0.5039826631546021,3.8212256431579590,-1.9072422981262207,-2.7926712036132812,-1.7844823598861694,-2.4105894565582275,-1.9558238983154297,1.8143225908279419,-1.3618326187133789,1.1552354097366333,1.8921260833740234,-0.3163354396820068,0.0515486933290958,-2.2411246299743652,-1.2226306200027466,-0.3496504724025726,-1.4467618465423584,4.3998956680297852,-1.2204897403717041,0.5110102891921997,-0.2854750156402588,-0.2911430001258850,1.7916667461395264,0.7749277949333191,-2.8362779617309570,0.4787922799587250,-0.7882974147796631,-2.1169867515563965,2.4525694847106934,-0.0902286842465401,-0.6033902764320374,-8.0118207931518555,1.2084978818893433,-0.2914716899394989,0.9802804589271545,1.2531479597091675,1.2355450391769409,-2.0617842674255371,1.4604170322418213,-0.2012244313955307,0.7380136847496033,-1.0770559310913086,-2.2542805671691895,1.7261784076690674,-3.8414649963378906,2.6930737495422363,1.4418709278106689,-2.7457671165466309,2.6946120262145996,-0.5514951944351196,1.0495167970657349,-1.0096862316131592,1.1887903213500977,-0.3236813843250275,-1.7763024568557739,2.4714379310607910,3.1638143062591553,0.1329018771648407,1.2070182561874390,1.5464276075363159,-1.4603469371795654,0.9579488039016724,1.2798712253570557,0.8557258248329163,-3.1047840118408203,1.8502776622772217,1.9435055255889893,1.9333953857421875,0.2489134669303894,0.0480873174965382,-0.1216834187507629,-3.9038517475128174,-0.7332392930984497,-2.1785874366760254,1.5010607242584229,-1.2360678911209106,1.5005942583084106,4.5744547843933105,-1.2180489301681519,-1.1693713665008545,-0.2022915780544281,-3.7247700691223145,-0.3784449398517609,1.8979921340942383,-1.3032397031784058,1.9251445531845093,2.1293787956237793,2.7712829113006592,-0.3566141724586487,1.0245107412338257,-1.4410682916641235,-2.8206431865692139,1.0103892087936401,1.9112645387649536,0.1020047739148140,2.5154602527618408,0.3675569295883179,2.6777284145355225,-1.5011188983917236,-1.5296835899353027,-1.7855165004730225,2.2140557765960693,-0.8091636300086975,0.9744974374771118,-2.5561091899871826,0.8823547959327698,-2.1789841651916504,-0.7029827237129211,2.7728931903839111,1.3884694576263428,-0.1746013164520264,-0.4429949820041656,-2.5932483673095703,-2.5832846164703369,-2.8037319183349609,2.3707420825958252,-2.0830159187316895,2.3469030857086182,1.3491992950439453,-2.8367838859558105,-0.4278570413589478,1.3529306650161743,-3.2331321239471436,2.6192753314971924,1.2209303379058838,-1.3893291950225830,-1.6831214427947998,1.0169258117675781,3.5899899005889893,-0.6033309102058411,-0.7385832667350769,-0.1549781709909439,-0.6465476155281067,1.0393980741500854,-0.6619039177894592,-2.1163704395294189,-0.5581796765327454,-1.0382182598114014,1.2676030397415161,1.3045939207077026,-3.2073140144348145,-0.4839421808719635,0.1127866283059120,0.8747887015342712,0.9531231522560120,0.5342811346054077,2.3254811763763428,9.2845773696899414,-3.1904654502868652,-2.4626729488372803,-1.0783089399337769,-0.5693152546882629,-3.4348747730255127,-2.7862448692321777,-0.1920585036277771,4.7902727127075195,1.8698952198028564,1.4549634456634521,-2.8295574188232422,-1.8315756320953369,-1.3026522397994995,1.1046693325042725,0.7550289630889893,0.9705336689949036,-0.3588528037071228,-0.1149606704711914,-1.5561094284057617,-0.8309842348098755,-0.5774220824241638,2.0657174587249756,1.0596531629562378,-5.2527418136596680,-1.8507043123245239,-1.9868806600570679,-1.5729081630706787,1.6030031442642212,0.0912053883075714,3.9453411102294922,3.6571254730224609,2.8373129367828369,-3.0330078601837158,-2.1748917102813721,0.3353879153728485,-3.6923747062683105,-1.9599446058273315,0.1387264281511307,0.8034683465957642,-1.0277148485183716,0.8537608385086060,3.0571703910827637,-1.0618480443954468,0.7912016510963440,-1.1353056430816650,-4.4666085243225098,0.1956840306520462,-0.4004101455211639,-0.9133422374725342,-2.1102635860443115,-0.2079505771398544,1.6180807352066040,-1.0102726221084595,3.3968074321746826,1.0139582157135010,-1.6180268526077271,1.4582693576812744,0.8861077427864075,-1.1710768938064575,2.7078802585601807,-2.1009328365325928,-3.1857709884643555,-3.0700416564941406,0.3589826822280884,0.7612131834030151,0.5589763522148132,0.3950190246105194,-7.0493173599243164,-0.2904411852359772,-0.7658870220184326,-0.1100510433316231,-1.9638519287109375,0.8094012737274170,-3.3967454433441162,-1.7705554962158203,2.0050332546234131,-1.3045560121536255,-1.2124783992767334,-0.5089517235755920,-0.9682659506797791,-0.5734664797782898,-0.1013317555189133,-0.6106699109077454,-1.1240298748016357,0.4683526456356049,-1.7287958860397339,-0.8091636300086975,-2.4420433044433594,-2.4572715759277344,1.1914167404174805,-0.5297652482986450,-3.6388483047485352,0.0544656626880169,-1.4059051275253296,1.8450257778167725,-1.3751777410507202,-0.0373658537864685,1.4129072427749634,0.1233778446912766,6.3111681938171387,1.3310519456863403,-2.8049800395965576,0.5831702947616577,1.3428997993469238,0.3472047448158264,-1.6601845026016235,0.8349605202674866,-5.1256790161132812,-0.2863776385784149,2.3338439464569092,-0.1299870759248734,-0.7302759289741516,1.0259629487991333,1.0647097826004028,0.2200979441404343,-2.4946820735931396,0.0609774552285671,-3.1052370071411133,0.2790086567401886,-1.5105743408203125,-4.1431593894958496,6.2056031227111816,0.1694503128528595,-0.3159310817718506,2.2486691474914551,-5.5989980697631836,0.8475510478019714,-2.8990464210510254,-1.7447366714477539,1.3267580270767212,-0.6975758075714111,0.0535337589681149,1.4003627300262451,-0.6407926082611084,0.1233481839299202,-0.5583819746971130,0.3960818946361542,0.7873647212982178,0.5593372583389282,5.1145300865173340,-0.0315489433705807,-0.2335499078035355,-1.0299758911132812,-2.1660051345825195,-2.6967391967773438,4.5804295539855957,10.4908199310302734,-8.3273277282714844,-0.5706017613410950,12.7032117843627930,-2.8505384922027588,5.5349397659301758,0.6432396769523621,-2.9412779808044434,-11.4255142211914062,27.0006961822509766,18.7239189147949219,-13.9706726074218750,-4.4494199752807617,-2.3175392150878906,4.3027992248535156,12.9666948318481445,3.1518785953521729,15.4479408264160156,22.0460872650146484,3.5616805553436279,11.3067865371704102,15.6722660064697266,7.2531323432922363,9.0269613265991211,5.8455681800842285,19.8272380828857422,9.6973838806152344,5.6775765419006348,3.2713544368743896,14.4597320556640625,0.4527837634086609,0.5854423046112061,0.5008735656738281,0.3132113516330719,0.4229826927185059,0.3204745650291443,0.2714852094650269,0.5057451128959656,0.4527792334556580,0.4979093074798584,0.6657036542892456,0.9433834552764893,0.5149711370468140,0.4475634098052979,0.2580189108848572,0.3179995417594910,0.7159878611564636,1.8091043233871460,-0.0451401174068451,-0.2422671765089035,-0.6860191822052002,1.1385716199874878,0.4733768403530121,0.0399857610464096,-0.0407770276069641,1.4951442480087280,-1.8397296667098999,-0.5799100995063782,1.6449609994888306,-1.8234399557113647,-1.7209864854812622,-0.3868463933467865,0.0000099999997474,1.1445896625518799,-0.7983643412590027,-1.5366784334182739,1.7970497608184814,0.4269374608993530,0.3102388679981232,-0.9396702647209167,0.6814978122711182,-1.9686614274978638,2.4742648601531982,-0.3750118315219879,-1.6666676998138428,1.2139651775360107,-0.1486682444810867,0.3681716918945312,-5.8467707633972168,-2.0974378585815430,0.0676577091217041,1.2973855733871460,1.9263055324554443,1.2420001029968262,-1.5449582338333130,0.7512872815132141,-0.3182141482830048,-0.8759479522705078,-0.1476593762636185,0.6215171217918396,-0.0770969390869141,-1.0645645856857300,-0.4828980267047882,-0.2444367259740829,8.2391452789306641,-1.7188395261764526,-1.1353679895401001,3.9713339805603027,1.5832632780075073,2.3205144405364990,-0.7039433717727661,1.5841047763824463,-4.2466630935668945,-3.2513647079467773,0.0657532587647438,-1.1794011592864990,1.1108696460723877,2.2683739662170410,-0.9556206464767456,1.3635178804397583,-1.6324173212051392,-3.2755997180938721,-0.9954165816307068,2.0863432884216309,-0.2460865676403046,-1.1497672796249390,1.2760789394378662,0.6245629191398621,0.5496846437454224,-4.6359424591064453,-0.9282323122024536,-3.8669533729553223,-1.5692998170852661,3.9206199645996094,0.1904313564300537,1.6021003723144531,1.5618124008178711,0.5752288103103638,-0.3097143173217773,0.3346141874790192,-2.1133167743682861,-0.8071630001068115,1.5732699632644653,-1.0467017889022827,-0.2573809921741486,1.9877842664718628,1.1910697221755981,-0.2801167964935303,-0.2172829806804657,-2.4056673049926758,0.2555753290653229,0.3435736298561096,0.1913842707872391,0.3374955356121063,2.9643235206604004,-1.2810847759246826,-1.3397150039672852,2.1209497451782227,-9.8405017852783203,-0.4346031844615936,-2.5723881721496582,0.1000368818640709,-1.7621715068817139,4.4861321449279785,0.3377804458141327,-0.5101074576377869,2.9790387153625488,-3.4176566600799561,-1.8379833698272705,0.6991950869560242,-2.0546052455902100,-2.0328626632690430,7.4875698089599609,-0.0726532414555550,1.2085446119308472,0.3668993413448334,0.5379433035850525,-0.1719593405723572,1.1125925779342651,-0.0449848659336567,1.8898237943649292,0.4157903194427490,-0.3011141717433929,0.2002046704292297,-5.7075695991516113,-0.2501051425933838,-0.0832781121134758,0.3286958634853363,2.2720179557800293,2.1043479442596436,-0.6481522917747498,-0.1617400199174881,-1.0546110868453979,-0.6268245577812195,-2.0267069339752197,2.0245888233184814,0.4733408391475677,1.0585972070693970,-0.6494727134704590,-0.0361612066626549,10.4809570312500000,1.6050732135772705,-3.1672971248626709,-1.0250213146209717,1.3164360523223877,-0.0861156359314919,1.2003215551376343,-0.8014090657234192,1.3107933998107910,0.6584563851356506,1.2244826555252075,0.1461586356163025,3.9686279296875000,-0.5019016861915588,-0.3522760868072510,1.5488473176956177,1.3676985502243042,-2.1546053886413574,0.0575644560158253,0.7256886959075928,-2.1028916835784912,0.1634045094251633,-5.3103914260864258,0.7853505611419678,0.9431729912757874,-2.2703006267547607,-2.8515667915344238,3.8940014839172363,-2.7042975425720215,1.5737496614456177,0.9372959136962891,-0.5969083905220032,-3.4621882438659668,-0.3536514937877655,-0.5004826188087463,-1.8449472188949585,2.1259427070617676,-1.0427290201187134,-0.0156273450702429,1.0905206203460693,2.2296490669250488,0.8958535790443420,0.6522054076194763,0.9436005949974060,-1.5958172082901001,-0.7139745950698853,1.2610632181167603,-0.6625279188156128,-2.6530539989471436,0.9085226058959961,0.8739908337593079,-4.1016445159912109,6.7976031303405762,1.7363256216049194,3.8418579101562500,-0.8372269272804260,0.1991376429796219,-4.0665712356567383,-0.2593714892864227,0.7470828294754028,2.1132180690765381,-0.7952743172645569,0.5375028848648071,2.7773447036743164,6.2630968093872070,1.0253256559371948,-1.0313792228698730,-0.0124378688633442,0.5858261585235596,-1.0687204599380493,0.7186591029167175,-2.3979129791259766,0.4861885905265808,-1.4205569028854370,-2.2693459987640381,0.7975608706474304,1.3270763158798218,-0.9807299971580505,2.8984570503234863,-1.4913920164108276,1.8583327531814575,-2.2091066837310791,0.1206683889031410,-0.3193158209323883,1.8378214836120605,3.3602368831634521,-1.2672847509384155,0.1218087971210480,-1.7098617553710938,-4.2081580162048340,-8.7734775543212891,-0.7104458808898926,-4.0948543548583984,-2.1956005096435547,1.5242518186569214,-0.8019603490829468,1.0805467367172241,2.1703908443450928,0.8559176325798035,-0.5941426753997803,1.3733630180358887,-2.0470654964447021,0.3964724838733673,-2.2962708473205566,3.9307930469512939,1.3550009727478027,-1.9415354728698730,3.3565657138824463,-0.8986681699752808,-5.6485042572021484,-0.0111350277438760,-1.2095406055450439,1.8693500757217407,1.1341286897659302,1.8308571577072144,0.2632653415203094,-0.2434281408786774,-1.0801732540130615,-0.7211121320724487,0.6552816629409790,-2.1139829158782959,0.7128500938415527,-0.6835554838180542,0.1367505937814713,-1.9288592338562012,-2.9048774242401123,1.1522051095962524,-2.1326401233673096,-1.1038376092910767,-0.2749350070953369,1.4652210474014282,0.2460398823022842,-2.8667366504669189,0.4729969501495361,-0.7371137142181396,0.0568631887435913,-1.4149559736251831,-2.4171912670135498,1.9046057462692261,-0.2301702648401260,0.4744108617305756,0.5551168918609619,-1.1115682125091553,0.6562852263450623,-8.1017808914184570,-1.4190573692321777,0.2965702712535858,0.7311704754829407,-0.3902248740196228,-0.0483403094112873,2.7288858890533447,0.2420926392078400,2.4152843952178955,0.1451683789491653,-1.1695402860641479,-1.0841190814971924,-0.9312211275100708,0.7101241350173950,-0.0651197880506516,0.9102715849876404,2.0778007507324219,0.0481272824108601,2.7009375095367432,-1.2643103599548340,7.0691165924072266,0.7232946753501892,-1.5635800361633301,0.6625016927719116,-3.0509274005889893,-1.4453524351119995,-0.4927038252353668,-0.8969811201095581,1.9845451116561890,1.7513178586959839,2.5066003799438477,0.9418658614158630,1.0105587244033813,-0.2772530019283295,0.9144034385681152,0.3060435354709625,-1.5208872556686401,-0.6513751745223999,0.5640780329704285,0.1718629896640778,3.5847759246826172,2.9524919986724854,1.1845747232437134,0.3194735050201416,-2.3218834400177002,0.7400539517402649,-2.9066092967987061,0.7065981626510620,-3.5861992835998535,0.9326510429382324,-5.9218335151672363,-0.5120704174041748,-0.5679090619087219,-0.0447896979749203,-0.8197500705718994,-1.7858773469924927,-1.1090999841690063,0.7747590541839600,0.1312419474124908,0.2736817896366119,3.9369900226593018,-0.1704964488744736,2.4277234077453613,-0.6198309063911438,-2.5666024684906006,-2.2043709754943848,2.8372509479522705,-2.0044527053833008,-2.3874104022979736,0.0962793678045273,1.9691582918167114,-0.1030867099761963,0.8632434606552124,-1.5986791849136353,-2.5466809272766113,-2.6091172695159912,-2.1110470294952393,-0.3746426999568939,3.1363613605499268,-0.2121923565864563,-0.0093754706904292,-0.8933367133140564,-0.1586464941501617,0.2779086530208588,1.3470643758773804,0.3433609902858734,-0.6405074596405029,-0.7459781169891357,1.6610739231109619,0.3390576243400574,-2.1257314682006836,0.7705368995666504,-2.3213965892791748,0.5474449992179871,12.0793800354003906,-0.1237732470035553,-0.0101396664977074,-0.6738137602806091,0.7429716587066650,1.5709586143493652,-0.8067827224731445,-0.0219275765120983,2.3359174728393555,0.1823217570781708,2.5038533210754395,0.6099970340728760,0.0554581135511398,0.4804014861583710,-3.4320464134216309,-0.8435816764831543,5.4570846557617188,0.8604083657264709,1.5096955299377441,2.1409316062927246,1.3461542129516602,-2.2074892520904541,1.2991805076599121,1.1471563577651978,-0.0547164008021355,0.7630335092544556,0.4725151062011719,0.7217037677764893,0.0328190065920353,0.3573994338512421,2.8922739028930664,0.6032020449638367,0.9356865882873535,2.4793567657470703,0.8439412713050842,-0.1375057548284531,5.7202930450439453,1.4041599035263062,0.7908588051795959,0.0222496017813683,-1.5158706903457642,-0.7231730818748474,-0.4047971069812775,-2.2749829292297363,-3.0582163333892822,3.0105237960815430,-2.0731573104858398,-0.2579644918441772,4.5657863616943359,1.1014865636825562,2.9506459236145020,0.1600661426782608,-0.3237410783767700,-1.7170453071594238,-12.0131464004516602,-0.2693511545658112,1.8413686752319336,-1.0220433473587036,-2.8086364269256592,0.5362644791603088,-10.6697950363159180,-0.5994998216629028,-0.7889238595962524,0.2285556942224503,2.4104344844818115,0.2379623055458069,-0.0164650231599808,0.3572173118591309,-1.2716886997222900,0.0192744154483080,-0.3192749917507172,0.9183337092399597,-1.1193082332611084,0.5196534991264343,-1.1529315710067749,0.2904909849166870,-2.2627396583557129,0.6096560359001160,-0.6792299151420593,-0.8515802621841431,1.8670285940170288,0.6330997943878174,-2.1634566783905029,-0.9976201653480530,-0.6736201047897339,1.1123079061508179,2.1101520061492920,-1.2171986103057861,-2.9777317047119141,-3.3800938129425049,-8.7706298828125000,0.0864054635167122,-2.5200085639953613,0.0974993258714676,-0.1215582266449928,-2.1881866455078125,1.8437970876693726,-2.0033128261566162,-0.3687621355056763,-0.8792826533317566,-0.2628957331180573,0.1143555194139481,-0.5841113924980164,-0.7194006443023682,0.4168060719966888,0.7210525870323181,1.0281064510345459,0.2955310344696045,1.3114485740661621,-0.2108167558908463,0.6967783570289612,-1.5643579959869385,0.7310543060302734,-1.0290533304214478,-0.7699043750762939,1.0126295089721680,1.7441344261169434,-1.7504233121871948,4.5383477210998535,-0.4651001095771790,0.9806615114212036,1.1036192178726196,6.8153524398803711,0.3716899454593658,1.7783898115158081,-1.7344636917114258,-2.2294013500213623,0.9740723371505737,-0.6864149570465088,-0.7101179361343384,-0.7714300751686096,1.3559601306915283,3.3475716114044189,-1.5649442672729492,4.1072483062744141,-1.0751836299896240,1.3062976598739624,1.3768719434738159,-0.2025270760059357,0.5090032219886780,2.7827296257019043,0.7436813116073608,-1.9926240444183350,2.4599452018737793,-2.2131099700927734,-1.3094311952590942,-0.4615794122219086,-0.9135746955871582,2.6620903015136719,-5.2221965789794922,-2.5785224437713623,-2.3390083312988281,-14.0187788009643555,-1.2112758159637451,8.3429012298583984,-4.9903798103332520,17.5377311706542969,-7.0995893478393555,1.7824230194091797,-3.8417320251464844,-8.3102684020996094,7.5158715248107910,4.1265602111816406,26.8431549072265625,13.8746147155761719,10.9211635589599609,36.1633834838867188,9.1328477859497070,20.4694099426269531,23.9174804687500000,10.8206377029418945,15.7089815139770508,12.6907482147216797,17.4158515930175781,6.9355974197387695,8.4063110351562500,24.8234558105468750,29.2370986938476562,42.1872138977050781,0.4000827372074127,0.7159134745597839,0.5347691774368286,0.8198356628417969,0.8063717484474182,0.4901234209537506,0.5194118022918701,0.8498601913452148,0.9227538704872131,0.5924689173698425,0.5530652403831482,0.2747794389724731,0.5027732253074646,0.3322079777717590,0.4000452458858490,0.9586361646652222,0.0723908618092537,0.2144104838371277,-0.0452971011400223,1.8141853809356689,-2.3048815727233887,0.1470233052968979,0.7508503198623657,1.6254497766494751,-1.5269987583160400,1.7250390052795410,-0.0703694894909859,-0.2695963978767395,0.3032984435558319,-0.0589191429316998,0.3235104382038116,1.8912774324417114,0.0000099999997474,-0.8392891883850098,-0.3913814425468445,0.6432260274887085,-0.4775813519954681,0.4353414773941040,-0.6275970339775085,-0.2070499062538147,2.0984444618225098,1.0403144359588623,5.6342554092407227,-0.9638133049011230,-0.0776077136397362,-0.7111288905143738,-0.6422037482261658,0.2421672940254211,-1.3046214580535889,0.0905045941472054,2.2829093933105469,-0.4891724586486816,-3.0726060867309570,0.5173062682151794,0.0759708806872368,-0.7428114414215088,-9.2666349411010742,-0.2833893597126007,-2.1211857795715332,-1.6192159652709961,3.5727581977844238,-1.0614452362060547,-4.3753409385681152,0.5265773534774780,2.4976875782012939,0.4003039598464966,-0.7803913950920105,0.2546600997447968,-1.3543766736984253,0.0944409295916557,-0.4826574623584747,-1.0311788320541382,-0.4009477496147156,0.6042327284812927,-2.3601002693176270,-0.7483339905738831,-1.4891779422760010,-0.4386582076549530,2.2188656330108643,-0.8406383991241455,1.2025712728500366,0.1094370707869530,-0.4444965422153473,0.8885365128517151,-4.8861241340637207,-0.1893783211708069,-9.4808130264282227,-2.2911195755004883,-1.5419209003448486,0.0279538966715336,-4.4056119918823242,-1.9355416297912598,-0.6783696413040161,2.1997499465942383,-0.6622072458267212,0.0052164336666465,0.7090355157852173,0.0764960274100304,-0.8152718544006348,1.6501203775405884,-3.6893904209136963,-2.7505621910095215,-0.5658861994743347,-2.8067023754119873,-0.6217956542968750,0.4147127866744995,-1.0319540500640869,-0.3495720326900482,1.5276898145675659,0.7014240026473999,1.8022446632385254,-1.8696604967117310,5.6669669151306152,-2.7556886672973633,-1.5697826147079468,-5.8098607063293457,-3.9727642536163330,-1.9638916254043579,-0.6599120497703552,-2.4772055149078369,0.5696101784706116,3.1076276302337646,-1.3829823732376099,-0.7690327167510986,0.5548064708709717,0.4995825886726379,1.1294516324996948,-1.1712390184402466,0.4954970777034760,-0.2890317738056183,-0.1683924645185471,-0.8309687376022339,0.6982931494712830,1.0016760826110840,-0.1895392835140228,-1.4844160079956055,2.4921979904174805,1.7708021402359009,1.1475297212600708,1.3071502447128296,-1.0022497177124023,-0.6731793284416199,-3.6891684532165527,0.9659051299095154,-0.4417200982570648,0.2102540582418442,1.8491364717483521,-0.7975659370422363,-0.8588857054710388,0.0982691720128059,0.7441057562828064,-0.2325171977281570,-4.3961486816406250,0.8055496215820312,3.0630006790161133,-1.3495922088623047,-6.1138896942138672,0.0199015252292156,-4.7090449333190918,0.2511106431484222,1.1556531190872192,0.9920019507408142,-0.0891310572624207,-0.3441761732101440,-0.3703767359256744,-0.3166916668415070,1.4007098674774170,-2.0581340789794922,-0.8621603846549988,1.2376894950866699,-1.2892949581146240,-0.2784014046192169,-4.3287572860717773,-1.5139614343643188,-1.9149652719497681,0.8324790000915527,0.9260878562927246,-0.2129440754652023,-0.3982321619987488,0.7678866982460022,-4.0328030586242676,-0.2529694736003876,2.4666121006011963,-0.0029025806579739,-5.5083899497985840,0.9399045109748840,-0.6260634064674377,0.2889457046985626,-4.1817474365234375,-0.2909242510795593,2.0593667030334473,2.5202658176422119,0.0808925405144691,-1.5330852270126343,-0.0108057381585240,0.3684791326522827,-2.0261220932006836,-0.7494502663612366,8.7784872055053711,-0.3141318857669830,-1.1027404069900513,0.7093471288681030,2.6396813392639160,0.5110104680061340,-0.2965119481086731,0.2356385439634323,0.1679712086915970,-0.2812062799930573,2.2324807643890381,0.3625201284885406,0.8604583740234375,-1.1171808242797852,-0.0067358403466642,-0.1017915606498718,2.4451942443847656,2.0200283527374268,0.1088069751858711,0.5169008374214172,3.3221609592437744,2.0230937004089355,1.5584118366241455,-5.4615769386291504,-1.8544546365737915,1.5923037528991699,3.9932165145874023,0.1637922078371048,-1.2694463729858398,0.3425764143466949,-1.8925868272781372,-1.1245379447937012,-2.0221316814422607,1.6835961341857910,-1.6988369226455688,-0.6564469933509827,-3.3772778511047363,-3.0794696807861328,2.2381339073181152,-2.1885700225830078,-0.7754567265510559,2.1024456024169922,-1.2384228706359863,0.3479947447776794,-4.6948647499084473,-2.4224114418029785,-3.1528348922729492,-0.5099859833717346,-1.1593097448348999,-2.2846195697784424,-0.4906423389911652,1.1599233150482178,3.0620074272155762,-1.5026232004165649,0.0475178882479668,3.2672677040100098,1.3435872793197632,-1.5397367477416992,3.7673749923706055,1.3864110708236694,0.6463968157768250,0.5568048357963562,-7.5923843383789062,-0.2373044043779373,1.5907424688339233,-0.5425710678100586,-2.9177258014678955,-0.6974233984947205,-1.4330300092697144,-1.2335519790649414,0.9177885055541992,-0.1384193897247314,1.8774678707122803,0.6989960670471191,-0.6823169589042664,-0.2459326088428497,-4.1227226257324219,1.2378621101379395,-0.6193056702613831,0.2277496755123138,-0.8398848176002502,-1.7454791069030762,0.9623430371284485,-1.4313752651214600,-0.4880328476428986,-0.1302250325679779,1.9653868675231934,1.2780332565307617,-1.4741262197494507,-0.9413684606552124,-0.7249359488487244,1.2981060743331909,-0.1330293416976929,0.1315498799085617,4.7434220314025879,-2.2867224216461182,-6.5153765678405762,0.6688176989555359,-0.5128742456436157,-0.3018161356449127,-0.5164840221405029,-1.8851033449172974,0.5458948016166687,0.2364145368337631,-3.0082504749298096,1.4140474796295166,1.0869615077972412,0.3639101386070251,2.6752357482910156,0.7878403067588806,-1.4461385011672974,-0.1898260712623596,-1.7449442148208618,-0.6163991093635559,-3.5625905990600586,0.3369356393814087,-1.4905121326446533,-0.6888687014579773,0.4858734309673309,1.5044273138046265,-1.4763916730880737,-0.1497441977262497,2.0442197322845459,-1.8475279808044434,-0.2246330678462982,0.2736750543117523,2.9471116065979004,0.8276115059852600,0.0515703074634075,0.2717168927192688,0.0302890073508024,1.0322221517562866,1.8864978551864624,3.0433342456817627,-1.9465085268020630,-1.3810608386993408,1.7499628067016602,0.8878419995307922,3.6894690990447998,-0.6450522541999817,-0.8878287076950073,-1.0012886524200439,0.2668161690235138,-0.8101584315299988,1.2006527185440063,1.9838585853576660,1.2413907051086426,0.9597735404968262,7.6135287284851074,-0.1241565495729446,-4.1973719596862793,-1.1616688966751099,-0.2168595492839813,0.0129356198012829,-1.9517173767089844,-0.7982262372970581,-1.2971959114074707,0.0132254073396325,2.0106728076934814,0.2162862271070480,-1.0803179740905762,-0.3539340496063232,0.0420278720557690,0.9883497953414917,-2.9022266864776611,1.3535248041152954,-2.5887784957885742,-1.0269258022308350,-6.4344964027404785,-0.2933466732501984,0.8429865837097168,0.1079086214303970,2.4742250442504883,0.7412735819816589,3.4166276454925537,-0.2584702372550964,-3.2237110137939453,0.8649006485939026,-1.0591868162155151,0.4661893844604492,-0.1096006780862808,1.1200748682022095,-3.9803678989410400,-0.2505588531494141,-2.2580766677856445,2.5828061103820801,3.4968323707580566,-0.0425418317317963,-0.2648981809616089,-0.1601862907409668,2.1574184894561768,2.2897403240203857,-3.1959230899810791,1.0782295465469360,-0.7866393923759460,1.6777944564819336,-5.4950737953186035,0.5952308773994446,3.0766081809997559,-2.5356261730194092,-2.9700784683227539,-0.6557708978652954,-5.9410891532897949,0.6394619941711426,-0.9201856851577759,1.1055113077163696,4.1123380661010742,0.6652596592903137,-1.0074144601821899,-0.6701732277870178,-0.9356022477149963,-1.0006139278411865,0.5087019801139832,-1.9010540246963501,0.4776188731193542,4.4599242210388184,-0.0417496263980865,-0.2933297753334045,-0.5338959693908691,0.7789203524589539,-4.8315124511718750,0.1179991513490677,0.0250378064811230,0.5074586272239685,0.5469417572021484,-1.2668714523315430,-10.2823057174682617,0.8214572668075562,5.4199604988098145,1.0716804265975952,-2.7965645790100098,-0.9277896881103516,1.8878973722457886,-1.3995407819747925,0.3755603730678558,-1.1784057617187500,-3.1922464370727539,-1.2763601541519165,4.4083456993103027,-0.6679686903953552,-1.7611070871353149,0.5291759371757507,0.3694818615913391,0.4312176704406738,-2.2950847148895264,-0.0336726605892181,1.2891322374343872,0.5670061707496643,-1.8553485870361328,1.4783011674880981,-0.1747235655784607,0.5882335305213928,11.7401361465454102,-0.4838364124298096,-0.0796707719564438,-0.5265614390373230,0.5465468168258667,2.0142841339111328,8.2528457641601562,-0.5906419157981873,-1.7782148122787476,-0.1830093413591385,2.3954191207885742,2.0703413486480713,-1.8523273468017578,0.2983443439006805,-1.0263812541961670,0.3187335431575775,2.5783977508544922,-1.4743119478225708,-1.5823073387145996,-0.0919710695743561,1.3609580993652344,1.4625251293182373,-1.7356892824172974,-0.2040732055902481,-0.7729509472846985,1.9957251548767090,-2.0872755050659180,-1.0467529296875000,-0.1708232611417770,-0.2903341352939606,1.6278132200241089,-1.0872460603713989,0.8658979535102844,1.1908746957778931,-1.0238417387008667,0.1176268234848976,-0.7884222865104675,-1.6662038564682007,0.7582849860191345,-0.8660973310470581,2.2389025688171387,0.5501465797424316,1.4343392848968506,-2.1144826412200928,-1.9589003324508667,-0.8727701902389526,-1.4078844785690308,-1.1817423105239868,0.2663768529891968,0.9402632117271423,-1.1950161457061768,-0.2159325182437897,1.2652127742767334,0.5121139883995056,0.9195117354393005,0.2964592278003693,0.3763470053672791,-0.4052501320838928,-15.1229095458984375,-1.7533606290817261,-2.2225952148437500,0.7872454524040222,2.5316412448883057,0.3011212944984436,-6.7834095954895020,0.5185998678207397,-1.1136311292648315,0.3867566883563995,0.2884203493595123,-1.6443754434585571,-6.1876549720764160,0.6014102101325989,0.1845358461141586,-0.4682113230228424,-0.7311835885047913,-1.9029014110565186,-0.9497093558311462,0.8431134819984436,3.7182681560516357,-0.9533345699310303,-2.6198427677154541,1.4743736982345581,-1.1562418937683105,-0.4111586511135101,-2.2217440605163574,-1.7542328834533691,0.9647634029388428,0.8776001334190369,0.2134428471326828,-2.5676691532135010,2.2332398891448975,2.3112845420837402,-0.8014432787895203,0.0010649936739355,-0.4184692203998566,-8.6197328567504883,-0.2884713709354401,-2.7110786437988281,-4.5008964538574219,-1.8998214006423950,-2.2139191627502441,5.8854522705078125,1.2491774559020996,1.5468190908432007,1.7002757787704468,4.5807738304138184,2.0252716541290283,-10.6799526214599609,7.3964743614196777,-3.1664052009582520,-2.5568470954895020,7.2116398811340332,24.1610279083251953,5.9991698265075684,47.3829269409179688,25.6630153656005859,59.7294616699218750,19.4825420379638672,15.5005340576171875,20.9436874389648438,24.5949649810791016,39.7904663085937500,14.6760540008544922,33.0530853271484375,61.9129638671875000,37.2144813537597656,72.1246871948242188,0.3801884353160858,0.3225622773170471,1.5238355398178101,0.5413548350334167,1.3759232759475708,0.9644671678543091,2.2911891937255859,1.1451964378356934,0.6431047320365906,1.1960812807083130,0.9650706052780151,1.5514076948165894,0.9539386630058289,0.3346721529960632,0.4619310796260834,1.3877004384994507,-1.9993517398834229,0.3400879800319672,0.3896296918392181,-0.2982097566127777,-2.6312141418457031,-1.5566776990890503,0.9298014640808105,3.3273193836212158,-0.3165870308876038,2.3537712097167969,2.2658538818359375,-0.1900139898061752,2.7036485671997070,0.1849759519100189,-0.6540625095367432,-2.1272594928741455,0.0000099999997474,1.1419402360916138,2.3530931472778320,0.6717596054077148,-2.4600589275360107,-0.2131440490484238,0.1715957671403885,1.7742797136306763,5.4781475067138672,0.0578780993819237,0.2728921175003052,1.1124891042709351,-0.3530230820178986,0.2439164519309998,-1.0616530179977417,-0.3112057745456696,0.4926781654357910,-0.8230298757553101,-1.7849574089050293,-0.2669658660888672,1.4841911792755127,0.8381102085113525,8.7357149124145508,0.2949752509593964,-1.0195165872573853,0.7423191666603088,-4.9994764328002930,-0.8428584933280945,0.2839660048484802,0.7196308374404907,3.6439666748046875,1.2395167350769043,5.4289565086364746,-0.9954565763473511,2.5160398483276367,0.3617995977401733,8.8715963363647461,-0.4045960903167725,-1.4073045253753662,1.1261653900146484,0.5309735536575317,0.7505363821983337,5.6247348785400391,0.2595644891262054,-3.8361718654632568,0.4733163416385651,2.9682688713073730,-0.8509703278541565,1.9789174795150757,0.2885672748088837,0.9055168032646179,0.1712087541818619,2.0534100532531738,2.7638635635375977,2.8745982646942139,-0.6301463842391968,0.9474961161613464,2.6065986156463623,1.1149899959564209,-0.4975844025611877,-1.1552572250366211,1.0076193809509277,-0.2144146263599396,1.0553729534149170,1.4137988090515137,0.4699636995792389,-1.5426105260848999,-1.1722586154937744,-4.8965735435485840,0.8033459782600403,0.5154548883438110,0.4441007077693939,-1.9572359323501587,0.4837452471256256,-2.4149403572082520,-0.9458051919937134,3.8879401683807373,-0.3579054772853851,-3.0178949832916260,0.3628757894039154,-4.9468655586242676,-1.2534809112548828,1.1266456842422485,-1.7724976539611816,0.5991854667663574,-2.9349412918090820,-1.2249326705932617,0.9667160511016846,-0.0742981433868408,-0.2763919830322266,-3.0177912712097168,0.4112901091575623,1.0302982330322266,-1.6843211650848389,-0.1725345104932785,-1.2505568265914917,-3.5241570472717285,-1.7613828182220459,5.1647357940673828,0.3048710823059082,1.3740473985671997,0.0196757018566132,2.7045376300811768,0.3923959732055664,-1.6555268764495850,-0.8457129597663879,-0.8864504098892212,0.5398170351982117,4.2736196517944336,0.1209655031561852,-3.3338503837585449,-1.0051599740982056,2.9400258064270020,-0.1720793992280960,-3.3806576728820801,-0.5552595853805542,5.6047220230102539,1.4787063598632812,0.6509660482406616,0.1950241774320602,-1.2617318630218506,-4.1201715469360352,1.4470940828323364,0.0028759033884853,0.1981997638940811,-0.1393868178129196,-0.2063933014869690,0.0652995854616165,-0.5161545276641846,1.3021343946456909,-2.4230358600616455,1.5529626607894897,0.3883195817470551,-0.3697195947170258,2.7415931224822998,-0.1163291633129120,0.2908503115177155,2.0317044258117676,0.4480494558811188,1.0521086454391479,-1.7757893800735474,-0.4530624449253082,0.4603036642074585,0.4220081567764282,2.1673831939697266,-3.2443051338195801,-3.2435710430145264,-0.6070953607559204,0.6161643266677856,-1.0485920906066895,4.3918724060058594,1.8555918931961060,-0.2645626366138458,-2.0489151477813721,4.3333187103271484,-1.2385365962982178,-4.6968774795532227,1.1915837526321411,-1.5991246700286865,-0.2756323516368866,-3.4294259548187256,2.3377630710601807,-0.5510840415954590,0.3971871137619019,-1.8072360754013062,0.1714946627616882,4.6801600456237793,0.4158992171287537,-1.2970575094223022,-1.4206435680389404,0.1556084305047989,0.0100229876115918,-0.3523473739624023,0.0611076913774014,-0.6432849168777466,1.1865968704223633,3.0675473213195801,-2.6115090847015381,-5.0454425811767578,-0.1688165217638016,3.0199055671691895,-1.9097367525100708,-9.1466646194458008,1.1304193735122681,-4.0982308387756348,1.5544250011444092,-4.0801544189453125,-0.7231625914573669,-0.9987754821777344,2.0194168090820312,-0.6904438138008118,0.6569157242774963,0.4780278801918030,1.7471431493759155,1.5562574863433838,0.3907950520515442,-3.2093834877014160,-0.0321272052824497,3.9985835552215576,-0.3610331416130066,0.2734899520874023,-2.3652064800262451,-0.3423979878425598,-0.6797751188278198,1.8704066276550293,0.3398967683315277,-0.0204351861029863,-2.9062285423278809,-1.8484257459640503,-1.3210076093673706,-1.5901136398315430,0.7910338044166565,-1.8997541666030884,-0.2367499619722366,2.9303238391876221,-0.2799482047557831,-2.1126754283905029,1.0578455924987793,-0.6525113582611084,-0.3007173538208008,1.2723143100738525,0.0777510106563568,5.2811770439147949,0.3995933532714844,-4.3645977973937988,0.2599125504493713,-0.1050170361995697,0.2047504186630249,1.0630692243576050,-0.1975005716085434,0.1149345114827156,0.1987464874982834,1.6699147224426270,2.2817604541778564,1.0584032535552979,1.3164144754409790,0.8783740401268005,-0.3043170273303986,1.0974668264389038,-0.6318619847297668,-0.3212126195430756,-0.3561294078826904,-1.7542477846145630,-0.7389954924583435,-0.1280080825090408,0.6271224617958069,2.3205964565277100,0.6714642643928528,-0.9342399835586548,1.8044695854187012,-0.8156351447105408,-1.0027686357498169,3.1486487388610840,1.1710940599441528,14.0555658340454102,0.5988450050354004,-4.2318501472473145,1.5004878044128418,-0.1727208048105240,-0.8477318882942200,-2.0517048835754395,0.1135271266102791,1.1963438987731934,0.2914353311061859,2.2687199115753174,4.3641715049743652,-1.4623392820358276,0.9078792333602905,2.1579782962799072,0.0106923403218389,1.5181344747543335,-2.7030019760131836,-3.8551712036132812,1.8040660619735718,2.6563982963562012,-0.3047399222850800,0.9009099006652832,2.8604025840759277,1.7540112733840942,-1.2664387226104736,-0.0223823767155409,5.7236399650573730,4.9273400306701660,-1.9977768659591675,-2.5738203525543213,2.9585177898406982,1.1137821674346924,1.0277676582336426,-0.3239554166793823,0.0632651150226593,-0.1649254113435745,0.2073864936828613,-0.8885828852653503,-0.0432476066052914,0.5774449110031128,-0.1268972754478455,9.7936935424804688,0.4002900719642639,-0.0482354126870632,0.3575665056705475,1.1265101432800293,0.0726611763238907,-0.2564217448234558,-0.3065614700317383,4.9924612045288086,0.1333464980125427,-0.4214177429676056,0.3956852555274963,0.7260515689849854,0.1644628196954727,0.8752353787422180,-0.1176671460270882,-0.4512953162193298,0.4466746449470520,-0.2757086455821991,-0.3831867277622223,1.5544047355651855,0.4134809374809265,13.7905960083007812,-0.1842380017042160,-5.0133390426635742,-0.2535221576690674,4.0357050895690918,-0.8560258150100708,-4.4234757423400879,0.8903110027313232,1.9055684804916382,0.2943623960018158,1.9735726118087769,-1.0433334112167358,-1.5869226455688477,-2.2078602313995361,-1.1210931539535522,-0.4616714417934418,-0.4293542504310608,1.5973105430603027,-0.8240318298339844,-1.4620637893676758,-0.2778782546520233,-0.7929793596267700,2.6876432895660400,-9.1560373306274414,1.1625753641128540,0.9606646299362183,0.0102950185537338,-5.9105048179626465,-0.1048169210553169,1.5803880691528320,3.3866455554962158,-2.8511474132537842,-1.0448731184005737,-1.7451033592224121,-0.5786224007606506,0.6676254868507385,4.2319588661193848,-0.9036566615104675,2.7406973838806152,0.1836823970079422,-1.3940331935882568,-0.6313737630844116,1.8654047250747681,-1.8466396331787109,-0.1246661022305489,-0.9467501640319824,-6.8697323799133301,0.3806779384613037,-0.1122450008988380,-0.0606942474842072,0.9685062170028687,0.6954341530799866,4.7174267768859863,-0.0379016138613224,-2.9311335086822510,0.1984747201204300,1.2432520389556885,-0.4806263446807861,2.6118752956390381,0.8211368322372437,0.2584740817546844,0.9569199681282043,2.5132186412811279,-1.4717892408370972,0.1870166659355164,-0.0583726428449154,4.0093922615051270,2.5179939270019531,7.5952506065368652,1.1113390922546387,2.1042783260345459,-0.5452119112014771,0.3558436036109924,0.5485475063323975,8.1378583908081055,-1.4958266019821167,0.6438769698143005,1.5170387029647827,-0.4309713542461395,0.4648447334766388,-2.5863914489746094,0.8555462360382080,-1.5735607147216797,-0.8346002697944641,-0.0069133178330958,-0.3943099975585938,0.7761975526809692,0.6265121698379517,4.9631423950195312,0.0687173604965210,-1.2951457500457764,0.1120250970125198,-5.4305505752563477,-0.1986478716135025,2.0496604442596436,1.5146528482437134,0.8686107993125916,1.3440798521041870,-1.0974756479263306,-0.1436866074800491,1.2207911014556885,-0.1493452042341232,18.7287349700927734,0.2646324336528778,1.6036760807037354,0.2566745579242706,-0.2516581118106842,-0.1860108673572540,0.6656865477561951,0.1884181350469589,-2.1608076095581055,-0.1346750259399414,-0.1874608844518661,-1.1462820768356323,-2.3879830837249756,-0.3191187679767609,0.4821658730506897,-0.6105886101722717,-1.7306942939758301,0.6956636905670166,0.9454860687255859,0.2338324338197708,0.5560796856880188,1.2344697713851929,2.8917031288146973,-0.8392278552055359,0.2210694253444672,0.6135495901107788,-0.6519114375114441,-0.2666524350643158,2.5351314544677734,-0.3816876113414764,2.6857624053955078,-0.3074707984924316,-2.0943012237548828,0.1769378483295441,0.0047894446179271,-0.1068851798772812,0.5659039020538330,0.3727781176567078,0.5224850773811340,-0.4634588956832886,-0.0447467155754566,-0.0657956078648567,0.2432743757963181,0.6200692653656006,-0.4399665892124176,-0.0984659120440483,-0.0755711421370506,-0.0492607168853283,0.3172450065612793,-0.9114955663681030,-0.1785530298948288,0.1109184697270393,-0.1073399186134338,-0.9446154236793518,-6.9382243156433105,0.1628046184778214,18.2035503387451172,-0.6050522327423096,2.2053711414337158,-0.5529678463935852,-0.1079530492424965,0.7863940596580505,-0.2380006611347198,0.5173444747924805,0.2861336171627045,-0.2486158609390259,0.3121216297149658,0.3628751933574677,0.2019837498664856,0.6223315596580505,-0.1544761657714844,1.2712731361389160,-0.5417892336845398,0.0003766779846046,1.3206939697265625,-0.3192247748374939,2.7069249153137207,-0.1099430024623871,-0.3050769865512848,-0.2990771234035492,0.2030236274003983,1.9529306888580322,-1.0645710229873657,0.1742888242006302,0.1019387096166611,1.3177955150604248,1.9613643884658813,-0.8347279429435730,-20.7320270538330078,1.2493487596511841,-3.6535339355468750,0.7735650539398193,3.8308510780334473,-8.1459379196166992,7.0832772254943848,-9.2274456024169922,2.1937856674194336,11.9980993270874023,-4.2914447784423828,-1.5700269937515259,-6.4259982109069824,-2.5491423606872559,0.8091994524002075,-5.6308970451354980,0.0995477139949799,-12.5296640396118164,3.8987662792205811,-8.6921758651733398,-0.9006974101066589,47.4370460510253906,37.8184165954589844,46.4679107666015625,15.6658611297607422,38.8183479309082031,72.8583679199218750,41.8420753479003906,47.7505722045898438,27.1959781646728516,72.3252105712890625,10.9582033157348633,44.2061309814453125,24.2112903594970703,34.1174964904785156,33.7326126098632812,70.2408523559570312,1.2471625804901123,0.8298642039299011,0.9915152788162231,1.9767770767211914,1.4490330219268799,0.6928873658180237,1.6196256875991821,0.5157029628753662,1.4411499500274658,1.2706927061080933,1.0486216545104980,0.5319599509239197,0.4635459482669830,0.3612452447414398,0.6935191750526428,0.4935657680034637,-2.1453390121459961,1.8657652139663696,0.4066532254219055,-2.4867472648620605,2.8143193721771240,-0.7653988003730774,2.5824565887451172,-0.0660488605499268,1.0368460416793823,2.0564451217651367,0.5619983673095703,-0.8662714362144470,-0.3102868199348450,0.0488510727882385,-1.0951538085937500,-0.5261903405189514,0.0000099999997474,-0.7819913029670715,-1.0482650995254517,1.1695256233215332,0.5014909505844116,-0.0984751656651497,0.8992597460746765,-0.2247954457998276,0.3202030062675476,2.9833126068115234,3.5845544338226318,-1.6042182445526123,-1.3536564111709595,0.5309689640998840,0.3759389817714691,0.2264642864465714,0.4592503905296326,0.8583667278289795,1.3018771409988403,1.5985943078994751,2.4079687595367432,0.3587357103824615,0.1232055276632309,-0.3555182516574860,-1.1146297454833984,2.9736361503601074,3.0163280963897705,1.8392374515533447,0.8790649771690369,-2.2899734973907471,-2.3087761402130127,-0.6977964639663696,-0.6042426228523254,-0.6135751605033875,-0.8041912317276001,-0.3063901364803314,-0.3431110382080078,-2.1859810352325439,-2.0574321746826172,-4.2486848831176758,-3.2267904281616211,-1.6105517148971558,-1.5923826694488525,-4.7384243011474609,-4.1130361557006836,-2.1349561214447021,-2.2679014205932617,-0.4308484792709351,-0.9352611899375916,-1.7376055717468262,-1.7241514921188354,-0.0359257794916630,-0.4571425616741180,-0.7587983608245850,-1.0665876865386963,5.6431798934936523,4.8628950119018555,1.4419387578964233,0.7491863369941711,2.1977436542510986,1.7690213918685913,0.1294011920690536,-0.1604882627725601,-0.7938120961189270,-0.0424064286053181,3.5479114055633545,2.1671364307403564,0.6047962903976440,0.1704267710447311,-0.1382642239332199,-0.1191597133874893,0.1360323727130890,0.5402355194091797,0.7966212630271912,0.7928696274757385,-0.5878110527992249,-0.5749170184135437,0.7908030152320862,0.9179615378379822,4.8759603500366211,4.7343907356262207,0.7829343676567078,0.7797756195068359,5.9352736473083496,5.3299622535705566,1.7847170829772949,1.5540721416473389,-0.1825944632291794,-0.0167366042733192,4.2146120071411133,3.7111008167266846,1.9979997873306274,0.8541678190231323,0.9252150058746338,0.8179709911346436,-0.7747330069541931,-0.6333616375923157,-0.5554073452949524,-0.0130519773811102,-0.6672936677932739,-0.1596002429723740,0.0566362030804157,-0.0918990895152092,-0.1631026417016983,-0.2089015543460846,1.4209517240524292,2.0282371044158936,-0.5207788944244385,-0.4091287851333618,1.4395647048950195,1.0729362964630127,-2.0043289661407471,-1.5997362136840820,0.2593997418880463,0.3133682310581207,-0.4650002717971802,-0.5372188091278076,0.7612957954406738,1.1861345767974854,-0.4093255400657654,-0.4517831504344940,1.2113659381866455,1.3076080083847046,0.7847942113876343,0.7263715267181396,-8.8921804428100586,-7.9722490310668945,7.8365302085876465,8.1034069061279297,2.7680153846740723,2.6250376701354980,-1.9242950677871704,-1.4213254451751709,3.1084561347961426,2.7507302761077881,-0.2418903708457947,-0.3172148764133453,-1.4156321287155151,-2.1266002655029297,0.5704134702682495,0.2987526655197144,-1.5211173295974731,-0.8618803620338440,1.1490731239318848,0.2659712135791779,-1.0259764194488525,-1.0451234579086304,-0.4742918908596039,-1.3205621242523193,-1.3740967512130737,-1.0973272323608398,-0.6699720621109009,-1.0382925271987915,-1.7936760187149048,-2.6441290378570557,-10.2235231399536133,-9.5161790847778320,0.9251728057861328,-0.0830010324716568,0.1896012425422668,0.4463942050933838,-0.8229908347129822,-1.0720109939575195,-1.0254756212234497,-1.3547108173370361,-1.8889217376708984,-1.6699951887130737,-4.3739562034606934,-3.0626089572906494,-1.1593685150146484,-0.9328520298004150,-5.7227807044982910,-4.8402643203735352,-0.3569319844245911,-0.2619169950485229,-1.3612512350082397,-1.8132920265197754,-0.9444337487220764,-0.8947229981422424,-0.7406889796257019,-0.9545530080795288,-0.4653288125991821,-1.2620537281036377,8.2721195220947266,6.3307542800903320,1.1492372751235962,0.6259955763816833,1.9944828748703003,1.3649340867996216,1.1477923393249512,0.5102222561836243,-0.7588726878166199,0.1971219480037689,-2.1772387027740479,-2.8038051128387451,-1.3993506431579590,-1.2035990953445435,-0.6221054792404175,-0.6253538131713867,-0.0066997562535107,-0.6965203285217285,1.9705566167831421,2.1332595348358154,2.0196700096130371,1.4669789075851440,0.6352455019950867,1.1913530826568604,-0.8427549600601196,-0.9489613771438599,0.0646289736032486,0.0734288617968559,-0.5733115077018738,-0.3496063351631165,0.9185388088226318,0.9997010827064514,1.1655082702636719,1.7529082298278809,0.1284425556659698,0.3242076635360718,1.2095736265182495,1.3976089954376221,-8.8913202285766602,-9.5479736328125000,7.7587819099426270,7.3524851799011230,-3.4150249958038330,-4.7002725601196289,-1.1218925714492798,-0.9920649528503418,-0.5380731225013733,-0.0351607501506805,0.0517257153987885,0.2958828508853912,0.5177491903305054,0.3445438444614410,-0.3490413129329681,0.0134116802364588,-1.9153032302856445,-2.5774824619293213,-0.4530762434005737,-1.6763670444488525,-0.1188430264592171,-0.1933304220438004,-6.1159262657165527,-6.1988377571105957,-0.8609983325004578,-0.9218017458915710,-0.0315279848873615,0.5082787275314331,-3.4649701118469238,-4.2653355598449707,-2.0958931446075439,-2.1375966072082520,-0.9370337128639221,-1.1647747755050659,1.1689428091049194,1.3702343702316284,3.9011280536651611,-0.2545762360095978,2.9745101928710938,0.1210701242089272,0.3716747164726257,1.5861389636993408,0.2563842833042145,2.7324397563934326,-2.0605611801147461,-0.6427071690559387,1.9349409341812134,4.0123691558837891,1.9300726652145386,1.6369245052337646,1.0123120546340942,-2.1968841552734375,2.2462990283966064,2.6025102138519287,-0.2683723568916321,-2.7012078762054443,1.8476337194442749,0.5457657575607300,1.1842980384826660,-0.9179586172103882,2.3242354393005371,-0.5943757295608521,2.0024075508117676,-0.2099130451679230,1.9306412935256958,-1.9364572763442993,-2.4633038043975830,-0.2101909965276718,-0.7608554363250732,1.2769377231597900,-2.0632786750793457,-0.2450954020023346,0.7541730999946594,-0.5681188106536865,-0.0633946880698204,0.1709948182106018,-0.8646751046180725,0.1089103519916534,-0.3771446943283081,0.0241610389202833,0.7889695167541504,0.0816786587238312,-0.6283795833587646,1.2078680992126465,0.1793197244405746,-0.1822341084480286,-0.7386436462402344,4.7850327491760254,0.0521794445812702,0.1509834080934525,-0.2606911063194275,2.1078512668609619,-0.1449356377124786,1.7975825071334839,-2.9734003543853760,1.5414494276046753,-5.7326269149780273,2.0416626930236816,5.5057420730590820,-2.8561344146728516,2.9665412902832031,2.1819574832916260,-1.7149938344955444,-1.6283216476440430,-2.3975124359130859,-2.3290231227874756,-4.0561814308166504,-3.0533668994903564,-1.5047724246978760,-0.0343278497457504,-3.4765739440917969,-2.4271440505981445,-0.6416242122650146,-0.4992584586143494,-0.8461560010910034,-1.1310173273086548,-1.9312092065811157,-2.0056469440460205,0.3668816685676575,0.3464127480983734,-0.6406846642494202,0.0668285042047501,4.2353882789611816,1.5990192890167236,0.0748542025685310,-0.0018108426593244,0.9678864479064941,0.2650774717330933,-1.5889565944671631,-1.8972142934799194,-3.3389604091644287,-3.5834136009216309,-3.2343242168426514,-3.7296402454376221,2.5059931278228760,2.3837459087371826,-0.8013443350791931,-0.9340282678604126,-0.8482481837272644,-1.2955445051193237,3.6284360885620117,3.7381799221038818,-1.5554429292678833,-2.0188093185424805,0.3475281000137329,0.0800663903355598,-0.3660976290702820,-0.0549274235963821,1.7321987152099609,2.0404558181762695,2.8671205043792725,4.0431389808654785,0.5492841005325317,0.4933253824710846,-0.3081619739532471,0.0693549662828445,3.1198716163635254,2.4712994098663330,0.3379582464694977,0.0406125634908676,0.1183416098356247,0.5818715691566467,-0.7420766949653625,-0.9323073029518127,2.2405841350555420,2.3396711349487305,-1.5747095346450806,-0.3712137639522552,3.7312748432159424,2.0291125774383545,0.3319884538650513,-0.2848921418190002,-2.1354544162750244,-1.2780339717864990,1.6206719875335693,1.4820774793624878,-0.5893734693527222,-0.3337522745132446,-0.6228009462356567,0.4141309261322021,2.5999503135681152,2.2777976989746094,-0.4520397484302521,0.8217657208442688,-0.4300726056098938,0.2026398032903671,0.8832776546478271,1.0462180376052856,-2.2193210124969482,-1.6160988807678223,-5.4473638534545898,-3.6855337619781494,3.2606813907623291,3.3389384746551514,0.8059356212615967,-0.2449023276567459,-0.9565599560737610,-0.3565502464771271,0.4965129196643829,0.2457233220338821,-0.7499530315399170,-1.8033337593078613,1.3324559926986694,1.2691584825515747,1.8971396684646606,1.5428282022476196,0.6822465062141418,0.5086691379547119,-0.8027069568634033,0.9699149131774902,-0.6731106638908386,-0.0015258191851899,-1.7835882902145386,-1.9593247175216675,0.1415016800165176,0.9812625050544739,0.3386985361576080,0.6817013621330261,-0.5930042266845703,-0.2148878276348114,0.2469878941774368,1.4625382423400879,11.6814975738525391,16.1423969268798828,0.1378528177738190,1.3982676267623901,0.4950111210346222,-0.3936871290206909,4.8792762756347656,4.9843068122863770,0.3230058252811432,-1.1967900991439819,0.2458122521638870,1.2477262020111084,-0.8665038943290710,-0.0509805679321289,-1.1419152021408081,-1.6550176143646240,0.2782857120037079,0.9819387793540955,0.9975892901420593,-0.1238973140716553,-1.9552860260009766,-4.2771792411804199,-0.0623805969953537,-0.9648693203926086,-0.5097120404243469,-3.8595893383026123,0.7100043892860413,0.4087711870670319,0.2701798677444458,-0.5097042322158813,3.5088117122650146,2.3371341228485107,0.4642194211483002,-0.2144215404987335,2.3345291614532471,-0.3641724288463593,2.7483119964599609,5.1187601089477539,-3.2697632312774658,-3.6756865978240967,-1.4187761545181274,-1.3502806425094604,0.2484231889247894,0.3558748960494995,-1.9638919830322266,-1.7972208261489868,3.0337507724761963,1.1483858823776245,-2.6854252815246582,-2.6256182193756104,0.8765640258789062,0.9333034753799438,-0.1816045045852661,-0.4914518892765045,2.0120480060577393,1.6679966449737549,-0.9751860499382019,-1.8706264495849609,-1.7361477613449097,-3.3330497741699219,0.3635992705821991,0.3365777730941772,0.1573988050222397,-0.5335156321525574,-0.1216704249382019,0.2372790724039078,-1.7461796998977661,-3.4429080486297607,2.4880840778350830,4.5506386756896973,18.1978893280029297,-3.9087514877319336,5.8966832160949707,10.2462682723999023,-14.2889108657836914,-4.0198984146118164,10.0478410720825195,-5.7966256141662598,-4.3364114761352539,0.6679152846336365,-0.9718658328056335,26.7419128417968750,-12.9167671203613281,1.5627332925796509,-20.0143146514892578,13.0953388214111328,69.9200286865234375,83.0141677856445312,136.8787689208984375,135.0885620117187500,169.0721588134765625,109.1759490966796875,144.5635375976562500,91.7948379516601562,20.0042724609375000,6.2685008049011230,53.9737396240234375,66.3841629028320312,46.5346870422363281,88.4109344482421875,6.9645409584045410,40.3596420288085938,1.3108143806457520,0.1572541445493698,0.2886774837970734,0.4985717236995697,0.7791991829872131,0.3662085235118866,1.0961221456527710,0.9065923094749451,1.0015280246734619,0.1879965662956238,1.3073668479919434,0.4263836741447449,0.9180729985237122,0.5270220041275024,0.4008215367794037,0.7320922017097473,3.8513679504394531,-0.4504137933254242,0.2458862215280533,-0.3314295113086700,-1.7136164903640747,-0.4112066924571991,1.8637291193008423,1.6838357448577881,0.4751957058906555,0.2774464786052704,-3.1394925117492676,0.1256262660026550,-2.0479915142059326,-0.7935661673545837,-1.1770336627960205,2.9158432483673096,0.0000099999997474,-0.0002519303525332,-0.0619753412902355,-0.1839406192302704,0.3637415766716003,-2.9206066131591797,3.7424521446228027,0.8150989413261414,-2.1142408847808838,-3.7102856636047363,-4.1259007453918457,-1.2457357645034790,-0.0353571213781834,0.6559337973594666,0.3241658508777618,-0.9389732480049133,-7.9492268562316895,-0.3308857083320618,-0.6609979271888733,-1.6129896640777588,1.8975226879119873,1.8333084583282471,3.7122976779937744,-1.3646647930145264,-1.6328135728836060,-1.3780341148376465,0.4654604792594910,1.9967765808105469,5.3308391571044922,-0.6274679303169250,-0.2554835677146912,-0.1909302175045013,-3.7196795940399170,-3.2688655853271484,-1.7423882484436035,-0.8796311616897583,0.2819618582725525,-20.8055858612060547,-9.3835315704345703,1.7932567596435547,0.0268688313663006,0.5081288218498230,-0.7615067958831787,-0.7855853438377380,0.3757126331329346,0.2440420538187027,-0.6177440881729126,3.4013435840606689,1.1252641677856445,-0.5673827528953552,-0.7116169333457947,1.7229499816894531,-0.5026099085807800,1.8064454793930054,1.0072536468505859,-0.2985004186630249,1.2768371105194092,0.6907854676246643,-0.3259205222129822,-0.3877540826797485,0.7590716481208801,0.1646699011325836,0.2319378852844238,-2.2203292846679688,-0.5216504931449890,-2.6543993949890137,-3.3665642738342285,-0.4041387736797333,-1.0521664619445801,-1.8264982700347900,-5.0799636840820312,-2.1833162307739258,2.1839406490325928,-2.0776863098144531,0.1083445772528648,-0.3457179665565491,-1.2272483110427856,-0.8003451824188232,1.9006017446517944,-1.8569723367691040,1.2075301408767700,0.0529790446162224,0.1658749431371689,-3.3308787345886230,-6.5509004592895508,2.0751471519470215,4.2894148826599121,-0.7008568048477173,-1.6201480627059937,0.1340988129377365,1.4844441413879395,2.8272902965545654,-0.2036328017711639,-0.6222469210624695,-0.2215791493654251,-3.0712935924530029,-0.8017671108245850,1.4176143407821655,1.8241841793060303,0.7532216906547546,1.3750976324081421,-5.7169709205627441,-2.4021158218383789,2.0693371295928955,-0.2416832298040390,1.9035536050796509,-0.1282198578119278,0.2899657487869263,0.9489285349845886,2.6951572895050049,-0.2674799561500549,3.2796089649200439,-4.0437669754028320,-2.9205429553985596,-2.0320065021514893,0.9240972995758057,-0.3213786482810974,1.1245236396789551,1.4827488660812378,0.1414731889963150,-1.4936949014663696,1.9975955486297607,1.3259571790695190,-1.6962453126907349,-1.2513376474380493,1.2060017585754395,0.4560538232326508,0.7529906630516052,-1.4968554973602295,3.0083382129669189,2.0115768909454346,0.0815784707665443,-0.8242067098617554,6.3523788452148438,1.5399045944213867,-2.0328090190887451,0.1479409486055374,-1.3014204502105713,-0.1942866444587708,0.3295492529869080,-0.9561149477958679,-1.9186098575592041,-0.5651620626449585,-1.2512202262878418,0.1609241962432861,2.7091102600097656,1.9891703128814697,-5.5225090980529785,1.7629638910293579,1.3015302419662476,-1.4036514759063721,1.8885874748229980,0.5296965837478638,-3.0837163925170898,-1.3448153734207153,1.2006616592407227,-0.0481022894382477,-0.3560858964920044,0.3715946674346924,-2.4025373458862305,-0.3390255570411682,-3.4468760490417480,-3.4346873760223389,0.4299692213535309,-0.6768534779548645,0.3708847165107727,-1.7682540416717529,0.4041848182678223,0.8899272680282593,-0.6788347959518433,0.7143067717552185,0.1832561343908310,-0.6005160212516785,-0.6635600328445435,0.1866837739944458,-0.5360234379768372,0.0128578143194318,-1.1133097410202026,-1.0747642517089844,-0.2330271601676941,0.4658442437648773,1.8597127199172974,1.1011868715286255,-7.3847103118896484,-16.0463275909423828,-0.3120661079883575,1.7597610950469971,-1.1729316711425781,-2.1446549892425537,-0.0324457399547100,0.9832380414009094,-2.3276574611663818,-3.0654308795928955,0.1785106509923935,0.2247600555419922,0.4313051998615265,-0.5574069619178772,1.3786063194274902,-6.3134732246398926,-0.2912789881229401,2.6791839599609375,-1.4341608285903931,1.5540026426315308,0.6836506724357605,-0.4147556424140930,-0.2465320080518723,3.2331149578094482,-1.3338842391967773,2.5763194561004639,-1.2965060472488403,-2.0040042400360107,0.1560052782297134,-1.0401122570037842,5.5602784156799316,4.9383625984191895,-1.5218948125839233,-1.9117463827133179,-0.8577001094818115,1.0224956274032593,0.5253300070762634,-1.7592914104461670,1.0326224565505981,0.0319923684000969,-1.3710660934448242,0.7206156849861145,2.7822182178497314,0.7007471323013306,0.7183710932731628,1.0360279083251953,-0.7293387055397034,2.3145205974578857,3.3493313789367676,-3.2031219005584717,0.4320883750915527,-1.6431441307067871,1.2211751937866211,1.4293031692504883,1.6733548641204834,-1.9133228063583374,-0.5857854485511780,0.7715209722518921,1.6031689643859863,1.9333451986312866,3.8592369556427002,0.3741048574447632,-1.1126132011413574,-1.5199755430221558,-0.3340119123458862,1.1513975858688354,3.5420069694519043,1.0383677482604980,0.8306908607482910,2.2127478122711182,-0.1393018364906311,-0.6483449339866638,-2.0646686553955078,0.6832494139671326,2.2813544273376465,3.8004941940307617,1.4934685230255127,-0.3795844018459320,-0.2025508284568787,-1.8496789932250977,-0.1675114184617996,7.2453989982604980,-0.4857288897037506,0.4274776279926300,1.9671415090560913,0.2109674811363220,0.8636973500251770,2.4304749965667725,0.1635929495096207,1.1382344961166382,1.0027638673782349,1.8052971363067627,0.7629151344299316,-2.1020646095275879,-0.9631806015968323,-2.4950816631317139,1.3084708452224731,-0.3279744386672974,1.1854544878005981,1.8800467252731323,1.1426057815551758,-0.4681580066680908,-0.2692991495132446,3.2486369609832764,2.1923537254333496,6.0087242126464844,0.1804939061403275,0.5168066024780273,0.6004323959350586,0.8181486725807190,-1.1850695610046387,0.7094601988792419,1.1577197313308716,0.8380779027938843,-2.0425024032592773,-4.2726321220397949,0.2870146632194519,0.2757607400417328,1.3148820400238037,-0.5698850154876709,-3.2736213207244873,-4.0916228294372559,0.1680870950222015,1.5060406923294067,-1.2346291542053223,-3.4818522930145264,1.5303452014923096,2.0669372081756592,-1.8219816684722900,-0.5255354642868042,-3.0858490467071533,-4.7753372192382812,-0.6818577647209167,2.3004953861236572,0.4447900950908661,2.5604257583618164,-1.7063511610031128,-0.0646066963672638,-8.9234590530395508,-8.1079998016357422,0.8821966052055359,0.4261231124401093,-0.1144051551818848,-0.0706154927611351,0.7429249882698059,0.7272611260414124,4.5689411163330078,5.6621174812316895,0.8003201484680176,0.3565813302993774,-0.8634768724441528,-0.1910728365182877,1.3304336071014404,1.5798381567001343,-0.1164634525775909,1.0963187217712402,3.5714471340179443,-1.5697532892227173,2.1604735851287842,1.2429306507110596,-0.6468102335929871,-0.2837080061435699,3.3292613029479980,3.2483971118927002,-2.8181273937225342,-3.4709053039550781,-1.1093586683273315,-1.0747671127319336,-5.2968559265136719,-6.1173477172851562,-2.2508153915405273,-1.6416915655136108,-1.7434149980545044,-1.3653163909912109,1.1075012683868408,0.6074414849281311,-2.9624710083007812,-2.4785716533660889,1.0344705581665039,0.7850248217582703,-2.1825079917907715,-2.0834729671478271,-3.1392195224761963,-2.6754670143127441,0.9503504633903503,1.4376347064971924,-1.7804390192031860,-2.5973393917083740,-1.1225670576095581,0.7573673725128174,2.4576265811920166,0.4892775416374207,0.6999032497406006,1.1063690185546875,-2.3046965599060059,-2.8569130897521973,1.2730504274368286,1.4958209991455078,-0.8440443277359009,0.3021622598171234,-2.1463010311126709,-1.8577332496643066,1.5577825307846069,1.9246085882186890,-6.7810974121093750,-4.5876808166503906,0.0916155949234962,0.8407412171363831,-1.2910960912704468,-1.9546550512313843,0.6122231483459473,0.5399971008300781,-8.8672828674316406,-6.4456553459167480,3.4605789184570312,1.6030192375183105,-1.0358296632766724,-2.6052482128143311,0.0770298838615417,-0.2575262784957886,0.1770298182964325,-1.4508264064788818,0.6060062050819397,2.3613235950469971,-1.4246441125869751,-0.8661899566650391,-0.0166825260967016,-0.7759301066398621,-0.6318444013595581,-0.0988965928554535,1.3240702152252197,-0.5249785780906677,-2.0143487453460693,-1.1853517293930054,0.0130537822842598,0.4921148419380188,0.3727535009384155,0.6128007173538208,0.3867484331130981,-2.5268974304199219,-2.6393578052520752,3.9393079280853271,0.2128371894359589,1.7744766473770142,-1.1459450721740723,0.0588525235652924,-1.4490224123001099,-0.0357841178774834,-2.0744936466217041,1.1771506071090698,0.9523958563804626,0.8920958638191223,3.0430197715759277,-0.2583070397377014,-2.1855847835540771,-3.5677926540374756,2.5094614028930664,0.9109914302825928,-0.9279553294181824,-2.2216711044311523,-0.9739840030670166,-4.7019147872924805,-0.0122934123501182,0.3693070411682129,-0.1655994504690170,2.4924712181091309,2.7645845413208008,4.0935873985290527,-0.8159776329994202,-0.4041108191013336,0.5471425056457520,0.3091067969799042,11.1785383224487305,5.8004422187805176,0.3012984693050385,0.0563421100378036,-0.5894873738288879,0.0969996526837349,5.6547384262084961,4.0867295265197754,0.1839914470911026,-0.1601755321025848,0.2417167276144028,-0.0870236307382584,0.8023467659950256,1.1683094501495361,-2.0517039299011230,-4.2493596076965332,0.5783871412277222,0.5564240813255310,-0.2864311039447784,-0.1877944767475128,-0.0507177487015724,0.1809699833393097,1.3435590267181396,1.1662855148315430,1.6750603914260864,2.1313765048980713,1.7922744750976562,1.0520404577255249,18.1103172302246094,11.1560306549072266,0.8061647415161133,-0.2633042037487030,-1.5359935760498047,0.2300567477941513,-1.8322163820266724,-0.7973085641860962,10.8016710281372070,4.9880461692810059,-0.0386208407580853,0.5126734375953674,-0.9836626648902893,-0.0949211195111275,-2.0266194343566895,-2.3574256896972656,-0.8976467847824097,0.5788686275482178,5.2941493988037109,2.0432898998260498,0.5816907286643982,-0.2840482592582703,0.1606032103300095,0.6607156991958618,1.4414644241333008,0.4228063821792603,-0.8081389069557190,0.1259702295064926,-1.8260231018066406,-0.9003780484199524,-11.9029893875122070,-14.2783546447753906,-19.2930831909179688,-8.1583719253540039,7.6453824043273926,-19.8475131988525391,-10.8225679397583008,1.5024608373641968,12.8574790954589844,-3.6932656764984131,-39.0016632080078125,-7.9761481285095215,8.2371635437011719,11.3716373443603516,19.3774967193603516,-25.3180789947509766,10.5471992492675781,76.7729187011718750,10.6296548843383789,48.0490531921386719,35.9098587036132812,145.5541687011718750,22.6106472015380859,11.4330854415893555,19.0654468536376953,11.1181612014770508,38.3945159912109375,14.2994632720947266,33.8434829711914062,5.0762372016906738,131.9596710205078125,130.1044311523437500,0.6502474546432495,0.3551095724105835,0.2429930418729782,1.0202668905258179,0.4435044527053833,0.4215832948684692,0.3118291795253754,0.2577629983425140,0.3315434157848358,0.5437672734260559,0.6779059171676636,0.8823281526565552,0.9239237308502197,0.2677902281284332,0.5397982597351074,0.3591755926609039,1.7889224290847778,-0.3049108386039734,-0.3325140476226807,-2.1936092376708984,-0.9072390198707581,0.2426638305187225,-0.7914773821830750,-0.2853504121303558,0.0421441867947578,-2.1268377304077148,0.5078557133674622,-2.6608607769012451,2.1996243000030518,1.2435138225555420,-0.0804953053593636,-0.0657319352030754,0.0000099999997474,1.9786250591278076,0.2874527573585510,-0.6174952387809753,-0.9885067939758301,-0.1426705867052078,0.0483166091144085,-0.1385766565799713,-0.7706631422042847,0.3715878129005432,-0.6433911323547363,-0.3720886111259460,0.9561970829963684,-0.8458462357521057,1.2549657821655273,0.0890208855271339,-2.9992511272430420,-6.1661219596862793,2.6154601573944092,1.9810922145843506,-1.2111085653305054,-0.3636437952518463,0.2203466445207596,8.2948789596557617,0.9638501405715942,-2.7610983848571777,-1.3272576332092285,-1.6790562868118286,4.4538288116455078,-6.2650475502014160,-1.7750153541564941,0.4637393653392792,-0.5939142704010010,1.8060935735702515,-0.8638008236885071,1.7424149513244629,9.1443672180175781,0.3344714343547821,-3.6501717567443848,1.4181494712829590,2.4808635711669922,-2.1211631298065186,-4.6408796310424805,2.4660682678222656,1.6365174055099487,4.8408770561218262,0.0190603733062744,-2.3592338562011719,1.7479329109191895,0.7827672362327576,-1.3727455139160156,-1.2327240705490112,-0.9707012772560120,-0.3805249929428101,0.0543993562459946,-0.6305686235427856,0.5553102493286133,-0.1094188317656517,-1.2179845571517944,1.8559249639511108,-3.0411436557769775,1.1545553207397461,0.8994519114494324,0.9690931439399719,0.3313315808773041,-1.9429340362548828,-1.8355668783187866,1.2822742462158203,-0.0329488217830658,-1.3150112628936768,-1.6389235258102417,0.5308591127395630,-0.3724730312824249,-0.4249688386917114,1.1412795782089233,0.2176994532346725,1.0971342325210571,0.0068352464586496,-0.1367188543081284,1.1607463359832764,1.6001988649368286,2.6917202472686768,-0.3339055776596069,-2.5722680091857910,0.2661607265472412,0.4354733526706696,1.6873098611831665,-3.9632990360260010,1.6893292665481567,1.3233052492141724,0.0194206293672323,2.6580305099487305,-3.3077692985534668,1.4483333826065063,0.0800236389040947,-10.7127780914306641,-3.7554299831390381,0.3663389086723328,3.8628046512603760,0.9875426292419434,-0.2575269043445587,1.2842944860458374,-0.2938442826271057,0.2975502908229828,0.8977906107902527,2.7331321239471436,2.8638215065002441,-0.1034399867057800,-4.5420188903808594,2.1550636291503906,-0.8110201358795166,-0.2797587811946869,3.5679295063018799,1.8417057991027832,-0.3124148547649384,0.7892972230911255,5.4449415206909180,-1.0797586441040039,-2.6685118675231934,-0.9627236127853394,1.2171370983123779,-1.5379788875579834,-1.4086771011352539,1.9397139549255371,-0.7383483052253723,1.2410954236984253,-0.4960136413574219,-1.0790714025497437,-0.2170054614543915,0.5053444504737854,1.5234153270721436,1.0351203680038452,-0.2396286576986313,-0.3449968993663788,-0.7181147336959839,1.0638185739517212,1.2127192020416260,-0.2309374362230301,-0.2357830703258514,1.6196047067642212,-0.3093896508216858,1.5189293622970581,-1.4615893363952637,-1.2270684242248535,1.6373536586761475,-0.9022341370582581,-11.0154304504394531,-0.4786981642246246,1.5998700857162476,-0.1933660209178925,-1.6269874572753906,2.0734686851501465,4.2871928215026855,0.1283611506223679,-0.0771082267165184,0.9852072596549988,-4.2580828666687012,-1.2185941934585571,-6.4069266319274902,-0.8865399956703186,0.3227533996105194,-1.4189032316207886,2.3574154376983643,0.7030879855155945,-1.2142721414566040,-1.1096090078353882,-7.0035848617553711,-0.9939471483230591,-2.0407009124755859,1.6098068952560425,0.8281551003456116,-0.3821555674076080,-2.6421437263488770,-0.6492519974708557,-9.7905988693237305,-1.8518375158309937,4.8767595291137695,1.0095680952072144,-1.9727510213851929,-0.9744932651519775,-1.1500836610794067,0.6746603846549988,-0.4670228064060211,0.9394496083259583,0.9143532514572144,-0.1886229217052460,0.0102231428027153,1.0313583612442017,-1.4623906612396240,0.0571057945489883,-1.2725863456726074,-1.0667527914047241,-0.8284854292869568,-1.7191472053527832,0.5153633356094360,-0.5515192151069641,1.1155856847763062,1.3685108423233032,-0.6580114364624023,-0.2297044098377228,0.9018986225128174,1.1795839071273804,-1.0047982931137085,-0.1367526203393936,0.2520124614238739,1.0166937112808228,-0.1549194306135178,-1.3833227157592773,0.9191871881484985,1.0366299152374268,-0.3898192942142487,0.5983476638793945,-0.4446290731430054,-2.3303830623626709,-1.2961393594741821,0.5093472003936768,-0.7603613138198853,-2.4188728332519531,-0.9016720056533813,1.2883148193359375,1.3739774227142334,-1.7369241714477539,0.2297428399324417,11.6166419982910156,4.0272479057312012,-1.2860673666000366,-2.4742267131805420,-2.2670388221740723,2.1296455860137939,-0.4806353747844696,-1.4406390190124512,0.7069065570831299,-0.3687286972999573,5.2157711982727051,-1.7406678199768066,-1.1415028572082520,-0.5766227245330811,-0.5441196560859680,0.6248582005500793,-2.4626166820526123,-0.8315671086311340,-0.2633830904960632,1.4441310167312622,-2.5374200344085693,0.0693307295441628,0.2373327314853668,-0.7166151404380798,-0.6818255186080933,-0.4916242063045502,0.8844074606895447,0.3117261528968811,0.4284718632698059,2.9787878990173340,-0.6841682195663452,3.4324631690979004,-1.5415920019149780,1.5701649188995361,0.1219312846660614,0.2517652213573456,1.0458749532699585,0.0162241067737341,0.1226143911480904,0.2840521633625031,-0.6702277660369873,-1.3718045949935913,-1.3915263414382935,0.6576521396636963,0.2778376638889313,-0.9517119526863098,-0.2686289250850677,-1.5046061277389526,0.4784463644027710,1.1991946697235107,2.2323832511901855,-0.3632444739341736,0.6598802804946899,3.3458936214447021,0.8487489223480225,-0.5789726376533508,-2.0679292678833008,2.0401997566223145,0.5509632229804993,-0.3861741125583649,1.1837559938430786,-3.7289175987243652,3.1984117031097412,0.0280049610882998,-8.6139020919799805,-3.7360455989837646,-0.2577230632305145,0.8966304659843445,7.7974753379821777,6.5819320678710938,1.5471093654632568,1.0551559925079346,0.5182815194129944,-0.6950795054435730,-2.6743063926696777,-6.4584136009216309,-1.8419889211654663,1.6082471609115601,-4.9315028190612793,0.2437158823013306,-0.9644460678100586,-0.7893584966659546,-0.4934167265892029,-1.6095039844512939,-0.3848178088665009,-0.8554527163505554,-0.1302488446235657,-0.7240496873855591,1.2640347480773926,-0.6024572253227234,-1.5532031059265137,-0.1273040175437927,2.3282501697540283,0.2564744055271149,0.6477970480918884,0.4895294904708862,-0.3326276540756226,-1.1069651842117310,-0.0488449819386005,1.6434985399246216,11.5806255340576172,2.2800056934356689,-1.8132665157318115,-0.1287559121847153,4.1044521331787109,1.2815868854522705,-10.0633420944213867,-0.3146573305130005,0.5046768784523010,1.4958285093307495,-0.7316080331802368,-0.7990443706512451,0.4986063838005066,-1.2122491598129272,-1.2631518840789795,-0.4644024670124054,1.2312209606170654,-0.6092494130134583,0.0095325065776706,-1.0380837917327881,-0.2984092831611633,-0.5332198739051819,-0.5956426858901978,-0.0084351794794202,-0.6103186011314392,0.6035046577453613,1.6895527839660645,0.4089856147766113,-0.3034680187702179,0.5525369644165039,0.6873877048492432,3.8315515518188477,0.9704677462577820,-0.1444856375455856,-0.7448562383651733,0.2616453766822815,2.1723501682281494,1.5320653915405273,-1.1241025924682617,-0.0460896603763103,1.7313809394836426,-0.6046872735023499,0.9554133415222168,-0.5976966619491577,0.9725804328918457,1.0525386333465576,-0.2990687191486359,-1.9396804571151733,0.1566103398799896,2.3367769718170166,-0.3474914729595184,-2.2893304824829102,-2.7418828010559082,-0.0846556946635246,-0.7241268157958984,-2.2701780796051025,-2.8504409790039062,-3.1467945575714111,0.5268049240112305,-1.3834829330444336,2.5297648906707764,9.0238752365112305,1.4129443168640137,1.9843484163284302,0.9650553464889526,1.4658980369567871,1.2613518238067627,1.9825000762939453,-1.4490952491760254,-1.1258684396743774,2.0583240985870361,2.2639455795288086,4.1163411140441895,2.7105908393859863,1.2932015657424927,0.8838412165641785,-1.7958643436431885,0.6279965043067932,-0.3659734129905701,-1.0294055938720703,2.2386448383331299,5.5340385437011719,2.9966070652008057,1.7392245531082153,1.7717044353485107,2.7654547691345215,0.7028181552886963,-0.9369738698005676,-0.0451580584049225,-1.1405531167984009,-1.7391157150268555,0.0009260477381758,-1.1520169973373413,-1.5948237180709839,0.6449084281921387,-0.9951073527336121,0.6591660976409912,-3.7954494953155518,-7.5985808372497559,-3.9635066986083984,-0.3669126927852631,-2.1302566528320312,-2.5541081428527832,0.8103887438774109,-1.0928357839584351,-1.4067780971527100,-2.8117232322692871,-1.7834843397140503,3.4226081371307373,0.0288463737815619,-1.0586544275283813,-0.8335443139076233,0.6232785582542419,-1.2275973558425903,1.7851326465606689,0.7357458472251892,0.4426465332508087,2.7900040149688721,-0.4702144563198090,-1.3282511234283447,-2.4311475753784180,0.7929185032844543,2.4143078327178955,-1.2291287183761597,-1.8379554748535156,0.4912473261356354,-4.2769474983215332,1.1573166847229004,-1.7449710369110107,3.2436501979827881,-0.7252318263053894,-0.8096966743469238,-1.5866777896881104,3.4484462738037109,2.7100222110748291,-5.4831924438476562,0.2880636155605316,-2.2063994407653809,1.9953839778900146,1.5542922019958496,-0.5537300705909729,-0.0868294462561607,0.5323777794837952,-0.8159806728363037,0.4308061897754669,-0.4152271747589111,1.0821632146835327,-1.1529374122619629,1.3067940473556519,-2.2058532238006592,0.7736320495605469,0.7373945116996765,-2.9552762508392334,-1.8519279956817627,-1.8777029514312744,2.5586621761322021,1.0983859300613403,1.3189336061477661,-0.5348904728889465,0.0405879132449627,0.2168159633874893,1.6693947315216064,0.4494312107563019,0.4336392879486084,-3.5219268798828125,-0.7855582833290100,-0.8991849422454834,-2.2204718589782715,-1.3529946804046631,-1.3128757476806641,-1.9392769336700439,0.7153018712997437,-2.8612980842590332,0.0641284286975861,1.9293626546859741,0.4664004147052765,-2.4405617713928223,0.2900525331497192,-1.2895085811614990,-1.2481243610382080,-2.2416751384735107,2.4908819198608398,-1.4402431249618530,-3.5358004570007324,-0.7960627675056458,0.4531599581241608,-4.2856774330139160,-2.6276803016662598,-2.2097010612487793,-1.9874247312545776,-6.7701535224914551,-2.3411712646484375,2.9601769447326660,-12.9426050186157227,-10.2423486709594727,9.5625734329223633,-5.3804330825805664,2.3202092647552490,-2.1586432456970215,6.2573089599609375,1.1694883108139038,-8.0148639678955078,-10.2525701522827148,4.2156043052673340,-6.9126901626586914,2.4072413444519043,31.6539764404296875,51.7936706542968750,35.0996513366699219,24.2296600341796875,58.3654403686523438,42.0833892822265625,32.0865898132324219,6.9377846717834473,44.8507385253906250,29.8207836151123047,45.3497161865234375,31.2599544525146484,25.3175659179687500,26.6190032958984375,5.3817815780639648,0.8244333267211914,0.1745625734329224,0.3546565175056458,0.6594654917716980,0.3822025656700134,0.2859982252120972,0.3032556176185608,0.2898292243480682,0.3447636365890503,0.2737697362899780,0.8741822838783264,0.2208092659711838,0.2656134665012360,0.3855495750904083,0.2485179603099823,0.4875335693359375,0.2450557798147202,0.0234822183847427,0.4283416569232941,-1.8352605104446411,-1.3253293037414551,-0.0598122514784336,0.0362001247704029,-0.1284788995981216,1.6490123271942139,0.8761284351348877,-2.5835337638854980,-0.1515774279832840,0.2514242827892303,-1.1478880643844604,-0.2069232761859894,-2.0006415843963623,1.4716873168945312,0.0000099999997474,11.3945112228393555,3.9376392364501953,-0.8759845495223999,2.2783341407775879,-1.5698949098587036,0.2411310076713562,-0.6909267306327820,-1.6733653545379639,0.9029271006584167,1.0693203210830688,-0.0363050960004330,1.1633185148239136,0.8396428823471069,-0.3733581602573395,2.1686816215515137,0.6404484510421753,-1.2296675443649292,0.3041854500770569,0.9767451882362366,2.7183451652526855,-2.6475389003753662,2.7800984382629395,-0.2354954332113266,-0.9748515486717224,-0.4290752708911896,0.1995972990989685,1.0747346878051758,1.3187953233718872,-0.2207403928041458,1.0007938146591187,0.9044399857521057,1.3795673847198486,3.4487988948822021,5.2500867843627930,1.0852735042572021,0.6541948318481445,-6.5977482795715332,-6.9874334335327148,0.5129860639572144,0.2710735797882080,6.0009498596191406,4.9199452400207520,-0.1006434261798859,0.7384724617004395,-0.1538781523704529,-0.7713541388511658,-1.0933076143264771,0.5253474712371826,0.7769350409507751,1.9475522041320801,-2.1157550811767578,-2.3237206935882568,0.0378370285034180,0.1545753329992294,-0.6974616050720215,0.8400975465774536,-0.3099678158760071,-0.2721922993659973,-0.7063748836517334,-1.1103007793426514,-3.5637228488922119,0.9245940446853638,-1.0797176361083984,0.1016267016530037,0.6979842185974121,-0.3559403717517853,1.6789702177047729,2.9195063114166260,-2.9094870090484619,-0.0368129648268223,-1.7082426548004150,0.0953059196472168,-1.1473580598831177,0.4216413497924805,-9.0423135757446289,-1.6786581277847290,0.8006631731987000,0.1027264893054962,1.7032878398895264,-0.6475551724433899,-0.4764625728130341,-0.5027893185615540,3.5548284053802490,4.2156863212585449,1.9351847171783447,10.4991359710693359,-0.1886607557535172,1.3639634847640991,1.3466283082962036,-0.3462285101413727,-2.2241578102111816,1.5443693399429321,0.9055514931678772,-0.5190389156341553,0.3936417996883392,-0.9507495164871216,-0.5738481879234314,-2.2772579193115234,-2.3911881446838379,-1.3578761816024780,1.5819153785705566,1.4683233499526978,1.2316863536834717,1.4830714464187622,-4.4877710342407227,-1.9076861143112183,-0.4026118218898773,-0.3282728493213654,-1.0974822044372559,-4.4756832122802734,3.8435475826263428,3.9439918994903564,2.7589962482452393,5.9073810577392578,0.4337401688098907,-0.8219155669212341,-1.5740040540695190,-1.8746638298034668,-2.6860458850860596,0.1514267623424530,0.7427287101745605,-0.3157649040222168,-0.4135957658290863,-0.0661190673708916,-0.8069214820861816,-2.9271407127380371,-0.3960239887237549,0.4691698551177979,-0.5188195705413818,-0.2116290181875229,-5.5248479843139648,-3.5280230045318604,-0.6164611577987671,-1.9429650306701660,4.9826211929321289,4.8660020828247070,-0.4521005749702454,-0.0465220287442207,-0.2459154427051544,3.0829236507415771,1.0659279823303223,0.5552162528038025,1.8043875694274902,0.3986303806304932,-0.4360283911228180,-0.0439211651682854,-0.2607272267341614,-2.7454044818878174,-2.2531073093414307,-1.2629027366638184,1.2000257968902588,1.8493728637695312,0.9125298857688904,0.9362741112709045,-2.1111011505126953,-0.4469952881336212,-4.9136285781860352,-3.2051169872283936,1.8074609041213989,0.8918573260307312,-4.1489710807800293,-4.9211235046386719,-0.3015433847904205,1.4006187915802002,0.9554373621940613,-1.2132298946380615,0.1206436678767204,0.8666432499885559,1.2968293428421021,-5.7558898925781250,2.5932254791259766,-0.1153874769806862,-0.4849832355976105,0.0930677428841591,1.5189490318298340,7.3673324584960938,0.0896970853209496,0.0179721433669329,1.0489223003387451,0.1336530447006226,0.1725938916206360,-1.7906167507171631,1.3096041679382324,-2.3686096668243408,-1.6540663242340088,-0.2661260068416595,-0.1104518100619316,-2.2212817668914795,-1.3451522588729858,1.5798356533050537,-0.0224424134939909,2.7206537723541260,0.3292295634746552,0.3287689685821533,0.1843910962343216,0.0806964859366417,1.9813709259033203,1.8972578048706055,-1.3372675180435181,0.7921407222747803,1.5576225519180298,-1.6780414581298828,-0.7010043859481812,-1.4970719814300537,3.0783524513244629,-1.0844705104827881,-4.1966261863708496,-5.1141815185546875,-2.9695010185241699,0.5707910060882568,-0.5377405881881714,-3.9816172122955322,0.7600280046463013,-2.4978673458099365,-0.6349841952323914,0.7306600809097290,1.1354091167449951,2.9289579391479492,-2.3084399700164795,-1.4394525289535522,0.0957448109984398,0.7440488338470459,-3.2877886295318604,-1.2377722263336182,2.2554006576538086,-1.3997021913528442,-1.2193922996520996,-1.0978473424911499,1.2393915653228760,-0.1756352931261063,-0.7681455016136169,0.0481643714010715,-6.6105108261108398,-0.8152935504913330,-1.3261381387710571,0.1301204115152359,-1.2789354324340820,-3.5203082561492920,6.2234559059143066,0.2686638534069061,-0.5787114500999451,3.5798766613006592,-0.4542225599288940,1.0239323377609253,-0.4080228209495544,0.8692973256111145,-4.0938658714294434,0.2320044785737991,1.1135622262954712,-1.1068205833435059,-1.2556440830230713,1.3693183660507202,-0.5138458609580994,-1.4983950853347778,0.0965399295091629,0.1490994691848755,0.8684116601943970,-0.6027175784111023,-0.6579024195671082,0.9061493277549744,3.0707514286041260,3.6411027908325195,-0.3094234764575958,-0.9153253436088562,-1.0409970283508301,0.8869353532791138,-0.9353844523429871,1.2395522594451904,-4.7883148193359375,-11.0952501296997070,0.8452453017234802,-1.5484802722930908,-0.0220678541809320,2.8130948543548584,0.7272174358367920,0.3646965324878693,-0.9978765249252319,0.0147529626265168,-12.2410631179809570,-4.1167750358581543,0.8026468157768250,0.7727843523025513,0.1973680257797241,1.4869427680969238,0.4587810337543488,1.1243290901184082,0.1854358911514282,-0.0787875801324844,1.0090430974960327,-0.3333961963653564,-3.5960161685943604,-4.3592057228088379,0.8393395543098450,0.6066604256629944,-0.3872042000293732,1.8869645595550537,-1.8875761032104492,1.3391677141189575,-2.5856807231903076,1.1662052869796753,-0.5964897274971008,-0.6498457789421082,0.7507861852645874,-2.5035743713378906,0.2905276715755463,0.8724583983421326,0.9853023886680603,-2.0188610553741455,-5.0223708152770996,0.0565151870250702,-1.5768002271652222,1.2608090639114380,0.9233806133270264,-1.2972692251205444,0.5690396428108215,4.5343832969665527,-2.3515729904174805,-4.2677531242370605,2.1975288391113281,2.3276600837707520,0.5414116382598877,9.1106243133544922,0.7960270643234253,-0.4822962880134583,0.6559906601905823,-1.1623233556747437,0.1652708053588867,-0.6530560255050659,11.6007213592529297,3.1902949810028076,0.2589693665504456,0.2890315651893616,-1.5024561882019043,0.6899795532226562,0.6348028779029846,-1.0533446073532104,2.1764817237854004,0.1167687624692917,1.9064581394195557,0.6328549385070801,1.0771220922470093,-1.0478248596191406,0.9206979870796204,-1.0847300291061401,-0.0140703171491623,0.2491544336080551,-1.1997928619384766,-2.2142524719238281,-1.0074830055236816,-1.4216499328613281,2.3046355247497559,1.6506321430206299,1.0557934045791626,-0.5854427814483643,1.1935691833496094,-0.3881810605525970,0.8639550805091858,0.6367096900939941,-4.0514669418334961,0.0895832255482674,-1.7032214403152466,0.6283276081085205,-14.1241550445556641,-1.6471061706542969,-1.2505093812942505,0.3139736056327820,0.0265755672007799,-2.4522130489349365,-0.4182667136192322,-0.5817158818244934,-1.1457829475402832,0.0021456372924149,-2.5004713535308838,2.7037510871887207,-0.1738762259483337,-1.0489906072616577,0.7556294202804565,0.5037606358528137,-0.7867931127548218,-1.0819666385650635,2.4853982925415039,0.6376349925994873,-1.5464072227478027,-0.3232381939888000,-1.8059501647949219,-1.7301387786865234,-0.0731513425707817,2.0157642364501953,1.7611608505249023,0.7505567669868469,2.1245107650756836,-0.2936283648014069,1.7112054824829102,-3.3571815490722656,3.3264765739440918,-0.2246865332126617,-0.7559552192687988,0.4975280463695526,-0.5587636232376099,5.2975058555603027,4.8115487098693848,1.8198459148406982,0.7124775052070618,1.5439562797546387,0.8364635109901428,-0.8914631009101868,-0.3238671422004700,-4.5824551582336426,-0.1804716736078262,0.3874175846576691,1.0084615945816040,-1.3289813995361328,-1.3390547037124634,-0.2829956710338593,1.8969750404357910,2.1545147895812988,-0.3859509527683258,0.9753549695014954,4.7065300941467285,2.2704463005065918,0.5544806718826294,-1.9762445688247681,-4.4177856445312500,-2.6741034984588623,0.9241908788681030,0.9368035793304443,1.6504451036453247,0.8372995853424072,-1.2346676588058472,0.3212196230888367,1.3223780393600464,-1.1444288492202759,1.3368225097656250,0.0427946038544178,0.1297965049743652,-4.2157573699951172,5.1130652427673340,1.0793775320053101,-0.4389346539974213,1.1355752944946289,1.9692071676254272,0.2939770817756653,0.9683414101600647,0.5891020298004150,-1.3369787931442261,-0.0489165708422661,-1.6841073036193848,-0.0397303402423859,-0.7552236914634705,0.0826067253947258,0.7392885088920593,0.4304017722606659,-0.7817620635032654,0.0990551114082336,-0.2038804888725281,1.1624263525009155,-2.8044502735137939,-0.5713829994201660,-0.2164438962936401,0.0203685350716114,2.1938292980194092,0.3760764002799988,-1.5082856416702271,1.2402633428573608,-1.9452263116836548,-0.6683536171913147,-1.7901729345321655,-0.4451057612895966,-0.3882632255554199,0.8664639592170715,-0.0853830873966217,0.9491171240806580,-10.9643945693969727,-11.8972291946411133,0.4042263329029083,1.9033963680267334,0.9689492583274841,-0.0534274578094482,0.5322830080986023,0.3501684069633484,-0.2988130748271942,1.0167275667190552,-2.6397516727447510,-0.9150534868240356,0.5770822763442993,-0.4029139280319214,2.5838978290557861,0.1363949030637741,1.4741004705429077,-0.2276103198528290,6.9029064178466797,0.2867273688316345,-0.8206501603126526,1.1176251173019409,-1.0476660728454590,-0.0623552240431309,0.1258753091096878,-1.3890829086303711,-1.4297406673431396,-1.1208778619766235,-1.0264674425125122,-17.0365886688232422,0.6301538348197937,-0.5166949629783630,-0.7827315926551819,0.0807062014937401,2.9509501457214355,1.2939713001251221,1.2422448396682739,1.1719579696655273,-1.5942950248718262,-0.6258074641227722,3.0526823997497559,20.0289840698242188,-4.9427723884582520,11.1587409973144531,5.5650248527526855,11.1573228836059570,-16.0782413482666016,8.3509569168090820,-9.3203277587890625,5.0963826179504395,5.4038534164428711,-5.5334110260009766,7.6274290084838867,11.8619956970214844,17.4945259094238281,-4.8104863166809082,9.7561693191528320,20.0448284149169922,70.5160827636718750,63.1223220825195312,12.5061111450195312,17.2893486022949219,8.5011539459228516,26.8522300720214844,78.8882064819335938,23.0848331451416016,35.1661987304687500,28.1777915954589844,15.8077144622802734,8.1210708618164062,16.1863365173339844,54.2068557739257812,0.1965271681547165,0.6008170247077942,0.4800464510917664,1.1968923807144165,0.5924682617187500,0.3918683528900146,0.5497349500656128,0.2998771667480469,0.2469911277294159,0.2496952712535858,0.3232381939888000,0.7243318557739258,0.2123392522335052,0.2388329803943634,0.3342350721359253,0.3812063932418823,0.1113744899630547,-1.6205204725265503,0.9849135875701904,-2.0560376644134521,2.9957969188690186,-1.3809849023818970,-2.4193651676177979,0.8938847184181213,-0.0719895884394646,-0.3552660048007965,0.2538845241069794,-2.6295988559722900,0.2127514630556107,0.5098566412925720,0.8025648593902588,0.5744464397430420,0.0000099999997474,-0.2100389897823334,0.5654931068420410,-3.1062850952148438,-4.3614315986633301,-2.3709371089935303,5.2743244171142578,-1.2256857156753540,-1.8086361885070801,1.1300500631332397,-0.5815919041633606,-3.6806306838989258,-2.1718306541442871,-1.4681444168090820,0.9971602559089661,0.1060012504458427,-0.2736295461654663,0.9730753302574158,0.7636898159980774,0.2904338538646698,-0.4128240644931793,0.7442644238471985,-0.6956403851509094,1.3924194574356079,-0.0279448647052050,-2.2087213993072510,-1.7508250474929810,0.2147230654954910,0.0115726143121719,-2.5796685218811035,-3.2627866268157959,1.0478043556213379,-3.9027359485626221,0.0655243545770645,-0.4488093554973602,-2.5218772888183594,-3.5809631347656250,0.1527290642261505,0.3518687188625336,2.9182677268981934,3.1575009822845459,2.3439164161682129,1.6058077812194824,-1.2736917734146118,1.3049044609069824,-2.3467578887939453,-3.2275404930114746,1.6573134660720825,2.2280600070953369,3.8313961029052734,2.9026253223419189,-0.8287984132766724,-0.7079054713249207,-1.5917689800262451,-0.5543088912963867,0.7542439103126526,0.2038040459156036,3.1105253696441650,3.7474744319915771,2.4977297782897949,3.1678471565246582,0.2352688759565353,-0.5379211306571960,-0.2652913033962250,-0.2596568167209625,1.3285320997238159,0.7634325623512268,-0.0806670486927032,1.1130515336990356,0.4540230929851532,-2.6342356204986572,0.7236251235008240,-2.8892486095428467,0.1567627191543579,-0.9465790987014771,0.3452895879745483,-0.7787666916847229,-0.4742535650730133,-5.5897040367126465,1.3541358709335327,0.6429821252822876,1.1999319791793823,0.5060068368911743,0.2131047844886780,-0.5742450356483459,1.8525235652923584,6.7549023628234863,-0.1760747730731964,4.5616741180419922,1.3128190040588379,1.1040664911270142,0.7436295747756958,-0.5488674044609070,1.1650881767272949,2.6587560176849365,0.4052481651306152,-1.0528305768966675,-0.2941074371337891,-0.9817855358123779,0.9609715342521667,1.2019560337066650,2.2252562046051025,-0.4495640993118286,-0.5648277401924133,-1.3500436544418335,-2.1061406135559082,-0.3662336766719818,2.0306355953216553,0.8695031404495239,0.3490068912506104,0.9715526103973389,0.3661743700504303,0.4054305255413055,5.0761446952819824,1.6307634115219116,-1.1227225065231323,-0.8418281674385071,-1.1540393829345703,2.1056709289550781,1.3867100477218628,-1.7807980775833130,5.3184614181518555,3.8598680496215820,0.7909440994262695,2.0537917613983154,-0.3820605278015137,0.3202845752239227,-1.6354050636291504,2.8948304653167725,-3.8991756439208984,-0.3553701043128967,-0.2621078491210938,-0.3030169010162354,-0.3881502449512482,0.6595673561096191,0.7121232748031616,3.4236376285552979,-1.4779396057128906,-1.4482522010803223,0.6598313450813293,-0.1415894031524658,-1.0762463808059692,-3.0744054317474365,0.2227324098348618,6.3186326026916504,-1.6432765722274780,0.3545982241630554,-0.0858063399791718,1.0332496166229248,-2.5740189552307129,-10.1312932968139648,-1.0942420959472656,0.1555217504501343,-2.0437152385711670,-1.0016545057296753,0.3881478607654572,0.5329892635345459,-0.1003847271203995,1.3006811141967773,-0.3267221748828888,-0.3005908429622650,0.6695934534072876,-0.4267305731773376,-0.1734351813793182,-0.4765306413173676,3.9102389812469482,2.1018743515014648,-1.2905974388122559,-1.1407649517059326,2.1426560878753662,-0.4856528341770172,-0.3430956900119781,0.3307063281536102,-1.6406538486480713,-0.6913524270057678,0.9090011715888977,0.4029911160469055,0.2053599506616592,0.4224718511104584,-3.3693680763244629,-5.8250861167907715,-0.8137979507446289,0.6866680979728699,-0.2432380318641663,0.3765989542007446,1.4557602405548096,0.9637488126754761,3.0459330081939697,2.4125275611877441,-2.7832005023956299,-2.7046012878417969,-2.2070455551147461,1.1147506237030029,3.2855670452117920,2.0924253463745117,1.6619749069213867,0.6785349249839783,0.0497175268828869,-0.0725198388099670,1.7083002328872681,0.7814766764640808,2.8239085674285889,1.1886904239654541,-0.4505567252635956,-0.1896081119775772,1.0885428190231323,2.2381272315979004,-1.0258229970932007,-4.3353157043457031,1.2000833749771118,-1.6785429716110229,0.0963241308927536,-1.8658506870269775,2.4329032897949219,4.3124332427978516,-0.1459574997425079,-0.7001002430915833,1.3063662052154541,0.7362765669822693,-0.9664263725280762,0.2657140791416168,-1.7862342596054077,-3.1108396053314209,0.1083270013332367,0.3599312305450439,1.4153373241424561,1.4203270673751831,-0.6216519474983215,-0.3913350105285645,-5.1014933586120605,1.7420969009399414,-0.4708018898963928,-0.6152603626251221,2.3653740882873535,2.4113252162933350,-0.8665869235992432,-2.0504615306854248,-1.9935306310653687,-1.9256875514984131,-1.1108499765396118,0.0025043007917702,0.5704146623611450,0.7211304903030396,6.5918412208557129,7.3624591827392578,0.4203676879405975,-1.6627123355865479,1.4402341842651367,-0.4977733790874481,-0.9876977205276489,-1.9794430732727051,-2.9778997898101807,-2.7852964401245117,-0.5545353889465332,0.6607966423034668,4.3336653709411621,1.9854040145874023,4.5533766746520996,5.5383310317993164,2.6068208217620850,-1.3036425113677979,-1.2419520616531372,1.3120045661926270,-2.3823823928833008,-1.0844608545303345,-1.1841899156570435,0.9594848752021790,-4.1417665481567383,-1.9365165233612061,0.8396530747413635,1.6757813692092896,-1.0325983762741089,2.2011737823486328,0.0156585499644279,1.6466692686080933,0.2615289986133575,1.5165957212448120,1.8396660089492798,-0.3160648643970490,-0.4290069639682770,-1.6355973482131958,-2.4603664875030518,-1.9072368144989014,2.6175079345703125,2.8394811153411865,0.4376441538333893,1.5187810659408569,1.5376524925231934,0.2871038019657135,1.1442232131958008,-0.4583298861980438,0.7664173841476440,0.3399409353733063,-2.0225379467010498,-7.9482264518737793,-0.2223906815052032,-0.9571927189826965,0.0188483390957117,-0.0181327871978283,-0.2414212375879288,-0.0041844723746181,-2.5148243904113770,-2.2593593597412109,-0.1770468801259995,-1.2303509712219238,0.9540347456932068,-0.4546953439712524,0.5715767741203308,-0.7381780147552490,-0.0883199200034142,1.3999876976013184,-0.6151923537254333,-5.3502097129821777,0.1092675626277924,0.7346047163009644,-0.7840965986251831,-0.2120173871517181,0.2308356910943985,0.5804215669631958,0.9819411635398865,8.0011339187622070,-0.5143846869468689,2.1124255657196045,4.6494798660278320,5.9215621948242188,-0.2913653254508972,0.4583353996276855,1.5848699808120728,1.0973913669586182,1.4664757251739502,2.7453889846801758,-1.2493518590927124,-1.2268613576889038,-4.9931869506835938,-4.7539248466491699,1.9898164272308350,1.4748063087463379,-1.0544557571411133,-0.7184312939643860,1.2798413038253784,3.3295817375183105,3.3106343746185303,1.8515617847442627,-1.0586208105087280,3.4882817268371582,-1.0628337860107422,-2.8238875865936279,0.0726279616355896,-0.4582491219043732,-0.2721963226795197,0.0543843619525433,-0.2829593420028687,-1.8699405193328857,0.1325073093175888,-2.0451819896697998,-1.6339789628982544,0.6257683634757996,0.3686619699001312,-3.0920093059539795,-1.2507215738296509,-2.7689807415008545,2.5789699554443359,4.4602150917053223,4.7002205848693848,3.7563571929931641,-2.0058228969573975,2.7006096839904785,0.8331821560859680,0.1554558873176575,-0.8715518712997437,-5.3761868476867676,1.0412293672561646,2.0109875202178955,-0.8173182606697083,-0.7198030948638916,-1.2602099180221558,-0.6123914122581482,1.5761500597000122,-1.1897294521331787,1.0675384998321533,-1.7844474315643311,1.9498769044876099,-2.6868793964385986,-0.2798809409141541,0.4251335263252258,-0.3203269541263580,-1.5635956525802612,0.5839855670928955,0.3855067789554596,-1.4623334407806396,-6.4121403694152832,0.2422219514846802,0.4196405410766602,-3.0895111560821533,-1.3374314308166504,1.0489217042922974,-0.0779598131775856,1.6016473770141602,3.1373138427734375,0.2264737039804459,-0.4975859522819519,0.7586327791213989,-1.4052619934082031,0.6681646704673767,0.7328992486000061,-1.6807554960250854,1.0093055963516235,1.4036592245101929,-2.5138466358184814,0.3478527963161469,-0.8480569124221802,-0.5857915282249451,-2.1548717021942139,-0.4300157427787781,-0.7197589278221130,0.9216977953910828,9.5242252349853516,-2.4544587135314941,-0.5633055567741394,0.0111387390643358,0.0210515558719635,-1.5356171131134033,0.5826523303985596,4.0967512130737305,4.9824652671813965,-1.8261445760726929,0.1140597015619278,-0.4433788061141968,-0.6059227585792542,-0.1066802814602852,-0.9929550886154175,1.4675164222717285,3.9086441993713379,5.0575037002563477,4.6732144355773926,0.8793830275535583,1.1352152824401855,0.6567835807800293,-1.0383938550949097,0.2918877303600311,1.4496428966522217,0.1969233155250549,-2.0467844009399414,0.0529416948556900,-1.1254971027374268,-1.8250255584716797,-0.9140273928642273,0.0143533581867814,-0.7565940022468567,1.3838156461715698,0.9459584355354309,0.5190972685813904,-1.5022498369216919,-2.4643559455871582,1.7565351724624634,-0.7659069299697876,1.9195077419281006,0.7639616131782532,-0.2534845471382141,-1.1880309581756592,0.9663259983062744,0.3077998161315918,1.5076466798782349,0.0763389021158218,2.2438457012176514,1.6572173833847046,8.3875026702880859,1.6090646982192993,-1.4415667057037354,1.3435922861099243,-3.1181142330169678,0.0814368277788162,0.0708683803677559,-1.0419741868972778,0.5655693411827087,-0.5475991964340210,-0.3682633936405182,-0.0089112613350153,-0.5409052968025208,1.9403096437454224,-1.0243852138519287,1.2677356004714966,1.8826812505722046,2.4828121662139893,1.7559554576873779,-3.0020465850830078,1.1101645231246948,0.5915802121162415,-0.3819299340248108,3.6473386287689209,-1.6757061481475830,-0.3768822550773621,-0.3521003723144531,-4.4123330116271973,-3.7831423282623291,0.2787210345268250,1.0508689880371094,1.4620952606201172,4.9372143745422363,3.4846942424774170,2.3820190429687500,1.2319548130035400,-1.2417386770248413,-0.9851238131523132,0.5475842356681824,-0.1128776222467422,-0.0396244823932648,0.3376204967498779,0.1430690884590149,0.7604655623435974,0.5979011058807373,2.2023329734802246,-0.5865170955657959,9.9836187362670898,14.1742219924926758,6.9122986793518066,-0.2406436055898666,-0.2155316174030304,13.4724473953247070,-5.8881959915161133,4.2033486366271973,11.7590541839599609,7.7207069396972656,2.1890516281127930,2.3856751918792725,-13.6519861221313477,-11.1977481842041016,-1.5763119459152222,6.5398545265197754,6.8477811813354492,20.0914878845214844,1.2753412723541260,6.3223509788513184,25.8821086883544922,18.5816478729248047,23.8343524932861328,31.7557392120361328,9.1907052993774414,20.1909141540527344,11.9560403823852539,1.9860264062881470,24.1475467681884766,14.7718534469604492,11.1552200317382812,8.7255029678344727,0.8603706359863281,0.7480198144912720,0.2575383782386780,0.1869326680898666,0.4539891183376312,0.5343592762947083,0.6020534038543701,0.4905256330966949,0.3577319979667664,0.2532872259616852,0.2630433440208435,0.4193037450313568,0.2657905817031860,0.2488404661417007,0.1811203509569168,0.4164000749588013,-3.1726665496826172,2.5216102600097656,-0.9156736135482788,-0.0241931620985270,0.6936075091362000,1.0988290309906006,0.9969217777252197,0.7502248287200928,0.2401630431413651,-0.0045897732488811,0.1074177250266075,1.7240115404129028,-0.3012283742427826,0.0255537424236536,0.1862593442201614,-0.9109671711921692,0.0000099999997474,1.9272598028182983,2.4214403629302979,-2.5289735794067383,-0.9344813823699951,-1.7720797061920166,-1.7566570043563843,-3.2065212726593018,-1.3804086446762085,-0.2659105360507965,-0.8206445574760437,-0.5617054700851440,1.1029723882675171,-0.8191794157028198,0.7177146673202515,1.5160032510757446,0.0518004670739174,2.0990765094757080,0.0977990329265594,-0.0853423550724983,-0.6684406399726868,-0.2748632729053497,-4.2269015312194824,-0.2167386859655380,-1.9570447206497192,0.6038070321083069,-0.8277795910835266,-8.1438131332397461,-7.0213947296142578,-3.0030317306518555,2.0684359073638916,-0.5932486057281494,0.8087112307548523,-0.4318220913410187,-1.9826222658157349,4.6977009773254395,2.3569357395172119,0.5997977256774902,1.6329537630081177,2.2416164875030518,1.5396188497543335,1.0821907520294189,3.5468995571136475,1.3020769357681274,1.1529506444931030,0.8513426780700684,-0.3391154706478119,-0.6150962114334106,0.9679379463195801,1.6889204978942871,3.6672217845916748,1.1321945190429688,-0.2562738955020905,0.1983060240745544,0.6419635415077209,-0.5509778857231140,-0.4836254119873047,0.8367666006088257,-1.2306959629058838,0.0416145995259285,1.2633788585662842,2.4245362281799316,7.1055622100830078,0.1601132601499557,3.9524524211883545,-1.1124286651611328,0.3379382193088531,-1.1548712253570557,1.9170383214950562,0.7674688696861267,-2.8991811275482178,1.1188658475875854,0.6670395731925964,-0.3078097105026245,0.6184303164482117,-0.2061372250318527,0.0266704689711332,1.9004428386688232,-1.3602031469345093,0.4495268762111664,-0.0563037730753422,-0.0253498367965221,0.0383207872509956,1.6442275047302246,-1.4469637870788574,0.8320983648300171,-0.4452002346515656,-0.4749191999435425,-0.0622820183634758,1.0538775920867920,-2.4347200393676758,2.9637005329132080,3.5542147159576416,2.2467732429504395,14.4250955581665039,0.6559289097785950,3.5675773620605469,-0.1628478616476059,0.4798872470855713,1.5425753593444824,4.2058229446411133,-0.3520636558532715,1.1515934467315674,4.1066989898681641,8.0329771041870117,-0.4239942133426666,-2.4940283298492432,0.7475040555000305,3.3441340923309326,0.1601694971323013,0.4863341450691223,0.4936791658401489,-0.9318744540214539,-0.3389512002468109,-2.5557482242584229,-0.5632340312004089,1.9148119688034058,-0.1532376855611801,-0.9010123014450073,-0.9247350096702576,0.3565024137496948,-1.6545104980468750,2.4229841232299805,0.5998564362525940,0.3997439742088318,4.2960071563720703,-1.2483270168304443,1.0194187164306641,-0.5142305493354797,-2.7415935993194580,-4.3873825073242188,-3.2164278030395508,-2.8755397796630859,0.9052253961563110,-0.3629134893417358,-0.1918390840291977,1.3701020479202271,3.0031843185424805,4.7524981498718262,0.1043575555086136,-1.0462795495986938,-2.7728233337402344,-3.7616288661956787,1.1154278516769409,-0.2805028855800629,1.4946789741516113,1.9807089567184448,0.8173477649688721,0.6235882043838501,-1.5925486087799072,-0.0843570977449417,-0.1343046873807907,4.3001031875610352,-0.4768514931201935,0.0492874532938004,-4.6015400886535645,0.4661010801792145,-1.5254747867584229,2.0221993923187256,-0.1008240729570389,0.3688123822212219,-0.2362744659185410,-1.4319361448287964,0.9368571043014526,-0.0962411612272263,-0.1446748375892639,-2.5420818328857422,1.8051717281341553,-1.0316908359527588,0.5478573441505432,5.8365168571472168,3.5268051624298096,-0.2108574658632278,0.5449338555335999,-4.2725343704223633,1.5261284112930298,0.5448303818702698,0.7093732953071594,1.3761632442474365,-0.1752031296491623,-1.3617069721221924,1.1105288267135620,-1.2576433420181274,-0.3775529861450195,2.2435092926025391,1.3988977670669556,-2.2457985877990723,0.7984665632247925,-0.8484640717506409,-0.3641539216041565,-0.5665086507797241,2.1605083942413330,-2.5637590885162354,-0.3105089068412781,3.7183969020843506,-1.5403022766113281,0.0193746145814657,-0.1704430133104324,0.4263911545276642,-4.7695846557617188,-11.6506414413452148,0.7791625261306763,1.1952475309371948,-0.5932906866073608,-1.9968730211257935,0.3332010805606842,-0.6951681971549988,-1.2933148145675659,1.3779618740081787,-0.2556639909744263,-0.6188864111900330,0.3498665392398834,-0.9216145873069763,2.0189828872680664,0.4593918919563293,0.7852138280868530,-0.6418890357017517,2.6130101680755615,-0.3938575983047485,0.8418638110160828,1.3873008489608765,-4.0579185485839844,0.4739509820938110,-2.3023746013641357,0.2804200053215027,-2.6959083080291748,-0.7474068999290466,0.2498040050268173,1.1722263097763062,1.9728820323944092,1.1734439134597778,-0.8958767056465149,1.0091677904129028,2.7275376319885254,-3.1912736892700195,-2.1529669761657715,1.7410446405410767,-1.6571509838104248,1.7968493700027466,0.6721551418304443,-2.4892952442169189,-0.1852923333644867,1.4466768503189087,2.4806516170501709,-1.3987160921096802,-3.3753218650817871,0.0443604625761509,0.7032907605171204,1.7338593006134033,0.2179958224296570,-1.4005804061889648,-1.5963599681854248,1.4071586132049561,-0.9089347124099731,1.9669724702835083,2.8658304214477539,4.3840622901916504,0.8702040910720825,1.9112725257873535,5.2518067359924316,2.5386040210723877,-0.1557946205139160,-0.7075021266937256,0.8936663866043091,1.6639889478683472,0.5007872581481934,-0.4183295071125031,-0.1188294813036919,0.1714711040258408,-3.2125868797302246,-1.5249623060226440,0.9773421287536621,0.2159151583909988,-1.1139531135559082,-2.2947235107421875,-1.5394544601440430,0.8978280425071716,-5.7403259277343750,-9.0640220642089844,-0.8733054995536804,-0.3525419831275940,-0.4516733884811401,1.1136913299560547,1.6901321411132812,-0.0420820191502571,-1.4179424047470093,0.0686943456530571,-1.0742516517639160,-2.0068256855010986,-0.3660304844379425,-7.7541322708129883,-1.3310337066650391,-0.6258496642112732,1.1641697883605957,-0.1875364631414413,-0.2002533227205276,1.1751972436904907,0.4757822155952454,-0.0213185362517834,-0.4614817798137665,-1.0799522399902344,0.0041686678305268,0.8974204063415527,1.9820713996887207,0.4350127875804901,0.4776230156421661,0.3768699169158936,4.5110497474670410,13.9212312698364258,0.4533295333385468,0.3202068209648132,-0.6541886329650879,2.0203065872192383,-0.2375743687152863,3.4684092998504639,0.3703000545501709,-0.4898452460765839,1.1663731336593628,-0.1472267061471939,1.3052463531494141,-0.5269040465354919,0.3842256963253021,-0.9966405034065247,-0.4400702714920044,-0.3213275372982025,0.0838893502950668,-2.5337300300598145,0.1678206175565720,-2.9700872898101807,-2.1357009410858154,1.3419642448425293,-0.1944659650325775,-0.3558271527290344,1.3424099683761597,-0.2158396393060684,0.9994276762008667,-0.5252246260643005,0.0687427818775177,-1.0887246131896973,1.1879924535751343,-1.2858371734619141,1.0418866872787476,-2.2849130630493164,-0.9348848462104797,-1.5530558824539185,2.4149320125579834,-0.2687019705772400,3.1273934841156006,5.1498203277587891,3.5076336860656738,9.0840320587158203,0.6251860260963440,-0.9791219830513000,-2.3307366371154785,-2.5414156913757324,1.7207337617874146,-1.0029658079147339,1.2244124412536621,-2.1493721008300781,1.1187486648559570,-4.2526297569274902,1.8370565176010132,-1.8317840099334717,-2.3689196109771729,-3.1821444034576416,-1.0955542325973511,-0.9303072094917297,-1.5514600276947021,-1.9075521230697632,-1.6192648410797119,-5.4149885177612305,-0.3556483089923859,0.3329254984855652,-0.2557369768619537,0.0789742171764374,-0.4996576607227325,6.0525431632995605,-0.9071826338768005,1.7717790603637695,0.0509966202080250,0.0092240152880549,0.8036624789237976,-0.2015491425991058,-0.3381195962429047,-1.8793262243270874,-0.8557739853858948,-1.2506872415542603,2.4135727882385254,-1.3688994646072388,1.0347360372543335,-0.5144767761230469,-1.0462956428527832,0.5787011384963989,0.0956154540181160,-1.4005677700042725,-0.7184787988662720,0.6013097763061523,0.3231725096702576,0.4782935976982117,1.8145794868469238,0.4040580093860626,0.4795403182506561,-0.4535364508628845,3.7032663822174072,13.7040414810180664,0.1742645502090454,0.5190473794937134,-0.9290222525596619,0.2906936705112457,0.4671176970005035,6.0143251419067383,0.2727345228195190,-1.2543675899505615,0.3201162517070770,-1.0920205116271973,1.9401694536209106,-0.1037149876356125,1.0981184244155884,-3.3567414283752441,-2.2380836009979248,-2.6739377975463867,-1.4287476539611816,-1.2388944625854492,-0.9895863533020020,0.9286643862724304,0.5275821685791016,-1.5525308847427368,-1.5533007383346558,-1.9985445737838745,-1.9739089012145996,0.6923006176948547,-0.2765698432922363,-1.8828394412994385,-2.7359442710876465,-1.2216817140579224,-0.5280483961105347,5.3349175453186035,-0.6321356296539307,-2.1110129356384277,-0.5047001242637634,0.9527066349983215,0.6508416533470154,4.2045755386352539,0.9453155994415283,-1.2606843709945679,0.0042562335729599,-0.4856972992420197,-1.9469571113586426,-1.0499109029769897,-1.0406564474105835,0.6406099796295166,-2.2534267902374268,1.5265973806381226,0.9515738487243652,0.1834527999162674,-0.2089498937129974,1.6808838844299316,-1.3976026773452759,-5.8137097358703613,-0.5262556672096252,1.2051322460174561,3.1349551677703857,5.9215116500854492,1.3236246109008789,-1.9976537227630615,1.5720773935317993,-1.0421571731567383,2.4840734004974365,-0.2476667165756226,4.0883984565734863,-1.8234386444091797,1.4820994138717651,1.7049615383148193,0.3355657756328583,-0.8852870464324951,0.1791607141494751,-0.9469334483146667,2.2827813625335693,0.1524052917957306,0.0929197520017624,0.3206670582294464,0.4510774910449982,0.3232365548610687,-1.2289541959762573,1.6059215068817139,-1.3603012561798096,-0.4916132688522339,0.1049863621592522,1.2879065275192261,0.4326188564300537,-0.2335584014654160,3.3736097812652588,4.2765021324157715,-0.9048095345497131,-0.3138903677463531,-4.9959363937377930,-7.4179630279541016,0.3709442615509033,-0.8033961057662964,-3.4052391052246094,1.1806241273880005,-0.6655447483062744,-0.5589284896850586,-0.4499847292900085,-0.0597365275025368,-1.8567531108856201,1.7675377130508423,-1.0990657806396484,0.1188107728958130,0.0507362112402916,-0.0301023013889790,-1.6338418722152710,-0.7728137969970703,-7.0263042449951172,11.6106300354003906,3.8286769390106201,4.8017230033874512,4.5794534683227539,11.2524423599243164,-5.2921671867370605,-1.1013866662979126,1.3147623538970947,6.7332186698913574,1.3817321062088013,3.8528201580047607,0.0318341329693794,-5.8831119537353516,4.7232899665832520,-0.2095991075038910,18.3953838348388672,10.9427270889282227,30.7406883239746094,9.5638818740844727,11.3400211334228516,6.6538090705871582,6.6697406768798828,1.3931901454925537,41.1223754882812500,40.1307106018066406,20.0787162780761719,5.4542098045349121,31.5013446807861328,9.8993988037109375,18.0766944885253906,32.8698081970214844,0.3292506337165833,0.2398211359977722,0.6279597878456116,0.2630013227462769,0.4307502210140228,0.7946552634239197,0.2189935892820358,0.4265137612819672,0.2894978523254395,0.5425178408622742,0.2845185399055481,0.4709276556968689,0.3824369311332703,0.1535543799400330,0.2330797910690308,0.2907702922821045,0.1093904450535774,-0.0388367213308811,1.9094700813293457,1.4126961231231689,-0.3530442118644714,2.5534529685974121,0.6109204292297363,-1.7623435258865356,-0.0499599911272526,-0.8372455835342407,-0.3839955031871796,-1.4916828870773315,0.7997291088104248,0.3953299820423126,0.0844540148973465,-0.0505717508494854,0.0000099999997474,1.5569715499877930,-1.5979913473129272,0.4295639395713806,6.7085924148559570,0.1708443462848663,-2.8776562213897705,0.2491568922996521,2.1391093730926514,2.4335377216339111,0.6726326942443848,0.3091881871223450,2.0114939212799072,-0.7183176875114441,-0.6780256032943726,-0.7205590009689331,-1.0083556175231934,1.0754033327102661,-4.2593975067138672,1.9270203113555908,-0.4038188755512238,-0.7901336550712585,1.0919101238250732,-0.3971710503101349,-1.2840071916580200,-2.1008315086364746,1.4259864091873169,1.9582277536392212,-2.8289914131164551,-0.3285834491252899,2.8289086818695068,-1.8127465248107910,0.5490769743919373,-1.3318327665328979,2.6432154178619385,-0.5341355800628662,-2.0443377494812012,-1.2089853286743164,-4.5016860961914062,0.0315482094883919,-0.3900202214717865,0.9115821719169617,1.0345411300659180,0.1811440587043762,-2.0280270576477051,1.5786155462265015,-1.3975117206573486,-1.7379329204559326,1.5306196212768555,-0.0771983563899994,0.2108982801437378,-0.4736519455909729,1.3171578645706177,-3.3093874454498291,-11.2812747955322266,0.3221978247165680,-1.3782957792282104,-0.7776944041252136,1.9294941425323486,-0.0830628499388695,0.5753095149993896,-1.2590305805206299,2.0281519889831543,1.3879786729812622,0.1577852368354797,0.9365202188491821,0.1942314505577087,-0.1600587368011475,0.6886087656021118,0.4066224694252014,-0.5144806504249573,0.0719134882092476,-1.4870605468750000,-0.6401411890983582,1.6986613273620605,-0.6654339432716370,-0.7611860632896423,0.2221882492303848,2.5130922794342041,0.4542216360569000,-0.5313389897346497,1.0336107015609741,-0.0420410670340061,-0.6178172230720520,0.1834223717451096,-0.0526778437197208,-1.2059099674224854,0.2903404235839844,1.6265212297439575,-0.4109161794185638,-0.5222383737564087,1.7016969919204712,-0.9108563661575317,-1.4960052967071533,-3.8944284915924072,-0.6256012916564941,-6.7725520133972168,-2.6355683803558350,1.9788933992385864,5.3420433998107910,-0.6722027659416199,-1.2995704412460327,-0.5954046845436096,2.4620225429534912,1.8992034196853638,-0.0483831204473972,1.2182636260986328,0.9603469371795654,-0.3959852159023285,-4.0994892120361328,-2.7260663509368896,-0.5095921754837036,-0.5799436569213867,-2.1396121978759766,0.2303848415613174,1.4125825166702271,1.7547043561935425,-1.3342181444168091,-4.0282139778137207,1.0632648468017578,0.9994924664497375,0.7032790184020996,1.6265953779220581,-4.9923496246337891,3.0394785404205322,2.2407057285308838,-0.8638593554496765,-0.1529486924409866,-0.2042960077524185,1.7988911867141724,0.5113230943679810,0.5175735950469971,-2.8575999736785889,1.1400322914123535,-1.1581295728683472,0.1387905627489090,-2.1876256465911865,-0.2739409804344177,1.5552617311477661,-0.4623271524906158,-1.7730281352996826,0.5876224040985107,0.3709982037544250,-0.0438329353928566,1.3281688690185547,-1.4177360534667969,3.9099597930908203,1.1588468551635742,-3.5976285934448242,1.4750236272811890,2.4646196365356445,-0.0035751604009420,3.1621215343475342,0.3677454888820648,-0.0638405606150627,0.4148106575012207,1.6834735870361328,1.5042811632156372,-3.7016313076019287,-0.3729957342147827,0.1521388441324234,1.5111801624298096,0.5456340909004211,-0.2540407180786133,1.0777386426925659,-0.0148372016847134,0.0044869291596115,0.4970470368862152,0.6507601737976074,0.6267925500869751,-0.6060701012611389,-1.3228608369827271,1.2446185350418091,-0.0405507050454617,-1.2464060783386230,-0.3957125842571259,-0.0927877947688103,1.4861962795257568,1.1777268648147583,-3.9524145126342773,-1.0276057720184326,-1.7708909511566162,0.4289760887622833,-0.5571320056915283,1.0915888547897339,-3.4489789009094238,0.0256823990494013,1.3235299587249756,-0.5149129629135132,-1.3175290822982788,-0.5302348732948303,7.3606076240539551,6.2695093154907227,-1.0296471118927002,1.6192212104797363,0.7348836064338684,-0.5479471087455750,-0.8026905059814453,-2.1878237724304199,0.5935540199279785,1.7061693668365479,-0.4742319881916046,-0.5770605802536011,-0.3722224533557892,-0.2286327779293060,-0.3126532733440399,-0.0869966968894005,0.2857585251331329,0.3306139111518860,-1.1444889307022095,0.1912773102521896,1.7202217578887939,5.8649144172668457,0.0339003354310989,0.4594729542732239,-0.3488007783889771,-1.4310491085052490,1.3419034481048584,13.8993453979492188,-1.2781291007995605,0.7328125238418579,-1.0347532033920288,0.6987780928611755,-0.5092152357101440,-0.5454608201980591,-1.7978348731994629,0.5073546171188354,-0.0491695515811443,0.8494572043418884,0.5774423480033875,0.6528503894805908,1.2867839336395264,2.2667570114135742,-1.6740108728408813,-0.0273716226220131,1.5360342264175415,-1.2901386022567749,-1.2021688222885132,-0.6950070858001709,-0.1264799535274506,-1.5755937099456787,3.5533239841461182,7.3062953948974609,1.0255097150802612,-1.1602959632873535,3.1253407001495361,0.3788436949253082,-0.8691918253898621,-0.6410349607467651,-0.5082797408103943,0.3844099938869476,-0.7257614731788635,-1.2642501592636108,-0.8049249649047852,-3.9171130657196045,-1.4809211492538452,0.1134471967816353,-0.1597538888454437,1.6408140659332275,0.5334897041320801,-1.9874495267868042,-0.0917911678552628,-0.9958887100219727,-0.6095716953277588,1.7110062837600708,-0.6792990565299988,0.1222810596227646,-0.1481020003557205,-3.6429603099822998,0.0465222522616386,-0.0936954021453857,0.6919983029365540,-1.2562141418457031,-2.0681214332580566,0.3855583071708679,2.7018201351165771,7.3508009910583496,0.2069523781538010,-0.7465211749076843,-0.6555683016777039,2.9263892173767090,1.5779986381530762,6.5530505180358887,-1.0294196605682373,2.5287232398986816,-1.0159287452697754,0.1454469412565231,-1.2021902799606323,-1.6151217222213745,2.1687076091766357,-0.0460577718913555,-0.4531342983245850,0.2424840480089188,0.1485640555620193,0.1980492323637009,0.1508503705263138,-0.7749084234237671,-0.2407164424657822,-0.0734878033399582,-0.4908801913261414,-0.2023581564426422,1.4062060117721558,0.6916815042495728,0.4501210451126099,2.1465847492218018,-3.1969902515411377,-1.6487807035446167,0.7275029420852661,-4.7036166191101074,0.2583056390285492,0.6948400735855103,-1.1593452692031860,-2.9704363346099854,1.2397969961166382,-2.9502911567687988,-1.0092463493347168,-9.3843317031860352,2.8861541748046875,-1.1532808542251587,-1.7821723222732544,-0.7527342438697815,5.3387732505798340,5.1964230537414551,-0.2094935029745102,-0.6628219485282898,-3.4873824119567871,-0.3180184960365295,-3.7694101333618164,-4.3121495246887207,1.7767900228500366,2.1924762725830078,0.8220838308334351,1.3204462528228760,0.8659935593605042,-0.2138255834579468,-0.6590085625648499,-0.9494247436523438,-1.5686477422714233,0.1624289602041245,-0.0430799834430218,-1.8103579282760620,-5.0491104125976562,-0.2152781188488007,-2.0385572910308838,-0.8372668623924255,1.1322112083435059,-0.1932902336120605,-0.4374485611915588,0.3414827585220337,0.2523795664310455,-1.3019971847534180,-1.2031606435775757,-2.3417239189147949,-2.7993397712707520,0.1986564844846725,0.6352127194404602,-2.8571012020111084,-0.6456609964370728,-3.4727933406829834,1.6959915161132812,0.1439742743968964,-0.5473298430442810,-3.2633912563323975,0.5696389675140381,0.6249536871910095,-0.2019448429346085,1.7910169363021851,-0.7001512646675110,0.3187441825866699,0.4257225692272186,-1.2891373634338379,-2.3008713722229004,1.2682702541351318,-1.5789333581924438,-1.5717101097106934,1.5455874204635620,0.8749682903289795,-1.9301989078521729,-0.4327326118946075,-0.2994893491268158,-0.0741479024291039,-1.0342063903808594,2.7762134075164795,4.2990756034851074,1.8890588283538818,-4.1846618652343750,-1.3241354227066040,-0.3757554888725281,0.6208482384681702,2.6079823970794678,1.6168062686920166,0.7677069306373596,0.3979840576648712,-3.7298200130462646,-0.9299545884132385,-0.1642372161149979,-1.0501368045806885,0.0461799614131451,-0.4516319632530212,-0.8649339675903320,0.1270432174205780,-1.3746451139450073,0.0593667142093182,0.2682994306087494,-0.3062410950660706,4.9436736106872559,1.8739744424819946,1.3333806991577148,0.3266473412513733,0.6056097745895386,1.7491744756698608,-0.0501272939145565,-0.7876031398773193,2.1042954921722412,0.0662279799580574,-2.4544525146484375,-1.4012957811355591,-0.6027510166168213,0.6849375963211060,0.8759459257125854,1.2180589437484741,0.1810781806707382,-2.7211635112762451,0.5183581709861755,7.1943616867065430,-0.3768664598464966,0.0706623867154121,0.3804112672805786,1.4307240247726440,-1.9350421428680420,-10.1920776367187500,-0.3077569007873535,-0.1681947559118271,-0.9771517515182495,0.2071890234947205,0.0155387362465262,0.7675858736038208,-0.2967090308666229,0.1772082298994064,1.2939262390136719,-2.8531823158264160,0.7156234383583069,0.6684042811393738,-0.9722449183464050,-0.3342316448688507,-0.5001890063285828,1.9245058298110962,-2.3345096111297607,3.3392055034637451,-1.8032928705215454,0.7426087260246277,2.5619471073150635,-0.3010948598384857,1.3418580293655396,-1.3732911348342896,0.2099963277578354,2.0909097194671631,-1.8330255746841431,-2.6569538116455078,-0.0159222688525915,-2.3933293819427490,0.8542250990867615,2.2740435600280762,-0.6055023670196533,-0.4282373785972595,-6.9728770256042480,-4.2299132347106934,1.1859611272811890,1.3351491689682007,0.1641929447650909,1.3360224962234497,0.3179069161415100,3.2875514030456543,0.7316916584968567,-1.5209670066833496,1.1543380022048950,-0.1354480385780334,3.1958296298980713,0.8517111539840698,-0.3020088672637939,-0.3750010430812836,1.6848639249801636,0.2764886915683746,-2.3428256511688232,-2.1437973976135254,-0.3537436127662659,-0.3150637447834015,-1.4599224328994751,2.4935662746429443,2.2642374038696289,-0.1907398402690887,0.1977833658456802,-1.2724022865295410,0.5234103798866272,2.3854470252990723,1.6789364814758301,-3.3377628326416016,1.1967388391494751,-0.2792766690254211,-3.3530442714691162,0.2322381287813187,-3.5094373226165771,-2.3212294578552246,-0.5834723114967346,0.6728327870368958,-1.3955310583114624,-0.3493359684944153,1.0792434215545654,0.9136448502540588,-2.0654053688049316,0.5467565655708313,4.7353057861328125,4.1619510650634766,1.6893806457519531,-1.0865166187286377,-2.7182409763336182,-1.4544278383255005,-6.6156659126281738,1.0378751754760742,4.3382067680358887,4.0273189544677734,-4.9077420234680176,-0.6877728700637817,-0.6751031279563904,-1.0683388710021973,2.7790925502777100,1.6093595027923584,-1.0959056615829468,4.8910608291625977,3.3043162822723389,20.6228046417236328,7.2659778594970703,3.6621136665344238,1.5979188680648804,25.3056354522705078,25.8497581481933594,27.0665264129638672,15.6531028747558594,22.5765571594238281,14.9464550018310547,25.2157268524169922,10.0007247924804688,4.0510158538818359,14.0341091156005859,29.4188270568847656,0.4132519662380219,0.3223979473114014,0.2754098773002625,0.2469691187143326,0.1963065266609192,0.3975264430046082,0.4413467347621918,0.4597015380859375,0.3820596933364868,0.2894386053085327,0.3209776580333710,0.3396402299404144,1.0011609792709351,0.2300292998552322,0.5233650803565979,0.9022788405418396,-1.0228770971298218,0.1900056600570679,0.2960328459739685,0.1369198858737946,-0.1639901548624039,0.1543764919042587,0.6654798984527588,0.1293704360723495,-0.5894212722778320,-0.3863588571548462,0.3971901834011078,-0.2916727960109711,0.2698384225368500,0.9903102517127991,-1.2032803297042847,-2.3530218601226807,0.0000099999997474,-0.9912457466125488,-0.3075612187385559,0.1479334980249405,4.5030646324157715,-3.2998809814453125,-1.1347355842590332,0.1525040268898010,1.3896396160125732,1.6425045728683472,0.5101401805877686,3.9541411399841309,2.4099142551422119,-1.6308690309524536,0.6487978696823120,0.3183895945549011,-0.3518893420696259,-2.4690754413604736,-0.5655189752578735,1.0813419818878174,-0.0370662920176983,-0.7645759582519531,-1.0596809387207031,-0.0257538799196482,9.4494495391845703,0.2089514583349228,-1.5863950252532959,1.9232113361358643,0.9289943575859070,0.6095353364944458,-2.1969852447509766,0.3459935188293457,2.3795881271362305,-0.3341386020183563,-2.3899118900299072,1.8721823692321777,-2.6368398666381836,1.3474388122558594,1.8925287723541260,2.4924700260162354,-0.5543285608291626,-0.8390277028083801,-1.3083850145339966,4.4082250595092773,-1.0084429979324341,-1.8823868036270142,-1.5079623460769653,1.4503282308578491,0.6835265755653381,-3.4163522720336914,0.6457267999649048,-1.6332836151123047,0.2617301046848297,2.9406828880310059,4.3276333808898926,-0.2987622916698456,0.7850078344345093,-4.9311022758483887,-0.8987192511558533,0.2647693157196045,-0.9137073159217834,1.8522634506225586,0.5568721294403076,2.2082803249359131,1.8965686559677124,-0.7461204528808594,1.6193453073501587,-2.1318058967590332,0.5819251537322998,-1.1022101640701294,0.7999961972236633,-0.5799339413642883,2.1658387184143066,-1.6006280183792114,0.8976316452026367,-1.2865301370620728,-1.1308082342147827,-0.1765712946653366,-4.4112501144409180,-1.9405235052108765,-0.6116802692413330,1.1123923063278198,-1.4970390796661377,-0.5156542658805847,3.3858540058135986,-2.0795717239379883,-1.4296284914016724,0.7615659236907959,1.9381492137908936,0.1816380620002747,-1.6894198656082153,-1.8363510370254517,-3.5045745372772217,-0.6791472434997559,3.9120202064514160,-4.0164365768432617,1.6310815811157227,-1.1116311550140381,0.0775222331285477,0.1987011730670929,-0.3109353780746460,-1.7288242578506470,-1.8953248262405396,0.2285986393690109,0.1362551897764206,-0.5816034674644470,2.4103500843048096,-1.0789710283279419,1.9701985120773315,0.4395486712455750,-9.6478233337402344,1.0166225433349609,1.0892226696014404,-0.9058222174644470,-8.3788452148437500,2.1225380897521973,3.4855241775512695,-1.7151833772659302,-1.2731045484542847,0.9191162586212158,0.1245679408311844,-0.1626749187707901,-0.2942651510238647,-1.2270506620407104,-0.7582909464836121,-0.1526275724172592,0.8880408406257629,-0.6378471851348877,-1.8840327262878418,-0.0520470142364502,-2.0632708072662354,-4.3521323204040527,-0.8206397891044617,-1.1815764904022217,-1.4316947460174561,1.4877569675445557,0.3128565549850464,-0.7952437996864319,-0.9611470103263855,-2.1785843372344971,-0.1598342806100845,-0.6728886961936951,2.6087679862976074,-1.0334062576293945,-0.7857047319412231,0.6339743137359619,1.8964146375656128,0.8659117817878723,1.8829662799835205,-3.8071491718292236,-5.7844204902648926,0.0985502377152443,1.2799949645996094,3.3593795299530029,1.7243310213088989,0.3402723073959351,-3.1887648105621338,1.1246868371963501,-1.0351459980010986,0.2099471688270569,0.3831248879432678,1.3430778980255127,1.9366276264190674,-1.7129626274108887,-2.8416705131530762,0.3054061233997345,-1.3008610010147095,0.4649569690227509,1.0215401649475098,-0.3085514605045319,0.3370802402496338,-3.4120261669158936,-2.5895700454711914,1.2232390642166138,-0.5642049312591553,0.4176956415176392,-3.8295819759368896,0.9908450841903687,0.8974976539611816,0.6151463985443115,-0.4320751726627350,-2.6128115653991699,-1.8586933612823486,0.1360450237989426,1.2584903240203857,1.8113305568695068,0.9057298898696899,-0.7366461157798767,0.0846692696213722,-1.0353629589080811,0.1532976627349854,-5.1668725013732910,-7.0092411041259766,1.3934315443038940,-1.8924816846847534,-1.4554604291915894,0.8061114549636841,-1.0168653726577759,3.1451985836029053,-1.2128305435180664,0.6107652187347412,-0.8592683076858521,0.0230376832187176,-0.5946895480155945,-1.6092653274536133,1.3744257688522339,0.3410975635051727,-2.6868710517883301,2.5296032428741455,3.3187587261199951,1.5590552091598511,2.0395112037658691,-1.1457310914993286,2.0657968521118164,1.2393687963485718,-3.6752643585205078,-0.3814530670642853,-0.7002924084663391,-0.3540451228618622,2.3871388435363770,-0.5972297787666321,1.4813128709793091,-3.6225664615631104,0.6052448153495789,1.5920901298522949,0.7945331335067749,-0.5981573462486267,6.3365159034729004,-0.1951654851436615,2.8113901615142822,-0.7428131699562073,-0.6145549416542053,0.1489056497812271,0.5264145135879517,1.8675353527069092,-0.8859258294105530,-0.4438118636608124,-0.5067524909973145,0.1270924657583237,-1.4392597675323486,-1.0199778079986572,-0.4243031144142151,-1.0896129608154297,-1.3589733839035034,2.0379099845886230,6.4080185890197754,4.6032862663269043,2.2413783073425293,-0.3339803218841553,-0.5191462039947510,-1.3102364540100098,-1.0224549770355225,-0.5196447372436523,0.3225243389606476,0.7450848221778870,2.2071833610534668,2.0584225654602051,0.0172777455300093,1.2876414060592651,1.0267102718353271,-0.2864656150341034,1.1145974397659302,0.2188835889101028,0.8278008103370667,0.4404571056365967,-0.8080698847770691,0.9740977883338928,-0.6756359338760376,-1.8412641286849976,0.8947504162788391,-1.3576413393020630,-4.3485999107360840,-2.4936451911926270,-0.3363053798675537,-0.1657799184322357,0.2735935449600220,9.2595624923706055,2.4677567481994629,1.6503397226333618,1.5404226779937744,-0.6843196749687195,-0.2242041230201721,-0.7695679068565369,-1.0238624811172485,-0.6378151178359985,0.0559434555470943,3.5920343399047852,0.0331556499004364,-1.4620280265808105,-1.8925199508666992,0.1063058152794838,-2.0456631183624268,0.5478188395500183,-0.9661495089530945,-0.4226337969303131,0.9609606862068176,0.4765699803829193,-2.0656294822692871,0.7711306810379028,-4.2240219116210938,-4.1429891586303711,1.0531083345413208,1.4226967096328735,-1.0774595737457275,-1.8980700969696045,0.1169252842664719,0.0194298271089792,2.1903967857360840,2.7779033184051514,-1.7941396236419678,0.6832038164138794,-0.2441263198852539,0.0533478856086731,2.0425143241882324,0.3236312866210938,-0.9418426156044006,1.1292901039123535,-0.7651276588439941,0.6137785315513611,-0.9594862461090088,-5.4006543159484863,-0.4411936402320862,-1.0207808017730713,-0.4824851453304291,5.9652791023254395,-2.8111386299133301,-1.6215705871582031,1.0564007759094238,-0.5160161852836609,0.2071597129106522,-1.4559670686721802,2.1369590759277344,4.5582046508789062,-2.5067374706268311,2.0749917030334473,1.3309040069580078,-0.2694968581199646,-1.1624953746795654,-0.3981751501560211,0.7696187496185303,-0.1284310668706894,-1.0502159595489502,0.6809605360031128,-0.4014984071254730,1.1495177745819092,-2.4827277660369873,-1.1880681514739990,0.1698372811079025,-0.2549453675746918,0.3053986728191376,-2.3428804874420166,-0.9631346464157104,4.1635956764221191,1.7857547998428345,1.2908660173416138,1.5231611728668213,9.1954746246337891,-0.1090502664446831,-0.4613587558269501,0.3309475183486938,1.7077863216400146,0.9312462210655212,-1.0662258863449097,2.9892809391021729,0.6903533935546875,-2.2034275531768799,-1.0148235559463501,2.0104570388793945,0.7661343812942505,-1.6556640863418579,0.1168915852904320,-0.6195429563522339,0.1954067349433899,-1.7714992761611938,0.6352004408836365,0.5066646337509155,2.3432443141937256,-1.7164419889450073,-0.5988674163818359,1.4048523902893066,1.5312582254409790,0.0467636920511723,0.2436051666736603,-1.7817623615264893,5.5364804267883301,0.6670996546745300,9.1903028488159180,-0.5345280766487122,-0.6343426108360291,-0.4028857946395874,0.0036590720992535,-1.0560740232467651,1.4830188751220703,0.9436991810798645,-2.6273839473724365,0.8997194766998291,-0.7647981643676758,0.2758095562458038,2.0258092880249023,0.6499081850051880,-1.2578366994857788,0.5312412977218628,-4.6122312545776367,1.3575295209884644,1.2083553075790405,-0.3984609246253967,3.0353162288665771,1.8186677694320679,-2.4683139324188232,1.1031478643417358,1.0067267417907715,1.9130036830902100,0.5940970778465271,-0.8485020995140076,1.3169280290603638,0.6457196474075317,-3.3708388805389404,-0.7090057134628296,-1.0516875982284546,0.9765217900276184,-0.2804140746593475,3.0922422409057617,1.5243418216705322,-3.3940460681915283,-3.1851899623870850,0.2039892375469208,-1.1245495080947876,0.3999354541301727,-2.4628758430480957,-0.1090728640556335,-1.6407830715179443,2.8880174160003662,-0.1968619227409363,0.9628195166587830,1.5524036884307861,-4.3909177780151367,-1.7822625637054443,0.4582221806049347,0.1998233646154404,1.9072848558425903,-0.8232006430625916,3.1819872856140137,1.2152603864669800,-0.4405977725982666,-0.6232983469963074,-3.4303801059722900,-1.7261190414428711,2.9268152713775635,-0.2342871278524399,-0.8407620191574097,-0.3415017127990723,0.5403594374656677,2.9424741268157959,-1.3690304756164551,-1.6993556022644043,-0.8152878284454346,-2.8683197498321533,1.5214078426361084,-1.4021264314651489,0.9664881825447083,-1.1718412637710571,0.2419666647911072,0.3391602635383606,-2.4604799747467041,-3.6805803775787354,0.7912461161613464,3.6248784065246582,0.4237863123416901,-1.4882936477661133,1.1585404872894287,-1.6690959930419922,-0.9398214221000671,4.7677946090698242,-0.2906263172626495,1.4840451478958130,-0.5111804604530334,-1.8571957349777222,0.9339040517807007,0.8913502097129822,-0.3772728741168976,2.9400887489318848,0.5448530316352844,0.9329721331596375,-0.8697060942649841,-0.9532620310783386,1.5402201414108276,7.8896684646606445,0.7977657914161682,0.4144381880760193,0.0021323866676539,0.5897721648216248,2.9209446907043457,-1.4765989780426025,-0.8373725414276123,-1.3259907960891724,2.6343870162963867,1.4531818628311157,-0.2844751179218292,-1.7623264789581299,-0.7030982375144958,-3.1332972049713135,-2.0561606884002686,-0.2310336828231812,2.5442283153533936,-2.3484187126159668,-0.2924420535564423,0.1550889760255814,-0.4006313085556030,-3.7244856357574463,-2.9995868206024170,0.2591021955013275,1.1721614599227905,-0.3194759488105774,-0.9185605049133301,-1.0197033882141113,-10.9555006027221680,-3.5199370384216309,-6.4048008918762207,5.0809378623962402,1.7340261936187744,-2.1845312118530273,-6.5258069038391113,5.4670777320861816,-0.3738569915294647,-3.4790213108062744,0.6614003777503967,3.6554505825042725,-8.5562896728515625,0.5107548236846924,72.7144241333007812,61.0900268554687500,15.6553163528442383,46.6613197326660156,39.0172653198242188,48.5595664978027344,7.9630112648010254,55.1870574951171875,47.9738006591796875,15.9487752914428711,61.4607772827148438,38.9802398681640625,5.3586587905883789,34.7382087707519531,25.1485157012939453,25.5932426452636719,0.4323051571846008,1.1753230094909668,0.7050017714500427,0.3182218074798584,0.9363391995429993,1.2550014257431030,0.2894907891750336,0.5073471069335938,0.3516193032264709,0.7208008170127869,0.7346856594085693,0.5052233934402466,0.3043369650840759,0.7335164546966553,0.4197438061237335,0.2925885617733002,-0.2688300013542175,-2.6280562877655029,-2.0484666824340820,-0.0077398698776960,-1.7014733552932739,-1.1095867156982422,0.0157975070178509,-0.3371854126453400,0.0226478353142738,0.3341644108295441,1.2222206592559814,-1.0324521064758301,1.0345861911773682,-0.4786524176597595,-0.2366530150175095,-0.1074996888637543,0.0000099999997474,1.2374814748764038,-0.2712186276912689,1.3254243135452271,1.4226330518722534,-0.7648532986640930,-0.3713904023170471,0.7021887898445129,3.6971595287322998,-0.4909130334854126,-0.9088223576545715,-0.9318167567253113,-1.0131890773773193,-0.5116353631019592,-0.0045821815729141,0.8510023951530457,1.7178066968917847,-1.0843888521194458,4.8520331382751465,-0.1950093358755112,-1.6694308519363403,2.4798500537872314,-1.2164133787155151,3.2645747661590576,-2.6524262428283691,-0.8945906758308411,-0.6776077747344971,1.1349678039550781,-0.5484967231750488,-1.6734908819198608,-2.1282365322113037,3.0996422767639160,-2.0749499797821045,0.1568043231964111,15.1367340087890625,-0.9579805135726929,1.5383707284927368,-0.6050232052803040,-0.9118171930313110,-0.3071889579296112,-0.9848139286041260,-1.9794759750366211,-0.8434874415397644,-0.6078866124153137,2.9623422622680664,0.7156492471694946,-0.6291962862014771,0.6487370133399963,0.7083815932273865,3.8811600208282471,0.2201748341321945,0.3128986954689026,0.5095333456993103,1.0547709465026855,3.7765870094299316,0.3536682128906250,2.4107513427734375,0.6111121773719788,-0.9748209118843079,-1.0650535821914673,0.8594157695770264,-0.6312519907951355,1.1506206989288330,-2.4079849720001221,0.1610055416822433,1.3802176713943481,2.1146869659423828,-0.3393759131431580,-0.9675945043563843,1.3381692171096802,0.0790169462561607,0.7308022975921631,-1.2617074251174927,-1.6637629270553589,0.2550274729728699,-0.1524752974510193,2.1039049625396729,1.2433371543884277,-4.2099556922912598,1.9318797588348389,1.2769899368286133,-1.9054026603698730,-1.2211084365844727,-2.0760185718536377,1.5032408237457275,0.8690484762191772,-1.2990795373916626,2.6150476932525635,1.4624896049499512,1.1627148389816284,-3.2337403297424316,-0.6597046256065369,1.3913636207580566,-1.7210625410079956,6.4256291389465332,1.1712445020675659,-0.3444711863994598,1.6577086448669434,-1.2611069679260254,1.3865786790847778,-1.5175396203994751,-0.0004707615298685,-2.9031274318695068,-2.5457613468170166,-0.5664821267127991,1.4433470964431763,2.8378503322601318,0.4084239900112152,1.7854251861572266,1.4417580366134644,2.0076298713684082,-0.7950649261474609,-2.1688053607940674,1.2571012973785400,0.5501618981361389,3.0463335514068604,0.0828482881188393,-2.8084001541137695,0.0150103140622377,-0.9658178091049194,-4.8018517494201660,-0.0011909098830074,-1.8006616830825806,0.7438589930534363,0.0009046129416674,-0.2602247297763824,4.0302114486694336,2.2944862842559814,-0.6425367593765259,-0.5781834721565247,1.2055650949478149,-0.4571988284587860,0.8337534666061401,-0.9302252531051636,-5.3207497596740723,0.4368999302387238,-7.4189033508300781,-0.6861331462860107,-0.0157131049782038,-1.2274571657180786,0.7552476525306702,0.5349999666213989,-0.4818924367427826,-0.2182611823081970,1.0793025493621826,-2.4948191642761230,-2.6771252155303955,-1.3184865713119507,2.5555248260498047,0.1305723041296005,2.1884713172912598,0.4957548677921295,3.0732033252716064,-1.2443841695785522,-2.0164964199066162,1.1725522279739380,0.8589522242546082,-1.8384565114974976,0.7816806435585022,-0.3704607188701630,2.4965724945068359,-0.9691669940948486,1.7557734251022339,3.2712867259979248,-0.9247345924377441,-0.1241022273898125,1.8699007034301758,-1.8287284374237061,0.1357782334089279,-1.9802141189575195,-0.8489450812339783,-0.1956856101751328,1.2130281925201416,0.2921918928623199,0.6628643274307251,5.2513036727905273,-0.7236517667770386,3.7604229450225830,0.9643960595130920,0.3175847232341766,1.2225176095962524,2.3161604404449463,-0.4169877767562866,3.0732452869415283,-1.6650437116622925,0.0695741400122643,1.4776804447174072,-0.8922727108001709,-2.4907252788543701,2.4702129364013672,1.3854939937591553,0.1994042396545410,-6.9709582328796387,-1.2753047943115234,-2.1554265022277832,-0.6498243212699890,-5.0534958839416504,-3.0790324211120605,6.6739110946655273,-2.6664607524871826,1.8309048414230347,0.7579917907714844,1.5690428018569946,0.9897754788398743,0.4184571504592896,0.3608191311359406,3.1657366752624512,-1.5558397769927979,-1.2797605991363525,2.2454926967620850,1.2687456607818604,3.1939051151275635,-0.2120582312345505,-1.8273047208786011,-2.3763711452484131,-1.5195683240890503,0.3701285421848297,0.0982249006628990,-0.8126393556594849,0.3107492625713348,-1.9693444967269897,0.9424070715904236,0.8301272988319397,1.0257947444915771,0.6229878067970276,0.0769168213009834,1.0495750904083252,-0.8051816225051880,2.2307772636413574,0.1363738030195236,2.9822032451629639,-0.5381852984428406,-1.0452110767364502,-2.4105043411254883,3.3540124893188477,2.1998147964477539,0.4320401847362518,0.7491421699523926,0.1849683970212936,0.1783533394336700,0.9933394193649292,-1.0663902759552002,1.0613027811050415,0.8422474265098572,-1.8541257381439209,2.5199503898620605,-0.8775121569633484,0.8878678083419800,0.3141965270042419,-0.0625651404261589,-1.8965272903442383,-0.5905905961990356,-5.4309840202331543,-0.6572942733764648,0.1392184793949127,2.8320286273956299,-5.3123717308044434,-1.2469733953475952,-0.9266402721405029,-4.1269979476928711,4.4806213378906250,-2.7102432250976562,-0.1433596014976501,-2.0449066162109375,-1.9536131620407104,-0.3943467140197754,0.5228970050811768,0.9078769683837891,1.4002709388732910,0.4287995696067810,-0.5037251114845276,-1.8757685422897339,4.3731808662414551,2.9558930397033691,-0.5057860612869263,3.8895328044891357,1.5537045001983643,-1.6403557062149048,0.9310665726661682,-2.5724525451660156,-0.1196861788630486,0.5528986454010010,0.1122591421008110,-1.6380623579025269,0.9827814698219299,1.0537669658660889,0.7387746572494507,-0.0941482707858086,-0.0476417019963264,1.3745729923248291,-0.4859245121479034,1.1510539054870605,-2.8287670612335205,0.3453241884708405,1.2107454538345337,-2.4432694911956787,-0.0410714112222195,-0.0120075056329370,0.9393764138221741,2.6731791496276855,0.1582760512828827,0.7607034444808960,2.8768725395202637,-0.7704660892486572,0.3799517750740051,2.1602933406829834,1.8209292888641357,4.2663021087646484,0.8318004012107849,-1.0063984394073486,-2.0730824470520020,-2.1381442546844482,-2.3497731685638428,1.2356628179550171,0.9137371182441711,1.4648962020874023,-2.1487419605255127,1.6827191114425659,0.9070363044738770,0.3231810331344604,-2.6960225105285645,-0.5181139111518860,-6.6287722587585449,-1.2590298652648926,2.8221113681793213,-0.5963307023048401,-2.4568412303924561,0.3371562361717224,1.3516237735748291,-2.0538289546966553,-2.2077498435974121,-1.4993391036987305,1.6694240570068359,0.6731548905372620,-1.8808820247650146,0.7625882625579834,-0.1784910857677460,-2.8321485519409180,-0.6434456110000610,-1.5426653623580933,1.4452657699584961,0.8594542741775513,-3.4329812526702881,0.3651549816131592,-5.0876297950744629,-0.6547582745552063,-0.8062342405319214,0.1251840144395828,2.2096724510192871,-0.9263854026794434,-1.1248496770858765,1.5895580053329468,0.2122589200735092,-3.3300845623016357,0.3086456358432770,-0.0477080829441547,-0.2562873661518097,-0.4287470281124115,-1.8567174673080444,-2.5966227054595947,-2.0883276462554932,-0.3325179219245911,-2.3692340850830078,0.4437581002712250,-1.4254374504089355,-0.3414746522903442,1.2323964834213257,0.3593091368675232,-1.2621376514434814,-1.0808931589126587,-12.1344270706176758,1.3036960363388062,-1.9412169456481934,-2.3084428310394287,1.1903347969055176,0.0169959533959627,-0.7139343023300171,-0.4132125973701477,-0.4934843182563782,1.7268167734146118,-1.0534743070602417,0.6212767958641052,-1.6619696617126465,0.0607090555131435,-0.6957231760025024,-1.2351719141006470,-2.4681427478790283,-0.9020511507987976,2.7094061374664307,0.7398797869682312,1.4770628213882446,0.8309481739997864,4.6339044570922852,1.2004058361053467,0.4292199909687042,-0.8451196551322937,-1.6371687650680542,1.5348180532455444,0.6198030114173889,-3.5410938262939453,1.9790010452270508,1.6423218250274658,2.4065668582916260,-1.9815326929092407,0.7339767813682556,-1.4409645795822144,0.4058772027492523,-0.4672690331935883,3.0897233486175537,0.8833695650100708,0.0142328282818198,-2.6633086204528809,-2.1833870410919189,0.0462911948561668,-1.5323919057846069,-2.1284418106079102,0.4998678863048553,-2.7346949577331543,0.0563715063035488,0.0594245940446854,-1.4801855087280273,0.2501957416534424,-0.0830517560243607,-1.6881570816040039,-0.0375751294195652,-0.7201513648033142,0.1272176504135132,0.2308473140001297,-2.6525886058807373,0.3433652222156525,3.6142957210540771,-0.1788665056228638,-4.3268404006958008,0.9559105634689331,-3.8769109249114990,3.8604102134704590,0.3177355229854584,-0.2604052722454071,1.4873075485229492,-2.7694733142852783,0.1664476096630096,0.8575552105903625,-1.9248117208480835,0.7311102151870728,-1.7192125320434570,1.4285235404968262,-0.2933951616287231,-1.0095728635787964,-0.0856619104743004,0.5541486740112305,-4.9740543365478516,-0.0934486985206604,0.7988982200622559,-1.1401491165161133,0.3390060961246490,1.2386071681976318,0.5466262698173523,-2.4580333232879639,-1.5796161890029907,-2.9790780544281006,0.4749564230442047,-0.2633725702762604,-0.7290534377098083,-0.8821264505386353,0.8284517526626587,-3.8313612937927246,0.7205581665039062,-1.3800538778305054,0.4900751113891602,0.4172826707363129,-1.0966310501098633,-0.3537972271442413,-1.9548954963684082,-2.0507266521453857,0.8178674578666687,0.8211597204208374,3.2883546352386475,-2.4661700725555420,0.2725242078304291,1.2379546165466309,2.8925187587738037,-4.1942849159240723,-0.0168572906404734,-0.4031483232975006,0.6546058058738708,-1.1036839485168457,1.2760132551193237,-2.4791810512542725,-4.9976639747619629,-0.0939580276608467,1.2367842197418213,-0.2524246573448181,-1.1695133447647095,0.6242491006851196,1.9000385999679565,-0.0351127646863461,-5.3362574577331543,-0.0514571927487850,-6.4111170768737793,3.1696777343750000,-0.2848802804946899,-0.3013759851455688,-0.9258033037185669,1.3766806125640869,-1.0257128477096558,0.1904133707284927,-2.5941405296325684,0.0559172444045544,0.0623708479106426,-0.8177127838134766,0.2055987566709518,-0.1246798634529114,-2.0072860717773438,-0.8972214460372925,-0.2157114297151566,-7.9075298309326172,-0.7953750491142273,2.4227702617645264,-0.4694705009460449,-1.1281771659851074,-6.1437025070190430,4.0410966873168945,1.6448452472686768,6.2339320182800293,4.9688477516174316,-2.8273336887359619,8.0528411865234375,4.6299242973327637,0.1582059413194656,24.5274810791015625,78.1193161010742188,23.2226047515869141,46.9476394653320312,19.8513069152832031,64.9240493774414062,30.7935943603515625,19.0879974365234375,17.9057312011718750,19.2925262451171875,41.6138496398925781,57.7580947875976562,20.1206779479980469,43.8501472473144531,22.6143760681152344,92.0755767822265625,0.2877137064933777,0.4849431216716766,0.8016374707221985,1.5418598651885986,0.4587147831916809,0.4893324375152588,1.0093933343887329,0.7380949258804321,0.8564893603324890,0.5858002901077271,0.4058757424354553,0.4053139090538025,0.3697139918804169,0.6294615864753723,0.3516864180564880,0.9307618737220764,-0.1913706213235855,0.3686232566833496,-1.7619520425796509,1.4619661569595337,0.0043858401477337,0.1050635576248169,-0.9481478929519653,-2.0799894332885742,-1.4886147975921631,0.3428069055080414,0.0700548887252808,0.0688727721571922,0.1154215112328529,0.5020424723625183,0.2196251600980759,-1.3803865909576416,0.0000099999997474,1.4729830026626587,0.6086587309837341,0.5201959013938904,2.1251497268676758,-0.4330706894397736,0.2677409946918488,-0.6343635916709900,0.4214054942131042,-0.5903031229972839,1.0354493856430054,-1.2358182668685913,3.0086946487426758,1.4495629072189331,-0.9069545269012451,0.3865922093391418,0.0565053969621658,-0.5802269577980042,1.3340343236923218,-2.9740979671478271,1.0068290233612061,-2.6817414760589600,-5.3670711517333984,1.7594540119171143,-0.3572467863559723,1.8316438198089600,-1.7774333953857422,0.3374130129814148,-0.5814664959907532,-0.1522210538387299,-5.6312131881713867,-3.3697068691253662,2.4150536060333252,2.4489173889160156,4.3035111427307129,-0.6771981120109558,-0.8341120481491089,-1.0598646402359009,1.2313983440399170,0.2998491227626801,1.0072914361953735,-0.5945367217063904,0.7896504402160645,0.6422592401504517,1.9480649232864380,-0.8580371737480164,2.4417045116424561,1.5102260112762451,2.5344939231872559,-0.8758433461189270,-3.1958055496215820,-2.4405498504638672,1.8122425079345703,0.5173455476760864,0.6313216686248779,0.9513979554176331,-6.8366866111755371,1.7521626949310303,-0.9353330731391907,0.8551793694496155,-1.6205686330795288,-2.1205193996429443,1.9374583959579468,1.8781455755233765,0.6642616391181946,-0.8737662434577942,-2.2978467941284180,-0.1799082010984421,-2.8014769554138184,0.5144803524017334,-5.9746947288513184,-0.7844275236129761,2.6930813789367676,0.8553227186203003,-4.9719195365905762,0.2556554973125458,1.1753461360931396,-0.0552160330116749,2.8819744586944580,-0.2126620858907700,0.7765156626701355,0.1141970455646515,0.5752366185188293,2.0886874198913574,-1.1554841995239258,0.0961700007319450,0.8506975769996643,-1.1560891866683960,-1.0020717382431030,-0.6551942825317383,-0.0296432599425316,0.1666211336851120,2.8775062561035156,0.6190077066421509,-0.8204346299171448,-0.4430221319198608,-0.6621214151382446,0.3239019811153412,0.6490365862846375,1.3327195644378662,3.8475208282470703,0.8190198540687561,0.6958966255187988,0.0110564120113850,-1.4772993326187134,0.1641968339681625,1.4000930786132812,-1.2197502851486206,5.3911023139953613,0.4191017150878906,0.9556133747100830,-0.6598278880119324,1.7962589263916016,0.6894370317459106,1.9319586753845215,-1.1372390985488892,2.6082336902618408,-2.2396719455718994,-3.6398401260375977,-0.6558165550231934,-1.4833747148513794,-0.2044066488742828,-2.0746676921844482,-1.6167802810668945,0.0846355408430099,-0.1063578799366951,-2.9004807472229004,-1.5819137096405029,-0.4658544361591339,-1.3184304237365723,-4.2801113128662109,-0.7484262585639954,0.9306860566139221,-0.5840257406234741,1.1370580196380615,0.9367710351943970,-0.0238296594470739,0.3121994137763977,1.6890949010848999,-1.3755931854248047,1.8432761430740356,-1.4452503919601440,-2.1579163074493408,-1.4528903961181641,3.0803325176239014,-0.7283679842948914,-0.9182858467102051,-1.4323459863662720,-0.9222449064254761,-0.9149968028068542,-0.0761429220438004,1.2243145704269409,5.0616149902343750,1.8863240480422974,-3.4678428173065186,0.8641639947891235,4.6380252838134766,1.0611510276794434,-0.7636076807975769,0.8047461509704590,5.1919879913330078,-1.9226731061935425,0.8104811310768127,-1.1299904584884644,-8.1317462921142578,0.5826345086097717,0.0557563565671444,0.5005691647529602,1.0760766267776489,-0.2935066521167755,-3.1104071140289307,-0.2788733541965485,-0.0490903519093990,0.9993438720703125,0.7807065248489380,1.5439264774322510,-2.0734236240386963,-1.1351276636123657,-0.8427392244338989,0.2205693423748016,1.8209959268569946,1.1200202703475952,8.3276853561401367,0.5916939377784729,-2.2906055450439453,-0.7149558067321777,2.0499877929687500,-0.6334422826766968,-0.8012267351150513,-0.5420887470245361,1.0437573194503784,0.6428925395011902,-1.6336226463317871,1.7412490844726562,1.3401646614074707,1.2799658775329590,0.3644753694534302,-0.8691532015800476,-0.0599311329424381,1.1029840707778931,1.9065012931823730,-1.2492169141769409,0.2774007022380829,-0.6467075347900391,1.8324766159057617,-0.1714050918817520,3.7268686294555664,0.2977708280086517,0.5611745715141296,-0.6120804548263550,-4.1118392944335938,-3.6917247772216797,1.0716174840927124,-1.2316081523895264,0.8438415527343750,3.9885680675506592,0.4205355644226074,1.5892528295516968,-3.5988278388977051,-0.4744858741760254,2.4957382678985596,1.1204500198364258,1.9192554950714111,0.8036301732063293,2.8570873737335205,0.1294935345649719,-0.0098909549415112,-0.2718881666660309,-7.1208648681640625,0.0716297626495361,-1.6511619091033936,0.3669543862342834,-1.7962887287139893,0.0666003450751305,-0.7943176627159119,0.4930852353572845,0.3722546696662903,-0.7305425405502319,-0.5617576241493225,0.1058020368218422,-0.1215208470821381,-0.3292725682258606,-0.0719985589385033,0.6193970441818237,1.2598179578781128,2.1360280513763428,10.1059093475341797,1.1566828489303589,-0.1320573240518570,0.1107187718153000,1.2164766788482666,1.3091450929641724,1.0600308179855347,0.9702783226966858,4.5644669532775879,1.9915516376495361,0.8671283721923828,0.8390691280364990,0.2000997960567474,0.5676888823509216,-0.4111000299453735,-0.5231742262840271,-2.1010723114013672,-0.0612270161509514,3.8876602649688721,-1.2789244651794434,0.3126272559165955,1.2736036777496338,-1.3055590391159058,-0.7835071086883545,-2.1668391227722168,2.7444620132446289,6.9272246360778809,-0.1683074682950974,-2.6100854873657227,-1.8459556102752686,-0.2572401165962219,-1.0526533126831055,-3.4131593704223633,-0.3296716213226318,1.4119105339050293,-0.3946511745452881,2.3695585727691650,0.2901898622512817,0.9712865352630615,-0.5634791254997253,-3.3491482734680176,0.6739438176155090,0.0496116988360882,0.7164431810379028,5.6087636947631836,1.4174059629440308,-1.3123805522918701,-0.6875402927398682,-0.4732493758201599,-0.8216829299926758,-0.5197020769119263,0.3498660922050476,-1.9829779863357544,2.2894096374511719,-0.4619221687316895,0.7280755043029785,2.1633262634277344,-1.7909973859786987,-1.0671123266220093,0.4164084494113922,-0.0378887467086315,1.5839000940322876,0.6140002608299255,1.0548361539840698,0.3158505260944366,-0.8423987627029419,-4.6740531921386719,0.2500777244567871,4.2915511131286621,-0.4623128175735474,-2.5158610343933105,-0.7210572957992554,0.6117297410964966,-1.3459562063217163,-7.2120246887207031,-2.1993799209594727,-5.7263488769531250,-1.0446332693099976,0.1267196387052536,0.1986130177974701,-1.5087224245071411,-0.8704885840415955,1.2147414684295654,1.7774090766906738,-0.7501282691955566,1.0401848554611206,0.7169576287269592,0.3875284492969513,0.5834184288978577,-1.2708863019943237,0.1152726635336876,0.5523026585578918,0.5831738710403442,3.4154462814331055,-2.9956932067871094,0.3724174797534943,0.4702140688896179,-3.1557025909423828,-0.2059458941221237,-1.1717007160186768,4.0617566108703613,0.0401148647069931,1.3822237253189087,0.9730241298675537,-0.9582588672637939,-0.6763288974761963,1.2624814510345459,-0.8070675134658813,-4.3045320510864258,-1.0610336065292358,-0.1154311448335648,0.1126104742288589,1.1729961633682251,-0.0964933782815933,0.0636304318904877,0.4551967382431030,0.7644704580307007,0.9657187461853027,2.6615197658538818,-0.4021496176719666,-1.4137889146804810,-0.0145275741815567,-1.2225956916809082,0.2840409576892853,1.7058167457580566,0.8455938696861267,-1.6945018768310547,0.0469595380127430,0.2172606736421585,-0.3550006151199341,5.1432409286499023,-0.4195622205734253,-8.9614706039428711,-0.4662995934486389,1.6026376485824585,0.4581962525844574,-1.2101001739501953,3.3387348651885986,4.4274148941040039,-0.5333279371261597,-4.0113797187805176,-0.3568578660488129,1.6944112777709961,-0.6735451817512512,0.0004127333813813,0.5707346200942993,-0.6569476723670959,0.8651571869850159,4.1959118843078613,-2.1839199066162109,-0.2192885130643845,-1.5825445652008057,-1.1310176849365234,0.0935038551688194,-2.6474854946136475,-1.3508816957473755,-0.2223704606294632,-1.0786865949630737,-0.8171310424804688,0.0116671584546566,0.0360538363456726,0.7553333640098572,8.4019374847412109,0.5276198387145996,-4.0100660324096680,1.5692501068115234,2.6829650402069092,0.9891656041145325,1.0060718059539795,2.0853183269500732,2.8217117786407471,0.9854320883750916,-0.7161009907722473,0.0572976171970367,0.5912093520164490,-0.1459282040596008,0.3986698687076569,-0.2410514801740646,3.7817668914794922,-1.4602575302124023,-0.1150259971618652,-0.1145143434405327,-2.3577492237091064,-0.4495224654674530,-3.6573612689971924,2.0798757076263428,-3.7859725952148438,-0.2670145630836487,-2.2567429542541504,-1.7661695480346680,1.4241857528686523,-1.0580235719680786,0.5947216749191284,1.0329006910324097,6.2940545082092285,1.4590266942977905,1.8266901969909668,1.1572936773300171,-2.5910458564758301,0.8871517181396484,0.0496521703898907,0.6569289565086365,-0.6659772396087646,1.0096803903579712,2.0359652042388916,0.4569311141967773,3.1266956329345703,-1.1694884300231934,0.5241698026657104,0.9291522502899170,1.4817303419113159,-1.6165075302124023,1.0858609676361084,1.6739486455917358,-2.0684366226196289,-2.0205149650573730,-0.3403008580207825,3.2579450607299805,-1.5731617212295532,-0.2767079174518585,-3.1345663070678711,-2.0557312965393066,5.0704860687255859,-0.6688330769538879,2.6282210350036621,0.9984259009361267,-0.1556155383586884,1.3012614250183105,-0.0789600089192390,1.7801010608673096,-1.0798311233520508,0.7012878060340881,2.5704805850982666,-0.4194054305553436,-0.2271814048290253,-0.3321488797664642,0.8785241842269897,-0.8037661314010620,-1.1913279294967651,0.6653769612312317,-1.2392402887344360,-0.6531429886817932,1.4534033536911011,0.6783577203750610,-2.2733402252197266,0.1081333458423615,-2.8055999279022217,-0.5531986951828003,0.4023627042770386,-2.2041532993316650,-3.0798690319061279,0.3873077332973480,0.4381887018680573,2.7859921455383301,-1.0832053422927856,1.5222557783126831,9.3648757934570312,0.4823506474494934,0.6465529203414917,-1.5569065809249878,-0.5404800176620483,-0.4425815939903259,-2.0358064174652100,0.3268522322177887,5.5280356407165527,0.7715194821357727,-2.9708919525146484,-2.3572595119476318,-4.8434147834777832,4.8033480644226074,-4.3267245292663574,0.0704414397478104,0.5525530576705933,1.5377969741821289,1.0399657487869263,-2.6528973579406738,6.0637998580932617,2.5119678974151611,-6.0467433929443359,4.8368844985961914,7.5974822044372559,7.1978821754455566,7.3374161720275879,54.2938957214355469,18.6258850097656250,25.2198677062988281,55.0687332153320312,39.9645538330078125,40.8281478881835938,18.5676422119140625,88.7628479003906250,9.8548231124877930,54.9549713134765625,6.4983639717102051,40.7667732238769531,104.0809860229492188,5.7474522590637207,5.0168609619140625,72.5353317260742188,0.8277998566627502,1.0344506502151489,0.9974008798599243,0.7004669308662415,0.6537212729454041,0.5376282334327698,0.7747006416320801,0.7012336850166321,0.5210734605789185,0.3912043869495392,0.9269093871116638,0.7665150165557861,0.7076035737991333,0.5198840498924255,0.3516195416450500,1.0136866569519043,-1.0597602128982544,-2.2224469184875488,0.0506399460136890,0.4892865717411041,1.1518079042434692,0.7706989645957947,-0.1776252686977386,-0.6744524836540222,1.3061875104904175,-0.2818963229656219,-0.1394510120153427,1.9090270996093750,-0.7908681631088257,0.7841988801956177,0.5586420893669128,2.1932067871093750,0.0000099999997474,-0.3351483941078186,1.3674788475036621,0.5469359755516052,0.1495495289564133,-0.2795449793338776,1.1215322017669678,-0.0761270523071289,2.4854068756103516,0.0737244337797165,-0.1002926528453827,0.0954343080520630,-0.8951860666275024,0.5799413323402405,-0.2181464731693268,0.2905900478363037,-1.7128974199295044,-0.2856730520725250,0.9175788164138794,-0.1003471761941910,0.4788489341735840,0.0910790264606476,-0.9696633219718933,0.0411497615277767,-1.5133093595504761,-0.4794775545597076,-0.7161309123039246,0.3209133446216583,0.9380889534950256,1.1225548982620239,-0.6766336560249329,-0.0144360400736332,-0.3943401277065277,0.6347104310989380,-1.2586390972137451,0.3207668662071228,1.4895834922790527,0.0066506909206510,3.0571360588073730,-0.6045255064964294,0.6497365236282349,-1.8648335933685303,-3.7561299800872803,-0.6123232841491699,0.1338787078857422,-0.3299400210380554,-3.2186963558197021,-2.0565886497497559,1.2914158105850220,1.4256190061569214,-2.2368652820587158,2.5509817600250244,3.0402646064758301,-0.7835694551467896,0.3776426613330841,0.2904396355152130,-0.8747054338455200,-1.0128417015075684,-5.7410831451416016,1.0654224157333374,-0.1663932055234909,-0.6970803141593933,1.1128749847412109,-3.1481070518493652,1.8790320158004761,0.9429936408996582,-1.0477347373962402,0.3324666917324066,1.3427349328994751,-0.2554644048213959,3.0219163894653320,0.3206062912940979,-0.5019516348838806,-1.6671081781387329,-4.2283453941345215,-1.4508892297744751,0.3000893890857697,0.1893086135387421,-1.1721522808074951,-1.4601247310638428,0.5222237110137939,0.9586150050163269,-0.6308284401893616,1.7133450508117676,10.6323728561401367,-0.1136536747217178,-2.5453619956970215,-1.4878921508789062,-3.5453488826751709,-1.8620464801788330,-6.1891803741455078,0.5003144741058350,0.1216330826282501,-0.3304325640201569,0.9707154035568237,-1.7047258615493774,3.0380287170410156,0.0182963311672211,0.2391260266304016,-0.4100597500801086,0.3681564033031464,-0.5048770904541016,-0.3170973658561707,-0.6853393316268921,-0.6436136960983276,-0.4210968911647797,-1.4392008781433105,-0.0290508009493351,1.4094624519348145,0.6272149085998535,0.3922475278377533,-0.7926444411277771,0.4287722110748291,-1.2948005199432373,-1.7936347723007202,0.5189500451087952,2.3109860420227051,0.2864555716514587,0.0481004863977432,0.2461621612310410,-0.7555353045463562,-0.4248677790164948,-1.0887236595153809,-1.1588506698608398,-0.3328827917575836,-0.9377166628837585,-0.9378017783164978,-0.8397048711776733,0.4094231426715851,1.0175821781158447,-1.6353030204772949,0.3057232201099396,1.0559939146041870,0.0314260125160217,-2.3226850032806396,-0.3892193734645844,0.7701913118362427,0.6660911440849304,-0.1849666088819504,-0.5699959993362427,0.6920824646949768,-0.5024377107620239,6.2685446739196777,0.5550523400306702,1.5665451288223267,-0.7394061088562012,-1.6658762693405151,-0.3528008759021759,1.6031384468078613,0.1863347291946411,4.8256325721740723,-1.0057190656661987,-0.8231162428855896,0.2791391909122467,-0.2927520573139191,-0.0768421962857246,-1.6324002742767334,0.2152664661407471,0.8156546950340271,3.0913619995117188,0.8426579236984253,2.0994539260864258,0.6911252737045288,0.0421344898641109,0.4193507134914398,0.7953300476074219,-1.8403549194335938,1.5399017333984375,3.3379876613616943,-2.3830854892730713,2.0277609825134277,-0.3720796406269073,-1.7308220863342285,-0.2792595028877258,0.7685270905494690,-0.2211040556430817,-4.0628275871276855,-0.4496532976627350,-1.1210491657257080,0.9875996708869934,-0.9343969821929932,-0.4619664251804352,1.2642847299575806,-0.3635176420211792,2.2144024372100830,0.0669183433055878,0.4811748266220093,-0.0108911665156484,-0.0176448728889227,1.7869424819946289,-0.4522677659988403,-1.7845175266265869,-2.1023712158203125,-2.0121972560882568,-3.5465538501739502,-0.3789489865303040,0.9435511827468872,0.2325508445501328,2.4061851501464844,-1.5233807563781738,-5.3185329437255859,1.6286802291870117,-1.1477186679840088,-0.0371050983667374,3.6396815776824951,0.1084154173731804,-1.3183604478836060,0.9725716114044189,6.5608773231506348,-0.5522835850715637,-1.2480112314224243,-1.6004703044891357,0.6692814826965332,0.1688499599695206,-1.8236435651779175,0.9187051653862000,-1.5277243852615356,1.8514487743377686,-0.7035044431686401,-0.4780232906341553,-0.9056996107101440,-0.2275950014591217,-0.0356514789164066,1.6401485204696655,2.5938045978546143,-0.4831364452838898,-0.8818833827972412,-0.1258979886770248,0.6646420955657959,-0.1813379824161530,5.9014983177185059,-0.5098812580108643,-1.6055883169174194,-0.8916212320327759,1.2839877605438232,-1.0240859985351562,7.0153188705444336,0.6338579058647156,-0.0712524652481079,0.7349116206169128,1.1370344161987305,0.9217424392700195,-1.0284196138381958,-0.8680860400199890,-0.4226229488849640,-0.1855635941028595,-2.8774218559265137,1.0737128257751465,-0.7853053808212280,0.4090500473976135,-0.7107197642326355,-0.2431440353393555,1.8060303926467896,-0.2512527406215668,-0.4268940687179565,0.8697083592414856,5.2934317588806152,-0.8323555588722229,-0.8248391151428223,0.8890334367752075,1.0948599576950073,0.0244880914688110,1.2507665157318115,-0.7219728231430054,-6.8272056579589844,0.7368229627609253,-0.6962072849273682,-0.3654101192951202,3.3870832920074463,-0.7526901960372925,-1.0431655645370483,0.2320264875888824,6.0786566734313965,-1.1870845556259155,-2.8949027061462402,-1.0471929311752319,0.4198020696640015,-0.6269208788871765,-1.7495737075805664,0.9739280939102173,-0.8710497021675110,0.3616058528423309,-0.2838402390480042,-0.7582068443298340,-0.1942465156316757,-0.2609689235687256,-0.5984569787979126,1.8898364305496216,0.8487044572830200,0.4947832822799683,1.5894924402236938,0.0475723296403885,-1.4946271181106567,-0.6635516285896301,-0.7829043865203857,0.8613421916961670,8.1400299072265625,-0.9600377082824707,0.6893560886383057,0.0447364114224911,-3.6574633121490479,0.2894400358200073,1.8049541711807251,0.2014697045087814,-4.2561888694763184,2.1783339977264404,5.6920781135559082,1.4692529439926147,-0.3442370295524597,0.0868406891822815,3.0246350765228271,-0.7067698240280151,0.8696614503860474,-0.3472886979579926,1.1432293653488159,-0.5154739618301392,-2.5928754806518555,0.0205230209976435,0.2497280538082123,-2.4239842891693115,-1.1586623191833496,-1.6009317636489868,-3.4206855297088623,-3.2350654602050781,0.9906240105628967,-1.1887233257293701,1.5966484546661377,-0.8522558212280273,-4.4925699234008789,2.1183683872222900,-1.3468739986419678,-0.1772676110267639,5.1815905570983887,0.3183245062828064,0.2685148119926453,0.1665709018707275,4.7281770706176758,-0.2830525338649750,-1.3253190517425537,-0.7457731366157532,0.0178643278777599,-0.8830932378768921,-1.4632511138916016,0.4123881459236145,-2.1666977405548096,1.2025017738342285,-0.0954895839095116,-1.0990022420883179,-0.7730222940444946,0.6184349656105042,-4.0962886810302734,2.1281738281250000,3.8839240074157715,1.5872628688812256,0.9600217938423157,0.7952210307121277,0.5068928599357605,-0.1580877006053925,1.6691820621490479,0.1618841737508774,0.1781541705131531,-2.0105650424957275,-1.5546627044677734,0.2466528415679932,-0.6079924106597900,-0.3570301830768585,-1.2475373744964600,-1.2921504974365234,-0.5945910811424255,1.3852994441986084,0.3268975913524628,-0.2113405466079712,6.6775555610656738,-0.3750922679901123,-1.9806793928146362,-0.6240105628967285,-5.5534062385559082,-1.7662520408630371,-5.8052206039428711,-0.4043303132057190,0.9610368609428406,-0.2603579461574554,1.9250673055648804,-3.3933231830596924,4.9361371994018555,-0.1227803155779839,0.0664886385202408,0.0496928133070469,0.8218632936477661,0.3807208240032196,1.0768109560012817,1.2951084375381470,0.0175550412386656,-0.5290268063545227,-5.2182321548461914,-0.1554710865020752,-1.3121531009674072,-0.2270787507295609,-4.2710270881652832,-0.5668005347251892,0.9667708277702332,-0.6288120150566101,-1.2766144275665283,0.7843930721282959,10.7267198562622070,0.3285531699657440,-0.9713467359542847,0.5725898146629333,-6.5770754814147949,-0.2186855822801590,1.9080897569656372,-0.0955089330673218,-3.2216405868530273,1.1157521009445190,2.5240449905395508,-1.4991239309310913,-1.2062755823135376,-0.2566821873188019,0.1584316790103912,-0.5973322391510010,0.6247659921646118,-0.0133647946640849,3.2359876632690430,-0.2116246819496155,0.0498898290097713,0.0808332711458206,2.1172127723693848,-1.0488528013229370,1.4481563568115234,0.3045392036437988,-3.8187334537506104,0.6673659086227417,0.3775828182697296,1.0202779769897461,-0.9195677042007446,0.5752668380737305,-5.4860854148864746,-0.0782843530178070,-3.2990055084228516,-0.9684606194496155,1.0557674169540405,0.1660720556974411,3.2794523239135742,-0.2820135354995728,4.5545239448547363,-0.6233681440353394,1.1272004842758179,0.8410503864288330,-3.9089586734771729,0.7581085562705994,-3.0532889366149902,0.4788680970668793,-0.5059105753898621,0.0439384765923023,1.9649165868759155,-1.5685327053070068,-0.1655093580484390,0.8607658743858337,-1.0968532562255859,0.7394697070121765,0.9542791843414307,0.0268675647675991,0.3511584103107452,-1.8344177007675171,-2.4650712013244629,1.2565293312072754,1.1376663446426392,2.5362243652343750,1.1114869117736816,-1.0032873153686523,-7.3698558807373047,-0.0832613408565521,-1.8770369291305542,0.5986683368682861,-0.4581546187400818,0.9031897783279419,-3.9236924648284912,-1.7735733985900879,0.0987995192408562,-1.0382748842239380,0.7959480881690979,0.8171489238739014,3.0995013713836670,0.2291550338268280,-1.5207366943359375,-0.1281839460134506,-1.3863117694854736,0.5186663269996643,5.3364133834838867,-1.5047973394393921,0.6370900273323059,0.0177412889897823,-0.1803779900074005,0.2595091760158539,-0.0136163448914886,-1.7009798288345337,-6.6600556373596191,1.1871577501296997,1.7165863513946533,0.7853628993034363,0.9693227410316467,-0.6496710181236267,-0.2761389315128326,-1.1350493431091309,-0.0021361918188632,-2.2661783695220947,-0.6502606272697449,-0.0892182514071465,2.1356308460235596,-0.6334577202796936,-0.1496721357107162,-2.4541032314300537,-4.9475288391113281,0.0538546107709408,-3.8698546886444092,-6.6618165969848633,-6.0382361412048340,-2.7766592502593994,-2.9862396717071533,0.6498883962631226,9.8093500137329102,-5.4479079246520996,3.0859220027923584,3.7691223621368408,-3.4750957489013672,-17.9344558715820312,1.5660231113433838,0.2166857123374939,0.0504350773990154,6.4978189468383789,41.6286582946777344,104.2181320190429688,4.3594818115234375,26.2280330657958984,31.5141849517822266,112.2678527832031250,76.6593399047851562,37.7172203063964844,65.1862030029296875,70.0233306884765625,90.8854904174804688,101.4037017822265625,12.3749084472656250,31.9791469573974609,130.0458679199218750,1.0341755151748657,0.8231073021888733,0.2331769019365311,-0.0759091228246689,1.1749355792999268,1.1558089256286621,0.2154692411422729,1.0857425928115845,0.3477935194969177,0.4974559247493744,0.3572534918785095,1.0852788686752319,1.0313565731048584,0.5957171320915222,0.6955509781837463,1.1544885635375977,-4.0304145812988281,-2.6973674297332764,-0.1799301207065582,-3.9205663204193115,-2.3442270755767822,-3.4348852634429932,0.1078185215592384,3.2037785053253174,3.0739831924438477,-1.7161675691604614,-1.4077169895172119,1.9572366476058960,-3.0778303146362305,-2.0426182746887207,-2.5019724369049072,1.9993050098419189,0.0000099999997474,-0.3042835295200348,1.3979722261428833,-0.7845572829246521,-1.9800417423248291,0.4576328694820404,0.5911815762519836,-0.0760211274027824,-0.0392788648605347,0.1477992981672287,-0.1519205719232559,-0.5310071110725403,1.0076322555541992,-0.3860096931457520,-8.3575906753540039,-0.7149347066879272,-5.0258960723876953,-0.3294799327850342,-5.3485541343688965,-0.0178380962461233,4.9125046730041504,0.1323784142732620,-2.0834670066833496,-0.3366700112819672,0.2406994253396988,0.9792175889015198,-1.0941336154937744,0.6342635154724121,0.7216101288795471,-0.2960719466209412,-1.2526038885116577,-0.2222359180450439,3.2234475612640381,-0.0299807768315077,0.4712179601192474,-0.3964280486106873,0.0805482864379883,-0.7473524808883667,1.1065334081649780,-0.6206738948822021,-1.0322070121765137,1.6519575119018555,-1.9724942445755005,-1.7326661348342896,-2.3090538978576660,1.1518243551254272,-0.9638457298278809,0.4022312462329865,-1.0135986804962158,0.8227903842926025,-0.1414101719856262,-0.6892538666725159,0.8240656256675720,1.0637416839599609,-1.7861989736557007,-0.6464013457298279,0.6405963301658630,-0.9450656175613403,2.7863390445709229,0.2264161854982376,0.6893879175186157,-0.3045824170112610,1.4120502471923828,-1.9480640888214111,0.4199051558971405,0.3646599948406219,0.7655106782913208,-0.9520741701126099,0.4265426099300385,-0.8497795462608337,1.6962199211120605,-0.7437768578529358,0.0883720815181732,0.2665121853351593,-1.2548340559005737,-1.1589733362197876,-1.3810862302780151,1.0309525728225708,-0.6675339341163635,0.4363887608051300,-2.7152743339538574,0.8540506958961487,-0.2183754742145538,-1.4177889823913574,1.8957306146621704,0.6548454761505127,-0.7735500931739807,-1.3785086870193481,-0.0441760867834091,0.1710537970066071,-0.6255007386207581,1.5143872499465942,-0.1562449783086777,-1.9103357791900635,0.4893288910388947,-0.4694603383541107,0.6278438568115234,-0.4141283035278320,-0.7378658652305603,-0.3922786116600037,-0.2055093348026276,-1.2336089611053467,0.6941615343093872,0.3140295147895813,0.8082675933837891,2.6478905677795410,0.6628807783126831,1.4664679765701294,1.2707847356796265,-0.5094605684280396,-0.6844328045845032,-1.5334048271179199,-2.3293073177337646,-0.2815812230110168,0.0251035224646330,0.6084436774253845,0.7811247110366821,1.3926496505737305,1.1279681921005249,-3.5181038379669189,-1.9009926319122314,0.0775972977280617,0.2474540024995804,-0.9736494421958923,-1.5784894227981567,0.7237104773521423,0.9078847169876099,-1.4128425121307373,-1.1064882278442383,0.4939921498298645,-0.4837074577808380,1.7166861295700073,-0.8582676053047180,1.3085317611694336,-1.4668165445327759,-0.3041813373565674,-0.3185155093669891,-1.0917458534240723,2.2776501178741455,-0.1537296473979950,-0.3980735242366791,-0.6515672206878662,1.0671325922012329,-0.4856823682785034,1.9134140014648438,-1.1032083034515381,1.1388406753540039,1.5478367805480957,-1.5961109399795532,-2.0269494056701660,1.0569679737091064,2.2031488418579102,-0.5589742660522461,0.5209418535232544,-0.7066347599029541,-0.1359421908855438,-0.1576217561960220,0.9697985053062439,-1.2236790657043457,2.0576658248901367,-0.8701245784759521,-0.2439666688442230,-0.1828275322914124,0.4382610321044922,-0.2657880485057831,0.6785390377044678,-1.7578320503234863,1.0474690198898315,2.4184138774871826,-0.7815725803375244,1.1337834596633911,1.3656880855560303,0.9220675826072693,-1.3459068536758423,0.8961813449859619,-0.3923392593860626,2.3705520629882812,-0.7440376877784729,0.1345650553703308,0.8727356195449829,-1.3208150863647461,-1.0910183191299438,1.0010524988174438,0.8141151666641235,-0.4749685823917389,1.4540381431579590,0.3881552815437317,-0.8968372941017151,-1.8338645696640015,0.5996031165122986,-0.5379217267036438,1.0196825265884399,-0.9865814447402954,1.1316270828247070,-0.1527732461690903,1.1408327817916870,-0.5552358031272888,1.1753350496292114,1.1652076244354248,0.0305563192814589,0.0078075239434838,-0.2524110972881317,1.1690883636474609,0.6861932873725891,-0.6529344320297241,-0.9774902462959290,1.2307829856872559,-2.5741815567016602,3.5759294033050537,-1.8758454322814941,1.3342857360839844,1.0959454774856567,-1.6875339746475220,-1.9527782201766968,2.3078086376190186,2.7528102397918701,1.2476024627685547,1.9607414007186890,1.6136896610260010,0.0402549766004086,0.0339924991130829,1.1805469989776611,-0.2670981287956238,1.9342038631439209,-2.3311753273010254,0.3423120677471161,0.3990403115749359,-0.5156369209289551,0.3792602717876434,-0.5932347774505615,0.4843274652957916,-0.2300118952989578,-0.1209129691123962,-1.9035574197769165,-0.9711697697639465,-0.8291488885879517,-0.6661421060562134,0.1166789755225182,-0.0064404932782054,1.2295489311218262,1.8737187385559082,0.2845197319984436,-0.0835481658577919,-0.6494525074958801,-0.1776531040668488,-1.6360850334167480,-1.8163217306137085,1.3967957496643066,1.8200047016143799,-1.4012910127639771,-1.1096246242523193,1.3944621086120605,0.5195395946502686,-1.9539207220077515,-0.4267954528331757,1.5055840015411377,1.8014839887619019,-0.6411380767822266,-0.1558597236871719,-1.3543460369110107,0.6515824794769287,-1.5277570486068726,1.5076038837432861,1.0007389783859253,0.6005058884620667,1.3093076944351196,-2.0901548862457275,0.4573296904563904,0.7401870489120483,0.2884643375873566,-1.2596300840377808,0.6109856963157654,-0.8133794665336609,0.7220944166183472,-0.6648939847946167,-0.5376068949699402,0.8811029791831970,1.7454003095626831,-0.6082614660263062,-2.6625971794128418,-0.0574129931628704,-0.9925122857093811,0.8841341137886047,0.0022690724581480,-0.5521709918975830,-1.0851851701736450,2.0212535858154297,-1.7637759447097778,0.4008410274982452,0.2115246504545212,0.5348671078681946,-0.8269335627555847,0.4491865932941437,-1.0355747938156128,0.5241678357124329,-0.3252695202827454,0.1937592625617981,-1.0704244375228882,-0.9994153380393982,-0.0197266750037670,-0.4156169295310974,-0.3115676641464233,-0.1408044546842575,0.7550340294837952,1.9877814054489136,-0.4247741401195526,-1.1751036643981934,-0.1833880245685577,0.4785521924495697,-1.4197353124618530,-1.0628478527069092,1.0229116678237915,1.7162634134292603,-1.4480699300765991,-1.8590413331985474,1.4208810329437256,0.8199490904808044,-2.0009417533874512,-0.8201110363006592,1.6654907464981079,1.3685719966888428,0.0946910455822945,-0.1423296183347702,0.8511978983879089,-1.9950525760650635,-0.5670956969261169,-10.1721353530883789,-0.0205505844205618,-0.0354767851531506,-0.1613314598798752,1.3430489301681519,0.5736388564109802,2.0948734283447266,0.2449140697717667,0.2036933302879333,0.5407323241233826,0.1545208692550659,-0.1648428589105606,0.1594602763652802,-0.1026587635278702,0.3056871891021729,0.1186196804046631,0.2849846780300140,0.3873425424098969,-3.2493300437927246,-1.2582941055297852,-4.8275189399719238,-0.6039378643035889,3.2027041912078857,0.2707573771476746,-2.1773009300231934,0.2265876978635788,-0.4977434873580933,-0.8822622299194336,-0.4388630092144012,0.1155074834823608,0.6986914873123169,0.4452903568744659,0.6181245446205139,0.5747356414794922,0.3183532357215881,1.0204074382781982,0.2454485893249512,1.3609640598297119,1.3637573719024658,-1.8949929475784302,-0.3091445267200470,-1.1174556016921997,-0.7782279253005981,0.0442542098462582,-0.6903835535049438,1.3111253976821899,0.5501319169998169,-0.0032995666842908,0.0552342832088470,0.2276570200920105,-0.3749271333217621,0.2425507009029388,0.8529030084609985,-1.5792803764343262,-0.9945257306098938,0.4583100676536560,1.1656370162963867,0.5600771307945251,0.6515026092529297,0.7420381903648376,0.2404795587062836,-0.7822797894477844,-0.5274655222892761,-0.5258795022964478,0.5745196938514709,-1.0704874992370605,-0.2272519767284393,-0.4544509053230286,-1.5219146013259888,-1.1092017889022827,-0.8265738487243652,1.6633249521255493,-0.5554379820823669,1.1418536901473999,-0.3786676824092865,0.5475556850433350,0.3693231940269470,-2.1429278850555420,0.0669211298227310,0.0572811327874660,0.2496180236339569,-0.5823242664337158,-0.0572482757270336,-0.6949025988578796,-0.1639557033777237,1.0943075418472290,0.3506260812282562,-1.3072717189788818,-0.6261619925498962,0.2757946252822876,0.3026785254478455,0.4334472417831421,0.1574657410383224,1.1544361114501953,-1.5439037084579468,1.2616505622863770,-1.7745301723480225,-0.1258916556835175,0.1584034711122513,-0.2859861254692078,2.2958328723907471,0.6334895491600037,0.3120539486408234,-0.7883064746856689,-1.3468897342681885,-1.7047704458236694,-0.5886458158493042,-1.1643046140670776,0.6009737253189087,1.4972057342529297,0.2076537013053894,-2.1827700138092041,0.0397849865257740,2.8473520278930664,-2.7574367523193359,2.9603781700134277,-2.8804101943969727,-0.1605450212955475,2.1102645397186279,1.1941802501678467,-1.9075167179107666,2.0752444267272949,1.5108473300933838,0.1302966773509979,-0.3720054626464844,0.7292717099189758,-0.3232989907264709,1.9415688514709473,-1.3343509435653687,-0.7758603692054749,-0.5635165572166443,-0.7862221598625183,1.6784317493438721,-0.5145249962806702,-0.5014477968215942,-0.8914675712585449,1.0053187608718872,-1.6080020666122437,-0.2120571583509445,-0.2878080010414124,0.9678680300712585,1.2778290510177612,-1.4072431325912476,0.2271551638841629,1.5943018198013306,0.8733597993850708,-1.8899235725402832,0.9211001992225647,0.4008758664131165,-1.0422219038009644,0.5690944194793701,1.3697651624679565,-0.3538356423377991,-0.0693939849734306,-1.4570968151092529,0.5063751935958862,0.5192112922668457,1.6098034381866455,0.2188041508197784,1.7965410947799683,-1.0673123598098755,-0.8553652167320251,-0.5725651979446411,-2.3697319030761719,1.4805879592895508,-1.1066547632217407,-0.5653648972511292,0.3438106477260590,1.1489322185516357,-0.2526457011699677,0.6726748347282410,-0.0552579239010811,0.4040053486824036,0.1267073750495911,-1.3560299873352051,-1.7846574783325195,0.1214103698730469,3.7172021865844727,-0.3422502875328064,0.3680478036403656,-0.4533996880054474,1.2598215341567993,1.1191644668579102,0.1394505053758621,-1.4726798534393311,0.7506189346313477,-0.1881593018770218,-10.9116897583007812,1.2266883850097656,0.8232126832008362,-19.1405544281005859,4.8075113296508789,-2.7459082603454590,-3.3817265033721924,19.5508918762207031,-6.0042905807495117,14.0083942413330078,2.0033133029937744,-8.0585803985595703,9.9477519989013672,-3.6179759502410889,-5.3478269577026367,7.0484600067138672,9.0547304153442383,0.1542946547269821,0.1360340416431427,0.3429333269596100,0.2405648082494736,0.1370042264461517,0.9513050913810730,0.2937321960926056,0.2109889388084412,0.2265284955501556,10.8622255325317383,1.8629032373428345,0.6289108395576477,1.0574685335159302,0.2142667472362518,0.1909447312355042,0.5641853809356689,0.0005864855484106,-0.0002236643922515,-0.0000011392362467,0.0000000623941361,-0.0001144950583694,0.1870061755180359,-0.0001761970343068,0.0000109172278826,-0.0000000000371758,0.5621929764747620,-0.0000000904152060,-0.0000000000000055,0.1928202807903290,-0.0032602061983198,0.0016863677883521,-0.0101791983470321,0.0000297935930575,-0.0011601101141423,0.0000017493758833,-0.0000000258734243,-0.0003285477287136,0.0043720612302423,-0.0002508225734346,0.0000124317393784,-0.0000000000461412,0.0100282421335578,0.0000000441796217,0.0000000000000332,0.0040400344878435,-0.0011049223830923,-0.0008403634419665,0.0000099999997474,0.3282991349697113,0.0001254858652828,-0.0009440028807148,-0.0000057281181398,-0.0000000680214143,-0.0006066666101106,-0.1351778060197830,0.0002129250060534,0.0000066204070208,0.0000000000617778,0.3296470046043396,0.0000000833896934,0.0000000000000144,0.1316529512405396,0.0026423081289977,-0.0007625212310813,-0.0009363359422423 };
+// std::vector<int> DILATIONS{
+// 1,2,4,8,16,32,64,128,256,512,1024,2048,1,2,4,8,16,32,64,128,256,512,1024,2048
+// }; const std::string ACTIVATION = "Tanh"; std::vector<float> PARAMS{
+// -1.2061794996261597,1.8395617008209229,0.7590895891189575,-4.0746183395385742,-0.3318097591400146,0.2607632577419281,-0.1783755570650101,8.0129537582397461,-0.4393738508224487,0.5052551627159119,-3.1385354995727539,-2.0706465244293213,-0.4436278045177460,0.4178642034530640,-0.3497309982776642,0.3046074211597443,5.9930348396301270,-0.3470235466957092,-0.8644068837165833,0.7162433266639709,-0.4028710126876831,0.4635767936706543,-3.2849724292755127,3.7699117660522461,-0.2855212390422821,0.2324968725442886,0.5032568573951721,-0.5685181021690369,-2.8753194808959961,2.1973195075988770,-2.4430739879608154,2.9090497493743896,-0.0000074750719250,0.0000403666526836,0.0000009795198821,-0.0000955532668740,-0.0000007328106904,0.0000641644801362,0.0000004020234883,0.0000006290885608,-0.0000700089876773,0.0000019687706754,-0.0000006953038678,-0.0000052823652368,0.0000007538056366,0.0000007191777627,0.0000088501919890,-0.0000051853280638,0.0002560095454101,0.0068012168630958,0.0000034552233501,0.0378967188298702,0.0000034475579014,0.0167304407805204,0.0000011328297660,0.0000017051429495,0.0196887459605932,0.0000157808663062,0.0000029551017633,0.0001921989751281,0.0000020330151074,0.0000036701023873,0.0003078768204432,0.0001598941889824,3.4126043319702148,0.4916126132011414,0.1652707159519196,0.0933026745915413,0.1238577142357826,0.4852567613124847,0.7673699259757996,0.6148169636726379,3.0779247283935547,0.1712074726819992,0.1995648890733719,0.2566970288753510,0.2474036961793900,0.1337082982063293,1.5310090780258179,0.2174022495746613,0.1275261342525482,0.5452261567115784,0.0999027192592621,-0.1156057566404343,-0.0189714506268501,-0.6796485185623169,0.3680916428565979,0.4054902493953705,0.3230499625205994,-1.8722785711288452,-0.0299179926514626,-0.3141736686229706,0.3972787857055664,0.0146169615909457,0.6148205995559692,-3.0312852859497070,0.0000099999997474,-0.9594317078590393,-0.5566593408584595,0.9252964854240417,0.7635775208473206,-0.6883680820465088,3.2179360389709473,-2.3474934101104736,-5.0841341018676758,-6.8795475959777832,-7.7020010948181152,0.1842833608388901,0.5095249414443970,-1.1015905141830444,-0.5293527841567993,-0.8281984925270081,-0.6162222623825073,-0.4385521411895752,-0.6070455908775330,2.3534328937530518,6.1997632980346680,-0.9032390713691711,-3.6694772243499756,-0.5968407988548279,-1.7019593715667725,-0.7531915307044983,0.0916696190834045,0.6084709167480469,4.4796047210693359,0.0682448670268059,0.4703626632690430,-8.2818908691406250,-7.0895876884460449,0.5983647108078003,-0.3069082498550415,-0.2351387292146683,-0.3192158639431000,-1.9313669204711914,2.0922968387603760,1.8590000867843628,-2.8567006587982178,-0.7966173887252808,-15.2040557861328125,0.1193412467837334,0.3718695640563965,0.8225117921829224,0.2835634052753448,0.8764591217041016,0.3586004078388214,-1.0577701330184937,-0.4659737050533295,-4.0766263008117676,1.9059046506881714,4.4061708450317383,-15.3802423477172852,-0.0123082390055060,-1.7859852313995361,-1.2306450605392456,0.8081025481224060,3.9084661006927490,15.9769563674926758,-0.2187627851963043,-0.7953541278839111,-4.4085421562194824,-12.3279008865356445,-0.5283815860748291,-0.0744843855500221,-0.4442477822303772,0.7893574833869934,3.3701016902923584,1.0655019283294678,1.8928042650222778,3.4464523792266846,-0.4291757345199585,4.0790090560913086,-2.5659840106964111,-4.5546479225158691,-0.2160112112760544,-0.0874857977032661,-0.5911584496498108,-0.1528903245925903,0.5644345283508301,0.4599356055259705,8.2547769546508789,5.9655294418334961,-0.9915758371353149,2.1683504581451416,0.0433433912694454,-0.3811288774013519,1.8665552139282227,1.1560329198837280,-1.5238711833953857,-2.9704055786132812,-0.2157086282968521,-1.8429650068283081,1.3619995117187500,1.5374031066894531,0.8637823462486267,-0.0354816392064095,-1.6297738552093506,1.0718191862106323,1.8874052762985229,9.3289442062377930,0.7928690314292908,-2.1843011379241943,1.3684847354888916,-4.0143957138061523,-0.7743721604347229,1.8702807426452637,1.6199728250503540,2.1614203453063965,2.0525295734405518,2.4465408325195312,0.7995197772979736,-1.1646398305892944,4.3197779655456543,6.2739181518554688,2.8832902908325195,-1.5262030363082886,1.0341681241989136,-1.1973978281021118,2.0683059692382812,8.4777078628540039,-1.4898643493652344,1.6897126436233521,-1.1313525438308716,0.0881320461630821,-2.4806241989135742,-7.0423178672790527,1.5731946229934692,-0.4769335687160492,-1.7003372907638550,0.6088901162147522,-1.5717406272888184,0.2762957513332367,0.2774316072463989,-1.1293871402740479,6.1668319702148438,2.1515979766845703,-0.1474024206399918,0.9236524701118469,0.6367083191871643,1.7809684276580811,0.3361203670501709,1.9492927789688110,-0.5328301787376404,-1.4190449714660645,-3.7476999759674072,-7.7800235748291016,5.9739356040954590,2.7973387241363525,0.4087429344654083,-1.6373645067214966,-0.2841711342334747,2.4343919754028320,-4.5346908569335938,-2.4246830940246582,-1.0789014101028442,-0.3912269771099091,13.5048732757568359,-3.3303766250610352,-0.4691281616687775,-1.5647939443588257,0.4684756100177765,1.3560281991958618,-5.0094280242919922,-2.8812522888183594,2.8535392284393311,-1.3143075704574585,3.1408143043518066,-0.5698633790016174,-1.6658776998519897,0.9055097103118896,1.1461937427520752,0.4985505342483521,0.6126194596290588,0.4590573310852051,-1.1940875053405762,-2.3275163173675537,-3.9403421878814697,-4.4016861915588379,1.3693124055862427,-2.1206786632537842,-1.8055709600448608,-3.1797504425048828,-2.2931578159332275,-0.9909221529960632,1.9540712833404541,4.5579061508178711,-0.0827879682183266,0.1622184216976166,0.8033727407455444,-0.4696296453475952,0.0964918136596680,5.1458802223205566,-0.9451650381088257,-0.5129571557044983,-0.6914181709289551,-0.3916523456573486,-0.4826326668262482,0.7498168945312500,0.6750832200050354,-0.0555981285870075,-0.0238033588975668,-2.4721381664276123,0.4119884669780731,0.4423049688339233,0.2945857942104340,0.7606195807456970,-3.1695172786712646,1.4588294029235840,-0.5908946990966797,-4.0779242515563965,-0.5524486303329468,-1.6877962350845337,0.9152454733848572,1.9290541410446167,1.2357282638549805,1.8366978168487549,0.6510128974914551,0.7265917062759399,1.1384788751602173,0.5378691554069519,1.7662415504455566,-0.2395322918891907,-0.9715846180915833,-0.3183027803897858,0.4780181050300598,0.4507586658000946,5.2574477195739746,7.8549890518188477,-7.0916843414306641,-0.2526101768016815,-4.8183002471923828,-1.2257732152938843,0.2486868649721146,-0.3839984238147736,0.5766087174415588,0.3071862757205963,-0.9067917466163635,0.4886211752891541,-0.3658227026462555,-0.4278741478919983,6.0463638305664062,8.5520086288452148,-0.4008758068084717,0.0910367518663406,0.0844504088163376,0.8642436265945435,1.9720485210418701,5.0878524780273438,-0.2286980897188187,0.4649738967418671,1.4876514673233032,1.1432904005050659,-3.8226730823516846,4.2077431678771973,0.0810145139694214,-3.6451146602630615,-0.1140103042125702,2.4443788528442383,-2.2228686809539795,-1.6288386583328247,-0.0221160799264908,-2.0221028327941895,1.8785195350646973,-0.3548079133033752,-1.1283832788467407,0.9414379596710205,0.4098626673221588,-0.5076524615287781,-0.4432657659053802,-0.2408064305782318,3.2758548259735107,-0.3364620208740234,0.6545261740684509,0.4884139299392700,3.1283280849456787,0.9010488390922546,0.6297461390495300,-2.4897482395172119,-2.0080645084381104,-0.9196206331253052,-2.7612226009368896,-0.5977417826652527,-1.4051151275634766,0.6227824687957764,-2.0922164916992188,-1.9540603160858154,0.4263543784618378,0.0085869720205665,-1.4672497510910034,-1.7793009281158447,2.7031011581420898,4.1528749465942383,-1.0865985155105591,0.1115728318691254,-2.6833457946777344,-0.9587419033050537,-0.5857834815979004,-1.3642679452896118,0.4376786351203918,1.4801082611083984,0.3675829470157623,1.9643750190734863,1.3889917135238647,1.0330157279968262,0.2797112166881561,3.7712192535400391,-1.7653998136520386,0.1359240561723709,1.7873538732528687,1.9441775083541870,2.4877378940582275,3.8848078250885010,1.0178365707397461,-0.5128315687179565,-0.5701917409896851,-0.1025670990347862,-3.1367523670196533,-2.6720716953277588,0.9698975086212158,0.6750125288963318,-0.4083120226860046,-0.4287256300449371,-1.1896702051162720,1.1290246248245239,1.0484570264816284,-0.1938228607177734,-1.6867816448211670,-4.2324700355529785,-1.4718732833862305,-0.6295187473297119,0.1606862396001816,-0.4134437739849091,0.2274611592292786,-0.0422064736485481,1.0786156654357910,0.6900080442428589,-2.1500558853149414,-1.1656739711761475,-1.9851202964782715,-4.6844282150268555,1.3011265993118286,0.8639059066772461,-0.1943386793136597,1.5166419744491577,2.5574223995208740,5.6456279754638672,-0.6610595583915710,-0.5992962718009949,0.6966773271560669,-0.9462586045265198,0.3479799628257751,1.1215345859527588,0.0527222938835621,-0.9400275349617004,-1.2964007854461670,0.3768098652362823,0.5943958163261414,0.0869663730263710,-2.3963501453399658,-3.8505725860595703,-1.6545629501342773,-1.6725566387176514,-0.2763464152812958,-0.4470360577106476,-0.9089913368225098,-0.3983789384365082,0.4625768959522247,1.0628000497817993,-0.8372085094451904,2.2502844333648682,-2.4990363121032715,-4.1106758117675781,1.6472142934799194,2.1166942119598389,-1.7815960645675659,-0.7523474097251892,2.5697677135467529,4.2765226364135742,0.1127150207757950,-0.4524379074573517,1.5863629579544067,-0.4312884807586670,-0.6394806504249573,-0.0236247405409813,-1.0728666782379150,-5.2315111160278320,3.5294456481933594,0.2955740690231323,-1.6595394611358643,0.9010158777236938,0.2557371854782104,3.3191814422607422,1.9221581220626831,-0.3053563237190247,-2.1290071010589600,-2.3361401557922363,-2.4892079830169678,-2.6992006301879883,-0.5116416811943054,1.0544573068618774,2.3963403701782227,-1.5847237110137939,-1.2927922010421753,1.7215108871459961,0.2912555932998657,1.4942382574081421,-0.7303233742713928,-5.5241355895996094,1.4955700635910034,-1.9609177112579346,1.5300614833831787,-0.3712891936302185,9.8859090805053711,11.3120450973510742,0.6508697867393494,0.1448937058448792,-0.9819501638412476,-0.7167767286300659,5.4257898330688477,3.6181638240814209,-3.7580833435058594,1.4152848720550537,-1.8122859001159668,4.5948495864868164,-0.3151302337646484,-1.8198529481887817,-0.2386104017496109,-1.0977497100830078,-0.1329004168510437,-0.3163928389549255,0.1067895889282227,0.4356785118579865,2.3858895301818848,5.1689724922180176,-0.2763219475746155,3.8604204654693604,0.1826790869235992,-0.5289328098297119,3.5720117092132568,2.1181571483612061,-0.1886870115995407,-3.0703680515289307,-1.0258908271789551,-1.2562683820724487,-0.8722314834594727,-0.2055595219135284,0.8137283921241760,1.3361153602600098,-0.2451649606227875,-0.1922313123941422,3.4705655574798584,3.1880755424499512,-0.2887359559535980,0.5851173996925354,-2.8144147396087646,-1.7853574752807617,-0.1825546771287918,-0.6405144333839417,1.0496300458908081,0.8809003829956055,1.3019825220108032,1.1735252141952515,1.2712857723236084,0.8729091882705688,12.7478208541870117,9.5455989837646484,-3.0074429512023926,-1.8938018083572388,0.0628341808915138,0.6186594367027283,3.4829225540161133,2.9683616161346436,3.2693531513214111,2.1757247447967529,-0.7419328093528748,-0.3764989078044891,-1.7101951837539673,-2.1675179004669189,0.7910825610160828,-1.3593665361404419,-1.6881320476531982,-0.3676964640617371,-1.9181799888610840,2.9807898998260498,2.8045995235443115,-0.1623006314039230,1.9557793140411377,-1.3474786281585693,-6.1947546005249023,-1.2951141595840454,0.7879030704498291,2.1417143344879150,1.2803864479064941,2.6082842350006104,1.6507012844085693,-1.0432269573211670,-1.0805542469024658,0.6365277171134949,1.2607061862945557,-0.1920752674341202,2.2026522159576416,0.0452401377260685,-0.2244198918342590,3.7234332561492920,-0.1615295261144638,-0.0253438353538513,-1.7024284601211548,-0.7895840406417847,2.3680865764617920,-1.9489938020706177,8.3940124511718750,19.7687263488769531,-12.5947608947753906,6.3369092941284180,1.3090703487396240,8.4030847549438477,5.3250327110290527,-8.1168642044067383,2.8902640342712402,5.4379963874816895,4.2593812942504883,-3.3747680187225342,-31.0423679351806641,-3.9819917678833008,-12.2971849441528320,5.0397720336914062,20.9967460632324219,15.3203229904174805,9.6239414215087891,7.1329808235168457,1.9049628973007202,17.0299015045166016,9.2497539520263672,24.1968841552734375,2.5600886344909668,5.5450716018676758,7.5508604049682617,8.9735479354858398,8.1504955291748047,5.0173616409301758,5.0717568397521973,9.3286008834838867,0.0789536759257317,0.0899368897080421,0.5207588076591492,2.2026648521423340,0.2117162942886353,0.5450519323348999,7.2560510635375977,0.1588642299175262,1.9214509725570679,0.1876468956470490,0.2392047494649887,0.4804148077964783,3.3600437641143799,0.2260574549436569,0.2459250241518021,1.6326583623886108,0.0980425104498863,0.0426562242209911,-2.8000342845916748,0.1762599200010300,-0.2690085470676422,1.4614161252975464,-1.0292962789535522,-0.0245323758572340,-0.9829174876213074,0.1406517624855042,0.6333456039428711,-0.5322758555412292,-0.1277567297220230,0.2351236194372177,0.1733166128396988,-0.4541983008384705,0.0000099999997474,-9.0447463989257812,-4.6425580978393555,-12.2939004898071289,0.7284017801284790,10.8474550247192383,4.0995240211486816,0.4303220212459564,1.9822545051574707,0.0101005621254444,-0.5303261876106262,-1.0676316022872925,0.2957786321640015,-0.4593107998371124,0.4179977476596832,1.0542123317718506,-6.2593421936035156,-0.1756630241870880,0.1946226507425308,0.0136581836268306,0.3907785713672638,1.0379278659820557,2.6350286006927490,0.2806787192821503,2.5346925258636475,-0.1138805449008942,0.1084102317690849,4.4634895324707031,-1.7032979726791382,0.1427719891071320,0.4691595733165741,-0.2857001423835754,-0.9192700386047363,-1.8018999099731445,-2.2682867050170898,-2.9157080650329590,-2.3110923767089844,-4.3250756263732910,0.0802240893244743,1.0744227170944214,-0.6820348501205444,-0.0013918031472713,-1.2318198680877686,1.5303642749786377,0.2281339764595032,-0.0899084880948067,0.0596253052353859,0.5784608125686646,-2.1042065620422363,-0.1333310753107071,0.7393420338630676,-1.0700283050537109,1.0773649215698242,0.9050173759460449,1.8190529346466064,1.6547374725341797,1.6720907688140869,0.2893581390380859,0.0164323933422565,-8.7544641494750977,0.4026013016700745,-1.8571618795394897,-0.6775623559951782,-1.4732255935668945,0.7739869952201843,-1.8098556995391846,-5.9757170677185059,-10.7724628448486328,-6.0557899475097656,-0.0389532819390297,-3.7324204444885254,-0.5813012719154358,-3.3018324375152588,-1.7059291601181030,0.3087134063243866,0.5084140896797180,-0.2941577434539795,-1.0634951591491699,0.6350030899047852,4.4514999389648438,-1.1095237731933594,0.3469942808151245,-1.0865960121154785,0.2664895057678223,1.8045725822448730,-1.7299627065658569,0.1581771373748779,-1.7601577043533325,-0.1420771032571793,-0.3970851600170135,2.3442795276641846,-1.4641109704971313,-0.3288789689540863,-0.4861705005168915,-1.8623697757720947,-1.4549798965454102,-1.1151132583618164,-0.1443334817886353,-0.4872037768363953,-0.6492989063262939,0.2467720806598663,-5.7524795532226562,0.6789067387580872,-1.4033193588256836,-3.0866420269012451,-3.5603356361389160,-2.6128778457641602,2.2504539489746094,0.0091362595558167,1.0310062170028687,-1.4285010099411011,1.0933012962341309,-1.3220449686050415,-1.6063944101333618,0.4642682373523712,-1.5332087278366089,-0.4594868719577789,1.7014861106872559,2.6442975997924805,4.7638592720031738,2.3665816783905029,1.0186476707458496,0.4954926073551178,-2.4638521671295166,1.6727551221847534,-0.6829181313514709,-3.9567136764526367,-1.4954656362533569,-1.2255492210388184,-0.3509201109409332,-1.1267750263214111,-2.2191753387451172,-3.3417792320251465,-2.4803669452667236,2.1311771869659424,-0.1000126674771309,1.8269578218460083,0.7942673563957214,2.1813707351684570,-0.1153755262494087,-3.4296603202819824,-0.4165934622287750,0.0180578958243132,-0.0364227332174778,-0.7792026996612549,-0.0926684364676476,-0.0189688354730606,1.4125175476074219,1.8566412925720215,7.1884021759033203,2.4862003326416016,4.4787840843200684,3.2554764747619629,-1.1332681179046631,-1.1768361330032349,-1.5289592742919922,1.6029781103134155,-2.0750579833984375,-3.1240954399108887,-0.5194228887557983,-0.4553418159484863,10.2944269180297852,11.1081705093383789,12.6336679458618164,0.1073398068547249,-8.0721731185913086,2.9623868465423584,1.0772417783737183,-0.5808662772178650,0.1213354766368866,1.4560782909393311,2.6185774803161621,-0.9632462859153748,-0.4647922515869141,0.2832582294940948,-1.6746976375579834,4.0108613967895508,0.5288235545158386,-0.0462693646550179,-0.7995947599411011,0.5182215571403503,-0.7699733376502991,-0.4394586384296417,-0.8661481142044067,0.6348053812980652,0.1447189897298813,0.3592182993888855,-2.3419601917266846,0.8709959387779236,-0.4329967796802521,0.4018476307392120,1.9728124141693115,-0.4864198863506317,-7.5813155174255371,-3.1890416145324707,-0.4719816446304321,0.1694407463073730,-3.4276766777038574,-7.3931193351745605,2.0611531734466553,1.6884348392486572,3.7750582695007324,1.1814892292022705,-0.6747101545333862,2.3101093769073486,0.5036143660545349,-0.1844250112771988,-1.8762516975402832,-3.3007411956787109,0.2134873420000076,0.1569619476795197,-1.4135587215423584,-0.6956583261489868,2.5475888252258301,-0.1697005778551102,1.4812803268432617,-0.7672370672225952,-0.0301695875823498,-1.2846363782882690,0.3322821259498596,-0.8774363994598389,0.5588636398315430,2.0830800533294678,2.7430360317230225,1.9912152290344238,1.9105160236358643,1.8896956443786621,2.4923927783966064,0.7814286947250366,-2.5494055747985840,-1.1856489181518555,-0.6150180697441101,-1.8260208368301392,-0.5805631875991821,-0.9741674065589905,1.3738934993743896,0.3331634104251862,-0.7824473977088928,0.7809048295021057,0.1962116956710815,0.2985419631004333,0.4030030369758606,-0.4555110037326813,-1.4091203212738037,-2.4589502811431885,-0.6090945601463318,-0.5858230590820312,-1.4438859224319458,-1.2316048145294189,0.7503312230110168,1.0144782066345215,-0.3689168989658356,-0.9131544828414917,-12.9000158309936523,-10.6977291107177734,0.6637032628059387,0.3028140068054199,0.3636116087436676,0.5344749689102173,-1.7618923187255859,0.4427040815353394,-0.5885510444641113,0.8118018507957458,0.9295221567153931,1.5580719709396362,0.1827934384346008,1.9108704328536987,-1.2993878126144409,-0.3419926166534424,-0.0428023301064968,-0.7919590473175049,0.3420347571372986,0.3257491886615753,-0.0754186883568764,-0.6531200408935547,8.4436006546020508,4.8576378822326660,6.7621369361877441,4.6888794898986816,2.4018208980560303,2.6319656372070312,-1.5566240549087524,-1.9969068765640259,1.7238827943801880,-0.4457906484603882,-0.2528910040855408,-0.8212834000587463,0.7287257909774780,0.8247537016868591,-10.6474142074584961,-5.0092067718505859,-18.1399593353271484,-0.6066221594810486,2.6318356990814209,0.3426138460636139,-0.7162094116210938,1.1072345972061157,1.4279878139495850,1.1017777919769287,-1.9331898689270020,0.5127564072608948,0.9207779765129089,-0.6416041254997253,3.7656636238098145,-3.7286159992218018,-0.2123150229454041,0.7016546726226807,0.7570236921310425,0.6851459145545959,-0.2608738243579865,0.4247297644615173,-0.3164288699626923,-0.4529888331890106,0.2031416743993759,-1.2492309808731079,2.2122626304626465,-1.4498893022537231,0.4031424224376678,0.3888414502143860,-0.5260999202728271,0.5458728075027466,1.2492924928665161,0.2437026649713516,1.3333189487457275,-0.7132889628410339,-1.7388274669647217,3.3956656455993652,-0.4885797500610352,-1.4720182418823242,-0.3696828782558441,0.1163830012083054,3.2791957855224609,-1.8120507001876831,-0.1977520734071732,0.0067136134020984,-1.4533663988113403,0.5985755920410156,-0.4506019949913025,0.3092881739139557,-1.3447822332382202,4.9628047943115234,0.8138236403465271,2.9708523750305176,0.4755219221115112,2.0669102668762207,0.3058014214038849,1.3526979684829712,-4.3073287010192871,2.4019312858581543,-2.1855254173278809,2.3350419998168945,-3.4836668968200684,-0.6041204333305359,1.5738409757614136,2.9560945034027100,-2.4121606349945068,1.2008123397827148,0.3422746062278748,-4.0077099800109863,1.5271918773651123,-1.0812186002731323,3.7807431221008301,3.5175874233245850,0.3940100967884064,-0.0134918615221977,0.7352523207664490,-0.0175534933805466,3.6282253265380859,3.7730140686035156,0.9147171974182129,0.3560847342014313,0.4282468557357788,0.6639466285705566,-2.2797181606292725,1.9424449205398560,-0.8180945515632629,0.5090640187263489,-2.2445363998413086,0.3506990671157837,1.6618878841400146,-0.6235049366950989,-4.8339371681213379,2.1842968463897705,1.3598841428756714,3.2541987895965576,2.9465389251708984,2.9051785469055176,2.5553224086761475,1.2264760732650757,-0.0698739066720009,3.8026986122131348,0.6326501965522766,0.3532862067222595,0.6040241122245789,1.7104212045669556,-0.6285825967788696,-1.7514076232910156,-3.7510328292846680,3.0532641410827637,-1.9540063142776489,4.8356161117553711,-0.6057306528091431,0.2279792428016663,1.7873383760452271,0.0994199365377426,1.5131764411926270,-0.7073740959167480,4.2964553833007812,-1.2875372171401978,-1.5092729330062866,-1.4028711318969727,-0.7294371128082275,-1.2469038963317871,-0.4798376858234406,-1.1853524446487427,3.2363917827606201,-2.5188183784484863,-0.8670869469642639,1.0909044742584229,6.5270714759826660,-1.9527237415313721,-0.9270315766334534,5.0493164062500000,-0.2772905826568604,-0.4440407156944275,0.0695982277393341,0.1050238311290741,5.0335593223571777,0.1053284555673599,0.2589217722415924,-0.3499925732612610,-4.5208954811096191,4.7041878700256348,-0.2001875787973404,0.0916554778814316,-2.6938540935516357,0.0427000336349010,0.6558325290679932,-3.1792573928833008,0.6067216992378235,-3.7672312259674072,-0.7166775465011597,0.2714451849460602,-6.6861329078674316,0.6315507292747498,-1.5362945795059204,3.0637812614440918,1.1435419321060181,0.8506188392639160,-12.5549869537353516,-14.5164632797241211,4.5963616371154785,-3.1107573509216309,2.1747188568115234,2.9622373580932617,0.0080814762040973,0.0810347348451614,-1.0722603797912598,-0.8685653805732727,1.1848746538162231,-1.6147631406784058,0.0122379511594772,-0.2562679052352905,-1.6920387744903564,-5.4510345458984375,-0.1671714931726456,-0.0559922493994236,-1.0147314071655273,0.3480811715126038,2.9246504306793213,-0.6046611666679382,0.3741527199745178,-0.7412906885147095,-0.1643311828374863,0.0099784927442670,-0.1742787361145020,0.6006914973258972,0.2417288720607758,1.6838396787643433,-0.2157007753849030,-0.5678793787956238,1.0478057861328125,0.5895376801490784,1.4715198278427124,-1.4622254371643066,-0.4346430003643036,1.5030286312103271,-0.3638891279697418,1.6374820470809937,-1.1486068964004517,0.6483286619186401,0.1209544688463211,-0.7467637062072754,0.3168536424636841,-0.1466474086046219,-1.9079673290252686,1.3386029005050659,0.0098837977275252,0.2421878129243851,-0.5380002856254578,3.0650990009307861,14.9675407409667969,2.3758070468902588,4.7617363929748535,0.9758212566375732,0.6438735127449036,-0.7769578695297241,-2.1918919086456299,3.0983853340148926,-1.3186280727386475,-0.0565477833151817,-1.0444334745407104,-1.1460043191909790,-14.8672122955322266,3.0291898250579834,2.2794313430786133,7.0145297050476074,-1.0123094320297241,6.9651370048522949,10.2168331146240234,0.8376148939132690,5.2021565437316895,-6.1637306213378906,1.3772493600845337,0.8378934264183044,-5.8976922035217285,-1.4305833578109741,-5.2336034774780273,6.5692791938781738,11.5311765670776367,1.1182025671005249,4.2646398544311523,8.9449424743652344,6.1109356880187988,9.3205099105834961,9.0233364105224609,29.9725494384765625,11.8822803497314453,10.1633663177490234,2.6502077579498291,3.4639549255371094,9.5313758850097656,8.6205596923828125,6.2369723320007324,11.4178619384765625,0.1718417853116989,0.2690283060073853,0.1335013210773468,0.3126275539398193,0.4408808946609497,0.4289505481719971,0.1822777539491653,0.1591712832450867,0.1718147248029709,0.1168160215020180,0.1585858911275864,0.7936246395111084,4.9613270759582520,0.2313484847545624,0.1724569797515869,0.1407617926597595,-0.8990997672080994,-2.5325086116790771,0.0083230528980494,0.5432564020156860,0.1853894591331482,-2.7218921184539795,0.8757500648498535,-0.2171003669500351,0.1069521605968475,-0.0343139581382275,0.2805529236793518,-0.0595424398779869,-0.4987524151802063,-0.4708922803401947,0.0639502480626106,0.0965996459126472,0.0000099999997474,-1.8788400888442993,6.9523282051086426,0.6371528506278992,-0.0895045623183250,-0.6913196444511414,2.7965164184570312,0.5587534904479980,1.8042433261871338,-1.1548577547073364,0.1189092770218849,1.0229978561401367,-9.0933284759521484,-1.0527672767639160,2.1636114120483398,-0.8015135526657104,0.4387415945529938,-0.2598825097084045,-0.2651907205581665,-1.9709810018539429,12.1265268325805664,0.2331571578979492,-0.1270044893026352,-0.5370386242866516,-0.3967979550361633,-0.0772342532873154,-0.0250024590641260,0.1797847002744675,-4.0148072242736816,-2.7745118141174316,2.5509157180786133,1.5692658424377441,-0.1056305244565010,1.9049128293991089,-1.7725452184677124,-0.0046109091490507,5.5556721687316895,-0.1172759532928467,1.3692241907119751,0.8356862664222717,4.0595474243164062,0.9713439345359802,1.4140148162841797,-0.5141681432723999,1.3714369535446167,-2.5558590888977051,-3.9531042575836182,-1.8883451223373413,1.6733040809631348,0.8684620261192322,-1.0268353223800659,-2.8448112010955811,-2.7795855998992920,1.6163570880889893,3.0859797000885010,-1.4581705331802368,-2.9010353088378906,-0.8557687401771545,-0.3988419473171234,-2.8673281669616699,1.4867074489593506,0.3239816725254059,0.8320716619491577,-0.3495049178600311,4.1499867439270020,0.0604859404265881,-4.1862473487854004,-1.1992497444152832,0.7846982479095459,0.6470406055450439,-3.1999084949493408,-0.0367529913783073,-2.4036037921905518,0.9384172558784485,0.2789635956287384,0.8724690675735474,10.3833761215209961,2.5346796512603760,1.4943971633911133,0.5949566364288330,-0.2495888769626617,-0.8787968754768372,1.1505788564682007,0.6522896885871887,-15.5736913681030273,-0.1547378599643707,-0.0786276757717133,0.6152606010437012,0.7504117488861084,0.0335356257855892,-0.0438360422849655,0.5346357226371765,1.2516016960144043,0.4599641859531403,-3.3022491931915283,-0.1956435739994049,0.5337404608726501,1.5847315788269043,-0.8506149649620056,-0.7365069389343262,2.4754898548126221,-1.1241177320480347,3.2303626537322998,-0.1651791483163834,0.4135716557502747,-1.9634070396423340,-0.9424585700035095,0.1117326915264130,3.0844604969024658,-1.0485309362411499,3.6435639858245850,1.6048028469085693,3.0291726589202881,0.3764891028404236,-2.0522964000701904,0.4020144641399384,-0.6725514531135559,1.4681737422943115,-0.3256346583366394,-0.2187879681587219,-0.3958733975887299,-0.5980132222175598,5.2492661476135254,0.2857560217380524,0.6296493411064148,2.6915392875671387,-4.2751178741455078,0.9972079992294312,1.1256860494613647,-2.6189384460449219,-0.9742658734321594,-0.1325287669897079,0.3531788885593414,0.9923028349876404,-2.0938053131103516,-0.1626279801130295,0.8710950016975403,1.1046001911163330,3.1481394767761230,-0.1642641872167587,1.2300708293914795,3.0522789955139160,-0.1111635938286781,0.9430710673332214,-3.9234476089477539,-0.2447666376829147,3.3309028148651123,1.4634014368057251,-0.6766943335533142,-0.8201554417610168,1.2645618915557861,-0.2858840227127075,0.4882301986217499,0.5373784303665161,-5.4757943153381348,0.1615062355995178,-1.2098039388656616,-0.6121166944503784,-0.6729983687400818,-1.9327584505081177,0.2042879015207291,-1.0835064649581909,-1.4960260391235352,0.1927196979522705,3.2581171989440918,0.3807805180549622,1.1643844842910767,0.2807786166667938,0.0937338396906853,1.0815725326538086,0.5501646995544434,-3.2972419261932373,-0.9988017678260803,0.0913823843002319,0.2404270023107529,8.2991313934326172,17.9306640625000000,-0.1506499201059341,-0.8604347109794617,-1.2974336147308350,-2.8371546268463135,-0.1564154028892517,-1.1305768489837646,0.6517429947853088,-0.7276859283447266,-0.8262230753898621,1.4465205669403076,-0.8144227266311646,0.6383393406867981,0.2122209221124649,-0.1446443796157837,0.3414365947246552,-0.2542139589786530,-2.2089927196502686,2.1487064361572266,0.3039593696594238,0.0346830859780312,0.3259352743625641,-1.5937526226043701,0.3885250687599182,-2.4858262538909912,2.3758299350738525,-0.2284692227840424,-3.1367309093475342,-3.6889562606811523,1.5425136089324951,0.7943290472030640,-0.3256640136241913,1.0052777528762817,6.6327376365661621,0.8942360877990723,-2.0503115653991699,0.9559946656227112,1.3243237733840942,-1.1108629703521729,2.4271788597106934,1.2344940900802612,0.7415619492530823,0.3957050442695618,-1.9710837602615356,-3.8327648639678955,-2.1785423755645752,-0.0075512118637562,2.3044939041137695,-1.1294487714767456,1.0192164182662964,0.2447298467159271,1.1550574302673340,-2.2204263210296631,-1.2882721424102783,-5.8972287178039551,1.4656578302383423,-0.3067549765110016,1.5494841337203979,-0.3811394572257996,-1.3704931735992432,1.6663774251937866,3.0472748279571533,-1.3506345748901367,-1.4265069961547852,-2.0032534599304199,0.4848845303058624,-1.3440700769424438,2.3330099582672119,-0.7884101867675781,-2.7695777416229248,-3.5137073993682861,0.0625696405768394,-0.4724513590335846,0.0360761992633343,-0.0725228711962700,-0.4052270054817200,0.0346353389322758,0.9472979307174683,-2.8564636707305908,0.3373322784900665,0.1030100584030151,1.4407811164855957,-0.4625824391841888,0.0593160651624203,2.4775216579437256,-0.0652445703744888,-1.4495404958724976,-0.3930924832820892,1.6563315391540527,-1.0815579891204834,0.0143450880423188,-2.1202225685119629,-0.3842273950576782,0.6020842790603638,-0.9864282608032227,1.2791614532470703,-1.7063379287719727,-0.9591856002807617,-0.0787117928266525,0.5715628862380981,-0.9905681610107422,0.5930601358413696,1.7918800115585327,0.3678723275661469,0.3448704481124878,0.2077290713787079,-0.0777297616004944,-1.0394958257675171,-0.3695042729377747,0.5125305056571960,-1.3244675397872925,0.3903999626636505,17.3817977905273438,3.1379675865173340,1.5718249082565308,0.0075947078876197,2.5193507671356201,-0.0453938208520412,-0.7814819216728210,-0.1449390649795532,3.1506054401397705,-0.6326899528503418,1.2247028350830078,2.6042253971099854,3.4604907035827637,-1.9177482128143311,-0.7544151544570923,0.1965519040822983,0.6861987709999084,-0.7317074537277222,1.6685832738876343,0.2470422387123108,0.7949579954147339,0.0303651113063097,2.9895763397216797,0.0931856185197830,0.4922456443309784,0.2464941143989563,-0.5891498327255249,0.1041947156190872,-1.2472075223922729,1.4395945072174072,-0.6426432132720947,-0.1971840113401413,13.7360658645629883,-0.3246714472770691,3.3915593624114990,-1.7526973485946655,2.6666615009307861,0.8855686783790588,-0.4618928730487823,-0.8035442829132080,-2.2968161106109619,3.0753757953643799,-0.9580241441726685,3.9506487846374512,-3.4046213626861572,0.5678086876869202,0.0133156944066286,-1.2918784618377686,0.6908203959465027,3.5423331260681152,0.6488565206527710,-0.3321534097194672,2.8361489772796631,1.9014468193054199,-1.8760358095169067,1.4918649196624756,0.7793517112731934,0.2775429189205170,0.3027452826499939,-0.7380205392837524,-2.1712024211883545,-3.2322261333465576,1.3757761716842651,0.7141135931015015,-5.0655059814453125,2.2992246150970459,-1.7143322229385376,0.6645242571830750,0.3683496415615082,1.5261276960372925,-1.0095466375350952,0.9652391672134399,-2.0591347217559814,1.5297222137451172,-1.0803786516189575,-3.3917310237884521,1.5796331167221069,5.6456108093261719,1.0562415122985840,0.5130535364151001,-2.1826074123382568,-0.0655982717871666,0.2920451760292053,5.1369085311889648,-2.2739753723144531,0.1957013905048370,-1.6717493534088135,-0.1628690063953400,0.3895256519317627,0.0968032628297806,0.0488025955855846,0.5543125271797180,2.8757436275482178,5.7780542373657227,-0.1527609974145889,0.2281695604324341,0.8504508733749390,0.4735136032104492,-1.2920285463333130,-3.4255521297454834,2.1915957927703857,1.2245571613311768,-0.4220488667488098,-2.7042927742004395,2.2440741062164307,-0.7607861161231995,1.7621775865554810,0.0370692871510983,1.0654489994049072,1.8116916418075562,0.5369705557823181,-1.1461715698242188,-1.0955525636672974,-8.5509605407714844,-3.8074927330017090,2.0692873001098633,-1.2514954805374146,-1.9928946495056152,0.4462386965751648,-0.3910714983940125,-0.6419775485992432,0.8940341472625732,-2.2243492603302002,1.9801343679428101,1.4838840961456299,1.1828930377960205,0.6542083621025085,-6.6086277961730957,2.0743434429168701,2.1365525722503662,7.0510821342468262,0.2436347603797913,0.2105946987867355,-1.3959616422653198,2.2385399341583252,0.3079348206520081,1.5421345233917236,-0.7962784767150879,0.7015061378479004,2.1490316390991211,-9.3244104385375977,-2.1718826293945312,2.0122537612915039,-1.2697336673736572,0.0898019671440125,-0.0192687790840864,-0.6511569023132324,-1.7550615072250366,9.2851886749267578,0.3280816674232483,0.9812031388282776,-0.7813501954078674,-0.4424153864383698,-0.1531210094690323,-0.6097829937934875,-0.7850388288497925,-2.4591920375823975,-1.6487507820129395,3.0850269794464111,0.0611071065068245,-1.1444734334945679,-0.0114669045433402,2.9305467605590820,-0.4670793116092682,-2.2305357456207275,-1.7314640283584595,0.4641854465007782,2.5429461002349854,1.6576796770095825,-0.7552827000617981,-1.4525957107543945,-0.8405951261520386,-0.9455714821815491,-3.5353162288665771,0.0535491183400154,-2.4205491542816162,1.6198542118072510,1.4792395830154419,0.5236125588417053,-3.2891063690185547,2.9568986892700195,1.3484971523284912,-3.1256699562072754,-1.8163334131240845,-0.5960296392440796,-0.4528747797012329,0.1443929076194763,-0.9232584834098816,-2.6391365528106689,-2.0937943458557129,-1.0480080842971802,1.6608623266220093,-2.4528656005859375,-2.4176959991455078,1.0979102849960327,3.7785019874572754,1.8225804567337036,-1.4102977514266968,2.5235319137573242,2.0789046287536621,2.6323220729827881,-1.1737405061721802,3.3390946388244629,0.5997674465179443,-1.6588112115859985,-2.6827960014343262,3.0126965045928955,-0.9694803357124329,0.2550148069858551,-1.2301374673843384,1.2399266958236694,-2.5147485733032227,2.6305949687957764,1.8028097152709961,-2.7238037586212158,-1.9708888530731201,-2.0019762516021729,0.4252995848655701,-0.4629528522491455,-1.8571450710296631,-6.7169742584228516,0.3310546278953552,1.8558212518692017,-0.3906792104244232,-1.8797854185104370,7.1124892234802246,-5.2064647674560547,-6.5916018486022949,-5.3119821548461914,5.8887233734130859,-2.4185879230499268,10.1144962310791016,0.7185035943984985,2.2086272239685059,-9.6901655197143555,-3.4015893936157227,3.4163060188293457,-0.5529876351356506,2.6982293128967285,2.9566333293914795,3.0779688358306885,7.4739584922790527,9.1620149612426758,6.4511003494262695,31.8337001800537109,39.6936798095703125,21.5313625335693359,8.1268186569213867,2.8948485851287842,7.1606168746948242,13.6112585067749023,3.3377079963684082,2.8834507465362549,6.6617727279663086,9.1521263122558594,2.2688460350036621,6.4378700256347656,0.1664892137050629,0.2918459475040436,0.4457144141197205,1.8121236562728882,1.6704424619674683,0.2187075614929199,0.3399858772754669,0.1677292436361313,0.2444263398647308,0.5426030755043030,0.1763534992933273,0.1290845870971680,0.1956323385238647,0.1679726988077164,0.1605300754308701,1.1056609153747559,-0.0035037356428802,-0.0291925128549337,2.6553382873535156,-1.2267291545867920,1.0607357025146484,-0.0450044982135296,1.3056365251541138,-0.4887859523296356,0.4732915759086609,-1.6440541744232178,-0.6476884484291077,0.0161409936845303,0.0573702938854694,0.7078120708465576,0.1071846559643745,0.6143131256103516,0.0000099999997474,0.5158762335777283,0.9721255898475647,-2.6063971519470215,-3.8315775394439697,0.6598541736602783,-4.0171632766723633,0.2832265198230743,-1.5854076147079468,0.7046395540237427,-0.7509170770645142,1.2069939374923706,-2.2597408294677734,1.2043005228042603,5.2875027656555176,-0.8094498515129089,0.6526238322257996,0.6317783594131470,-1.4625029563903809,0.8782818317413330,-0.9753715991973877,2.3965802192687988,9.7359209060668945,3.0027763843536377,-2.1327600479125977,-1.9843616485595703,-1.9072486162185669,-0.9117493629455566,1.9832873344421387,-3.2731463909149170,-2.7648622989654541,-0.1334220916032791,-0.0930056571960449,-0.1664075851440430,0.1638909429311752,0.7334566116333008,-0.6031902432441711,0.2932249307632446,2.7381365299224854,0.5801526904106140,-1.0072797536849976,0.2507021129131317,-0.4140968620777130,-0.5672884583473206,1.7627584934234619,0.6530954241752625,0.4031258523464203,0.4751172363758087,0.2254286557435989,-0.7348335385322571,-17.2976493835449219,-0.0752932727336884,-4.6516752243041992,0.1813872456550598,1.7308940887451172,-0.1759587079286575,0.3231478035449982,0.6542552113533020,1.9279530048370361,-0.2183720320463181,1.4932981729507446,-0.0697107911109924,1.3434978723526001,0.1403074562549591,0.1160267814993858,3.9028897285461426,1.1973508596420288,-0.3888768851757050,0.6237744688987732,0.5071073770523071,-2.1022005081176758,-2.1178286075592041,0.3025285899639130,3.6559514999389648,-1.1116117238998413,-0.2465916723012924,-1.2667534351348877,-0.0580189749598503,1.8438292741775513,1.6349419355392456,0.2714176774024963,2.2593243122100830,-0.7528095245361328,-2.2387030124664307,1.0184261798858643,-2.2017579078674316,-0.6442060470581055,4.9905195236206055,2.7443699836730957,0.0736710354685783,-0.1244709715247154,7.3541469573974609,3.6628003120422363,-0.0586950257420540,1.2576111555099487,1.0264366865158081,-0.3531873226165771,-0.3944172859191895,0.8281712532043457,1.3298976421356201,-2.1707379817962646,-1.9067633152008057,-1.8116483688354492,-2.5018811225891113,1.6303738355636597,-2.5636215209960938,3.2540209293365479,-1.3786821365356445,2.1045422554016113,-2.7480564117431641,-3.5734109878540039,1.5531097650527954,0.2347242981195450,-2.3689239025115967,1.9707665443420410,3.8836600780487061,1.0886709690093994,-0.2562535405158997,-4.2874302864074707,-2.8456897735595703,1.3133307695388794,-0.8703358769416809,-1.7207809686660767,-1.4446676969528198,1.0454763174057007,0.3612484633922577,0.5279557704925537,-0.2489683181047440,0.8417214155197144,1.1510056257247925,0.6828704476356506,-1.6327480077743530,-6.9098167419433594,-1.6025294065475464,-1.8024313449859619,-0.0339448675513268,-1.2624639272689819,-0.3174518346786499,-0.1564796268939972,2.7860741615295410,2.3200602531433105,-0.5882670283317566,1.3978338241577148,-1.8690435886383057,-1.8626828193664551,0.5737251639366150,-4.0569272041320801,1.3846230506896973,-4.1669745445251465,1.7560817003250122,5.2475938796997070,3.0916087627410889,0.2738552689552307,-0.2894302308559418,-0.1466437429189682,0.0452161356806755,1.1954469680786133,-0.8088957071304321,-2.0349571704864502,-0.3091807365417480,-0.4607634842395782,2.5236279964447021,-0.0891774147748947,-0.7969902157783508,-0.0398725420236588,1.0010985136032104,0.1814598739147186,0.8846731185913086,2.0457546710968018,-1.5704952478408813,1.9166845083236694,-0.2944322824478149,1.9831992387771606,0.0516547113656998,-3.4267148971557617,-1.8513530492782593,-3.8190476894378662,0.2334111928939819,0.1686020344495773,-2.6865103244781494,-4.9578652381896973,-2.9688963890075684,-0.8981112241744995,2.9907741546630859,4.8208522796630859,1.4506208896636963,0.8483844399452209,1.6472128629684448,-1.3903846740722656,0.3443106710910797,-1.1186732053756714,-0.9440135955810547,0.2829059362411499,-0.6338565945625305,0.4148126840591431,0.1437672674655914,-4.0723514556884766,0.1195220947265625,1.9581007957458496,-0.9239034652709961,2.8000407218933105,-0.6182706356048584,2.9440488815307617,-0.3377111256122589,0.2924222648143768,-1.1570267677307129,0.6554622054100037,0.5072295665740967,1.9638457298278809,-0.4780673086643219,6.4691853523254395,0.4540221691131592,8.5186576843261719,0.7092364430427551,-1.0288915634155273,-0.6202241778373718,0.1104553714394569,-0.2018350064754486,-0.8016643524169922,0.1811169534921646,0.6248380541801453,0.1122275516390800,-0.3712097704410553,-0.1596013903617859,0.1129464134573936,0.5764551758766174,18.3409233093261719,0.6411736011505127,2.0836045742034912,0.3042781054973602,-11.1496353149414062,0.0266321580857038,0.5673485398292542,0.1026517972350121,-0.4580653607845306,-0.1976486444473267,-0.6615258455276489,-0.0957189872860909,-0.4903143048286438,0.2527093887329102,0.3901438713073730,0.3292234241962433,1.0363950729370117,-0.6197346448898315,2.7264623641967773,-1.4574769735336304,0.2175096869468689,-0.2915537357330322,-1.9299354553222656,0.4929111897945404,0.0012467004125938,0.2477751672267914,6.8337950706481934,0.9656761288642883,0.1470383256673813,-0.1214757040143013,-0.0704148933291435,-0.2957196235656738,2.5698986053466797,-0.4888464808464050,6.2956781387329102,-0.2028515487909317,1.7995975017547607,-0.8429514169692993,1.2902761697769165,-0.2990045249462128,0.2187509685754776,0.7880610227584839,1.4914114475250244,0.7563232183456421,1.2607235908508301,-0.6498497724533081,-0.3613202571868896,0.4691079854965210,11.2264232635498047,-0.7834185957908630,2.9539468288421631,-1.6958696842193604,-3.0168364048004150,-0.2622924447059631,-0.8521468639373779,-1.0171298980712891,-1.0123050212860107,0.2249357402324677,1.4718153476715088,0.0400897748768330,-0.1603967398405075,0.0142734916880727,0.3813122212886810,-1.1967680454254150,-17.5926361083984375,-1.0793230533599854,-2.6034235954284668,-0.3736966848373413,8.8771200180053711,-0.3497465252876282,-0.8450559973716736,-0.2577521204948425,0.3173516392707825,0.4715393781661987,-0.2906086146831512,-0.1882697045803070,-0.8736702799797058,-0.5009614229202271,0.4631399512290955,0.1567068397998810,0.8366731405258179,0.7688637971878052,-1.2368946075439453,1.6618710756301880,1.3988903760910034,-0.0515379980206490,0.3032328784465790,-1.0418485403060913,-0.4697954654693604,0.0810300931334496,-13.9747734069824219,-0.9064853787422180,0.1163552030920982,0.0306962542235851,0.0430847182869911,-1.8205519914627075,0.4943939745426178,1.2396907806396484,1.4960527420043945,0.5237920880317688,-2.7182273864746094,-1.1423515081405640,-1.4110648632049561,0.5186873078346252,0.4057090282440186,4.2383060455322266,3.6512105464935303,-1.6701796054840088,1.3296737670898438,-0.3489373326301575,-2.5914304256439209,-0.1620680093765259,-4.6928949356079102,0.0832830742001534,-2.9282929897308350,-2.7751555442810059,-0.6470900774002075,-0.0345269851386547,1.5078798532485962,-0.7262462377548218,-1.1601694822311401,-0.5243433117866516,-0.4238705933094025,2.4155454635620117,2.2463977336883545,1.3970379829406738,1.8908851146697998,-0.2324445247650146,1.8451116085052490,1.6323632001876831,-1.0407471656799316,-0.3043846487998962,0.1359683871269226,0.2855289876461029,0.5600219368934631,0.0345692411065102,-0.0777949541807175,-6.0551199913024902,-13.2713222503662109,-1.0653640031814575,1.5757510662078857,-1.0393899679183960,2.0311303138732910,-0.5198195576667786,-0.4031992852687836,-0.3274446129798889,-0.6175758242607117,-1.4626178741455078,0.7258154749870300,-0.4187443852424622,-0.7621108889579773,1.0741924047470093,0.2419131845235825,-0.7610076069831848,0.9696310758590698,1.5353307723999023,0.5087429881095886,0.1884250044822693,-0.4544703960418701,4.3959879875183105,-3.5613481998443604,1.0492643117904663,-0.3153091371059418,-4.3090124130249023,-0.0711203217506409,0.2575036287307739,0.9298181533813477,-0.3044476211071014,0.1206347942352295,-0.1025078147649765,-4.2189345359802246,1.3575460910797119,1.7762534618377686,-3.1864330768585205,2.5947787761688232,0.4363388419151306,0.3330615162849426,5.3998904228210449,-2.8487539291381836,1.5459482669830322,1.7253320217132568,3.4612634181976318,1.5400532484054565,0.8888561129570007,2.2573649883270264,2.9261903762817383,-3.9121968746185303,-0.5263729095458984,-0.4440734684467316,0.0275430027395487,-1.7225422859191895,-1.5365066528320312,0.3396249115467072,0.3978433907032013,0.8335858583450317,-0.3666504025459290,-1.1176196336746216,-3.4413585662841797,1.0395780801773071,2.2349953651428223,0.2436831146478653,-3.2036435604095459,-1.3325973749160767,1.8968316316604614,2.6522176265716553,0.6814009547233582,1.1133278608322144,3.2421877384185791,-0.4971641302108765,-0.1184210106730461,1.4167640209197998,-0.9922294616699219,1.0957998037338257,-3.0404005050659180,-2.7730522155761719,-3.6364464759826660,-3.0916152000427246,-1.4735480546951294,0.0491784252226353,1.8492176532745361,1.3329865932464600,1.1756036281585693,-0.1614123135805130,4.7243170738220215,-3.5123362541198730,0.6944968104362488,-1.8358070850372314,-4.6456723213195801,0.5403034687042236,0.1637901067733765,0.0230264142155647,-0.5908825397491455,0.3395999670028687,0.4231894314289093,-1.7927010059356689,-0.2248573750257492,-0.8387317657470703,-1.7969111204147339,0.9718967080116272,0.5569881200790405,0.4432190358638763,1.4296246767044067,-0.7843907475471497,0.6106396317481995,-0.6467366218566895,6.3396115303039551,9.8395423889160156,0.4683364033699036,0.5774357318878174,2.2028014659881592,-2.9090325832366943,-1.0204169750213623,-2.5418999195098877,0.0069454768672585,-0.3472881615161896,1.2663718461990356,-0.4882662594318390,-1.4610998630523682,-2.1829462051391602,-1.2859802246093750,1.2184259891510010,1.0469334125518799,0.3882746398448944,-1.7779154777526855,-0.0333552919328213,3.1863853931427002,-1.2984988689422607,-4.4998469352722168,-1.0971165895462036,-3.5311079025268555,-4.0338821411132812,-2.3494322299957275,2.9859297275543213,-0.1324551999568939,1.7568614482879639,1.8139413595199585,-2.1853864192962646,3.5170526504516602,2.5698454380035400,-0.6644286513328552,0.6594833731651306,0.6106759905815125,-0.1591277420520782,-1.9259661436080933,-1.6292161941528320,-0.9872612357139587,-0.2678862810134888,-4.5254487991333008,0.2530292570590973,11.0054950714111328,-11.3829727172851562,-3.5523352622985840,9.1114215850830078,-4.1368427276611328,-8.1827554702758789,9.9925174713134766,-1.2819905281066895,3.2024710178375244,1.5193780660629272,-6.6180238723754883,2.7491970062255859,-5.3923907279968262,-3.9909238815307617,14.0772113800048828,14.8560457229614258,45.1379203796386719,1.6322379112243652,11.3839521408081055,7.2138042449951172,3.8072583675384521,13.0612726211547852,13.8448705673217773,14.9536056518554688,11.0768976211547852,9.9171886444091797,3.6082913875579834,36.6546974182128906,4.6553483009338379,16.0992813110351562,0.2317662090063095,0.3493292927742004,0.7840790152549744,0.4385894536972046,0.2699238657951355,0.4782260060310364,0.5530257225036621,0.2556710541248322,0.3096183836460114,0.2959232032299042,0.4763594567775726,0.1751215755939484,0.6821961998939514,0.7022725939750671,0.1197749152779579,0.6652735471725464,-0.1658347100019455,1.1588766574859619,0.2930797636508942,-3.2896518707275391,0.3727636933326721,2.1762800216674805,3.4110045433044434,-0.7134903073310852,1.2832269668579102,-1.1758172512054443,0.1924132406711578,0.0933252796530724,1.3332059383392334,0.3195503652095795,-0.2625040411949158,-2.4890546798706055,0.0000099999997474,0.4617283344268799,-0.5699884295463562,-0.5801658034324646,0.2629390060901642,-0.1591829210519791,-1.0171380043029785,-0.2670899033546448,0.1666091233491898,-8.4909753799438477,-1.4019263982772827,-5.2993984222412109,-1.4684395790100098,-6.0984735488891602,1.0096660852432251,-0.1921805739402771,0.4445637464523315,-2.1428465843200684,-0.8540827035903931,-0.0439383275806904,1.0001381635665894,0.9128262400627136,1.1410146951675415,4.4530797004699707,-1.0865024328231812,-2.0187177658081055,1.5975207090377808,2.5136361122131348,-0.1159695684909821,-2.2873904705047607,0.5093347430229187,-4.6281328201293945,-0.7890720367431641,1.1721347570419312,4.2227997779846191,-1.1679264307022095,0.9178529381752014,-1.6248432397842407,-1.7538378238677979,-1.5489778518676758,0.2509505450725555,1.3391139507293701,1.3088469505310059,-4.0088257789611816,-6.6009397506713867,4.6664614677429199,4.0866284370422363,-0.3706208467483521,0.4864681661128998,0.3412015438079834,1.1793129444122314,2.8478541374206543,-1.7025660276412964,0.3608746826648712,-1.1887673139572144,-0.2866306006908417,1.7662823200225830,-1.9168242216110229,-2.4958553314208984,1.6132229566574097,2.7578940391540527,0.6583093404769897,-1.5994286537170410,0.7874563932418823,-0.3638429939746857,-0.7322494387626648,-2.5436477661132812,1.1493668556213379,0.9746269583702087,0.4847959578037262,1.7022573947906494,-3.3871736526489258,-3.3246150016784668,-1.2010840177536011,-1.4335123300552368,2.2034530639648438,5.3833975791931152,-1.7407474517822266,6.6389069557189941,0.6130426526069641,-0.3887112438678741,0.1357924491167068,4.7360181808471680,-1.2282990217208862,0.2936215400695801,0.5198501944541931,2.1474657058715820,-0.8382783532142639,-1.9580404758453369,0.2936958968639374,1.0788149833679199,-0.4153217077255249,-1.7019532918930054,0.9900435805320740,3.5583102703094482,2.2218902111053467,-1.7564940452575684,0.8318942189216614,3.7075085639953613,0.1514320224523544,4.1312503814697266,0.1934200525283813,-0.4531652629375458,1.5093351602554321,-3.8439619541168213,-0.0093781063333154,2.3667101860046387,0.4995468854904175,0.1666682809591293,0.5310126543045044,-2.1610076427459717,-0.2593039870262146,-1.1483837366104126,-1.2912991046905518,-7.3617644309997559,0.0059589496813715,-2.4072234630584717,-0.6207885742187500,-2.5750937461853027,0.5129985809326172,1.3379020690917969,-0.3815692365169525,0.0700675398111343,0.3061464726924896,0.6414932608604431,0.7709515690803528,-2.6509935855865479,2.7724475860595703,-1.7140146493911743,3.5108139514923096,1.2735118865966797,-0.5138080716133118,1.2792975902557373,4.3101253509521484,0.9401533007621765,-6.6768546104431152,-5.0038294792175293,2.5498697757720947,-1.0037152767181396,3.6000804901123047,1.2107859849929810,11.5228929519653320,2.7019681930541992,-2.2843825817108154,-0.3775778412818909,0.5404235124588013,-1.0695538520812988,1.7667933702468872,0.3932717740535736,1.6663372516632080,-0.3911394178867340,-1.3128634691238403,-0.8630440235137939,2.5676562786102295,0.1407371610403061,0.1498432010412216,-0.5418208837509155,2.7038154602050781,-0.4921228587627411,2.2591712474822998,0.6971480250358582,1.5043222904205322,0.4981232285499573,-0.8378040790557861,-4.6977071762084961,0.3418619632720947,0.2163825780153275,10.1093931198120117,4.8566570281982422,1.3050776720046997,0.0248100254684687,1.5368243455886841,-1.5314422845840454,2.7479808330535889,3.6005167961120605,0.7668141722679138,-0.2595241069793701,0.1801132708787918,2.7249875068664551,0.9635734558105469,1.2911748886108398,-1.3625730276107788,-3.6058235168457031,-0.5277742147445679,1.6721844673156738,-0.0850347056984901,-1.4445637464523315,0.3125400841236115,0.5352411866188049,0.3054215013980865,-0.0817378163337708,0.8942178487777710,-6.3102822303771973,-0.0504615828394890,-1.4024888277053833,-0.2969353497028351,-0.0772904381155968,-0.9479311704635620,-1.8065972328186035,2.9394192695617676,1.3059427738189697,1.6077802181243896,-0.1830708682537079,-1.5613589286804199,-0.1240015849471092,-3.1117825508117676,0.6247301101684570,-2.9493393898010254,2.8135364055633545,-0.3331881165504456,1.3639329671859741,2.2416527271270752,-2.0223858356475830,-0.3439686000347137,1.5859302282333374,0.1726937294006348,0.1520653218030930,2.4712255001068115,0.4020005166530609,1.1183998584747314,0.6217395663261414,-3.1789560317993164,-6.2947392463684082,-0.3236180245876312,-0.5881429314613342,0.2598675787448883,-0.6718531847000122,1.1025681495666504,-4.1692380905151367,-0.6200618743896484,0.8542272448539734,1.4086277484893799,6.6665964126586914,1.1307277679443359,1.1522796154022217,-0.5313429236412048,1.7032124996185303,-1.5634346008300781,6.6571207046508789,-1.9523942470550537,-1.5041948556900024,-1.8890459537506104,1.7525142431259155,3.7299807071685791,2.1047289371490479,-1.7557650804519653,-4.3595571517944336,2.6103007793426514,0.1770270466804504,-2.2167358398437500,-2.9912178516387939,0.6619998216629028,0.6874667406082153,-2.5941791534423828,1.4997284412384033,0.6833446621894836,3.8101623058319092,-0.3156499564647675,1.4998260736465454,-1.1934177875518799,-0.7479951381683350,-0.5125879645347595,-1.9068075418472290,-6.4569211006164551,-4.0777344703674316,-0.0766723826527596,0.1162287145853043,-4.3286280632019043,1.8380272388458252,7.4597635269165039,1.0038949251174927,-1.9506868124008179,-0.2897969186306000,2.3239309787750244,-0.1826320439577103,0.9741406440734863,-0.2578032612800598,0.8394268155097961,1.4851586818695068,3.9518468379974365,-2.7860732078552246,0.3549484014511108,0.3817741572856903,1.9284725189208984,1.6051750183105469,-1.9707410335540771,-0.2025241702795029,-4.3573575019836426,-4.1071014404296875,1.1980824470520020,-1.4154791831970215,-1.0770297050476074,-2.9308941364288330,-0.0042631877586246,-0.4563434720039368,0.1870171874761581,4.4510321617126465,2.2889478206634521,0.3832778930664062,0.4968979060649872,0.3724899291992188,3.8654949665069580,0.0653890371322632,-0.9860253930091858,-1.1086477041244507,-0.8732322454452515,1.7293142080307007,0.8448953032493591,6.6371374130249023,-0.9690347909927368,-2.8197104930877686,0.3172709345817566,1.6221055984497070,-0.7905600666999817,-1.4884388446807861,0.5809942483901978,0.5844957232475281,1.1269547939300537,-0.2954305410385132,2.4621942043304443,-1.9309759140014648,2.0360000133514404,-0.2911888659000397,-1.7144368886947632,-0.6089560389518738,1.5685534477233887,1.4425712823867798,0.8460436463356018,-0.6388093233108521,1.1013036966323853,-0.2733351290225983,-1.4564447402954102,3.3093688488006592,-0.5370364785194397,0.6337823867797852,0.7369929552078247,-1.5547084808349609,-1.3733460903167725,0.0059576048515737,0.2995795607566833,1.9966459274291992,-0.7519104480743408,-2.1101660728454590,-1.0791910886764526,-3.5818042755126953,-0.2850982844829559,-0.8775304555892944,-0.7432398200035095,-1.1513141393661499,4.2967133522033691,3.6636033058166504,-0.4469791948795319,2.1270768642425537,1.3113261461257935,4.3933839797973633,-1.2684195041656494,2.5592980384826660,1.1613229513168335,-0.4296499192714691,-2.7144758701324463,-8.7304496765136719,1.2401919364929199,5.0629830360412598,0.0114014828577638,-2.9629456996917725,5.9022426605224609,-4.6333231925964355,1.0289937257766724,1.7890278100967407,0.0069920369423926,-3.7812824249267578,0.1344486325979233,-1.1959675550460815,-0.4362486302852631,-1.5275408029556274,-0.5522179007530212,-1.4739860296249390,-0.3733536303043365,0.1599557548761368,-0.4012365043163300,0.6588390469551086,2.5858676433563232,-0.8681661486625671,1.9866442680358887,-2.4251980781555176,0.1090930476784706,2.9577288627624512,0.3783812224864960,2.5931627750396729,0.7498463988304138,0.5189396739006042,0.9346204996109009,2.3688910007476807,1.0161856412887573,7.9519920349121094,2.3426294326782227,-1.6536326408386230,-0.8029351234436035,-4.8302350044250488,1.1717964410781860,1.9559098482131958,0.2563422024250031,-2.8957943916320801,-0.5528477430343628,-0.4216046035289764,-0.9749155640602112,-1.3627313375473022,-0.9324950575828552,-2.1611878871917725,-0.6483268737792969,-0.7765601873397827,-0.2439979910850525,0.2329902648925781,0.9990367293357849,-0.2172736823558807,2.0964243412017822,0.0391569286584854,-1.5442645549774170,0.7567778825759888,0.9868721961975098,0.9191839694976807,-0.1428490132093430,0.4367093145847321,-2.3693981170654297,1.0236836671829224,-1.5833470821380615,-0.6505177021026611,-0.8373151421546936,-1.0114699602127075,1.6867536306381226,-3.1972990036010742,-0.2954160869121552,7.1390757560729980,-0.1966169923543930,0.4863336384296417,-1.4605367183685303,-9.9204568862915039,0.7185078263282776,2.8400378227233887,-0.5396054983139038,0.3023608028888702,1.4571326971054077,0.3073087632656097,-0.6134232878684998,-1.1914954185485840,-1.3012347221374512,0.9062405824661255,-1.3796242475509644,-0.8168914318084717,0.7038834691047668,-1.9217929840087891,0.3069405555725098,0.9633189439773560,0.6560763716697693,-0.2955984175205231,-0.3755753040313721,3.2411882877349854,0.7788683176040649,-1.2858400344848633,1.0158169269561768,-0.0319491960108280,2.0376167297363281,-2.3737092018127441,0.4472525715827942,11.7597360610961914,-0.0939479321241379,0.8360312581062317,0.4665942490100861,-11.9950408935546875,-0.7124059796333313,-1.6910388469696045,-0.0168154034763575,0.7936897873878479,-0.9796391129493713,-0.4546439945697784,-0.2105369269847870,0.4183004200458527,1.4660223722457886,-0.4622116982936859,0.3726655542850494,-0.0767546892166138,-0.8536670804023743,-1.9203751087188721,0.5540457963943481,-8.3963479995727539,-0.1246322989463806,-0.0666362270712852,0.7863376736640930,6.4388413429260254,0.0232532694935799,-1.1418428421020508,-0.5756232142448425,-2.4147119522094727,-2.3233616352081299,4.5796065330505371,0.7556188702583313,1.5368697643280029,1.1296147108078003,7.6024317741394043,-0.6216245889663696,0.6187899708747864,0.6488320827484131,1.8618013858795166,-1.2204799652099609,-2.0010023117065430,0.7759543657302856,0.5284895896911621,0.0803571119904518,-0.7443056106567383,0.1528464853763580,1.9388141632080078,1.1573491096496582,-2.6781275272369385,-12.1065940856933594,-3.4507439136505127,24.5061225891113281,-0.6135035753250122,30.0706958770751953,-8.9178094863891602,-1.5596413612365723,-14.7264270782470703,27.4803066253662109,-8.9439773559570312,-7.9006142616271973,7.6315445899963379,-10.4084291458129883,8.0576086044311523,-0.4209669232368469,-6.1782779693603516,13.7164335250854492,2.8772523403167725,4.6685461997985840,7.1946220397949219,8.9141426086425781,4.3292465209960938,3.0420587062835693,7.6861925125122070,3.7063789367675781,5.0379519462585449,5.7283849716186523,8.5541248321533203,8.7966594696044922,10.8375883102416992,7.6139526367187500,5.7974243164062500,0.1750462055206299,0.1592707037925720,0.2339333891868591,0.4159715771675110,0.3144903481006622,0.4317953288555145,0.1127679497003555,0.1371313780546188,0.3862363398075104,0.4321773946285248,0.1440504342317581,0.3497334420681000,0.1335603594779968,0.1368848532438278,0.2041520327329636,0.2328611314296722,-0.5709800124168396,0.3599784672260284,1.8870042562484741,1.7849116325378418,1.2403934001922607,0.1293915957212448,0.2479818314313889,0.2281134724617004,2.6181399822235107,-2.9567275047302246,-0.2740600407123566,-0.4775767028331757,-0.3090609610080719,0.1473585218191147,-0.1455563753843307,-0.0279464535415173,0.0000099999997474,1.1869537830352783,0.4744456410408020,-0.9182792305946350,-2.4093091487884521,-2.2420611381530762,3.8169577121734619,-1.5744429826736450,-1.4429373741149902,3.1105730533599854,2.1351931095123291,-0.4183263480663300,-2.1497743129730225,-2.1700382232666016,-1.0466558933258057,-3.3163783550262451,-2.5443556308746338,-5.6163845062255859,-7.4845776557922363,-1.3849742412567139,-1.1327095031738281,-0.9464142322540283,0.3011295795440674,-1.4057651758193970,-0.6874299049377441,-0.6034938097000122,0.0249227005988359,1.2050099372863770,2.6236691474914551,0.1627387851476669,1.2337316274642944,0.5964525938034058,-1.7411659955978394,-2.2412800788879395,-0.7428595423698425,1.7370607852935791,-12.6045761108398438,-0.0825609415769577,6.7251253128051758,0.2178608328104019,-0.4763759970664978,0.8706122040748596,-0.4652074277400970,2.3245599269866943,-1.4774069786071777,-0.4972003102302551,-0.5341176390647888,-0.7504013776779175,-0.5859834551811218,1.8190585374832153,-2.6087739467620850,3.6535055637359619,1.0618765354156494,1.1970205307006836,0.3878512382507324,-0.0827564373612404,-1.7452192306518555,2.2656474113464355,1.4480483531951904,0.5702966451644897,2.1311438083648682,-0.7881826162338257,-1.6257793903350830,0.4132417142391205,1.3726677894592285,-0.8957688212394714,-0.3140441477298737,-0.7026495933532715,-0.0125302011147141,1.8362421989440918,-2.7537071704864502,1.8677704334259033,3.1211650371551514,0.0917556136846542,1.0117621421813965,-0.1615114361047745,-0.6034277677536011,-1.0001630783081055,-1.7448570728302002,0.5505389571189880,-0.7111850380897522,-0.7684212923049927,0.6558862924575806,0.6602618098258972,4.8199963569641113,-0.1811833977699280,1.6102377176284790,0.9443417191505432,2.8755338191986084,-1.1871610879898071,20.0878887176513672,0.7030357718467712,0.7914987802505493,0.2526491284370422,1.3261328935623169,0.2525043785572052,-2.7329947948455811,2.0588719844818115,6.7564430236816406,3.0203278064727783,0.4257704615592957,-3.9251363277435303,-4.3590421676635742,-1.9655894041061401,-0.6577045321464539,0.6376247406005859,0.6922303438186646,0.2731001079082489,2.2469437122344971,0.1941183805465698,0.6766046285629272,-1.3706222772598267,1.6509933471679688,-5.2181034088134766,6.6861300468444824,2.4816532135009766,-0.6787454485893250,-0.9350147843360901,0.2507856488227844,-1.2426884174346924,1.4890396595001221,0.2276887297630310,-1.1861324310302734,-0.6520778536796570,-2.2727138996124268,0.4675037562847137,-1.4559131860733032,0.2883660197257996,0.0290492177009583,0.2809358537197113,0.2468132078647614,3.4856719970703125,5.5201086997985840,1.2539627552032471,-0.3492703437805176,-0.1171306297183037,-1.2261977195739746,2.4691617488861084,1.9073699712753296,-2.0768661499023438,-1.4264745712280273,-0.4791307449340820,1.0915987491607666,1.9457230567932129,-1.1913300752639771,-1.2473331689834595,-1.8451302051544189,0.7452563643455505,-2.1034100055694580,-2.1937675476074219,0.8287441730499268,0.1991346478462219,-1.4385446310043335,-0.4710322618484497,-1.7162698507308960,-2.5141370296478271,-0.9422667622566223,-0.6853744387626648,-1.7007831335067749,1.8707480430603027,0.5953171253204346,-0.6849938035011292,0.4111796021461487,-3.0768034458160400,0.5578464865684509,0.3575865924358368,2.6609079837799072,0.8295276165008545,-1.9079829454421997,0.2622884809970856,-0.0617752373218536,0.1051736921072006,1.0404468774795532,-0.8154658675193787,-0.0632027685642242,0.8353382945060730,4.5877194404602051,-1.7378547191619873,-3.9433953762054443,2.0831367969512939,1.8459789752960205,-1.0720968246459961,-0.5187504887580872,-2.8609540462493896,-3.7165343761444092,1.5299283266067505,0.6065314412117004,0.6837064027786255,1.5732582807540894,0.7453263401985168,0.3404656350612640,-2.9759702682495117,2.6158854961395264,-2.4442555904388428,-3.6985437870025635,0.2543627619743347,1.3821859359741211,-1.4264849424362183,-3.3255240917205811,1.2238879203796387,0.2266757935285568,1.0662963390350342,-1.0138378143310547,-0.9157258272171021,-0.3413227796554565,-1.1709809303283691,0.0752850249409676,1.6857465505599976,-0.0705949664115906,1.6949388980865479,-3.3809192180633545,1.5715328454971313,-3.2076222896575928,0.5991792678833008,0.6032322645187378,0.4188818037509918,1.8262158632278442,3.2532031536102295,11.3737211227416992,-0.9362169504165649,-0.1581880748271942,0.1793341189622879,2.1204710006713867,0.1397342979907990,-1.5327341556549072,-0.3749772906303406,1.1526401042938232,-0.2707852423191071,0.3313624262809753,0.6261215209960938,-1.7038037776947021,1.2842544317245483,-5.0434069633483887,-0.4618370234966278,0.1125608831644058,0.3143573701381683,2.9993712902069092,-0.0501900874078274,1.7128819227218628,-0.0982088372111320,5.0488419532775879,1.5760258436203003,-4.1505279541015625,-0.4040184617042542,1.7771360874176025,0.4576657414436340,-1.1719341278076172,-0.0414868779480457,3.0914404392242432,-0.0974467843770981,-5.2146887779235840,0.2177838087081909,-0.6642724871635437,0.0792594850063324,1.2955474853515625,-0.1993251740932465,3.2297558784484863,-0.1072066053748131,0.0685357451438904,1.5881553888320923,1.1702643632888794,-3.6383080482482910,-6.8633570671081543,1.3675831556320190,3.0016264915466309,-0.4049361050128937,-0.6827268004417419,1.2852798700332642,-0.3334650695323944,0.7105128169059753,4.1194672584533691,4.9118156433105469,2.4007594585418701,-1.0618404150009155,-2.2577726840972900,2.1385724544525146,0.3437559902667999,-1.1842739582061768,-3.4466621875762939,1.4378480911254883,0.4444203078746796,0.4278039932250977,2.0235617160797119,-5.1443667411804199,0.7603849768638611,0.1265536546707153,1.4252494573593140,-1.4987150430679321,-2.7760260105133057,0.5812031626701355,-0.9372991323471069,0.6185793280601501,-0.3066587746143341,-1.9036235809326172,0.9379622340202332,0.4700769782066345,1.0741670131683350,0.2471201866865158,1.6345098018646240,-0.3460504710674286,0.5875136852264404,-0.0082309525460005,0.3205048441886902,0.7514784932136536,3.2973325252532959,0.9892423152923584,1.2628189325332642,0.5095702409744263,6.2933721542358398,-0.1749826967716217,0.6466089487075806,0.0553619638085365,0.6664984226226807,0.2261743992567062,0.6945263743400574,-1.9348180294036865,-18.6210517883300781,0.1367864608764648,-4.8791522979736328,0.3418956100940704,-0.7370262742042542,-1.6697704792022705,-0.0398765057325363,-0.4889556169509888,0.6993209123611450,-1.6673746109008789,2.9626338481903076,-0.6567913889884949,-3.8496351242065430,0.9904837012290955,-0.7829998135566711,-0.6297141909599304,-0.9700196981430054,-0.7490835189819336,1.8314853906631470,-2.9701821804046631,1.2960159778594971,-3.5683922767639160,-4.2948012351989746,0.7326207160949707,-0.3594054877758026,1.0556466579437256,-2.7746641635894775,-0.4180817604064941,-2.2164907455444336,3.0609664916992188,-1.6824980974197388,0.3080101311206818,0.1497118920087814,0.0300137419253588,-2.4721620082855225,1.5036448240280151,4.8267140388488770,-0.2832984924316406,-1.8165769577026367,0.4426038265228271,1.7657496929168701,-0.4570650160312653,0.1613879948854446,0.7052882313728333,3.8276360034942627,-0.2744068503379822,2.0988497734069824,-0.1260814517736435,0.8722243905067444,-0.2387857586145401,-2.6042232513427734,1.2167210578918457,-0.9172561168670654,0.3919157385826111,0.0266404449939728,0.7542593479156494,-3.3019957542419434,0.5183874368667603,0.8957458734512329,0.3183665871620178,7.4023985862731934,0.6507777571678162,5.9130439758300781,-0.4015075564384460,0.3382387459278107,0.3830975592136383,1.3143198490142822,0.1307502835988998,-3.3943474292755127,0.5722944140434265,-1.0951838493347168,1.4616668224334717,0.0201016701757908,2.6844689846038818,5.4009637832641602,1.6499426364898682,1.3686259984970093,-0.6563774347305298,0.5861834883689880,0.5860468745231628,-1.5787693262100220,3.8910925388336182,1.5999876260757446,0.8412729501724243,-2.7504820823669434,1.2283630371093750,1.6008696556091309,-0.7020913362503052,0.7102630138397217,-3.4034340381622314,-4.4825801849365234,0.8812954425811768,-0.8971496820449829,-3.6146919727325439,0.5232806205749512,-3.8613781929016113,2.4079444408416748,-1.2675238847732544,1.0595309734344482,-0.0139195043593645,0.7495610713958740,2.9855787754058838,-2.3100509643554688,2.8186197280883789,-1.3925606012344360,-5.4446287155151367,-0.6589326858520508,0.8030955791473389,-0.7995103001594543,-0.7825049757957458,-0.6919159889221191,1.1739070415496826,-1.1527162790298462,0.2446189224720001,-1.0426393747329712,1.5813069343566895,0.6786093115806580,6.9192905426025391,-1.1571654081344604,1.7072203159332275,-4.1549735069274902,-0.6754222512245178,1.2806279659271240,0.8856402039527893,1.1258760690689087,-1.0381023883819580,1.9788850545883179,-2.5541994571685791,2.4033935070037842,-2.3205995559692383,1.1201962232589722,0.7369434833526611,1.5251997709274292,-2.1962542533874512,-0.9055130481719971,1.4006186723709106,-1.3524990081787109,-2.1652121543884277,2.6284799575805664,-0.2527144551277161,-0.4178904592990875,0.6259689331054688,-5.9043765068054199,-0.2935667335987091,-0.1545535624027252,1.1370865106582642,2.7530829906463623,-1.5883265733718872,1.2543815374374390,0.5313110947608948,2.2822113037109375,0.4614437818527222,-0.9815486073493958,-2.1047289371490479,-4.3035917282104492,1.2298939228057861,-1.5801655054092407,0.6189393997192383,3.7225079536437988,-3.2707653045654297,1.9086095094680786,-1.9558868408203125,-0.3658795058727264,1.0956337451934814,0.9935333728790283,2.1608951091766357,1.9479635953903198,-1.6213903427124023,0.0105731943622231,-1.5608518123626709,-5.8097176551818848,-0.7397772669792175,1.5408154726028442,-0.1717926859855652,1.4886059761047363,-0.6505472064018250,-0.8996915221214294,4.4930992126464844,2.2284109592437744,0.4163196384906769,-2.0988039970397949,3.3727359771728516,0.1776429116725922,0.0256762597709894,-0.2038643956184387,-5.2936511039733887,-4.9708557128906250,-1.3343185186386108,0.5577195882797241,-2.2500720024108887,-0.4526757597923279,-0.7605416178703308,2.1109182834625244,-0.9129236340522766,1.5161415338516235,-0.4873289763927460,-0.6539689302444458,-10.1073350906372070,-1.7439233064651489,-8.7436256408691406,-12.2527360916137695,5.5266456604003906,-4.3972177505493164,-5.5407128334045410,-7.0675849914550781,-9.7411632537841797,-4.1795668601989746,-8.8464727401733398,3.9776699542999268,17.5697345733642578,0.3782596886157990,1.7970162630081177,0.9362202882766724,7.1950402259826660,4.4887728691101074,14.9737558364868164,1.8519546985626221,1.6629703044891357,2.8439295291900635,10.7086772918701172,2.5541987419128418,9.1051158905029297,17.0641040802001953,5.5203018188476562,18.1028766632080078,3.9427139759063721,1.2460714578628540,2.1187751293182373,8.9773797988891602,0.2817939519882202,0.1128393858671188,0.3832765817642212,0.3057077825069427,4.1561751365661621,0.1598985493183136,0.2221641093492508,0.3542873859405518,0.1376936286687851,0.2237729579210281,0.1564074903726578,0.3139321208000183,0.2987523078918457,0.1688546687364578,0.1287918984889984,0.1774377673864365,-0.1143706589937210,-0.2407651543617249,-2.5696523189544678,-2.3058137893676758,-2.7100458145141602,-0.1117316558957100,-0.3835501074790955,-2.5857515335083008,-0.1516756564378738,-0.1661843508481979,0.1147881820797920,0.9192856550216675,2.0410621166229248,-1.2214567661285400,0.2667643725872040,-0.0165300276130438,0.0000099999997474,-0.7231324911117554,-0.0809816718101501,0.1880048364400864,-2.1251904964447021,-0.6580628156661987,6.8513011932373047,-0.9644953608512878,-0.3569130301475525,1.1437001228332520,1.0536575317382812,-0.6434422731399536,-1.4534312486648560,-1.6182698011398315,-2.4295117855072021,0.7628838419914246,-6.1072931289672852,0.7618110179901123,-1.2901171445846558,1.3124561309814453,0.3915769159793854,-0.1404501795768738,-3.1727681159973145,0.4646566808223724,1.8116849660873413,1.1194736957550049,1.2398582696914673,0.5362729430198669,-1.9131817817687988,0.1796509921550751,-1.0707815885543823,4.2624788284301758,3.0618665218353271,0.0287180505692959,0.8658839464187622,0.9756503701210022,2.9717049598693848,1.7463330030441284,-10.2836999893188477,-0.2671163082122803,3.3726391792297363,0.4035007059574127,0.9051990509033203,0.7530687451362610,1.5952903032302856,0.4793564379215240,-2.6400620937347412,0.9283629059791565,0.3578595519065857,-0.9656481742858887,0.7809551358222961,-0.0284974146634340,3.1840577125549316,0.2095809578895569,2.2812023162841797,0.3544427454471588,-6.5766315460205078,-1.0375742912292480,3.4751889705657959,-0.9475638270378113,0.5951673984527588,-0.0440710373222828,1.6052725315093994,0.3885223865509033,1.9824842214584351,-0.0851448997855186,-1.7694019079208374,-1.0006679296493530,1.3145538568496704,-7.2178392410278320,-0.0622905939817429,0.1476006060838699,1.6453561782836914,0.2290928363800049,0.0234889443963766,-1.3458048105239868,0.7183592915534973,0.2770310938358307,2.0234153270721436,1.0224434137344360,4.0013270378112793,0.1165475696325302,2.4243292808532715,0.0704956725239754,4.2280979156494141,0.3875327408313751,0.9937084913253784,0.1330073624849319,-2.7035667896270752,3.8743090629577637,-6.1702165603637695,-0.7614920735359192,0.1759709119796753,0.8958435654640198,3.8606698513031006,-2.0723960399627686,-2.5320670604705811,1.4169173240661621,1.2725182771682739,-0.6460373997688293,3.6297228336334229,-1.8706656694412231,-0.9736136198043823,0.0396133847534657,-1.8094744682312012,-0.1843784600496292,-0.4745617210865021,-0.7009772658348083,3.2944285869598389,0.0503690987825394,1.6708546876907349,0.6010781526565552,0.8767325282096863,-1.5605914592742920,-0.6188943982124329,-1.3735501766204834,-1.0647065639495850,0.1456859558820724,4.7656888961791992,0.4125178158283234,-2.6988153457641602,1.3204669952392578,5.0866498947143555,-1.2524123191833496,0.6707141995429993,-0.0658094659447670,0.5773134827613831,-3.2495827674865723,-2.0515658855438232,-1.6029924154281616,-0.1031914502382278,-0.4198721051216125,-0.4818158447742462,-0.5246306061744690,4.5227842330932617,0.2359782606363297,4.5639915466308594,0.2746253609657288,-0.9068121314048767,0.4193575382232666,-1.1071069240570068,0.4945704340934753,8.2390136718750000,1.4996486902236938,3.8207015991210938,0.5796511173248291,-0.3001128435134888,0.6484778523445129,-1.1163436174392700,-0.4173348546028137,-3.7304246425628662,0.2252318859100342,3.3448243141174316,1.0672751665115356,0.3081119358539581,0.2554472088813782,-0.1956526935100555,0.1186931207776070,-4.6027765274047852,-0.6529455780982971,-1.2336018085479736,0.0363831706345081,0.3828925192356110,-1.5324892997741699,-0.3357580900192261,0.1347228586673737,1.4595681428909302,0.1777798235416412,-0.0487127415835857,-1.1446460485458374,-1.3722232580184937,0.8857027292251587,0.7504053115844727,-0.6873429417610168,2.3397190570831299,0.2997242808341980,-0.4984093606472015,4.2247114181518555,8.7518472671508789,1.6772418022155762,-1.6774538755416870,-0.5412796735763550,-0.0377684272825718,-1.5417156219482422,1.5601137876510620,-2.4197576045989990,5.9347810745239258,-0.7012839317321777,2.3064899444580078,1.0462746620178223,1.1637175083160400,-1.6656345129013062,2.3781654834747314,-0.1346926540136337,-1.5160381793975830,-0.8698140978813171,-0.0249323565512896,0.2080683112144470,-4.8399915695190430,1.3341649770736694,0.7948739528656006,-0.3981056511402130,-0.4706834256649017,-0.5211463570594788,1.0193572044372559,-0.0954481363296509,-1.1008086204528809,1.0044034719467163,-0.4866792559623718,0.7876234650611877,0.8959184288978577,0.1367520242929459,11.7549724578857422,0.7429441213607788,-0.4891810417175293,-0.3393977284431458,-0.2997957468032837,-0.3927125334739685,-0.2762646079063416,0.6578527688980103,-0.3558547496795654,-0.1663932800292969,-0.1960463672876358,-0.4028061628341675,0.1344318091869354,-2.4885497093200684,-0.7152721285820007,-2.9703264236450195,-1.1294611692428589,-2.4864430427551270,1.1092181205749512,-3.7297976016998291,-0.5188038945198059,-0.7802236080169678,-0.9926149249076843,-3.0195393562316895,-5.4703984260559082,-0.6688646674156189,-0.7077862024307251,-2.8489551544189453,-1.0877586603164673,-0.7088928222656250,0.2506877183914185,1.8041201829910278,-0.7851366400718689,1.2616738080978394,-1.2394732236862183,0.1257061958312988,-2.0660099983215332,0.5898842811584473,2.6628830432891846,1.0167598724365234,4.5132346153259277,0.4980770051479340,2.3996386528015137,-1.0944502353668213,2.6199157238006592,-7.2603721618652344,-2.1921961307525635,-2.1174309253692627,0.2706096768379211,3.4695844650268555,-3.2978205680847168,0.2119228541851044,-1.3531466722488403,-0.4500145316123962,-1.7758586406707764,-0.4551284313201904,0.3680353760719299,-1.4478980302810669,-1.1413558721542358,2.5902516841888428,-0.3909254372119904,4.8506293296813965,1.8978960514068604,1.5011904239654541,-0.0557299852371216,0.1471149474382401,1.7791179418563843,-1.0621142387390137,2.1876280307769775,-4.1548089981079102,-0.3744204044342041,2.6698429584503174,3.0814914703369141,2.2789442539215088,0.6763350963592529,-0.5594843626022339,0.5038648843765259,-1.4144569635391235,-0.8048750162124634,-0.4361565411090851,-1.7500786781311035,2.3898854255676270,-0.0786925777792931,-0.0135951619595289,-0.8511264920234680,-0.1107023805379868,-0.2565673589706421,0.0100643616169691,-2.1716058254241943,1.1008541584014893,-1.1784545183181763,1.2188365459442139,-0.8123578429222107,-0.9960870146751404,-4.8083763122558594,-0.3696280419826508,2.1704218387603760,1.7692192792892456,-0.9366357922554016,0.7049350142478943,-0.2781469821929932,-1.1667717695236206,-6.1062932014465332,2.2774815559387207,0.5363103151321411,-0.7583606243133545,-1.9596358537673950,-2.6666092872619629,-5.9446625709533691,1.9465776681900024,-0.7980517745018005,1.7360304594039917,0.5940505266189575,0.9877053499221802,0.4824278354644775,0.1429530084133148,0.9011387228965759,0.7812644243240356,0.9308854341506958,0.2920353710651398,1.5441819429397583,-0.2360991239547729,-5.0813746452331543,-2.1244883537292480,0.3537710607051849,-0.3684271574020386,-0.8202912807464600,-0.6686375737190247,3.6235594749450684,-1.4817662239074707,2.5239315032958984,0.5133450031280518,-6.0959773063659668,-2.3045308589935303,1.7180912494659424,-2.5373415946960449,-0.6046179533004761,0.6848179101943970,1.1520178318023682,-0.3076179325580597,0.7051346302032471,-2.1159372329711914,-1.4700148105621338,-0.4049443602561951,0.5540543198585510,-4.3025784492492676,-0.8656573891639709,1.0402073860168457,-4.3374204635620117,-0.4694117009639740,-1.0068171024322510,0.5622406005859375,0.4343141317367554,0.1569989919662476,0.5247287750244141,0.2080609798431396,-1.6402591466903687,0.1420444548130035,-3.9470112323760986,2.1719212532043457,1.7044212818145752,-0.7026588320732117,-0.1746448278427124,-0.3941942751407623,0.2639231681823730,0.0325490422546864,-0.9438995718955994,2.8472311496734619,0.9021968841552734,0.9975016713142395,-1.4202340841293335,2.5304880142211914,-3.9167442321777344,0.8765907287597656,1.4607467651367188,0.9387434124946594,0.3409438431262970,0.7883065342903137,7.9000229835510254,-1.9200096130371094,-1.4167716503143311,-0.6081619858741760,-0.9168714880943298,0.8682952523231506,-0.2675918340682983,2.0041322708129883,5.1732554435729980,0.5226940512657166,-1.9237768650054932,0.6963003873825073,1.6463251113891602,0.2625677585601807,-3.4602508544921875,0.2643251121044159,0.4305535256862640,1.9562218189239502,5.7550549507141113,-4.5371561050415039,-1.3707776069641113,-1.5508236885070801,-1.4269762039184570,-0.7215864658355713,-0.3764028549194336,-0.6233824491500854,-0.4085862040519714,-0.3829492628574371,0.8280032873153687,-0.1264725178480148,1.5939631462097168,-3.5564346313476562,5.1062421798706055,1.5268120765686035,-0.3438056707382202,0.7709937095642090,1.2276700735092163,-0.1600621789693832,0.1445889919996262,-0.3631095290184021,1.0365537405014038,0.3156228065490723,-3.8049683570861816,0.1440991163253784,0.0652086585760117,1.4427776336669922,-5.3464527130126953,-0.5941085219383240,0.4631346166133881,-1.5395661592483521,1.6383627653121948,2.8365128040313721,0.5241111516952515,0.4409490227699280,1.1574351787567139,0.9655371904373169,0.8579711318016052,3.1106491088867188,0.8552491664886475,0.7596848011016846,0.5967296957969666,0.9270472526550293,2.0755338668823242,0.7595331072807312,-2.8429844379425049,-2.6114389896392822,0.1409274339675903,0.7712711095809937,1.1247652769088745,-1.0943894386291504,0.2938984334468842,1.1395604610443115,-1.0463881492614746,-1.3338580131530762,1.5623551607131958,-5.8519301414489746,-2.4451472759246826,-3.5102968215942383,1.5209773778915405,-0.6555666923522949,3.5857412815093994,-0.1542828828096390,-3.6428921222686768,-0.3765915632247925,-3.0628130435943604,-0.1415431946516037,-0.1681473851203918,-1.4437475204467773,-0.4551653861999512,-1.1843627691268921,-2.0368916988372803,-1.9644912481307983,-0.2082882076501846,2.3984346389770508,1.5124770402908325,2.5102841854095459,0.1289476007223129,-0.8362331390380859,4.5326461791992188,-1.5824844837188721,-1.9100252389907837,2.5453655719757080,2.6850349903106689,-1.7786048650741577,2.5696489810943604,-0.1285960674285889,-0.7682307958602905,1.1450047492980957,-1.4625788927078247,0.1044587567448616,-0.5359022021293640,-4.5587568283081055,1.2075965404510498,0.5183217525482178,0.3602569997310638,2.1371860504150391,-5.8101711273193359,-1.8925958871841431,0.4040150940418243,1.2603120803833008,-2.1988725662231445,1.8148227930068970,-2.1169629096984863,5.8954067230224609,1.5757591724395752,-3.3777363300323486,7.9799513816833496,-14.0375442504882812,-0.2891724705696106,-0.5078518986701965,10.5407505035400391,-6.6297559738159180,-9.6179380416870117,-1.8957779407501221,5.9394640922546387,-4.3250207901000977,2.3238821029663086,-1.5175992250442505,-7.6732602119445801,6.0577893257141113,11.1451492309570312,3.9536468982696533,2.5018990039825439,16.8597640991210938,13.8001556396484375,11.0443363189697266,6.2724294662475586,23.8853969573974609,6.5993237495422363,13.5101585388183594,7.6351437568664551,8.4730272293090820,8.9830904006958008,12.8884668350219727,13.9192514419555664,0.3599502444267273,0.3140048384666443,0.2264318913221359,0.2667533755302429,0.4317192435264587,0.2769699096679688,0.3427528738975525,0.4137417376041412,0.8712759017944336,0.1981731504201889,0.5594598054885864,0.3042246103286743,0.2253982871770859,0.2956528365612030,0.3421183228492737,0.8813950419425964,0.9416520595550537,0.3524955511093140,-0.8918769955635071,1.2145414352416992,-2.2555358409881592,-0.8982610106468201,1.0964955091476440,1.8815138339996338,-2.4697756767272949,-0.0339774973690510,-1.7042258977890015,-0.6317640542984009,0.8325907588005066,0.5276033878326416,-0.4417117238044739,0.5946335792541504,0.0000099999997474,-2.9123675823211670,1.8366128206253052,-1.2721083164215088,1.6330376863479614,-0.5675166845321655,-1.3125643730163574,1.7610964775085449,-1.9302519559860229,2.9795777797698975,-0.1401039510965347,-1.3448810577392578,1.6357136964797974,-1.1907052993774414,1.5121698379516602,0.7459909319877625,-3.4915208816528320,-0.2358033657073975,5.2812232971191406,3.1525602340698242,-1.2417460680007935,-0.2590314447879791,-1.8196457624435425,-3.4548041820526123,-1.6849982738494873,0.7114911079406738,1.9508360624313354,-1.1073124408721924,-0.8978756070137024,-0.1539189368486404,-2.4692876338958740,0.9724130034446716,0.4712471365928650,0.5671087503433228,1.6553902626037598,1.3024494647979736,-3.6999213695526123,1.5652227401733398,-1.2185590267181396,-1.3909386396408081,-2.0683076381683350,-1.6737791299819946,1.1227165460586548,1.8783388137817383,-0.1579675227403641,1.6184964179992676,-0.4531323909759521,1.1996716260910034,2.0660245418548584,1.1808397769927979,-0.8883179426193237,-2.4792513847351074,-1.2631539106369019,1.6108081340789795,-3.4330344200134277,0.9801491498947144,2.1712429523468018,0.6518270373344421,0.4272921085357666,-1.8082557916641235,2.8165478706359863,-1.8590358495712280,-3.4146978855133057,0.1090724393725395,1.3581508398056030,-1.4965928792953491,-2.0102715492248535,-1.0559948682785034,1.5372610092163086,-0.5037683248519897,0.1993679851293564,2.1136307716369629,3.4233696460723877,4.5843105316162109,5.4307689666748047,-1.3589359521865845,1.2953422069549561,0.0051708221435547,-0.8768845200538635,1.8479694128036499,-0.0260048005729914,-1.1476809978485107,-4.3530101776123047,1.0357580184936523,-1.1929223537445068,0.2571664452552795,-5.1461863517761230,-1.3851196765899658,-0.2666726410388947,2.0606403350830078,4.8735527992248535,-0.3014796674251556,2.0074753761291504,-0.8607649803161621,-0.0690703615546227,0.5566341280937195,0.4705868363380432,-0.7569782137870789,-2.6918013095855713,0.6115184426307678,-3.8336324691772461,-0.4298268556594849,-1.6533969640731812,-0.7095730304718018,-1.2048313617706299,1.0980604887008667,5.7449607849121094,-0.0185424387454987,0.0155395837500691,-1.3353464603424072,-3.6332104206085205,-4.1264548301696777,-0.2362038940191269,1.3399490118026733,0.9809254407882690,0.9903122782707214,0.4761163890361786,-2.5008149147033691,-3.1130294799804688,-0.7440407276153564,-2.8734564781188965,1.3097884654998779,4.0305089950561523,-0.8695021271705627,0.6978134512901306,1.2981262207031250,-1.9627612829208374,1.1003988981246948,2.5126786231994629,0.3847925066947937,0.5861573219299316,0.6052899360656738,-1.8973038196563721,1.3845319747924805,-0.9226906299591064,-0.8428169488906860,-1.2763385772705078,0.8073769807815552,5.3474521636962891,1.6713545322418213,2.2490274906158447,0.0750009641051292,-0.3376976549625397,0.2944383919239044,3.8686802387237549,1.7343127727508545,-0.6400138735771179,-1.2962831258773804,-0.6715856194496155,0.1235716193914413,-5.4380354881286621,-0.5593389868736267,0.6507619619369507,-1.7743811607360840,2.3651976585388184,-2.1843636035919189,-0.4274545311927795,-1.9928423166275024,-5.3972926139831543,0.2106269896030426,0.9551081061363220,1.1122725009918213,-0.2364560067653656,2.1099908351898193,2.6925601959228516,0.4020130932331085,0.6796353459358215,-1.5818486213684082,1.0666267871856689,-2.6064298152923584,-1.2729728221893311,0.4406464993953705,-1.8138482570648193,2.0184378623962402,2.4036047458648682,0.5648549199104309,-2.0922234058380127,-2.2945621013641357,-2.5575807094573975,-0.5171486735343933,0.3640387356281281,2.4553818702697754,-2.1161112785339355,-1.8043714761734009,1.6409312486648560,-3.8118727207183838,2.0824379920959473,1.4134173393249512,2.1100006103515625,-2.0312149524688721,2.2889933586120605,-1.0270076990127563,1.7993838787078857,0.3315770924091339,0.0650844797492027,-0.5742557644844055,-1.5332635641098022,0.3131038844585419,-0.6329472661018372,-0.1311722546815872,1.7750993967056274,2.1135163307189941,-0.6835997700691223,-0.2164136469364166,-5.5004591941833496,-0.8467556834220886,2.2579092979431152,-0.7279957532882690,2.7073969841003418,1.2438349723815918,-0.5061284899711609,0.8322954177856445,7.9989104270935059,2.6144373416900635,1.4250038862228394,0.7019659876823425,0.8010809421539307,-0.7302668690681458,-0.0259916689246893,0.9790260791778564,-1.4170646667480469,0.5039826631546021,3.8212256431579590,-1.9072422981262207,-2.7926712036132812,-1.7844823598861694,-2.4105894565582275,-1.9558238983154297,1.8143225908279419,-1.3618326187133789,1.1552354097366333,1.8921260833740234,-0.3163354396820068,0.0515486933290958,-2.2411246299743652,-1.2226306200027466,-0.3496504724025726,-1.4467618465423584,4.3998956680297852,-1.2204897403717041,0.5110102891921997,-0.2854750156402588,-0.2911430001258850,1.7916667461395264,0.7749277949333191,-2.8362779617309570,0.4787922799587250,-0.7882974147796631,-2.1169867515563965,2.4525694847106934,-0.0902286842465401,-0.6033902764320374,-8.0118207931518555,1.2084978818893433,-0.2914716899394989,0.9802804589271545,1.2531479597091675,1.2355450391769409,-2.0617842674255371,1.4604170322418213,-0.2012244313955307,0.7380136847496033,-1.0770559310913086,-2.2542805671691895,1.7261784076690674,-3.8414649963378906,2.6930737495422363,1.4418709278106689,-2.7457671165466309,2.6946120262145996,-0.5514951944351196,1.0495167970657349,-1.0096862316131592,1.1887903213500977,-0.3236813843250275,-1.7763024568557739,2.4714379310607910,3.1638143062591553,0.1329018771648407,1.2070182561874390,1.5464276075363159,-1.4603469371795654,0.9579488039016724,1.2798712253570557,0.8557258248329163,-3.1047840118408203,1.8502776622772217,1.9435055255889893,1.9333953857421875,0.2489134669303894,0.0480873174965382,-0.1216834187507629,-3.9038517475128174,-0.7332392930984497,-2.1785874366760254,1.5010607242584229,-1.2360678911209106,1.5005942583084106,4.5744547843933105,-1.2180489301681519,-1.1693713665008545,-0.2022915780544281,-3.7247700691223145,-0.3784449398517609,1.8979921340942383,-1.3032397031784058,1.9251445531845093,2.1293787956237793,2.7712829113006592,-0.3566141724586487,1.0245107412338257,-1.4410682916641235,-2.8206431865692139,1.0103892087936401,1.9112645387649536,0.1020047739148140,2.5154602527618408,0.3675569295883179,2.6777284145355225,-1.5011188983917236,-1.5296835899353027,-1.7855165004730225,2.2140557765960693,-0.8091636300086975,0.9744974374771118,-2.5561091899871826,0.8823547959327698,-2.1789841651916504,-0.7029827237129211,2.7728931903839111,1.3884694576263428,-0.1746013164520264,-0.4429949820041656,-2.5932483673095703,-2.5832846164703369,-2.8037319183349609,2.3707420825958252,-2.0830159187316895,2.3469030857086182,1.3491992950439453,-2.8367838859558105,-0.4278570413589478,1.3529306650161743,-3.2331321239471436,2.6192753314971924,1.2209303379058838,-1.3893291950225830,-1.6831214427947998,1.0169258117675781,3.5899899005889893,-0.6033309102058411,-0.7385832667350769,-0.1549781709909439,-0.6465476155281067,1.0393980741500854,-0.6619039177894592,-2.1163704395294189,-0.5581796765327454,-1.0382182598114014,1.2676030397415161,1.3045939207077026,-3.2073140144348145,-0.4839421808719635,0.1127866283059120,0.8747887015342712,0.9531231522560120,0.5342811346054077,2.3254811763763428,9.2845773696899414,-3.1904654502868652,-2.4626729488372803,-1.0783089399337769,-0.5693152546882629,-3.4348747730255127,-2.7862448692321777,-0.1920585036277771,4.7902727127075195,1.8698952198028564,1.4549634456634521,-2.8295574188232422,-1.8315756320953369,-1.3026522397994995,1.1046693325042725,0.7550289630889893,0.9705336689949036,-0.3588528037071228,-0.1149606704711914,-1.5561094284057617,-0.8309842348098755,-0.5774220824241638,2.0657174587249756,1.0596531629562378,-5.2527418136596680,-1.8507043123245239,-1.9868806600570679,-1.5729081630706787,1.6030031442642212,0.0912053883075714,3.9453411102294922,3.6571254730224609,2.8373129367828369,-3.0330078601837158,-2.1748917102813721,0.3353879153728485,-3.6923747062683105,-1.9599446058273315,0.1387264281511307,0.8034683465957642,-1.0277148485183716,0.8537608385086060,3.0571703910827637,-1.0618480443954468,0.7912016510963440,-1.1353056430816650,-4.4666085243225098,0.1956840306520462,-0.4004101455211639,-0.9133422374725342,-2.1102635860443115,-0.2079505771398544,1.6180807352066040,-1.0102726221084595,3.3968074321746826,1.0139582157135010,-1.6180268526077271,1.4582693576812744,0.8861077427864075,-1.1710768938064575,2.7078802585601807,-2.1009328365325928,-3.1857709884643555,-3.0700416564941406,0.3589826822280884,0.7612131834030151,0.5589763522148132,0.3950190246105194,-7.0493173599243164,-0.2904411852359772,-0.7658870220184326,-0.1100510433316231,-1.9638519287109375,0.8094012737274170,-3.3967454433441162,-1.7705554962158203,2.0050332546234131,-1.3045560121536255,-1.2124783992767334,-0.5089517235755920,-0.9682659506797791,-0.5734664797782898,-0.1013317555189133,-0.6106699109077454,-1.1240298748016357,0.4683526456356049,-1.7287958860397339,-0.8091636300086975,-2.4420433044433594,-2.4572715759277344,1.1914167404174805,-0.5297652482986450,-3.6388483047485352,0.0544656626880169,-1.4059051275253296,1.8450257778167725,-1.3751777410507202,-0.0373658537864685,1.4129072427749634,0.1233778446912766,6.3111681938171387,1.3310519456863403,-2.8049800395965576,0.5831702947616577,1.3428997993469238,0.3472047448158264,-1.6601845026016235,0.8349605202674866,-5.1256790161132812,-0.2863776385784149,2.3338439464569092,-0.1299870759248734,-0.7302759289741516,1.0259629487991333,1.0647097826004028,0.2200979441404343,-2.4946820735931396,0.0609774552285671,-3.1052370071411133,0.2790086567401886,-1.5105743408203125,-4.1431593894958496,6.2056031227111816,0.1694503128528595,-0.3159310817718506,2.2486691474914551,-5.5989980697631836,0.8475510478019714,-2.8990464210510254,-1.7447366714477539,1.3267580270767212,-0.6975758075714111,0.0535337589681149,1.4003627300262451,-0.6407926082611084,0.1233481839299202,-0.5583819746971130,0.3960818946361542,0.7873647212982178,0.5593372583389282,5.1145300865173340,-0.0315489433705807,-0.2335499078035355,-1.0299758911132812,-2.1660051345825195,-2.6967391967773438,4.5804295539855957,10.4908199310302734,-8.3273277282714844,-0.5706017613410950,12.7032117843627930,-2.8505384922027588,5.5349397659301758,0.6432396769523621,-2.9412779808044434,-11.4255142211914062,27.0006961822509766,18.7239189147949219,-13.9706726074218750,-4.4494199752807617,-2.3175392150878906,4.3027992248535156,12.9666948318481445,3.1518785953521729,15.4479408264160156,22.0460872650146484,3.5616805553436279,11.3067865371704102,15.6722660064697266,7.2531323432922363,9.0269613265991211,5.8455681800842285,19.8272380828857422,9.6973838806152344,5.6775765419006348,3.2713544368743896,14.4597320556640625,0.4527837634086609,0.5854423046112061,0.5008735656738281,0.3132113516330719,0.4229826927185059,0.3204745650291443,0.2714852094650269,0.5057451128959656,0.4527792334556580,0.4979093074798584,0.6657036542892456,0.9433834552764893,0.5149711370468140,0.4475634098052979,0.2580189108848572,0.3179995417594910,0.7159878611564636,1.8091043233871460,-0.0451401174068451,-0.2422671765089035,-0.6860191822052002,1.1385716199874878,0.4733768403530121,0.0399857610464096,-0.0407770276069641,1.4951442480087280,-1.8397296667098999,-0.5799100995063782,1.6449609994888306,-1.8234399557113647,-1.7209864854812622,-0.3868463933467865,0.0000099999997474,1.1445896625518799,-0.7983643412590027,-1.5366784334182739,1.7970497608184814,0.4269374608993530,0.3102388679981232,-0.9396702647209167,0.6814978122711182,-1.9686614274978638,2.4742648601531982,-0.3750118315219879,-1.6666676998138428,1.2139651775360107,-0.1486682444810867,0.3681716918945312,-5.8467707633972168,-2.0974378585815430,0.0676577091217041,1.2973855733871460,1.9263055324554443,1.2420001029968262,-1.5449582338333130,0.7512872815132141,-0.3182141482830048,-0.8759479522705078,-0.1476593762636185,0.6215171217918396,-0.0770969390869141,-1.0645645856857300,-0.4828980267047882,-0.2444367259740829,8.2391452789306641,-1.7188395261764526,-1.1353679895401001,3.9713339805603027,1.5832632780075073,2.3205144405364990,-0.7039433717727661,1.5841047763824463,-4.2466630935668945,-3.2513647079467773,0.0657532587647438,-1.1794011592864990,1.1108696460723877,2.2683739662170410,-0.9556206464767456,1.3635178804397583,-1.6324173212051392,-3.2755997180938721,-0.9954165816307068,2.0863432884216309,-0.2460865676403046,-1.1497672796249390,1.2760789394378662,0.6245629191398621,0.5496846437454224,-4.6359424591064453,-0.9282323122024536,-3.8669533729553223,-1.5692998170852661,3.9206199645996094,0.1904313564300537,1.6021003723144531,1.5618124008178711,0.5752288103103638,-0.3097143173217773,0.3346141874790192,-2.1133167743682861,-0.8071630001068115,1.5732699632644653,-1.0467017889022827,-0.2573809921741486,1.9877842664718628,1.1910697221755981,-0.2801167964935303,-0.2172829806804657,-2.4056673049926758,0.2555753290653229,0.3435736298561096,0.1913842707872391,0.3374955356121063,2.9643235206604004,-1.2810847759246826,-1.3397150039672852,2.1209497451782227,-9.8405017852783203,-0.4346031844615936,-2.5723881721496582,0.1000368818640709,-1.7621715068817139,4.4861321449279785,0.3377804458141327,-0.5101074576377869,2.9790387153625488,-3.4176566600799561,-1.8379833698272705,0.6991950869560242,-2.0546052455902100,-2.0328626632690430,7.4875698089599609,-0.0726532414555550,1.2085446119308472,0.3668993413448334,0.5379433035850525,-0.1719593405723572,1.1125925779342651,-0.0449848659336567,1.8898237943649292,0.4157903194427490,-0.3011141717433929,0.2002046704292297,-5.7075695991516113,-0.2501051425933838,-0.0832781121134758,0.3286958634853363,2.2720179557800293,2.1043479442596436,-0.6481522917747498,-0.1617400199174881,-1.0546110868453979,-0.6268245577812195,-2.0267069339752197,2.0245888233184814,0.4733408391475677,1.0585972070693970,-0.6494727134704590,-0.0361612066626549,10.4809570312500000,1.6050732135772705,-3.1672971248626709,-1.0250213146209717,1.3164360523223877,-0.0861156359314919,1.2003215551376343,-0.8014090657234192,1.3107933998107910,0.6584563851356506,1.2244826555252075,0.1461586356163025,3.9686279296875000,-0.5019016861915588,-0.3522760868072510,1.5488473176956177,1.3676985502243042,-2.1546053886413574,0.0575644560158253,0.7256886959075928,-2.1028916835784912,0.1634045094251633,-5.3103914260864258,0.7853505611419678,0.9431729912757874,-2.2703006267547607,-2.8515667915344238,3.8940014839172363,-2.7042975425720215,1.5737496614456177,0.9372959136962891,-0.5969083905220032,-3.4621882438659668,-0.3536514937877655,-0.5004826188087463,-1.8449472188949585,2.1259427070617676,-1.0427290201187134,-0.0156273450702429,1.0905206203460693,2.2296490669250488,0.8958535790443420,0.6522054076194763,0.9436005949974060,-1.5958172082901001,-0.7139745950698853,1.2610632181167603,-0.6625279188156128,-2.6530539989471436,0.9085226058959961,0.8739908337593079,-4.1016445159912109,6.7976031303405762,1.7363256216049194,3.8418579101562500,-0.8372269272804260,0.1991376429796219,-4.0665712356567383,-0.2593714892864227,0.7470828294754028,2.1132180690765381,-0.7952743172645569,0.5375028848648071,2.7773447036743164,6.2630968093872070,1.0253256559371948,-1.0313792228698730,-0.0124378688633442,0.5858261585235596,-1.0687204599380493,0.7186591029167175,-2.3979129791259766,0.4861885905265808,-1.4205569028854370,-2.2693459987640381,0.7975608706474304,1.3270763158798218,-0.9807299971580505,2.8984570503234863,-1.4913920164108276,1.8583327531814575,-2.2091066837310791,0.1206683889031410,-0.3193158209323883,1.8378214836120605,3.3602368831634521,-1.2672847509384155,0.1218087971210480,-1.7098617553710938,-4.2081580162048340,-8.7734775543212891,-0.7104458808898926,-4.0948543548583984,-2.1956005096435547,1.5242518186569214,-0.8019603490829468,1.0805467367172241,2.1703908443450928,0.8559176325798035,-0.5941426753997803,1.3733630180358887,-2.0470654964447021,0.3964724838733673,-2.2962708473205566,3.9307930469512939,1.3550009727478027,-1.9415354728698730,3.3565657138824463,-0.8986681699752808,-5.6485042572021484,-0.0111350277438760,-1.2095406055450439,1.8693500757217407,1.1341286897659302,1.8308571577072144,0.2632653415203094,-0.2434281408786774,-1.0801732540130615,-0.7211121320724487,0.6552816629409790,-2.1139829158782959,0.7128500938415527,-0.6835554838180542,0.1367505937814713,-1.9288592338562012,-2.9048774242401123,1.1522051095962524,-2.1326401233673096,-1.1038376092910767,-0.2749350070953369,1.4652210474014282,0.2460398823022842,-2.8667366504669189,0.4729969501495361,-0.7371137142181396,0.0568631887435913,-1.4149559736251831,-2.4171912670135498,1.9046057462692261,-0.2301702648401260,0.4744108617305756,0.5551168918609619,-1.1115682125091553,0.6562852263450623,-8.1017808914184570,-1.4190573692321777,0.2965702712535858,0.7311704754829407,-0.3902248740196228,-0.0483403094112873,2.7288858890533447,0.2420926392078400,2.4152843952178955,0.1451683789491653,-1.1695402860641479,-1.0841190814971924,-0.9312211275100708,0.7101241350173950,-0.0651197880506516,0.9102715849876404,2.0778007507324219,0.0481272824108601,2.7009375095367432,-1.2643103599548340,7.0691165924072266,0.7232946753501892,-1.5635800361633301,0.6625016927719116,-3.0509274005889893,-1.4453524351119995,-0.4927038252353668,-0.8969811201095581,1.9845451116561890,1.7513178586959839,2.5066003799438477,0.9418658614158630,1.0105587244033813,-0.2772530019283295,0.9144034385681152,0.3060435354709625,-1.5208872556686401,-0.6513751745223999,0.5640780329704285,0.1718629896640778,3.5847759246826172,2.9524919986724854,1.1845747232437134,0.3194735050201416,-2.3218834400177002,0.7400539517402649,-2.9066092967987061,0.7065981626510620,-3.5861992835998535,0.9326510429382324,-5.9218335151672363,-0.5120704174041748,-0.5679090619087219,-0.0447896979749203,-0.8197500705718994,-1.7858773469924927,-1.1090999841690063,0.7747590541839600,0.1312419474124908,0.2736817896366119,3.9369900226593018,-0.1704964488744736,2.4277234077453613,-0.6198309063911438,-2.5666024684906006,-2.2043709754943848,2.8372509479522705,-2.0044527053833008,-2.3874104022979736,0.0962793678045273,1.9691582918167114,-0.1030867099761963,0.8632434606552124,-1.5986791849136353,-2.5466809272766113,-2.6091172695159912,-2.1110470294952393,-0.3746426999568939,3.1363613605499268,-0.2121923565864563,-0.0093754706904292,-0.8933367133140564,-0.1586464941501617,0.2779086530208588,1.3470643758773804,0.3433609902858734,-0.6405074596405029,-0.7459781169891357,1.6610739231109619,0.3390576243400574,-2.1257314682006836,0.7705368995666504,-2.3213965892791748,0.5474449992179871,12.0793800354003906,-0.1237732470035553,-0.0101396664977074,-0.6738137602806091,0.7429716587066650,1.5709586143493652,-0.8067827224731445,-0.0219275765120983,2.3359174728393555,0.1823217570781708,2.5038533210754395,0.6099970340728760,0.0554581135511398,0.4804014861583710,-3.4320464134216309,-0.8435816764831543,5.4570846557617188,0.8604083657264709,1.5096955299377441,2.1409316062927246,1.3461542129516602,-2.2074892520904541,1.2991805076599121,1.1471563577651978,-0.0547164008021355,0.7630335092544556,0.4725151062011719,0.7217037677764893,0.0328190065920353,0.3573994338512421,2.8922739028930664,0.6032020449638367,0.9356865882873535,2.4793567657470703,0.8439412713050842,-0.1375057548284531,5.7202930450439453,1.4041599035263062,0.7908588051795959,0.0222496017813683,-1.5158706903457642,-0.7231730818748474,-0.4047971069812775,-2.2749829292297363,-3.0582163333892822,3.0105237960815430,-2.0731573104858398,-0.2579644918441772,4.5657863616943359,1.1014865636825562,2.9506459236145020,0.1600661426782608,-0.3237410783767700,-1.7170453071594238,-12.0131464004516602,-0.2693511545658112,1.8413686752319336,-1.0220433473587036,-2.8086364269256592,0.5362644791603088,-10.6697950363159180,-0.5994998216629028,-0.7889238595962524,0.2285556942224503,2.4104344844818115,0.2379623055458069,-0.0164650231599808,0.3572173118591309,-1.2716886997222900,0.0192744154483080,-0.3192749917507172,0.9183337092399597,-1.1193082332611084,0.5196534991264343,-1.1529315710067749,0.2904909849166870,-2.2627396583557129,0.6096560359001160,-0.6792299151420593,-0.8515802621841431,1.8670285940170288,0.6330997943878174,-2.1634566783905029,-0.9976201653480530,-0.6736201047897339,1.1123079061508179,2.1101520061492920,-1.2171986103057861,-2.9777317047119141,-3.3800938129425049,-8.7706298828125000,0.0864054635167122,-2.5200085639953613,0.0974993258714676,-0.1215582266449928,-2.1881866455078125,1.8437970876693726,-2.0033128261566162,-0.3687621355056763,-0.8792826533317566,-0.2628957331180573,0.1143555194139481,-0.5841113924980164,-0.7194006443023682,0.4168060719966888,0.7210525870323181,1.0281064510345459,0.2955310344696045,1.3114485740661621,-0.2108167558908463,0.6967783570289612,-1.5643579959869385,0.7310543060302734,-1.0290533304214478,-0.7699043750762939,1.0126295089721680,1.7441344261169434,-1.7504233121871948,4.5383477210998535,-0.4651001095771790,0.9806615114212036,1.1036192178726196,6.8153524398803711,0.3716899454593658,1.7783898115158081,-1.7344636917114258,-2.2294013500213623,0.9740723371505737,-0.6864149570465088,-0.7101179361343384,-0.7714300751686096,1.3559601306915283,3.3475716114044189,-1.5649442672729492,4.1072483062744141,-1.0751836299896240,1.3062976598739624,1.3768719434738159,-0.2025270760059357,0.5090032219886780,2.7827296257019043,0.7436813116073608,-1.9926240444183350,2.4599452018737793,-2.2131099700927734,-1.3094311952590942,-0.4615794122219086,-0.9135746955871582,2.6620903015136719,-5.2221965789794922,-2.5785224437713623,-2.3390083312988281,-14.0187788009643555,-1.2112758159637451,8.3429012298583984,-4.9903798103332520,17.5377311706542969,-7.0995893478393555,1.7824230194091797,-3.8417320251464844,-8.3102684020996094,7.5158715248107910,4.1265602111816406,26.8431549072265625,13.8746147155761719,10.9211635589599609,36.1633834838867188,9.1328477859497070,20.4694099426269531,23.9174804687500000,10.8206377029418945,15.7089815139770508,12.6907482147216797,17.4158515930175781,6.9355974197387695,8.4063110351562500,24.8234558105468750,29.2370986938476562,42.1872138977050781,0.4000827372074127,0.7159134745597839,0.5347691774368286,0.8198356628417969,0.8063717484474182,0.4901234209537506,0.5194118022918701,0.8498601913452148,0.9227538704872131,0.5924689173698425,0.5530652403831482,0.2747794389724731,0.5027732253074646,0.3322079777717590,0.4000452458858490,0.9586361646652222,0.0723908618092537,0.2144104838371277,-0.0452971011400223,1.8141853809356689,-2.3048815727233887,0.1470233052968979,0.7508503198623657,1.6254497766494751,-1.5269987583160400,1.7250390052795410,-0.0703694894909859,-0.2695963978767395,0.3032984435558319,-0.0589191429316998,0.3235104382038116,1.8912774324417114,0.0000099999997474,-0.8392891883850098,-0.3913814425468445,0.6432260274887085,-0.4775813519954681,0.4353414773941040,-0.6275970339775085,-0.2070499062538147,2.0984444618225098,1.0403144359588623,5.6342554092407227,-0.9638133049011230,-0.0776077136397362,-0.7111288905143738,-0.6422037482261658,0.2421672940254211,-1.3046214580535889,0.0905045941472054,2.2829093933105469,-0.4891724586486816,-3.0726060867309570,0.5173062682151794,0.0759708806872368,-0.7428114414215088,-9.2666349411010742,-0.2833893597126007,-2.1211857795715332,-1.6192159652709961,3.5727581977844238,-1.0614452362060547,-4.3753409385681152,0.5265773534774780,2.4976875782012939,0.4003039598464966,-0.7803913950920105,0.2546600997447968,-1.3543766736984253,0.0944409295916557,-0.4826574623584747,-1.0311788320541382,-0.4009477496147156,0.6042327284812927,-2.3601002693176270,-0.7483339905738831,-1.4891779422760010,-0.4386582076549530,2.2188656330108643,-0.8406383991241455,1.2025712728500366,0.1094370707869530,-0.4444965422153473,0.8885365128517151,-4.8861241340637207,-0.1893783211708069,-9.4808130264282227,-2.2911195755004883,-1.5419209003448486,0.0279538966715336,-4.4056119918823242,-1.9355416297912598,-0.6783696413040161,2.1997499465942383,-0.6622072458267212,0.0052164336666465,0.7090355157852173,0.0764960274100304,-0.8152718544006348,1.6501203775405884,-3.6893904209136963,-2.7505621910095215,-0.5658861994743347,-2.8067023754119873,-0.6217956542968750,0.4147127866744995,-1.0319540500640869,-0.3495720326900482,1.5276898145675659,0.7014240026473999,1.8022446632385254,-1.8696604967117310,5.6669669151306152,-2.7556886672973633,-1.5697826147079468,-5.8098607063293457,-3.9727642536163330,-1.9638916254043579,-0.6599120497703552,-2.4772055149078369,0.5696101784706116,3.1076276302337646,-1.3829823732376099,-0.7690327167510986,0.5548064708709717,0.4995825886726379,1.1294516324996948,-1.1712390184402466,0.4954970777034760,-0.2890317738056183,-0.1683924645185471,-0.8309687376022339,0.6982931494712830,1.0016760826110840,-0.1895392835140228,-1.4844160079956055,2.4921979904174805,1.7708021402359009,1.1475297212600708,1.3071502447128296,-1.0022497177124023,-0.6731793284416199,-3.6891684532165527,0.9659051299095154,-0.4417200982570648,0.2102540582418442,1.8491364717483521,-0.7975659370422363,-0.8588857054710388,0.0982691720128059,0.7441057562828064,-0.2325171977281570,-4.3961486816406250,0.8055496215820312,3.0630006790161133,-1.3495922088623047,-6.1138896942138672,0.0199015252292156,-4.7090449333190918,0.2511106431484222,1.1556531190872192,0.9920019507408142,-0.0891310572624207,-0.3441761732101440,-0.3703767359256744,-0.3166916668415070,1.4007098674774170,-2.0581340789794922,-0.8621603846549988,1.2376894950866699,-1.2892949581146240,-0.2784014046192169,-4.3287572860717773,-1.5139614343643188,-1.9149652719497681,0.8324790000915527,0.9260878562927246,-0.2129440754652023,-0.3982321619987488,0.7678866982460022,-4.0328030586242676,-0.2529694736003876,2.4666121006011963,-0.0029025806579739,-5.5083899497985840,0.9399045109748840,-0.6260634064674377,0.2889457046985626,-4.1817474365234375,-0.2909242510795593,2.0593667030334473,2.5202658176422119,0.0808925405144691,-1.5330852270126343,-0.0108057381585240,0.3684791326522827,-2.0261220932006836,-0.7494502663612366,8.7784872055053711,-0.3141318857669830,-1.1027404069900513,0.7093471288681030,2.6396813392639160,0.5110104680061340,-0.2965119481086731,0.2356385439634323,0.1679712086915970,-0.2812062799930573,2.2324807643890381,0.3625201284885406,0.8604583740234375,-1.1171808242797852,-0.0067358403466642,-0.1017915606498718,2.4451942443847656,2.0200283527374268,0.1088069751858711,0.5169008374214172,3.3221609592437744,2.0230937004089355,1.5584118366241455,-5.4615769386291504,-1.8544546365737915,1.5923037528991699,3.9932165145874023,0.1637922078371048,-1.2694463729858398,0.3425764143466949,-1.8925868272781372,-1.1245379447937012,-2.0221316814422607,1.6835961341857910,-1.6988369226455688,-0.6564469933509827,-3.3772778511047363,-3.0794696807861328,2.2381339073181152,-2.1885700225830078,-0.7754567265510559,2.1024456024169922,-1.2384228706359863,0.3479947447776794,-4.6948647499084473,-2.4224114418029785,-3.1528348922729492,-0.5099859833717346,-1.1593097448348999,-2.2846195697784424,-0.4906423389911652,1.1599233150482178,3.0620074272155762,-1.5026232004165649,0.0475178882479668,3.2672677040100098,1.3435872793197632,-1.5397367477416992,3.7673749923706055,1.3864110708236694,0.6463968157768250,0.5568048357963562,-7.5923843383789062,-0.2373044043779373,1.5907424688339233,-0.5425710678100586,-2.9177258014678955,-0.6974233984947205,-1.4330300092697144,-1.2335519790649414,0.9177885055541992,-0.1384193897247314,1.8774678707122803,0.6989960670471191,-0.6823169589042664,-0.2459326088428497,-4.1227226257324219,1.2378621101379395,-0.6193056702613831,0.2277496755123138,-0.8398848176002502,-1.7454791069030762,0.9623430371284485,-1.4313752651214600,-0.4880328476428986,-0.1302250325679779,1.9653868675231934,1.2780332565307617,-1.4741262197494507,-0.9413684606552124,-0.7249359488487244,1.2981060743331909,-0.1330293416976929,0.1315498799085617,4.7434220314025879,-2.2867224216461182,-6.5153765678405762,0.6688176989555359,-0.5128742456436157,-0.3018161356449127,-0.5164840221405029,-1.8851033449172974,0.5458948016166687,0.2364145368337631,-3.0082504749298096,1.4140474796295166,1.0869615077972412,0.3639101386070251,2.6752357482910156,0.7878403067588806,-1.4461385011672974,-0.1898260712623596,-1.7449442148208618,-0.6163991093635559,-3.5625905990600586,0.3369356393814087,-1.4905121326446533,-0.6888687014579773,0.4858734309673309,1.5044273138046265,-1.4763916730880737,-0.1497441977262497,2.0442197322845459,-1.8475279808044434,-0.2246330678462982,0.2736750543117523,2.9471116065979004,0.8276115059852600,0.0515703074634075,0.2717168927192688,0.0302890073508024,1.0322221517562866,1.8864978551864624,3.0433342456817627,-1.9465085268020630,-1.3810608386993408,1.7499628067016602,0.8878419995307922,3.6894690990447998,-0.6450522541999817,-0.8878287076950073,-1.0012886524200439,0.2668161690235138,-0.8101584315299988,1.2006527185440063,1.9838585853576660,1.2413907051086426,0.9597735404968262,7.6135287284851074,-0.1241565495729446,-4.1973719596862793,-1.1616688966751099,-0.2168595492839813,0.0129356198012829,-1.9517173767089844,-0.7982262372970581,-1.2971959114074707,0.0132254073396325,2.0106728076934814,0.2162862271070480,-1.0803179740905762,-0.3539340496063232,0.0420278720557690,0.9883497953414917,-2.9022266864776611,1.3535248041152954,-2.5887784957885742,-1.0269258022308350,-6.4344964027404785,-0.2933466732501984,0.8429865837097168,0.1079086214303970,2.4742250442504883,0.7412735819816589,3.4166276454925537,-0.2584702372550964,-3.2237110137939453,0.8649006485939026,-1.0591868162155151,0.4661893844604492,-0.1096006780862808,1.1200748682022095,-3.9803678989410400,-0.2505588531494141,-2.2580766677856445,2.5828061103820801,3.4968323707580566,-0.0425418317317963,-0.2648981809616089,-0.1601862907409668,2.1574184894561768,2.2897403240203857,-3.1959230899810791,1.0782295465469360,-0.7866393923759460,1.6777944564819336,-5.4950737953186035,0.5952308773994446,3.0766081809997559,-2.5356261730194092,-2.9700784683227539,-0.6557708978652954,-5.9410891532897949,0.6394619941711426,-0.9201856851577759,1.1055113077163696,4.1123380661010742,0.6652596592903137,-1.0074144601821899,-0.6701732277870178,-0.9356022477149963,-1.0006139278411865,0.5087019801139832,-1.9010540246963501,0.4776188731193542,4.4599242210388184,-0.0417496263980865,-0.2933297753334045,-0.5338959693908691,0.7789203524589539,-4.8315124511718750,0.1179991513490677,0.0250378064811230,0.5074586272239685,0.5469417572021484,-1.2668714523315430,-10.2823057174682617,0.8214572668075562,5.4199604988098145,1.0716804265975952,-2.7965645790100098,-0.9277896881103516,1.8878973722457886,-1.3995407819747925,0.3755603730678558,-1.1784057617187500,-3.1922464370727539,-1.2763601541519165,4.4083456993103027,-0.6679686903953552,-1.7611070871353149,0.5291759371757507,0.3694818615913391,0.4312176704406738,-2.2950847148895264,-0.0336726605892181,1.2891322374343872,0.5670061707496643,-1.8553485870361328,1.4783011674880981,-0.1747235655784607,0.5882335305213928,11.7401361465454102,-0.4838364124298096,-0.0796707719564438,-0.5265614390373230,0.5465468168258667,2.0142841339111328,8.2528457641601562,-0.5906419157981873,-1.7782148122787476,-0.1830093413591385,2.3954191207885742,2.0703413486480713,-1.8523273468017578,0.2983443439006805,-1.0263812541961670,0.3187335431575775,2.5783977508544922,-1.4743119478225708,-1.5823073387145996,-0.0919710695743561,1.3609580993652344,1.4625251293182373,-1.7356892824172974,-0.2040732055902481,-0.7729509472846985,1.9957251548767090,-2.0872755050659180,-1.0467529296875000,-0.1708232611417770,-0.2903341352939606,1.6278132200241089,-1.0872460603713989,0.8658979535102844,1.1908746957778931,-1.0238417387008667,0.1176268234848976,-0.7884222865104675,-1.6662038564682007,0.7582849860191345,-0.8660973310470581,2.2389025688171387,0.5501465797424316,1.4343392848968506,-2.1144826412200928,-1.9589003324508667,-0.8727701902389526,-1.4078844785690308,-1.1817423105239868,0.2663768529891968,0.9402632117271423,-1.1950161457061768,-0.2159325182437897,1.2652127742767334,0.5121139883995056,0.9195117354393005,0.2964592278003693,0.3763470053672791,-0.4052501320838928,-15.1229095458984375,-1.7533606290817261,-2.2225952148437500,0.7872454524040222,2.5316412448883057,0.3011212944984436,-6.7834095954895020,0.5185998678207397,-1.1136311292648315,0.3867566883563995,0.2884203493595123,-1.6443754434585571,-6.1876549720764160,0.6014102101325989,0.1845358461141586,-0.4682113230228424,-0.7311835885047913,-1.9029014110565186,-0.9497093558311462,0.8431134819984436,3.7182681560516357,-0.9533345699310303,-2.6198427677154541,1.4743736982345581,-1.1562418937683105,-0.4111586511135101,-2.2217440605163574,-1.7542328834533691,0.9647634029388428,0.8776001334190369,0.2134428471326828,-2.5676691532135010,2.2332398891448975,2.3112845420837402,-0.8014432787895203,0.0010649936739355,-0.4184692203998566,-8.6197328567504883,-0.2884713709354401,-2.7110786437988281,-4.5008964538574219,-1.8998214006423950,-2.2139191627502441,5.8854522705078125,1.2491774559020996,1.5468190908432007,1.7002757787704468,4.5807738304138184,2.0252716541290283,-10.6799526214599609,7.3964743614196777,-3.1664052009582520,-2.5568470954895020,7.2116398811340332,24.1610279083251953,5.9991698265075684,47.3829269409179688,25.6630153656005859,59.7294616699218750,19.4825420379638672,15.5005340576171875,20.9436874389648438,24.5949649810791016,39.7904663085937500,14.6760540008544922,33.0530853271484375,61.9129638671875000,37.2144813537597656,72.1246871948242188,0.3801884353160858,0.3225622773170471,1.5238355398178101,0.5413548350334167,1.3759232759475708,0.9644671678543091,2.2911891937255859,1.1451964378356934,0.6431047320365906,1.1960812807083130,0.9650706052780151,1.5514076948165894,0.9539386630058289,0.3346721529960632,0.4619310796260834,1.3877004384994507,-1.9993517398834229,0.3400879800319672,0.3896296918392181,-0.2982097566127777,-2.6312141418457031,-1.5566776990890503,0.9298014640808105,3.3273193836212158,-0.3165870308876038,2.3537712097167969,2.2658538818359375,-0.1900139898061752,2.7036485671997070,0.1849759519100189,-0.6540625095367432,-2.1272594928741455,0.0000099999997474,1.1419402360916138,2.3530931472778320,0.6717596054077148,-2.4600589275360107,-0.2131440490484238,0.1715957671403885,1.7742797136306763,5.4781475067138672,0.0578780993819237,0.2728921175003052,1.1124891042709351,-0.3530230820178986,0.2439164519309998,-1.0616530179977417,-0.3112057745456696,0.4926781654357910,-0.8230298757553101,-1.7849574089050293,-0.2669658660888672,1.4841911792755127,0.8381102085113525,8.7357149124145508,0.2949752509593964,-1.0195165872573853,0.7423191666603088,-4.9994764328002930,-0.8428584933280945,0.2839660048484802,0.7196308374404907,3.6439666748046875,1.2395167350769043,5.4289565086364746,-0.9954565763473511,2.5160398483276367,0.3617995977401733,8.8715963363647461,-0.4045960903167725,-1.4073045253753662,1.1261653900146484,0.5309735536575317,0.7505363821983337,5.6247348785400391,0.2595644891262054,-3.8361718654632568,0.4733163416385651,2.9682688713073730,-0.8509703278541565,1.9789174795150757,0.2885672748088837,0.9055168032646179,0.1712087541818619,2.0534100532531738,2.7638635635375977,2.8745982646942139,-0.6301463842391968,0.9474961161613464,2.6065986156463623,1.1149899959564209,-0.4975844025611877,-1.1552572250366211,1.0076193809509277,-0.2144146263599396,1.0553729534149170,1.4137988090515137,0.4699636995792389,-1.5426105260848999,-1.1722586154937744,-4.8965735435485840,0.8033459782600403,0.5154548883438110,0.4441007077693939,-1.9572359323501587,0.4837452471256256,-2.4149403572082520,-0.9458051919937134,3.8879401683807373,-0.3579054772853851,-3.0178949832916260,0.3628757894039154,-4.9468655586242676,-1.2534809112548828,1.1266456842422485,-1.7724976539611816,0.5991854667663574,-2.9349412918090820,-1.2249326705932617,0.9667160511016846,-0.0742981433868408,-0.2763919830322266,-3.0177912712097168,0.4112901091575623,1.0302982330322266,-1.6843211650848389,-0.1725345104932785,-1.2505568265914917,-3.5241570472717285,-1.7613828182220459,5.1647357940673828,0.3048710823059082,1.3740473985671997,0.0196757018566132,2.7045376300811768,0.3923959732055664,-1.6555268764495850,-0.8457129597663879,-0.8864504098892212,0.5398170351982117,4.2736196517944336,0.1209655031561852,-3.3338503837585449,-1.0051599740982056,2.9400258064270020,-0.1720793992280960,-3.3806576728820801,-0.5552595853805542,5.6047220230102539,1.4787063598632812,0.6509660482406616,0.1950241774320602,-1.2617318630218506,-4.1201715469360352,1.4470940828323364,0.0028759033884853,0.1981997638940811,-0.1393868178129196,-0.2063933014869690,0.0652995854616165,-0.5161545276641846,1.3021343946456909,-2.4230358600616455,1.5529626607894897,0.3883195817470551,-0.3697195947170258,2.7415931224822998,-0.1163291633129120,0.2908503115177155,2.0317044258117676,0.4480494558811188,1.0521086454391479,-1.7757893800735474,-0.4530624449253082,0.4603036642074585,0.4220081567764282,2.1673831939697266,-3.2443051338195801,-3.2435710430145264,-0.6070953607559204,0.6161643266677856,-1.0485920906066895,4.3918724060058594,1.8555918931961060,-0.2645626366138458,-2.0489151477813721,4.3333187103271484,-1.2385365962982178,-4.6968774795532227,1.1915837526321411,-1.5991246700286865,-0.2756323516368866,-3.4294259548187256,2.3377630710601807,-0.5510840415954590,0.3971871137619019,-1.8072360754013062,0.1714946627616882,4.6801600456237793,0.4158992171287537,-1.2970575094223022,-1.4206435680389404,0.1556084305047989,0.0100229876115918,-0.3523473739624023,0.0611076913774014,-0.6432849168777466,1.1865968704223633,3.0675473213195801,-2.6115090847015381,-5.0454425811767578,-0.1688165217638016,3.0199055671691895,-1.9097367525100708,-9.1466646194458008,1.1304193735122681,-4.0982308387756348,1.5544250011444092,-4.0801544189453125,-0.7231625914573669,-0.9987754821777344,2.0194168090820312,-0.6904438138008118,0.6569157242774963,0.4780278801918030,1.7471431493759155,1.5562574863433838,0.3907950520515442,-3.2093834877014160,-0.0321272052824497,3.9985835552215576,-0.3610331416130066,0.2734899520874023,-2.3652064800262451,-0.3423979878425598,-0.6797751188278198,1.8704066276550293,0.3398967683315277,-0.0204351861029863,-2.9062285423278809,-1.8484257459640503,-1.3210076093673706,-1.5901136398315430,0.7910338044166565,-1.8997541666030884,-0.2367499619722366,2.9303238391876221,-0.2799482047557831,-2.1126754283905029,1.0578455924987793,-0.6525113582611084,-0.3007173538208008,1.2723143100738525,0.0777510106563568,5.2811770439147949,0.3995933532714844,-4.3645977973937988,0.2599125504493713,-0.1050170361995697,0.2047504186630249,1.0630692243576050,-0.1975005716085434,0.1149345114827156,0.1987464874982834,1.6699147224426270,2.2817604541778564,1.0584032535552979,1.3164144754409790,0.8783740401268005,-0.3043170273303986,1.0974668264389038,-0.6318619847297668,-0.3212126195430756,-0.3561294078826904,-1.7542477846145630,-0.7389954924583435,-0.1280080825090408,0.6271224617958069,2.3205964565277100,0.6714642643928528,-0.9342399835586548,1.8044695854187012,-0.8156351447105408,-1.0027686357498169,3.1486487388610840,1.1710940599441528,14.0555658340454102,0.5988450050354004,-4.2318501472473145,1.5004878044128418,-0.1727208048105240,-0.8477318882942200,-2.0517048835754395,0.1135271266102791,1.1963438987731934,0.2914353311061859,2.2687199115753174,4.3641715049743652,-1.4623392820358276,0.9078792333602905,2.1579782962799072,0.0106923403218389,1.5181344747543335,-2.7030019760131836,-3.8551712036132812,1.8040660619735718,2.6563982963562012,-0.3047399222850800,0.9009099006652832,2.8604025840759277,1.7540112733840942,-1.2664387226104736,-0.0223823767155409,5.7236399650573730,4.9273400306701660,-1.9977768659591675,-2.5738203525543213,2.9585177898406982,1.1137821674346924,1.0277676582336426,-0.3239554166793823,0.0632651150226593,-0.1649254113435745,0.2073864936828613,-0.8885828852653503,-0.0432476066052914,0.5774449110031128,-0.1268972754478455,9.7936935424804688,0.4002900719642639,-0.0482354126870632,0.3575665056705475,1.1265101432800293,0.0726611763238907,-0.2564217448234558,-0.3065614700317383,4.9924612045288086,0.1333464980125427,-0.4214177429676056,0.3956852555274963,0.7260515689849854,0.1644628196954727,0.8752353787422180,-0.1176671460270882,-0.4512953162193298,0.4466746449470520,-0.2757086455821991,-0.3831867277622223,1.5544047355651855,0.4134809374809265,13.7905960083007812,-0.1842380017042160,-5.0133390426635742,-0.2535221576690674,4.0357050895690918,-0.8560258150100708,-4.4234757423400879,0.8903110027313232,1.9055684804916382,0.2943623960018158,1.9735726118087769,-1.0433334112167358,-1.5869226455688477,-2.2078602313995361,-1.1210931539535522,-0.4616714417934418,-0.4293542504310608,1.5973105430603027,-0.8240318298339844,-1.4620637893676758,-0.2778782546520233,-0.7929793596267700,2.6876432895660400,-9.1560373306274414,1.1625753641128540,0.9606646299362183,0.0102950185537338,-5.9105048179626465,-0.1048169210553169,1.5803880691528320,3.3866455554962158,-2.8511474132537842,-1.0448731184005737,-1.7451033592224121,-0.5786224007606506,0.6676254868507385,4.2319588661193848,-0.9036566615104675,2.7406973838806152,0.1836823970079422,-1.3940331935882568,-0.6313737630844116,1.8654047250747681,-1.8466396331787109,-0.1246661022305489,-0.9467501640319824,-6.8697323799133301,0.3806779384613037,-0.1122450008988380,-0.0606942474842072,0.9685062170028687,0.6954341530799866,4.7174267768859863,-0.0379016138613224,-2.9311335086822510,0.1984747201204300,1.2432520389556885,-0.4806263446807861,2.6118752956390381,0.8211368322372437,0.2584740817546844,0.9569199681282043,2.5132186412811279,-1.4717892408370972,0.1870166659355164,-0.0583726428449154,4.0093922615051270,2.5179939270019531,7.5952506065368652,1.1113390922546387,2.1042783260345459,-0.5452119112014771,0.3558436036109924,0.5485475063323975,8.1378583908081055,-1.4958266019821167,0.6438769698143005,1.5170387029647827,-0.4309713542461395,0.4648447334766388,-2.5863914489746094,0.8555462360382080,-1.5735607147216797,-0.8346002697944641,-0.0069133178330958,-0.3943099975585938,0.7761975526809692,0.6265121698379517,4.9631423950195312,0.0687173604965210,-1.2951457500457764,0.1120250970125198,-5.4305505752563477,-0.1986478716135025,2.0496604442596436,1.5146528482437134,0.8686107993125916,1.3440798521041870,-1.0974756479263306,-0.1436866074800491,1.2207911014556885,-0.1493452042341232,18.7287349700927734,0.2646324336528778,1.6036760807037354,0.2566745579242706,-0.2516581118106842,-0.1860108673572540,0.6656865477561951,0.1884181350469589,-2.1608076095581055,-0.1346750259399414,-0.1874608844518661,-1.1462820768356323,-2.3879830837249756,-0.3191187679767609,0.4821658730506897,-0.6105886101722717,-1.7306942939758301,0.6956636905670166,0.9454860687255859,0.2338324338197708,0.5560796856880188,1.2344697713851929,2.8917031288146973,-0.8392278552055359,0.2210694253444672,0.6135495901107788,-0.6519114375114441,-0.2666524350643158,2.5351314544677734,-0.3816876113414764,2.6857624053955078,-0.3074707984924316,-2.0943012237548828,0.1769378483295441,0.0047894446179271,-0.1068851798772812,0.5659039020538330,0.3727781176567078,0.5224850773811340,-0.4634588956832886,-0.0447467155754566,-0.0657956078648567,0.2432743757963181,0.6200692653656006,-0.4399665892124176,-0.0984659120440483,-0.0755711421370506,-0.0492607168853283,0.3172450065612793,-0.9114955663681030,-0.1785530298948288,0.1109184697270393,-0.1073399186134338,-0.9446154236793518,-6.9382243156433105,0.1628046184778214,18.2035503387451172,-0.6050522327423096,2.2053711414337158,-0.5529678463935852,-0.1079530492424965,0.7863940596580505,-0.2380006611347198,0.5173444747924805,0.2861336171627045,-0.2486158609390259,0.3121216297149658,0.3628751933574677,0.2019837498664856,0.6223315596580505,-0.1544761657714844,1.2712731361389160,-0.5417892336845398,0.0003766779846046,1.3206939697265625,-0.3192247748374939,2.7069249153137207,-0.1099430024623871,-0.3050769865512848,-0.2990771234035492,0.2030236274003983,1.9529306888580322,-1.0645710229873657,0.1742888242006302,0.1019387096166611,1.3177955150604248,1.9613643884658813,-0.8347279429435730,-20.7320270538330078,1.2493487596511841,-3.6535339355468750,0.7735650539398193,3.8308510780334473,-8.1459379196166992,7.0832772254943848,-9.2274456024169922,2.1937856674194336,11.9980993270874023,-4.2914447784423828,-1.5700269937515259,-6.4259982109069824,-2.5491423606872559,0.8091994524002075,-5.6308970451354980,0.0995477139949799,-12.5296640396118164,3.8987662792205811,-8.6921758651733398,-0.9006974101066589,47.4370460510253906,37.8184165954589844,46.4679107666015625,15.6658611297607422,38.8183479309082031,72.8583679199218750,41.8420753479003906,47.7505722045898438,27.1959781646728516,72.3252105712890625,10.9582033157348633,44.2061309814453125,24.2112903594970703,34.1174964904785156,33.7326126098632812,70.2408523559570312,1.2471625804901123,0.8298642039299011,0.9915152788162231,1.9767770767211914,1.4490330219268799,0.6928873658180237,1.6196256875991821,0.5157029628753662,1.4411499500274658,1.2706927061080933,1.0486216545104980,0.5319599509239197,0.4635459482669830,0.3612452447414398,0.6935191750526428,0.4935657680034637,-2.1453390121459961,1.8657652139663696,0.4066532254219055,-2.4867472648620605,2.8143193721771240,-0.7653988003730774,2.5824565887451172,-0.0660488605499268,1.0368460416793823,2.0564451217651367,0.5619983673095703,-0.8662714362144470,-0.3102868199348450,0.0488510727882385,-1.0951538085937500,-0.5261903405189514,0.0000099999997474,-0.7819913029670715,-1.0482650995254517,1.1695256233215332,0.5014909505844116,-0.0984751656651497,0.8992597460746765,-0.2247954457998276,0.3202030062675476,2.9833126068115234,3.5845544338226318,-1.6042182445526123,-1.3536564111709595,0.5309689640998840,0.3759389817714691,0.2264642864465714,0.4592503905296326,0.8583667278289795,1.3018771409988403,1.5985943078994751,2.4079687595367432,0.3587357103824615,0.1232055276632309,-0.3555182516574860,-1.1146297454833984,2.9736361503601074,3.0163280963897705,1.8392374515533447,0.8790649771690369,-2.2899734973907471,-2.3087761402130127,-0.6977964639663696,-0.6042426228523254,-0.6135751605033875,-0.8041912317276001,-0.3063901364803314,-0.3431110382080078,-2.1859810352325439,-2.0574321746826172,-4.2486848831176758,-3.2267904281616211,-1.6105517148971558,-1.5923826694488525,-4.7384243011474609,-4.1130361557006836,-2.1349561214447021,-2.2679014205932617,-0.4308484792709351,-0.9352611899375916,-1.7376055717468262,-1.7241514921188354,-0.0359257794916630,-0.4571425616741180,-0.7587983608245850,-1.0665876865386963,5.6431798934936523,4.8628950119018555,1.4419387578964233,0.7491863369941711,2.1977436542510986,1.7690213918685913,0.1294011920690536,-0.1604882627725601,-0.7938120961189270,-0.0424064286053181,3.5479114055633545,2.1671364307403564,0.6047962903976440,0.1704267710447311,-0.1382642239332199,-0.1191597133874893,0.1360323727130890,0.5402355194091797,0.7966212630271912,0.7928696274757385,-0.5878110527992249,-0.5749170184135437,0.7908030152320862,0.9179615378379822,4.8759603500366211,4.7343907356262207,0.7829343676567078,0.7797756195068359,5.9352736473083496,5.3299622535705566,1.7847170829772949,1.5540721416473389,-0.1825944632291794,-0.0167366042733192,4.2146120071411133,3.7111008167266846,1.9979997873306274,0.8541678190231323,0.9252150058746338,0.8179709911346436,-0.7747330069541931,-0.6333616375923157,-0.5554073452949524,-0.0130519773811102,-0.6672936677932739,-0.1596002429723740,0.0566362030804157,-0.0918990895152092,-0.1631026417016983,-0.2089015543460846,1.4209517240524292,2.0282371044158936,-0.5207788944244385,-0.4091287851333618,1.4395647048950195,1.0729362964630127,-2.0043289661407471,-1.5997362136840820,0.2593997418880463,0.3133682310581207,-0.4650002717971802,-0.5372188091278076,0.7612957954406738,1.1861345767974854,-0.4093255400657654,-0.4517831504344940,1.2113659381866455,1.3076080083847046,0.7847942113876343,0.7263715267181396,-8.8921804428100586,-7.9722490310668945,7.8365302085876465,8.1034069061279297,2.7680153846740723,2.6250376701354980,-1.9242950677871704,-1.4213254451751709,3.1084561347961426,2.7507302761077881,-0.2418903708457947,-0.3172148764133453,-1.4156321287155151,-2.1266002655029297,0.5704134702682495,0.2987526655197144,-1.5211173295974731,-0.8618803620338440,1.1490731239318848,0.2659712135791779,-1.0259764194488525,-1.0451234579086304,-0.4742918908596039,-1.3205621242523193,-1.3740967512130737,-1.0973272323608398,-0.6699720621109009,-1.0382925271987915,-1.7936760187149048,-2.6441290378570557,-10.2235231399536133,-9.5161790847778320,0.9251728057861328,-0.0830010324716568,0.1896012425422668,0.4463942050933838,-0.8229908347129822,-1.0720109939575195,-1.0254756212234497,-1.3547108173370361,-1.8889217376708984,-1.6699951887130737,-4.3739562034606934,-3.0626089572906494,-1.1593685150146484,-0.9328520298004150,-5.7227807044982910,-4.8402643203735352,-0.3569319844245911,-0.2619169950485229,-1.3612512350082397,-1.8132920265197754,-0.9444337487220764,-0.8947229981422424,-0.7406889796257019,-0.9545530080795288,-0.4653288125991821,-1.2620537281036377,8.2721195220947266,6.3307542800903320,1.1492372751235962,0.6259955763816833,1.9944828748703003,1.3649340867996216,1.1477923393249512,0.5102222561836243,-0.7588726878166199,0.1971219480037689,-2.1772387027740479,-2.8038051128387451,-1.3993506431579590,-1.2035990953445435,-0.6221054792404175,-0.6253538131713867,-0.0066997562535107,-0.6965203285217285,1.9705566167831421,2.1332595348358154,2.0196700096130371,1.4669789075851440,0.6352455019950867,1.1913530826568604,-0.8427549600601196,-0.9489613771438599,0.0646289736032486,0.0734288617968559,-0.5733115077018738,-0.3496063351631165,0.9185388088226318,0.9997010827064514,1.1655082702636719,1.7529082298278809,0.1284425556659698,0.3242076635360718,1.2095736265182495,1.3976089954376221,-8.8913202285766602,-9.5479736328125000,7.7587819099426270,7.3524851799011230,-3.4150249958038330,-4.7002725601196289,-1.1218925714492798,-0.9920649528503418,-0.5380731225013733,-0.0351607501506805,0.0517257153987885,0.2958828508853912,0.5177491903305054,0.3445438444614410,-0.3490413129329681,0.0134116802364588,-1.9153032302856445,-2.5774824619293213,-0.4530762434005737,-1.6763670444488525,-0.1188430264592171,-0.1933304220438004,-6.1159262657165527,-6.1988377571105957,-0.8609983325004578,-0.9218017458915710,-0.0315279848873615,0.5082787275314331,-3.4649701118469238,-4.2653355598449707,-2.0958931446075439,-2.1375966072082520,-0.9370337128639221,-1.1647747755050659,1.1689428091049194,1.3702343702316284,3.9011280536651611,-0.2545762360095978,2.9745101928710938,0.1210701242089272,0.3716747164726257,1.5861389636993408,0.2563842833042145,2.7324397563934326,-2.0605611801147461,-0.6427071690559387,1.9349409341812134,4.0123691558837891,1.9300726652145386,1.6369245052337646,1.0123120546340942,-2.1968841552734375,2.2462990283966064,2.6025102138519287,-0.2683723568916321,-2.7012078762054443,1.8476337194442749,0.5457657575607300,1.1842980384826660,-0.9179586172103882,2.3242354393005371,-0.5943757295608521,2.0024075508117676,-0.2099130451679230,1.9306412935256958,-1.9364572763442993,-2.4633038043975830,-0.2101909965276718,-0.7608554363250732,1.2769377231597900,-2.0632786750793457,-0.2450954020023346,0.7541730999946594,-0.5681188106536865,-0.0633946880698204,0.1709948182106018,-0.8646751046180725,0.1089103519916534,-0.3771446943283081,0.0241610389202833,0.7889695167541504,0.0816786587238312,-0.6283795833587646,1.2078680992126465,0.1793197244405746,-0.1822341084480286,-0.7386436462402344,4.7850327491760254,0.0521794445812702,0.1509834080934525,-0.2606911063194275,2.1078512668609619,-0.1449356377124786,1.7975825071334839,-2.9734003543853760,1.5414494276046753,-5.7326269149780273,2.0416626930236816,5.5057420730590820,-2.8561344146728516,2.9665412902832031,2.1819574832916260,-1.7149938344955444,-1.6283216476440430,-2.3975124359130859,-2.3290231227874756,-4.0561814308166504,-3.0533668994903564,-1.5047724246978760,-0.0343278497457504,-3.4765739440917969,-2.4271440505981445,-0.6416242122650146,-0.4992584586143494,-0.8461560010910034,-1.1310173273086548,-1.9312092065811157,-2.0056469440460205,0.3668816685676575,0.3464127480983734,-0.6406846642494202,0.0668285042047501,4.2353882789611816,1.5990192890167236,0.0748542025685310,-0.0018108426593244,0.9678864479064941,0.2650774717330933,-1.5889565944671631,-1.8972142934799194,-3.3389604091644287,-3.5834136009216309,-3.2343242168426514,-3.7296402454376221,2.5059931278228760,2.3837459087371826,-0.8013443350791931,-0.9340282678604126,-0.8482481837272644,-1.2955445051193237,3.6284360885620117,3.7381799221038818,-1.5554429292678833,-2.0188093185424805,0.3475281000137329,0.0800663903355598,-0.3660976290702820,-0.0549274235963821,1.7321987152099609,2.0404558181762695,2.8671205043792725,4.0431389808654785,0.5492841005325317,0.4933253824710846,-0.3081619739532471,0.0693549662828445,3.1198716163635254,2.4712994098663330,0.3379582464694977,0.0406125634908676,0.1183416098356247,0.5818715691566467,-0.7420766949653625,-0.9323073029518127,2.2405841350555420,2.3396711349487305,-1.5747095346450806,-0.3712137639522552,3.7312748432159424,2.0291125774383545,0.3319884538650513,-0.2848921418190002,-2.1354544162750244,-1.2780339717864990,1.6206719875335693,1.4820774793624878,-0.5893734693527222,-0.3337522745132446,-0.6228009462356567,0.4141309261322021,2.5999503135681152,2.2777976989746094,-0.4520397484302521,0.8217657208442688,-0.4300726056098938,0.2026398032903671,0.8832776546478271,1.0462180376052856,-2.2193210124969482,-1.6160988807678223,-5.4473638534545898,-3.6855337619781494,3.2606813907623291,3.3389384746551514,0.8059356212615967,-0.2449023276567459,-0.9565599560737610,-0.3565502464771271,0.4965129196643829,0.2457233220338821,-0.7499530315399170,-1.8033337593078613,1.3324559926986694,1.2691584825515747,1.8971396684646606,1.5428282022476196,0.6822465062141418,0.5086691379547119,-0.8027069568634033,0.9699149131774902,-0.6731106638908386,-0.0015258191851899,-1.7835882902145386,-1.9593247175216675,0.1415016800165176,0.9812625050544739,0.3386985361576080,0.6817013621330261,-0.5930042266845703,-0.2148878276348114,0.2469878941774368,1.4625382423400879,11.6814975738525391,16.1423969268798828,0.1378528177738190,1.3982676267623901,0.4950111210346222,-0.3936871290206909,4.8792762756347656,4.9843068122863770,0.3230058252811432,-1.1967900991439819,0.2458122521638870,1.2477262020111084,-0.8665038943290710,-0.0509805679321289,-1.1419152021408081,-1.6550176143646240,0.2782857120037079,0.9819387793540955,0.9975892901420593,-0.1238973140716553,-1.9552860260009766,-4.2771792411804199,-0.0623805969953537,-0.9648693203926086,-0.5097120404243469,-3.8595893383026123,0.7100043892860413,0.4087711870670319,0.2701798677444458,-0.5097042322158813,3.5088117122650146,2.3371341228485107,0.4642194211483002,-0.2144215404987335,2.3345291614532471,-0.3641724288463593,2.7483119964599609,5.1187601089477539,-3.2697632312774658,-3.6756865978240967,-1.4187761545181274,-1.3502806425094604,0.2484231889247894,0.3558748960494995,-1.9638919830322266,-1.7972208261489868,3.0337507724761963,1.1483858823776245,-2.6854252815246582,-2.6256182193756104,0.8765640258789062,0.9333034753799438,-0.1816045045852661,-0.4914518892765045,2.0120480060577393,1.6679966449737549,-0.9751860499382019,-1.8706264495849609,-1.7361477613449097,-3.3330497741699219,0.3635992705821991,0.3365777730941772,0.1573988050222397,-0.5335156321525574,-0.1216704249382019,0.2372790724039078,-1.7461796998977661,-3.4429080486297607,2.4880840778350830,4.5506386756896973,18.1978893280029297,-3.9087514877319336,5.8966832160949707,10.2462682723999023,-14.2889108657836914,-4.0198984146118164,10.0478410720825195,-5.7966256141662598,-4.3364114761352539,0.6679152846336365,-0.9718658328056335,26.7419128417968750,-12.9167671203613281,1.5627332925796509,-20.0143146514892578,13.0953388214111328,69.9200286865234375,83.0141677856445312,136.8787689208984375,135.0885620117187500,169.0721588134765625,109.1759490966796875,144.5635375976562500,91.7948379516601562,20.0042724609375000,6.2685008049011230,53.9737396240234375,66.3841629028320312,46.5346870422363281,88.4109344482421875,6.9645409584045410,40.3596420288085938,1.3108143806457520,0.1572541445493698,0.2886774837970734,0.4985717236995697,0.7791991829872131,0.3662085235118866,1.0961221456527710,0.9065923094749451,1.0015280246734619,0.1879965662956238,1.3073668479919434,0.4263836741447449,0.9180729985237122,0.5270220041275024,0.4008215367794037,0.7320922017097473,3.8513679504394531,-0.4504137933254242,0.2458862215280533,-0.3314295113086700,-1.7136164903640747,-0.4112066924571991,1.8637291193008423,1.6838357448577881,0.4751957058906555,0.2774464786052704,-3.1394925117492676,0.1256262660026550,-2.0479915142059326,-0.7935661673545837,-1.1770336627960205,2.9158432483673096,0.0000099999997474,-0.0002519303525332,-0.0619753412902355,-0.1839406192302704,0.3637415766716003,-2.9206066131591797,3.7424521446228027,0.8150989413261414,-2.1142408847808838,-3.7102856636047363,-4.1259007453918457,-1.2457357645034790,-0.0353571213781834,0.6559337973594666,0.3241658508777618,-0.9389732480049133,-7.9492268562316895,-0.3308857083320618,-0.6609979271888733,-1.6129896640777588,1.8975226879119873,1.8333084583282471,3.7122976779937744,-1.3646647930145264,-1.6328135728836060,-1.3780341148376465,0.4654604792594910,1.9967765808105469,5.3308391571044922,-0.6274679303169250,-0.2554835677146912,-0.1909302175045013,-3.7196795940399170,-3.2688655853271484,-1.7423882484436035,-0.8796311616897583,0.2819618582725525,-20.8055858612060547,-9.3835315704345703,1.7932567596435547,0.0268688313663006,0.5081288218498230,-0.7615067958831787,-0.7855853438377380,0.3757126331329346,0.2440420538187027,-0.6177440881729126,3.4013435840606689,1.1252641677856445,-0.5673827528953552,-0.7116169333457947,1.7229499816894531,-0.5026099085807800,1.8064454793930054,1.0072536468505859,-0.2985004186630249,1.2768371105194092,0.6907854676246643,-0.3259205222129822,-0.3877540826797485,0.7590716481208801,0.1646699011325836,0.2319378852844238,-2.2203292846679688,-0.5216504931449890,-2.6543993949890137,-3.3665642738342285,-0.4041387736797333,-1.0521664619445801,-1.8264982700347900,-5.0799636840820312,-2.1833162307739258,2.1839406490325928,-2.0776863098144531,0.1083445772528648,-0.3457179665565491,-1.2272483110427856,-0.8003451824188232,1.9006017446517944,-1.8569723367691040,1.2075301408767700,0.0529790446162224,0.1658749431371689,-3.3308787345886230,-6.5509004592895508,2.0751471519470215,4.2894148826599121,-0.7008568048477173,-1.6201480627059937,0.1340988129377365,1.4844441413879395,2.8272902965545654,-0.2036328017711639,-0.6222469210624695,-0.2215791493654251,-3.0712935924530029,-0.8017671108245850,1.4176143407821655,1.8241841793060303,0.7532216906547546,1.3750976324081421,-5.7169709205627441,-2.4021158218383789,2.0693371295928955,-0.2416832298040390,1.9035536050796509,-0.1282198578119278,0.2899657487869263,0.9489285349845886,2.6951572895050049,-0.2674799561500549,3.2796089649200439,-4.0437669754028320,-2.9205429553985596,-2.0320065021514893,0.9240972995758057,-0.3213786482810974,1.1245236396789551,1.4827488660812378,0.1414731889963150,-1.4936949014663696,1.9975955486297607,1.3259571790695190,-1.6962453126907349,-1.2513376474380493,1.2060017585754395,0.4560538232326508,0.7529906630516052,-1.4968554973602295,3.0083382129669189,2.0115768909454346,0.0815784707665443,-0.8242067098617554,6.3523788452148438,1.5399045944213867,-2.0328090190887451,0.1479409486055374,-1.3014204502105713,-0.1942866444587708,0.3295492529869080,-0.9561149477958679,-1.9186098575592041,-0.5651620626449585,-1.2512202262878418,0.1609241962432861,2.7091102600097656,1.9891703128814697,-5.5225090980529785,1.7629638910293579,1.3015302419662476,-1.4036514759063721,1.8885874748229980,0.5296965837478638,-3.0837163925170898,-1.3448153734207153,1.2006616592407227,-0.0481022894382477,-0.3560858964920044,0.3715946674346924,-2.4025373458862305,-0.3390255570411682,-3.4468760490417480,-3.4346873760223389,0.4299692213535309,-0.6768534779548645,0.3708847165107727,-1.7682540416717529,0.4041848182678223,0.8899272680282593,-0.6788347959518433,0.7143067717552185,0.1832561343908310,-0.6005160212516785,-0.6635600328445435,0.1866837739944458,-0.5360234379768372,0.0128578143194318,-1.1133097410202026,-1.0747642517089844,-0.2330271601676941,0.4658442437648773,1.8597127199172974,1.1011868715286255,-7.3847103118896484,-16.0463275909423828,-0.3120661079883575,1.7597610950469971,-1.1729316711425781,-2.1446549892425537,-0.0324457399547100,0.9832380414009094,-2.3276574611663818,-3.0654308795928955,0.1785106509923935,0.2247600555419922,0.4313051998615265,-0.5574069619178772,1.3786063194274902,-6.3134732246398926,-0.2912789881229401,2.6791839599609375,-1.4341608285903931,1.5540026426315308,0.6836506724357605,-0.4147556424140930,-0.2465320080518723,3.2331149578094482,-1.3338842391967773,2.5763194561004639,-1.2965060472488403,-2.0040042400360107,0.1560052782297134,-1.0401122570037842,5.5602784156799316,4.9383625984191895,-1.5218948125839233,-1.9117463827133179,-0.8577001094818115,1.0224956274032593,0.5253300070762634,-1.7592914104461670,1.0326224565505981,0.0319923684000969,-1.3710660934448242,0.7206156849861145,2.7822182178497314,0.7007471323013306,0.7183710932731628,1.0360279083251953,-0.7293387055397034,2.3145205974578857,3.3493313789367676,-3.2031219005584717,0.4320883750915527,-1.6431441307067871,1.2211751937866211,1.4293031692504883,1.6733548641204834,-1.9133228063583374,-0.5857854485511780,0.7715209722518921,1.6031689643859863,1.9333451986312866,3.8592369556427002,0.3741048574447632,-1.1126132011413574,-1.5199755430221558,-0.3340119123458862,1.1513975858688354,3.5420069694519043,1.0383677482604980,0.8306908607482910,2.2127478122711182,-0.1393018364906311,-0.6483449339866638,-2.0646686553955078,0.6832494139671326,2.2813544273376465,3.8004941940307617,1.4934685230255127,-0.3795844018459320,-0.2025508284568787,-1.8496789932250977,-0.1675114184617996,7.2453989982604980,-0.4857288897037506,0.4274776279926300,1.9671415090560913,0.2109674811363220,0.8636973500251770,2.4304749965667725,0.1635929495096207,1.1382344961166382,1.0027638673782349,1.8052971363067627,0.7629151344299316,-2.1020646095275879,-0.9631806015968323,-2.4950816631317139,1.3084708452224731,-0.3279744386672974,1.1854544878005981,1.8800467252731323,1.1426057815551758,-0.4681580066680908,-0.2692991495132446,3.2486369609832764,2.1923537254333496,6.0087242126464844,0.1804939061403275,0.5168066024780273,0.6004323959350586,0.8181486725807190,-1.1850695610046387,0.7094601988792419,1.1577197313308716,0.8380779027938843,-2.0425024032592773,-4.2726321220397949,0.2870146632194519,0.2757607400417328,1.3148820400238037,-0.5698850154876709,-3.2736213207244873,-4.0916228294372559,0.1680870950222015,1.5060406923294067,-1.2346291542053223,-3.4818522930145264,1.5303452014923096,2.0669372081756592,-1.8219816684722900,-0.5255354642868042,-3.0858490467071533,-4.7753372192382812,-0.6818577647209167,2.3004953861236572,0.4447900950908661,2.5604257583618164,-1.7063511610031128,-0.0646066963672638,-8.9234590530395508,-8.1079998016357422,0.8821966052055359,0.4261231124401093,-0.1144051551818848,-0.0706154927611351,0.7429249882698059,0.7272611260414124,4.5689411163330078,5.6621174812316895,0.8003201484680176,0.3565813302993774,-0.8634768724441528,-0.1910728365182877,1.3304336071014404,1.5798381567001343,-0.1164634525775909,1.0963187217712402,3.5714471340179443,-1.5697532892227173,2.1604735851287842,1.2429306507110596,-0.6468102335929871,-0.2837080061435699,3.3292613029479980,3.2483971118927002,-2.8181273937225342,-3.4709053039550781,-1.1093586683273315,-1.0747671127319336,-5.2968559265136719,-6.1173477172851562,-2.2508153915405273,-1.6416915655136108,-1.7434149980545044,-1.3653163909912109,1.1075012683868408,0.6074414849281311,-2.9624710083007812,-2.4785716533660889,1.0344705581665039,0.7850248217582703,-2.1825079917907715,-2.0834729671478271,-3.1392195224761963,-2.6754670143127441,0.9503504633903503,1.4376347064971924,-1.7804390192031860,-2.5973393917083740,-1.1225670576095581,0.7573673725128174,2.4576265811920166,0.4892775416374207,0.6999032497406006,1.1063690185546875,-2.3046965599060059,-2.8569130897521973,1.2730504274368286,1.4958209991455078,-0.8440443277359009,0.3021622598171234,-2.1463010311126709,-1.8577332496643066,1.5577825307846069,1.9246085882186890,-6.7810974121093750,-4.5876808166503906,0.0916155949234962,0.8407412171363831,-1.2910960912704468,-1.9546550512313843,0.6122231483459473,0.5399971008300781,-8.8672828674316406,-6.4456553459167480,3.4605789184570312,1.6030192375183105,-1.0358296632766724,-2.6052482128143311,0.0770298838615417,-0.2575262784957886,0.1770298182964325,-1.4508264064788818,0.6060062050819397,2.3613235950469971,-1.4246441125869751,-0.8661899566650391,-0.0166825260967016,-0.7759301066398621,-0.6318444013595581,-0.0988965928554535,1.3240702152252197,-0.5249785780906677,-2.0143487453460693,-1.1853517293930054,0.0130537822842598,0.4921148419380188,0.3727535009384155,0.6128007173538208,0.3867484331130981,-2.5268974304199219,-2.6393578052520752,3.9393079280853271,0.2128371894359589,1.7744766473770142,-1.1459450721740723,0.0588525235652924,-1.4490224123001099,-0.0357841178774834,-2.0744936466217041,1.1771506071090698,0.9523958563804626,0.8920958638191223,3.0430197715759277,-0.2583070397377014,-2.1855847835540771,-3.5677926540374756,2.5094614028930664,0.9109914302825928,-0.9279553294181824,-2.2216711044311523,-0.9739840030670166,-4.7019147872924805,-0.0122934123501182,0.3693070411682129,-0.1655994504690170,2.4924712181091309,2.7645845413208008,4.0935873985290527,-0.8159776329994202,-0.4041108191013336,0.5471425056457520,0.3091067969799042,11.1785383224487305,5.8004422187805176,0.3012984693050385,0.0563421100378036,-0.5894873738288879,0.0969996526837349,5.6547384262084961,4.0867295265197754,0.1839914470911026,-0.1601755321025848,0.2417167276144028,-0.0870236307382584,0.8023467659950256,1.1683094501495361,-2.0517039299011230,-4.2493596076965332,0.5783871412277222,0.5564240813255310,-0.2864311039447784,-0.1877944767475128,-0.0507177487015724,0.1809699833393097,1.3435590267181396,1.1662855148315430,1.6750603914260864,2.1313765048980713,1.7922744750976562,1.0520404577255249,18.1103172302246094,11.1560306549072266,0.8061647415161133,-0.2633042037487030,-1.5359935760498047,0.2300567477941513,-1.8322163820266724,-0.7973085641860962,10.8016710281372070,4.9880461692810059,-0.0386208407580853,0.5126734375953674,-0.9836626648902893,-0.0949211195111275,-2.0266194343566895,-2.3574256896972656,-0.8976467847824097,0.5788686275482178,5.2941493988037109,2.0432898998260498,0.5816907286643982,-0.2840482592582703,0.1606032103300095,0.6607156991958618,1.4414644241333008,0.4228063821792603,-0.8081389069557190,0.1259702295064926,-1.8260231018066406,-0.9003780484199524,-11.9029893875122070,-14.2783546447753906,-19.2930831909179688,-8.1583719253540039,7.6453824043273926,-19.8475131988525391,-10.8225679397583008,1.5024608373641968,12.8574790954589844,-3.6932656764984131,-39.0016632080078125,-7.9761481285095215,8.2371635437011719,11.3716373443603516,19.3774967193603516,-25.3180789947509766,10.5471992492675781,76.7729187011718750,10.6296548843383789,48.0490531921386719,35.9098587036132812,145.5541687011718750,22.6106472015380859,11.4330854415893555,19.0654468536376953,11.1181612014770508,38.3945159912109375,14.2994632720947266,33.8434829711914062,5.0762372016906738,131.9596710205078125,130.1044311523437500,0.6502474546432495,0.3551095724105835,0.2429930418729782,1.0202668905258179,0.4435044527053833,0.4215832948684692,0.3118291795253754,0.2577629983425140,0.3315434157848358,0.5437672734260559,0.6779059171676636,0.8823281526565552,0.9239237308502197,0.2677902281284332,0.5397982597351074,0.3591755926609039,1.7889224290847778,-0.3049108386039734,-0.3325140476226807,-2.1936092376708984,-0.9072390198707581,0.2426638305187225,-0.7914773821830750,-0.2853504121303558,0.0421441867947578,-2.1268377304077148,0.5078557133674622,-2.6608607769012451,2.1996243000030518,1.2435138225555420,-0.0804953053593636,-0.0657319352030754,0.0000099999997474,1.9786250591278076,0.2874527573585510,-0.6174952387809753,-0.9885067939758301,-0.1426705867052078,0.0483166091144085,-0.1385766565799713,-0.7706631422042847,0.3715878129005432,-0.6433911323547363,-0.3720886111259460,0.9561970829963684,-0.8458462357521057,1.2549657821655273,0.0890208855271339,-2.9992511272430420,-6.1661219596862793,2.6154601573944092,1.9810922145843506,-1.2111085653305054,-0.3636437952518463,0.2203466445207596,8.2948789596557617,0.9638501405715942,-2.7610983848571777,-1.3272576332092285,-1.6790562868118286,4.4538288116455078,-6.2650475502014160,-1.7750153541564941,0.4637393653392792,-0.5939142704010010,1.8060935735702515,-0.8638008236885071,1.7424149513244629,9.1443672180175781,0.3344714343547821,-3.6501717567443848,1.4181494712829590,2.4808635711669922,-2.1211631298065186,-4.6408796310424805,2.4660682678222656,1.6365174055099487,4.8408770561218262,0.0190603733062744,-2.3592338562011719,1.7479329109191895,0.7827672362327576,-1.3727455139160156,-1.2327240705490112,-0.9707012772560120,-0.3805249929428101,0.0543993562459946,-0.6305686235427856,0.5553102493286133,-0.1094188317656517,-1.2179845571517944,1.8559249639511108,-3.0411436557769775,1.1545553207397461,0.8994519114494324,0.9690931439399719,0.3313315808773041,-1.9429340362548828,-1.8355668783187866,1.2822742462158203,-0.0329488217830658,-1.3150112628936768,-1.6389235258102417,0.5308591127395630,-0.3724730312824249,-0.4249688386917114,1.1412795782089233,0.2176994532346725,1.0971342325210571,0.0068352464586496,-0.1367188543081284,1.1607463359832764,1.6001988649368286,2.6917202472686768,-0.3339055776596069,-2.5722680091857910,0.2661607265472412,0.4354733526706696,1.6873098611831665,-3.9632990360260010,1.6893292665481567,1.3233052492141724,0.0194206293672323,2.6580305099487305,-3.3077692985534668,1.4483333826065063,0.0800236389040947,-10.7127780914306641,-3.7554299831390381,0.3663389086723328,3.8628046512603760,0.9875426292419434,-0.2575269043445587,1.2842944860458374,-0.2938442826271057,0.2975502908229828,0.8977906107902527,2.7331321239471436,2.8638215065002441,-0.1034399867057800,-4.5420188903808594,2.1550636291503906,-0.8110201358795166,-0.2797587811946869,3.5679295063018799,1.8417057991027832,-0.3124148547649384,0.7892972230911255,5.4449415206909180,-1.0797586441040039,-2.6685118675231934,-0.9627236127853394,1.2171370983123779,-1.5379788875579834,-1.4086771011352539,1.9397139549255371,-0.7383483052253723,1.2410954236984253,-0.4960136413574219,-1.0790714025497437,-0.2170054614543915,0.5053444504737854,1.5234153270721436,1.0351203680038452,-0.2396286576986313,-0.3449968993663788,-0.7181147336959839,1.0638185739517212,1.2127192020416260,-0.2309374362230301,-0.2357830703258514,1.6196047067642212,-0.3093896508216858,1.5189293622970581,-1.4615893363952637,-1.2270684242248535,1.6373536586761475,-0.9022341370582581,-11.0154304504394531,-0.4786981642246246,1.5998700857162476,-0.1933660209178925,-1.6269874572753906,2.0734686851501465,4.2871928215026855,0.1283611506223679,-0.0771082267165184,0.9852072596549988,-4.2580828666687012,-1.2185941934585571,-6.4069266319274902,-0.8865399956703186,0.3227533996105194,-1.4189032316207886,2.3574154376983643,0.7030879855155945,-1.2142721414566040,-1.1096090078353882,-7.0035848617553711,-0.9939471483230591,-2.0407009124755859,1.6098068952560425,0.8281551003456116,-0.3821555674076080,-2.6421437263488770,-0.6492519974708557,-9.7905988693237305,-1.8518375158309937,4.8767595291137695,1.0095680952072144,-1.9727510213851929,-0.9744932651519775,-1.1500836610794067,0.6746603846549988,-0.4670228064060211,0.9394496083259583,0.9143532514572144,-0.1886229217052460,0.0102231428027153,1.0313583612442017,-1.4623906612396240,0.0571057945489883,-1.2725863456726074,-1.0667527914047241,-0.8284854292869568,-1.7191472053527832,0.5153633356094360,-0.5515192151069641,1.1155856847763062,1.3685108423233032,-0.6580114364624023,-0.2297044098377228,0.9018986225128174,1.1795839071273804,-1.0047982931137085,-0.1367526203393936,0.2520124614238739,1.0166937112808228,-0.1549194306135178,-1.3833227157592773,0.9191871881484985,1.0366299152374268,-0.3898192942142487,0.5983476638793945,-0.4446290731430054,-2.3303830623626709,-1.2961393594741821,0.5093472003936768,-0.7603613138198853,-2.4188728332519531,-0.9016720056533813,1.2883148193359375,1.3739774227142334,-1.7369241714477539,0.2297428399324417,11.6166419982910156,4.0272479057312012,-1.2860673666000366,-2.4742267131805420,-2.2670388221740723,2.1296455860137939,-0.4806353747844696,-1.4406390190124512,0.7069065570831299,-0.3687286972999573,5.2157711982727051,-1.7406678199768066,-1.1415028572082520,-0.5766227245330811,-0.5441196560859680,0.6248582005500793,-2.4626166820526123,-0.8315671086311340,-0.2633830904960632,1.4441310167312622,-2.5374200344085693,0.0693307295441628,0.2373327314853668,-0.7166151404380798,-0.6818255186080933,-0.4916242063045502,0.8844074606895447,0.3117261528968811,0.4284718632698059,2.9787878990173340,-0.6841682195663452,3.4324631690979004,-1.5415920019149780,1.5701649188995361,0.1219312846660614,0.2517652213573456,1.0458749532699585,0.0162241067737341,0.1226143911480904,0.2840521633625031,-0.6702277660369873,-1.3718045949935913,-1.3915263414382935,0.6576521396636963,0.2778376638889313,-0.9517119526863098,-0.2686289250850677,-1.5046061277389526,0.4784463644027710,1.1991946697235107,2.2323832511901855,-0.3632444739341736,0.6598802804946899,3.3458936214447021,0.8487489223480225,-0.5789726376533508,-2.0679292678833008,2.0401997566223145,0.5509632229804993,-0.3861741125583649,1.1837559938430786,-3.7289175987243652,3.1984117031097412,0.0280049610882998,-8.6139020919799805,-3.7360455989837646,-0.2577230632305145,0.8966304659843445,7.7974753379821777,6.5819320678710938,1.5471093654632568,1.0551559925079346,0.5182815194129944,-0.6950795054435730,-2.6743063926696777,-6.4584136009216309,-1.8419889211654663,1.6082471609115601,-4.9315028190612793,0.2437158823013306,-0.9644460678100586,-0.7893584966659546,-0.4934167265892029,-1.6095039844512939,-0.3848178088665009,-0.8554527163505554,-0.1302488446235657,-0.7240496873855591,1.2640347480773926,-0.6024572253227234,-1.5532031059265137,-0.1273040175437927,2.3282501697540283,0.2564744055271149,0.6477970480918884,0.4895294904708862,-0.3326276540756226,-1.1069651842117310,-0.0488449819386005,1.6434985399246216,11.5806255340576172,2.2800056934356689,-1.8132665157318115,-0.1287559121847153,4.1044521331787109,1.2815868854522705,-10.0633420944213867,-0.3146573305130005,0.5046768784523010,1.4958285093307495,-0.7316080331802368,-0.7990443706512451,0.4986063838005066,-1.2122491598129272,-1.2631518840789795,-0.4644024670124054,1.2312209606170654,-0.6092494130134583,0.0095325065776706,-1.0380837917327881,-0.2984092831611633,-0.5332198739051819,-0.5956426858901978,-0.0084351794794202,-0.6103186011314392,0.6035046577453613,1.6895527839660645,0.4089856147766113,-0.3034680187702179,0.5525369644165039,0.6873877048492432,3.8315515518188477,0.9704677462577820,-0.1444856375455856,-0.7448562383651733,0.2616453766822815,2.1723501682281494,1.5320653915405273,-1.1241025924682617,-0.0460896603763103,1.7313809394836426,-0.6046872735023499,0.9554133415222168,-0.5976966619491577,0.9725804328918457,1.0525386333465576,-0.2990687191486359,-1.9396804571151733,0.1566103398799896,2.3367769718170166,-0.3474914729595184,-2.2893304824829102,-2.7418828010559082,-0.0846556946635246,-0.7241268157958984,-2.2701780796051025,-2.8504409790039062,-3.1467945575714111,0.5268049240112305,-1.3834829330444336,2.5297648906707764,9.0238752365112305,1.4129443168640137,1.9843484163284302,0.9650553464889526,1.4658980369567871,1.2613518238067627,1.9825000762939453,-1.4490952491760254,-1.1258684396743774,2.0583240985870361,2.2639455795288086,4.1163411140441895,2.7105908393859863,1.2932015657424927,0.8838412165641785,-1.7958643436431885,0.6279965043067932,-0.3659734129905701,-1.0294055938720703,2.2386448383331299,5.5340385437011719,2.9966070652008057,1.7392245531082153,1.7717044353485107,2.7654547691345215,0.7028181552886963,-0.9369738698005676,-0.0451580584049225,-1.1405531167984009,-1.7391157150268555,0.0009260477381758,-1.1520169973373413,-1.5948237180709839,0.6449084281921387,-0.9951073527336121,0.6591660976409912,-3.7954494953155518,-7.5985808372497559,-3.9635066986083984,-0.3669126927852631,-2.1302566528320312,-2.5541081428527832,0.8103887438774109,-1.0928357839584351,-1.4067780971527100,-2.8117232322692871,-1.7834843397140503,3.4226081371307373,0.0288463737815619,-1.0586544275283813,-0.8335443139076233,0.6232785582542419,-1.2275973558425903,1.7851326465606689,0.7357458472251892,0.4426465332508087,2.7900040149688721,-0.4702144563198090,-1.3282511234283447,-2.4311475753784180,0.7929185032844543,2.4143078327178955,-1.2291287183761597,-1.8379554748535156,0.4912473261356354,-4.2769474983215332,1.1573166847229004,-1.7449710369110107,3.2436501979827881,-0.7252318263053894,-0.8096966743469238,-1.5866777896881104,3.4484462738037109,2.7100222110748291,-5.4831924438476562,0.2880636155605316,-2.2063994407653809,1.9953839778900146,1.5542922019958496,-0.5537300705909729,-0.0868294462561607,0.5323777794837952,-0.8159806728363037,0.4308061897754669,-0.4152271747589111,1.0821632146835327,-1.1529374122619629,1.3067940473556519,-2.2058532238006592,0.7736320495605469,0.7373945116996765,-2.9552762508392334,-1.8519279956817627,-1.8777029514312744,2.5586621761322021,1.0983859300613403,1.3189336061477661,-0.5348904728889465,0.0405879132449627,0.2168159633874893,1.6693947315216064,0.4494312107563019,0.4336392879486084,-3.5219268798828125,-0.7855582833290100,-0.8991849422454834,-2.2204718589782715,-1.3529946804046631,-1.3128757476806641,-1.9392769336700439,0.7153018712997437,-2.8612980842590332,0.0641284286975861,1.9293626546859741,0.4664004147052765,-2.4405617713928223,0.2900525331497192,-1.2895085811614990,-1.2481243610382080,-2.2416751384735107,2.4908819198608398,-1.4402431249618530,-3.5358004570007324,-0.7960627675056458,0.4531599581241608,-4.2856774330139160,-2.6276803016662598,-2.2097010612487793,-1.9874247312545776,-6.7701535224914551,-2.3411712646484375,2.9601769447326660,-12.9426050186157227,-10.2423486709594727,9.5625734329223633,-5.3804330825805664,2.3202092647552490,-2.1586432456970215,6.2573089599609375,1.1694883108139038,-8.0148639678955078,-10.2525701522827148,4.2156043052673340,-6.9126901626586914,2.4072413444519043,31.6539764404296875,51.7936706542968750,35.0996513366699219,24.2296600341796875,58.3654403686523438,42.0833892822265625,32.0865898132324219,6.9377846717834473,44.8507385253906250,29.8207836151123047,45.3497161865234375,31.2599544525146484,25.3175659179687500,26.6190032958984375,5.3817815780639648,0.8244333267211914,0.1745625734329224,0.3546565175056458,0.6594654917716980,0.3822025656700134,0.2859982252120972,0.3032556176185608,0.2898292243480682,0.3447636365890503,0.2737697362899780,0.8741822838783264,0.2208092659711838,0.2656134665012360,0.3855495750904083,0.2485179603099823,0.4875335693359375,0.2450557798147202,0.0234822183847427,0.4283416569232941,-1.8352605104446411,-1.3253293037414551,-0.0598122514784336,0.0362001247704029,-0.1284788995981216,1.6490123271942139,0.8761284351348877,-2.5835337638854980,-0.1515774279832840,0.2514242827892303,-1.1478880643844604,-0.2069232761859894,-2.0006415843963623,1.4716873168945312,0.0000099999997474,11.3945112228393555,3.9376392364501953,-0.8759845495223999,2.2783341407775879,-1.5698949098587036,0.2411310076713562,-0.6909267306327820,-1.6733653545379639,0.9029271006584167,1.0693203210830688,-0.0363050960004330,1.1633185148239136,0.8396428823471069,-0.3733581602573395,2.1686816215515137,0.6404484510421753,-1.2296675443649292,0.3041854500770569,0.9767451882362366,2.7183451652526855,-2.6475389003753662,2.7800984382629395,-0.2354954332113266,-0.9748515486717224,-0.4290752708911896,0.1995972990989685,1.0747346878051758,1.3187953233718872,-0.2207403928041458,1.0007938146591187,0.9044399857521057,1.3795673847198486,3.4487988948822021,5.2500867843627930,1.0852735042572021,0.6541948318481445,-6.5977482795715332,-6.9874334335327148,0.5129860639572144,0.2710735797882080,6.0009498596191406,4.9199452400207520,-0.1006434261798859,0.7384724617004395,-0.1538781523704529,-0.7713541388511658,-1.0933076143264771,0.5253474712371826,0.7769350409507751,1.9475522041320801,-2.1157550811767578,-2.3237206935882568,0.0378370285034180,0.1545753329992294,-0.6974616050720215,0.8400975465774536,-0.3099678158760071,-0.2721922993659973,-0.7063748836517334,-1.1103007793426514,-3.5637228488922119,0.9245940446853638,-1.0797176361083984,0.1016267016530037,0.6979842185974121,-0.3559403717517853,1.6789702177047729,2.9195063114166260,-2.9094870090484619,-0.0368129648268223,-1.7082426548004150,0.0953059196472168,-1.1473580598831177,0.4216413497924805,-9.0423135757446289,-1.6786581277847290,0.8006631731987000,0.1027264893054962,1.7032878398895264,-0.6475551724433899,-0.4764625728130341,-0.5027893185615540,3.5548284053802490,4.2156863212585449,1.9351847171783447,10.4991359710693359,-0.1886607557535172,1.3639634847640991,1.3466283082962036,-0.3462285101413727,-2.2241578102111816,1.5443693399429321,0.9055514931678772,-0.5190389156341553,0.3936417996883392,-0.9507495164871216,-0.5738481879234314,-2.2772579193115234,-2.3911881446838379,-1.3578761816024780,1.5819153785705566,1.4683233499526978,1.2316863536834717,1.4830714464187622,-4.4877710342407227,-1.9076861143112183,-0.4026118218898773,-0.3282728493213654,-1.0974822044372559,-4.4756832122802734,3.8435475826263428,3.9439918994903564,2.7589962482452393,5.9073810577392578,0.4337401688098907,-0.8219155669212341,-1.5740040540695190,-1.8746638298034668,-2.6860458850860596,0.1514267623424530,0.7427287101745605,-0.3157649040222168,-0.4135957658290863,-0.0661190673708916,-0.8069214820861816,-2.9271407127380371,-0.3960239887237549,0.4691698551177979,-0.5188195705413818,-0.2116290181875229,-5.5248479843139648,-3.5280230045318604,-0.6164611577987671,-1.9429650306701660,4.9826211929321289,4.8660020828247070,-0.4521005749702454,-0.0465220287442207,-0.2459154427051544,3.0829236507415771,1.0659279823303223,0.5552162528038025,1.8043875694274902,0.3986303806304932,-0.4360283911228180,-0.0439211651682854,-0.2607272267341614,-2.7454044818878174,-2.2531073093414307,-1.2629027366638184,1.2000257968902588,1.8493728637695312,0.9125298857688904,0.9362741112709045,-2.1111011505126953,-0.4469952881336212,-4.9136285781860352,-3.2051169872283936,1.8074609041213989,0.8918573260307312,-4.1489710807800293,-4.9211235046386719,-0.3015433847904205,1.4006187915802002,0.9554373621940613,-1.2132298946380615,0.1206436678767204,0.8666432499885559,1.2968293428421021,-5.7558898925781250,2.5932254791259766,-0.1153874769806862,-0.4849832355976105,0.0930677428841591,1.5189490318298340,7.3673324584960938,0.0896970853209496,0.0179721433669329,1.0489223003387451,0.1336530447006226,0.1725938916206360,-1.7906167507171631,1.3096041679382324,-2.3686096668243408,-1.6540663242340088,-0.2661260068416595,-0.1104518100619316,-2.2212817668914795,-1.3451522588729858,1.5798356533050537,-0.0224424134939909,2.7206537723541260,0.3292295634746552,0.3287689685821533,0.1843910962343216,0.0806964859366417,1.9813709259033203,1.8972578048706055,-1.3372675180435181,0.7921407222747803,1.5576225519180298,-1.6780414581298828,-0.7010043859481812,-1.4970719814300537,3.0783524513244629,-1.0844705104827881,-4.1966261863708496,-5.1141815185546875,-2.9695010185241699,0.5707910060882568,-0.5377405881881714,-3.9816172122955322,0.7600280046463013,-2.4978673458099365,-0.6349841952323914,0.7306600809097290,1.1354091167449951,2.9289579391479492,-2.3084399700164795,-1.4394525289535522,0.0957448109984398,0.7440488338470459,-3.2877886295318604,-1.2377722263336182,2.2554006576538086,-1.3997021913528442,-1.2193922996520996,-1.0978473424911499,1.2393915653228760,-0.1756352931261063,-0.7681455016136169,0.0481643714010715,-6.6105108261108398,-0.8152935504913330,-1.3261381387710571,0.1301204115152359,-1.2789354324340820,-3.5203082561492920,6.2234559059143066,0.2686638534069061,-0.5787114500999451,3.5798766613006592,-0.4542225599288940,1.0239323377609253,-0.4080228209495544,0.8692973256111145,-4.0938658714294434,0.2320044785737991,1.1135622262954712,-1.1068205833435059,-1.2556440830230713,1.3693183660507202,-0.5138458609580994,-1.4983950853347778,0.0965399295091629,0.1490994691848755,0.8684116601943970,-0.6027175784111023,-0.6579024195671082,0.9061493277549744,3.0707514286041260,3.6411027908325195,-0.3094234764575958,-0.9153253436088562,-1.0409970283508301,0.8869353532791138,-0.9353844523429871,1.2395522594451904,-4.7883148193359375,-11.0952501296997070,0.8452453017234802,-1.5484802722930908,-0.0220678541809320,2.8130948543548584,0.7272174358367920,0.3646965324878693,-0.9978765249252319,0.0147529626265168,-12.2410631179809570,-4.1167750358581543,0.8026468157768250,0.7727843523025513,0.1973680257797241,1.4869427680969238,0.4587810337543488,1.1243290901184082,0.1854358911514282,-0.0787875801324844,1.0090430974960327,-0.3333961963653564,-3.5960161685943604,-4.3592057228088379,0.8393395543098450,0.6066604256629944,-0.3872042000293732,1.8869645595550537,-1.8875761032104492,1.3391677141189575,-2.5856807231903076,1.1662052869796753,-0.5964897274971008,-0.6498457789421082,0.7507861852645874,-2.5035743713378906,0.2905276715755463,0.8724583983421326,0.9853023886680603,-2.0188610553741455,-5.0223708152770996,0.0565151870250702,-1.5768002271652222,1.2608090639114380,0.9233806133270264,-1.2972692251205444,0.5690396428108215,4.5343832969665527,-2.3515729904174805,-4.2677531242370605,2.1975288391113281,2.3276600837707520,0.5414116382598877,9.1106243133544922,0.7960270643234253,-0.4822962880134583,0.6559906601905823,-1.1623233556747437,0.1652708053588867,-0.6530560255050659,11.6007213592529297,3.1902949810028076,0.2589693665504456,0.2890315651893616,-1.5024561882019043,0.6899795532226562,0.6348028779029846,-1.0533446073532104,2.1764817237854004,0.1167687624692917,1.9064581394195557,0.6328549385070801,1.0771220922470093,-1.0478248596191406,0.9206979870796204,-1.0847300291061401,-0.0140703171491623,0.2491544336080551,-1.1997928619384766,-2.2142524719238281,-1.0074830055236816,-1.4216499328613281,2.3046355247497559,1.6506321430206299,1.0557934045791626,-0.5854427814483643,1.1935691833496094,-0.3881810605525970,0.8639550805091858,0.6367096900939941,-4.0514669418334961,0.0895832255482674,-1.7032214403152466,0.6283276081085205,-14.1241550445556641,-1.6471061706542969,-1.2505093812942505,0.3139736056327820,0.0265755672007799,-2.4522130489349365,-0.4182667136192322,-0.5817158818244934,-1.1457829475402832,0.0021456372924149,-2.5004713535308838,2.7037510871887207,-0.1738762259483337,-1.0489906072616577,0.7556294202804565,0.5037606358528137,-0.7867931127548218,-1.0819666385650635,2.4853982925415039,0.6376349925994873,-1.5464072227478027,-0.3232381939888000,-1.8059501647949219,-1.7301387786865234,-0.0731513425707817,2.0157642364501953,1.7611608505249023,0.7505567669868469,2.1245107650756836,-0.2936283648014069,1.7112054824829102,-3.3571815490722656,3.3264765739440918,-0.2246865332126617,-0.7559552192687988,0.4975280463695526,-0.5587636232376099,5.2975058555603027,4.8115487098693848,1.8198459148406982,0.7124775052070618,1.5439562797546387,0.8364635109901428,-0.8914631009101868,-0.3238671422004700,-4.5824551582336426,-0.1804716736078262,0.3874175846576691,1.0084615945816040,-1.3289813995361328,-1.3390547037124634,-0.2829956710338593,1.8969750404357910,2.1545147895812988,-0.3859509527683258,0.9753549695014954,4.7065300941467285,2.2704463005065918,0.5544806718826294,-1.9762445688247681,-4.4177856445312500,-2.6741034984588623,0.9241908788681030,0.9368035793304443,1.6504451036453247,0.8372995853424072,-1.2346676588058472,0.3212196230888367,1.3223780393600464,-1.1444288492202759,1.3368225097656250,0.0427946038544178,0.1297965049743652,-4.2157573699951172,5.1130652427673340,1.0793775320053101,-0.4389346539974213,1.1355752944946289,1.9692071676254272,0.2939770817756653,0.9683414101600647,0.5891020298004150,-1.3369787931442261,-0.0489165708422661,-1.6841073036193848,-0.0397303402423859,-0.7552236914634705,0.0826067253947258,0.7392885088920593,0.4304017722606659,-0.7817620635032654,0.0990551114082336,-0.2038804888725281,1.1624263525009155,-2.8044502735137939,-0.5713829994201660,-0.2164438962936401,0.0203685350716114,2.1938292980194092,0.3760764002799988,-1.5082856416702271,1.2402633428573608,-1.9452263116836548,-0.6683536171913147,-1.7901729345321655,-0.4451057612895966,-0.3882632255554199,0.8664639592170715,-0.0853830873966217,0.9491171240806580,-10.9643945693969727,-11.8972291946411133,0.4042263329029083,1.9033963680267334,0.9689492583274841,-0.0534274578094482,0.5322830080986023,0.3501684069633484,-0.2988130748271942,1.0167275667190552,-2.6397516727447510,-0.9150534868240356,0.5770822763442993,-0.4029139280319214,2.5838978290557861,0.1363949030637741,1.4741004705429077,-0.2276103198528290,6.9029064178466797,0.2867273688316345,-0.8206501603126526,1.1176251173019409,-1.0476660728454590,-0.0623552240431309,0.1258753091096878,-1.3890829086303711,-1.4297406673431396,-1.1208778619766235,-1.0264674425125122,-17.0365886688232422,0.6301538348197937,-0.5166949629783630,-0.7827315926551819,0.0807062014937401,2.9509501457214355,1.2939713001251221,1.2422448396682739,1.1719579696655273,-1.5942950248718262,-0.6258074641227722,3.0526823997497559,20.0289840698242188,-4.9427723884582520,11.1587409973144531,5.5650248527526855,11.1573228836059570,-16.0782413482666016,8.3509569168090820,-9.3203277587890625,5.0963826179504395,5.4038534164428711,-5.5334110260009766,7.6274290084838867,11.8619956970214844,17.4945259094238281,-4.8104863166809082,9.7561693191528320,20.0448284149169922,70.5160827636718750,63.1223220825195312,12.5061111450195312,17.2893486022949219,8.5011539459228516,26.8522300720214844,78.8882064819335938,23.0848331451416016,35.1661987304687500,28.1777915954589844,15.8077144622802734,8.1210708618164062,16.1863365173339844,54.2068557739257812,0.1965271681547165,0.6008170247077942,0.4800464510917664,1.1968923807144165,0.5924682617187500,0.3918683528900146,0.5497349500656128,0.2998771667480469,0.2469911277294159,0.2496952712535858,0.3232381939888000,0.7243318557739258,0.2123392522335052,0.2388329803943634,0.3342350721359253,0.3812063932418823,0.1113744899630547,-1.6205204725265503,0.9849135875701904,-2.0560376644134521,2.9957969188690186,-1.3809849023818970,-2.4193651676177979,0.8938847184181213,-0.0719895884394646,-0.3552660048007965,0.2538845241069794,-2.6295988559722900,0.2127514630556107,0.5098566412925720,0.8025648593902588,0.5744464397430420,0.0000099999997474,-0.2100389897823334,0.5654931068420410,-3.1062850952148438,-4.3614315986633301,-2.3709371089935303,5.2743244171142578,-1.2256857156753540,-1.8086361885070801,1.1300500631332397,-0.5815919041633606,-3.6806306838989258,-2.1718306541442871,-1.4681444168090820,0.9971602559089661,0.1060012504458427,-0.2736295461654663,0.9730753302574158,0.7636898159980774,0.2904338538646698,-0.4128240644931793,0.7442644238471985,-0.6956403851509094,1.3924194574356079,-0.0279448647052050,-2.2087213993072510,-1.7508250474929810,0.2147230654954910,0.0115726143121719,-2.5796685218811035,-3.2627866268157959,1.0478043556213379,-3.9027359485626221,0.0655243545770645,-0.4488093554973602,-2.5218772888183594,-3.5809631347656250,0.1527290642261505,0.3518687188625336,2.9182677268981934,3.1575009822845459,2.3439164161682129,1.6058077812194824,-1.2736917734146118,1.3049044609069824,-2.3467578887939453,-3.2275404930114746,1.6573134660720825,2.2280600070953369,3.8313961029052734,2.9026253223419189,-0.8287984132766724,-0.7079054713249207,-1.5917689800262451,-0.5543088912963867,0.7542439103126526,0.2038040459156036,3.1105253696441650,3.7474744319915771,2.4977297782897949,3.1678471565246582,0.2352688759565353,-0.5379211306571960,-0.2652913033962250,-0.2596568167209625,1.3285320997238159,0.7634325623512268,-0.0806670486927032,1.1130515336990356,0.4540230929851532,-2.6342356204986572,0.7236251235008240,-2.8892486095428467,0.1567627191543579,-0.9465790987014771,0.3452895879745483,-0.7787666916847229,-0.4742535650730133,-5.5897040367126465,1.3541358709335327,0.6429821252822876,1.1999319791793823,0.5060068368911743,0.2131047844886780,-0.5742450356483459,1.8525235652923584,6.7549023628234863,-0.1760747730731964,4.5616741180419922,1.3128190040588379,1.1040664911270142,0.7436295747756958,-0.5488674044609070,1.1650881767272949,2.6587560176849365,0.4052481651306152,-1.0528305768966675,-0.2941074371337891,-0.9817855358123779,0.9609715342521667,1.2019560337066650,2.2252562046051025,-0.4495640993118286,-0.5648277401924133,-1.3500436544418335,-2.1061406135559082,-0.3662336766719818,2.0306355953216553,0.8695031404495239,0.3490068912506104,0.9715526103973389,0.3661743700504303,0.4054305255413055,5.0761446952819824,1.6307634115219116,-1.1227225065231323,-0.8418281674385071,-1.1540393829345703,2.1056709289550781,1.3867100477218628,-1.7807980775833130,5.3184614181518555,3.8598680496215820,0.7909440994262695,2.0537917613983154,-0.3820605278015137,0.3202845752239227,-1.6354050636291504,2.8948304653167725,-3.8991756439208984,-0.3553701043128967,-0.2621078491210938,-0.3030169010162354,-0.3881502449512482,0.6595673561096191,0.7121232748031616,3.4236376285552979,-1.4779396057128906,-1.4482522010803223,0.6598313450813293,-0.1415894031524658,-1.0762463808059692,-3.0744054317474365,0.2227324098348618,6.3186326026916504,-1.6432765722274780,0.3545982241630554,-0.0858063399791718,1.0332496166229248,-2.5740189552307129,-10.1312932968139648,-1.0942420959472656,0.1555217504501343,-2.0437152385711670,-1.0016545057296753,0.3881478607654572,0.5329892635345459,-0.1003847271203995,1.3006811141967773,-0.3267221748828888,-0.3005908429622650,0.6695934534072876,-0.4267305731773376,-0.1734351813793182,-0.4765306413173676,3.9102389812469482,2.1018743515014648,-1.2905974388122559,-1.1407649517059326,2.1426560878753662,-0.4856528341770172,-0.3430956900119781,0.3307063281536102,-1.6406538486480713,-0.6913524270057678,0.9090011715888977,0.4029911160469055,0.2053599506616592,0.4224718511104584,-3.3693680763244629,-5.8250861167907715,-0.8137979507446289,0.6866680979728699,-0.2432380318641663,0.3765989542007446,1.4557602405548096,0.9637488126754761,3.0459330081939697,2.4125275611877441,-2.7832005023956299,-2.7046012878417969,-2.2070455551147461,1.1147506237030029,3.2855670452117920,2.0924253463745117,1.6619749069213867,0.6785349249839783,0.0497175268828869,-0.0725198388099670,1.7083002328872681,0.7814766764640808,2.8239085674285889,1.1886904239654541,-0.4505567252635956,-0.1896081119775772,1.0885428190231323,2.2381272315979004,-1.0258229970932007,-4.3353157043457031,1.2000833749771118,-1.6785429716110229,0.0963241308927536,-1.8658506870269775,2.4329032897949219,4.3124332427978516,-0.1459574997425079,-0.7001002430915833,1.3063662052154541,0.7362765669822693,-0.9664263725280762,0.2657140791416168,-1.7862342596054077,-3.1108396053314209,0.1083270013332367,0.3599312305450439,1.4153373241424561,1.4203270673751831,-0.6216519474983215,-0.3913350105285645,-5.1014933586120605,1.7420969009399414,-0.4708018898963928,-0.6152603626251221,2.3653740882873535,2.4113252162933350,-0.8665869235992432,-2.0504615306854248,-1.9935306310653687,-1.9256875514984131,-1.1108499765396118,0.0025043007917702,0.5704146623611450,0.7211304903030396,6.5918412208557129,7.3624591827392578,0.4203676879405975,-1.6627123355865479,1.4402341842651367,-0.4977733790874481,-0.9876977205276489,-1.9794430732727051,-2.9778997898101807,-2.7852964401245117,-0.5545353889465332,0.6607966423034668,4.3336653709411621,1.9854040145874023,4.5533766746520996,5.5383310317993164,2.6068208217620850,-1.3036425113677979,-1.2419520616531372,1.3120045661926270,-2.3823823928833008,-1.0844608545303345,-1.1841899156570435,0.9594848752021790,-4.1417665481567383,-1.9365165233612061,0.8396530747413635,1.6757813692092896,-1.0325983762741089,2.2011737823486328,0.0156585499644279,1.6466692686080933,0.2615289986133575,1.5165957212448120,1.8396660089492798,-0.3160648643970490,-0.4290069639682770,-1.6355973482131958,-2.4603664875030518,-1.9072368144989014,2.6175079345703125,2.8394811153411865,0.4376441538333893,1.5187810659408569,1.5376524925231934,0.2871038019657135,1.1442232131958008,-0.4583298861980438,0.7664173841476440,0.3399409353733063,-2.0225379467010498,-7.9482264518737793,-0.2223906815052032,-0.9571927189826965,0.0188483390957117,-0.0181327871978283,-0.2414212375879288,-0.0041844723746181,-2.5148243904113770,-2.2593593597412109,-0.1770468801259995,-1.2303509712219238,0.9540347456932068,-0.4546953439712524,0.5715767741203308,-0.7381780147552490,-0.0883199200034142,1.3999876976013184,-0.6151923537254333,-5.3502097129821777,0.1092675626277924,0.7346047163009644,-0.7840965986251831,-0.2120173871517181,0.2308356910943985,0.5804215669631958,0.9819411635398865,8.0011339187622070,-0.5143846869468689,2.1124255657196045,4.6494798660278320,5.9215621948242188,-0.2913653254508972,0.4583353996276855,1.5848699808120728,1.0973913669586182,1.4664757251739502,2.7453889846801758,-1.2493518590927124,-1.2268613576889038,-4.9931869506835938,-4.7539248466491699,1.9898164272308350,1.4748063087463379,-1.0544557571411133,-0.7184312939643860,1.2798413038253784,3.3295817375183105,3.3106343746185303,1.8515617847442627,-1.0586208105087280,3.4882817268371582,-1.0628337860107422,-2.8238875865936279,0.0726279616355896,-0.4582491219043732,-0.2721963226795197,0.0543843619525433,-0.2829593420028687,-1.8699405193328857,0.1325073093175888,-2.0451819896697998,-1.6339789628982544,0.6257683634757996,0.3686619699001312,-3.0920093059539795,-1.2507215738296509,-2.7689807415008545,2.5789699554443359,4.4602150917053223,4.7002205848693848,3.7563571929931641,-2.0058228969573975,2.7006096839904785,0.8331821560859680,0.1554558873176575,-0.8715518712997437,-5.3761868476867676,1.0412293672561646,2.0109875202178955,-0.8173182606697083,-0.7198030948638916,-1.2602099180221558,-0.6123914122581482,1.5761500597000122,-1.1897294521331787,1.0675384998321533,-1.7844474315643311,1.9498769044876099,-2.6868793964385986,-0.2798809409141541,0.4251335263252258,-0.3203269541263580,-1.5635956525802612,0.5839855670928955,0.3855067789554596,-1.4623334407806396,-6.4121403694152832,0.2422219514846802,0.4196405410766602,-3.0895111560821533,-1.3374314308166504,1.0489217042922974,-0.0779598131775856,1.6016473770141602,3.1373138427734375,0.2264737039804459,-0.4975859522819519,0.7586327791213989,-1.4052619934082031,0.6681646704673767,0.7328992486000061,-1.6807554960250854,1.0093055963516235,1.4036592245101929,-2.5138466358184814,0.3478527963161469,-0.8480569124221802,-0.5857915282249451,-2.1548717021942139,-0.4300157427787781,-0.7197589278221130,0.9216977953910828,9.5242252349853516,-2.4544587135314941,-0.5633055567741394,0.0111387390643358,0.0210515558719635,-1.5356171131134033,0.5826523303985596,4.0967512130737305,4.9824652671813965,-1.8261445760726929,0.1140597015619278,-0.4433788061141968,-0.6059227585792542,-0.1066802814602852,-0.9929550886154175,1.4675164222717285,3.9086441993713379,5.0575037002563477,4.6732144355773926,0.8793830275535583,1.1352152824401855,0.6567835807800293,-1.0383938550949097,0.2918877303600311,1.4496428966522217,0.1969233155250549,-2.0467844009399414,0.0529416948556900,-1.1254971027374268,-1.8250255584716797,-0.9140273928642273,0.0143533581867814,-0.7565940022468567,1.3838156461715698,0.9459584355354309,0.5190972685813904,-1.5022498369216919,-2.4643559455871582,1.7565351724624634,-0.7659069299697876,1.9195077419281006,0.7639616131782532,-0.2534845471382141,-1.1880309581756592,0.9663259983062744,0.3077998161315918,1.5076466798782349,0.0763389021158218,2.2438457012176514,1.6572173833847046,8.3875026702880859,1.6090646982192993,-1.4415667057037354,1.3435922861099243,-3.1181142330169678,0.0814368277788162,0.0708683803677559,-1.0419741868972778,0.5655693411827087,-0.5475991964340210,-0.3682633936405182,-0.0089112613350153,-0.5409052968025208,1.9403096437454224,-1.0243852138519287,1.2677356004714966,1.8826812505722046,2.4828121662139893,1.7559554576873779,-3.0020465850830078,1.1101645231246948,0.5915802121162415,-0.3819299340248108,3.6473386287689209,-1.6757061481475830,-0.3768822550773621,-0.3521003723144531,-4.4123330116271973,-3.7831423282623291,0.2787210345268250,1.0508689880371094,1.4620952606201172,4.9372143745422363,3.4846942424774170,2.3820190429687500,1.2319548130035400,-1.2417386770248413,-0.9851238131523132,0.5475842356681824,-0.1128776222467422,-0.0396244823932648,0.3376204967498779,0.1430690884590149,0.7604655623435974,0.5979011058807373,2.2023329734802246,-0.5865170955657959,9.9836187362670898,14.1742219924926758,6.9122986793518066,-0.2406436055898666,-0.2155316174030304,13.4724473953247070,-5.8881959915161133,4.2033486366271973,11.7590541839599609,7.7207069396972656,2.1890516281127930,2.3856751918792725,-13.6519861221313477,-11.1977481842041016,-1.5763119459152222,6.5398545265197754,6.8477811813354492,20.0914878845214844,1.2753412723541260,6.3223509788513184,25.8821086883544922,18.5816478729248047,23.8343524932861328,31.7557392120361328,9.1907052993774414,20.1909141540527344,11.9560403823852539,1.9860264062881470,24.1475467681884766,14.7718534469604492,11.1552200317382812,8.7255029678344727,0.8603706359863281,0.7480198144912720,0.2575383782386780,0.1869326680898666,0.4539891183376312,0.5343592762947083,0.6020534038543701,0.4905256330966949,0.3577319979667664,0.2532872259616852,0.2630433440208435,0.4193037450313568,0.2657905817031860,0.2488404661417007,0.1811203509569168,0.4164000749588013,-3.1726665496826172,2.5216102600097656,-0.9156736135482788,-0.0241931620985270,0.6936075091362000,1.0988290309906006,0.9969217777252197,0.7502248287200928,0.2401630431413651,-0.0045897732488811,0.1074177250266075,1.7240115404129028,-0.3012283742427826,0.0255537424236536,0.1862593442201614,-0.9109671711921692,0.0000099999997474,1.9272598028182983,2.4214403629302979,-2.5289735794067383,-0.9344813823699951,-1.7720797061920166,-1.7566570043563843,-3.2065212726593018,-1.3804086446762085,-0.2659105360507965,-0.8206445574760437,-0.5617054700851440,1.1029723882675171,-0.8191794157028198,0.7177146673202515,1.5160032510757446,0.0518004670739174,2.0990765094757080,0.0977990329265594,-0.0853423550724983,-0.6684406399726868,-0.2748632729053497,-4.2269015312194824,-0.2167386859655380,-1.9570447206497192,0.6038070321083069,-0.8277795910835266,-8.1438131332397461,-7.0213947296142578,-3.0030317306518555,2.0684359073638916,-0.5932486057281494,0.8087112307548523,-0.4318220913410187,-1.9826222658157349,4.6977009773254395,2.3569357395172119,0.5997977256774902,1.6329537630081177,2.2416164875030518,1.5396188497543335,1.0821907520294189,3.5468995571136475,1.3020769357681274,1.1529506444931030,0.8513426780700684,-0.3391154706478119,-0.6150962114334106,0.9679379463195801,1.6889204978942871,3.6672217845916748,1.1321945190429688,-0.2562738955020905,0.1983060240745544,0.6419635415077209,-0.5509778857231140,-0.4836254119873047,0.8367666006088257,-1.2306959629058838,0.0416145995259285,1.2633788585662842,2.4245362281799316,7.1055622100830078,0.1601132601499557,3.9524524211883545,-1.1124286651611328,0.3379382193088531,-1.1548712253570557,1.9170383214950562,0.7674688696861267,-2.8991811275482178,1.1188658475875854,0.6670395731925964,-0.3078097105026245,0.6184303164482117,-0.2061372250318527,0.0266704689711332,1.9004428386688232,-1.3602031469345093,0.4495268762111664,-0.0563037730753422,-0.0253498367965221,0.0383207872509956,1.6442275047302246,-1.4469637870788574,0.8320983648300171,-0.4452002346515656,-0.4749191999435425,-0.0622820183634758,1.0538775920867920,-2.4347200393676758,2.9637005329132080,3.5542147159576416,2.2467732429504395,14.4250955581665039,0.6559289097785950,3.5675773620605469,-0.1628478616476059,0.4798872470855713,1.5425753593444824,4.2058229446411133,-0.3520636558532715,1.1515934467315674,4.1066989898681641,8.0329771041870117,-0.4239942133426666,-2.4940283298492432,0.7475040555000305,3.3441340923309326,0.1601694971323013,0.4863341450691223,0.4936791658401489,-0.9318744540214539,-0.3389512002468109,-2.5557482242584229,-0.5632340312004089,1.9148119688034058,-0.1532376855611801,-0.9010123014450073,-0.9247350096702576,0.3565024137496948,-1.6545104980468750,2.4229841232299805,0.5998564362525940,0.3997439742088318,4.2960071563720703,-1.2483270168304443,1.0194187164306641,-0.5142305493354797,-2.7415935993194580,-4.3873825073242188,-3.2164278030395508,-2.8755397796630859,0.9052253961563110,-0.3629134893417358,-0.1918390840291977,1.3701020479202271,3.0031843185424805,4.7524981498718262,0.1043575555086136,-1.0462795495986938,-2.7728233337402344,-3.7616288661956787,1.1154278516769409,-0.2805028855800629,1.4946789741516113,1.9807089567184448,0.8173477649688721,0.6235882043838501,-1.5925486087799072,-0.0843570977449417,-0.1343046873807907,4.3001031875610352,-0.4768514931201935,0.0492874532938004,-4.6015400886535645,0.4661010801792145,-1.5254747867584229,2.0221993923187256,-0.1008240729570389,0.3688123822212219,-0.2362744659185410,-1.4319361448287964,0.9368571043014526,-0.0962411612272263,-0.1446748375892639,-2.5420818328857422,1.8051717281341553,-1.0316908359527588,0.5478573441505432,5.8365168571472168,3.5268051624298096,-0.2108574658632278,0.5449338555335999,-4.2725343704223633,1.5261284112930298,0.5448303818702698,0.7093732953071594,1.3761632442474365,-0.1752031296491623,-1.3617069721221924,1.1105288267135620,-1.2576433420181274,-0.3775529861450195,2.2435092926025391,1.3988977670669556,-2.2457985877990723,0.7984665632247925,-0.8484640717506409,-0.3641539216041565,-0.5665086507797241,2.1605083942413330,-2.5637590885162354,-0.3105089068412781,3.7183969020843506,-1.5403022766113281,0.0193746145814657,-0.1704430133104324,0.4263911545276642,-4.7695846557617188,-11.6506414413452148,0.7791625261306763,1.1952475309371948,-0.5932906866073608,-1.9968730211257935,0.3332010805606842,-0.6951681971549988,-1.2933148145675659,1.3779618740081787,-0.2556639909744263,-0.6188864111900330,0.3498665392398834,-0.9216145873069763,2.0189828872680664,0.4593918919563293,0.7852138280868530,-0.6418890357017517,2.6130101680755615,-0.3938575983047485,0.8418638110160828,1.3873008489608765,-4.0579185485839844,0.4739509820938110,-2.3023746013641357,0.2804200053215027,-2.6959083080291748,-0.7474068999290466,0.2498040050268173,1.1722263097763062,1.9728820323944092,1.1734439134597778,-0.8958767056465149,1.0091677904129028,2.7275376319885254,-3.1912736892700195,-2.1529669761657715,1.7410446405410767,-1.6571509838104248,1.7968493700027466,0.6721551418304443,-2.4892952442169189,-0.1852923333644867,1.4466768503189087,2.4806516170501709,-1.3987160921096802,-3.3753218650817871,0.0443604625761509,0.7032907605171204,1.7338593006134033,0.2179958224296570,-1.4005804061889648,-1.5963599681854248,1.4071586132049561,-0.9089347124099731,1.9669724702835083,2.8658304214477539,4.3840622901916504,0.8702040910720825,1.9112725257873535,5.2518067359924316,2.5386040210723877,-0.1557946205139160,-0.7075021266937256,0.8936663866043091,1.6639889478683472,0.5007872581481934,-0.4183295071125031,-0.1188294813036919,0.1714711040258408,-3.2125868797302246,-1.5249623060226440,0.9773421287536621,0.2159151583909988,-1.1139531135559082,-2.2947235107421875,-1.5394544601440430,0.8978280425071716,-5.7403259277343750,-9.0640220642089844,-0.8733054995536804,-0.3525419831275940,-0.4516733884811401,1.1136913299560547,1.6901321411132812,-0.0420820191502571,-1.4179424047470093,0.0686943456530571,-1.0742516517639160,-2.0068256855010986,-0.3660304844379425,-7.7541322708129883,-1.3310337066650391,-0.6258496642112732,1.1641697883605957,-0.1875364631414413,-0.2002533227205276,1.1751972436904907,0.4757822155952454,-0.0213185362517834,-0.4614817798137665,-1.0799522399902344,0.0041686678305268,0.8974204063415527,1.9820713996887207,0.4350127875804901,0.4776230156421661,0.3768699169158936,4.5110497474670410,13.9212312698364258,0.4533295333385468,0.3202068209648132,-0.6541886329650879,2.0203065872192383,-0.2375743687152863,3.4684092998504639,0.3703000545501709,-0.4898452460765839,1.1663731336593628,-0.1472267061471939,1.3052463531494141,-0.5269040465354919,0.3842256963253021,-0.9966405034065247,-0.4400702714920044,-0.3213275372982025,0.0838893502950668,-2.5337300300598145,0.1678206175565720,-2.9700872898101807,-2.1357009410858154,1.3419642448425293,-0.1944659650325775,-0.3558271527290344,1.3424099683761597,-0.2158396393060684,0.9994276762008667,-0.5252246260643005,0.0687427818775177,-1.0887246131896973,1.1879924535751343,-1.2858371734619141,1.0418866872787476,-2.2849130630493164,-0.9348848462104797,-1.5530558824539185,2.4149320125579834,-0.2687019705772400,3.1273934841156006,5.1498203277587891,3.5076336860656738,9.0840320587158203,0.6251860260963440,-0.9791219830513000,-2.3307366371154785,-2.5414156913757324,1.7207337617874146,-1.0029658079147339,1.2244124412536621,-2.1493721008300781,1.1187486648559570,-4.2526297569274902,1.8370565176010132,-1.8317840099334717,-2.3689196109771729,-3.1821444034576416,-1.0955542325973511,-0.9303072094917297,-1.5514600276947021,-1.9075521230697632,-1.6192648410797119,-5.4149885177612305,-0.3556483089923859,0.3329254984855652,-0.2557369768619537,0.0789742171764374,-0.4996576607227325,6.0525431632995605,-0.9071826338768005,1.7717790603637695,0.0509966202080250,0.0092240152880549,0.8036624789237976,-0.2015491425991058,-0.3381195962429047,-1.8793262243270874,-0.8557739853858948,-1.2506872415542603,2.4135727882385254,-1.3688994646072388,1.0347360372543335,-0.5144767761230469,-1.0462956428527832,0.5787011384963989,0.0956154540181160,-1.4005677700042725,-0.7184787988662720,0.6013097763061523,0.3231725096702576,0.4782935976982117,1.8145794868469238,0.4040580093860626,0.4795403182506561,-0.4535364508628845,3.7032663822174072,13.7040414810180664,0.1742645502090454,0.5190473794937134,-0.9290222525596619,0.2906936705112457,0.4671176970005035,6.0143251419067383,0.2727345228195190,-1.2543675899505615,0.3201162517070770,-1.0920205116271973,1.9401694536209106,-0.1037149876356125,1.0981184244155884,-3.3567414283752441,-2.2380836009979248,-2.6739377975463867,-1.4287476539611816,-1.2388944625854492,-0.9895863533020020,0.9286643862724304,0.5275821685791016,-1.5525308847427368,-1.5533007383346558,-1.9985445737838745,-1.9739089012145996,0.6923006176948547,-0.2765698432922363,-1.8828394412994385,-2.7359442710876465,-1.2216817140579224,-0.5280483961105347,5.3349175453186035,-0.6321356296539307,-2.1110129356384277,-0.5047001242637634,0.9527066349983215,0.6508416533470154,4.2045755386352539,0.9453155994415283,-1.2606843709945679,0.0042562335729599,-0.4856972992420197,-1.9469571113586426,-1.0499109029769897,-1.0406564474105835,0.6406099796295166,-2.2534267902374268,1.5265973806381226,0.9515738487243652,0.1834527999162674,-0.2089498937129974,1.6808838844299316,-1.3976026773452759,-5.8137097358703613,-0.5262556672096252,1.2051322460174561,3.1349551677703857,5.9215116500854492,1.3236246109008789,-1.9976537227630615,1.5720773935317993,-1.0421571731567383,2.4840734004974365,-0.2476667165756226,4.0883984565734863,-1.8234386444091797,1.4820994138717651,1.7049615383148193,0.3355657756328583,-0.8852870464324951,0.1791607141494751,-0.9469334483146667,2.2827813625335693,0.1524052917957306,0.0929197520017624,0.3206670582294464,0.4510774910449982,0.3232365548610687,-1.2289541959762573,1.6059215068817139,-1.3603012561798096,-0.4916132688522339,0.1049863621592522,1.2879065275192261,0.4326188564300537,-0.2335584014654160,3.3736097812652588,4.2765021324157715,-0.9048095345497131,-0.3138903677463531,-4.9959363937377930,-7.4179630279541016,0.3709442615509033,-0.8033961057662964,-3.4052391052246094,1.1806241273880005,-0.6655447483062744,-0.5589284896850586,-0.4499847292900085,-0.0597365275025368,-1.8567531108856201,1.7675377130508423,-1.0990657806396484,0.1188107728958130,0.0507362112402916,-0.0301023013889790,-1.6338418722152710,-0.7728137969970703,-7.0263042449951172,11.6106300354003906,3.8286769390106201,4.8017230033874512,4.5794534683227539,11.2524423599243164,-5.2921671867370605,-1.1013866662979126,1.3147623538970947,6.7332186698913574,1.3817321062088013,3.8528201580047607,0.0318341329693794,-5.8831119537353516,4.7232899665832520,-0.2095991075038910,18.3953838348388672,10.9427270889282227,30.7406883239746094,9.5638818740844727,11.3400211334228516,6.6538090705871582,6.6697406768798828,1.3931901454925537,41.1223754882812500,40.1307106018066406,20.0787162780761719,5.4542098045349121,31.5013446807861328,9.8993988037109375,18.0766944885253906,32.8698081970214844,0.3292506337165833,0.2398211359977722,0.6279597878456116,0.2630013227462769,0.4307502210140228,0.7946552634239197,0.2189935892820358,0.4265137612819672,0.2894978523254395,0.5425178408622742,0.2845185399055481,0.4709276556968689,0.3824369311332703,0.1535543799400330,0.2330797910690308,0.2907702922821045,0.1093904450535774,-0.0388367213308811,1.9094700813293457,1.4126961231231689,-0.3530442118644714,2.5534529685974121,0.6109204292297363,-1.7623435258865356,-0.0499599911272526,-0.8372455835342407,-0.3839955031871796,-1.4916828870773315,0.7997291088104248,0.3953299820423126,0.0844540148973465,-0.0505717508494854,0.0000099999997474,1.5569715499877930,-1.5979913473129272,0.4295639395713806,6.7085924148559570,0.1708443462848663,-2.8776562213897705,0.2491568922996521,2.1391093730926514,2.4335377216339111,0.6726326942443848,0.3091881871223450,2.0114939212799072,-0.7183176875114441,-0.6780256032943726,-0.7205590009689331,-1.0083556175231934,1.0754033327102661,-4.2593975067138672,1.9270203113555908,-0.4038188755512238,-0.7901336550712585,1.0919101238250732,-0.3971710503101349,-1.2840071916580200,-2.1008315086364746,1.4259864091873169,1.9582277536392212,-2.8289914131164551,-0.3285834491252899,2.8289086818695068,-1.8127465248107910,0.5490769743919373,-1.3318327665328979,2.6432154178619385,-0.5341355800628662,-2.0443377494812012,-1.2089853286743164,-4.5016860961914062,0.0315482094883919,-0.3900202214717865,0.9115821719169617,1.0345411300659180,0.1811440587043762,-2.0280270576477051,1.5786155462265015,-1.3975117206573486,-1.7379329204559326,1.5306196212768555,-0.0771983563899994,0.2108982801437378,-0.4736519455909729,1.3171578645706177,-3.3093874454498291,-11.2812747955322266,0.3221978247165680,-1.3782957792282104,-0.7776944041252136,1.9294941425323486,-0.0830628499388695,0.5753095149993896,-1.2590305805206299,2.0281519889831543,1.3879786729812622,0.1577852368354797,0.9365202188491821,0.1942314505577087,-0.1600587368011475,0.6886087656021118,0.4066224694252014,-0.5144806504249573,0.0719134882092476,-1.4870605468750000,-0.6401411890983582,1.6986613273620605,-0.6654339432716370,-0.7611860632896423,0.2221882492303848,2.5130922794342041,0.4542216360569000,-0.5313389897346497,1.0336107015609741,-0.0420410670340061,-0.6178172230720520,0.1834223717451096,-0.0526778437197208,-1.2059099674224854,0.2903404235839844,1.6265212297439575,-0.4109161794185638,-0.5222383737564087,1.7016969919204712,-0.9108563661575317,-1.4960052967071533,-3.8944284915924072,-0.6256012916564941,-6.7725520133972168,-2.6355683803558350,1.9788933992385864,5.3420433998107910,-0.6722027659416199,-1.2995704412460327,-0.5954046845436096,2.4620225429534912,1.8992034196853638,-0.0483831204473972,1.2182636260986328,0.9603469371795654,-0.3959852159023285,-4.0994892120361328,-2.7260663509368896,-0.5095921754837036,-0.5799436569213867,-2.1396121978759766,0.2303848415613174,1.4125825166702271,1.7547043561935425,-1.3342181444168091,-4.0282139778137207,1.0632648468017578,0.9994924664497375,0.7032790184020996,1.6265953779220581,-4.9923496246337891,3.0394785404205322,2.2407057285308838,-0.8638593554496765,-0.1529486924409866,-0.2042960077524185,1.7988911867141724,0.5113230943679810,0.5175735950469971,-2.8575999736785889,1.1400322914123535,-1.1581295728683472,0.1387905627489090,-2.1876256465911865,-0.2739409804344177,1.5552617311477661,-0.4623271524906158,-1.7730281352996826,0.5876224040985107,0.3709982037544250,-0.0438329353928566,1.3281688690185547,-1.4177360534667969,3.9099597930908203,1.1588468551635742,-3.5976285934448242,1.4750236272811890,2.4646196365356445,-0.0035751604009420,3.1621215343475342,0.3677454888820648,-0.0638405606150627,0.4148106575012207,1.6834735870361328,1.5042811632156372,-3.7016313076019287,-0.3729957342147827,0.1521388441324234,1.5111801624298096,0.5456340909004211,-0.2540407180786133,1.0777386426925659,-0.0148372016847134,0.0044869291596115,0.4970470368862152,0.6507601737976074,0.6267925500869751,-0.6060701012611389,-1.3228608369827271,1.2446185350418091,-0.0405507050454617,-1.2464060783386230,-0.3957125842571259,-0.0927877947688103,1.4861962795257568,1.1777268648147583,-3.9524145126342773,-1.0276057720184326,-1.7708909511566162,0.4289760887622833,-0.5571320056915283,1.0915888547897339,-3.4489789009094238,0.0256823990494013,1.3235299587249756,-0.5149129629135132,-1.3175290822982788,-0.5302348732948303,7.3606076240539551,6.2695093154907227,-1.0296471118927002,1.6192212104797363,0.7348836064338684,-0.5479471087455750,-0.8026905059814453,-2.1878237724304199,0.5935540199279785,1.7061693668365479,-0.4742319881916046,-0.5770605802536011,-0.3722224533557892,-0.2286327779293060,-0.3126532733440399,-0.0869966968894005,0.2857585251331329,0.3306139111518860,-1.1444889307022095,0.1912773102521896,1.7202217578887939,5.8649144172668457,0.0339003354310989,0.4594729542732239,-0.3488007783889771,-1.4310491085052490,1.3419034481048584,13.8993453979492188,-1.2781291007995605,0.7328125238418579,-1.0347532033920288,0.6987780928611755,-0.5092152357101440,-0.5454608201980591,-1.7978348731994629,0.5073546171188354,-0.0491695515811443,0.8494572043418884,0.5774423480033875,0.6528503894805908,1.2867839336395264,2.2667570114135742,-1.6740108728408813,-0.0273716226220131,1.5360342264175415,-1.2901386022567749,-1.2021688222885132,-0.6950070858001709,-0.1264799535274506,-1.5755937099456787,3.5533239841461182,7.3062953948974609,1.0255097150802612,-1.1602959632873535,3.1253407001495361,0.3788436949253082,-0.8691918253898621,-0.6410349607467651,-0.5082797408103943,0.3844099938869476,-0.7257614731788635,-1.2642501592636108,-0.8049249649047852,-3.9171130657196045,-1.4809211492538452,0.1134471967816353,-0.1597538888454437,1.6408140659332275,0.5334897041320801,-1.9874495267868042,-0.0917911678552628,-0.9958887100219727,-0.6095716953277588,1.7110062837600708,-0.6792990565299988,0.1222810596227646,-0.1481020003557205,-3.6429603099822998,0.0465222522616386,-0.0936954021453857,0.6919983029365540,-1.2562141418457031,-2.0681214332580566,0.3855583071708679,2.7018201351165771,7.3508009910583496,0.2069523781538010,-0.7465211749076843,-0.6555683016777039,2.9263892173767090,1.5779986381530762,6.5530505180358887,-1.0294196605682373,2.5287232398986816,-1.0159287452697754,0.1454469412565231,-1.2021902799606323,-1.6151217222213745,2.1687076091766357,-0.0460577718913555,-0.4531342983245850,0.2424840480089188,0.1485640555620193,0.1980492323637009,0.1508503705263138,-0.7749084234237671,-0.2407164424657822,-0.0734878033399582,-0.4908801913261414,-0.2023581564426422,1.4062060117721558,0.6916815042495728,0.4501210451126099,2.1465847492218018,-3.1969902515411377,-1.6487807035446167,0.7275029420852661,-4.7036166191101074,0.2583056390285492,0.6948400735855103,-1.1593452692031860,-2.9704363346099854,1.2397969961166382,-2.9502911567687988,-1.0092463493347168,-9.3843317031860352,2.8861541748046875,-1.1532808542251587,-1.7821723222732544,-0.7527342438697815,5.3387732505798340,5.1964230537414551,-0.2094935029745102,-0.6628219485282898,-3.4873824119567871,-0.3180184960365295,-3.7694101333618164,-4.3121495246887207,1.7767900228500366,2.1924762725830078,0.8220838308334351,1.3204462528228760,0.8659935593605042,-0.2138255834579468,-0.6590085625648499,-0.9494247436523438,-1.5686477422714233,0.1624289602041245,-0.0430799834430218,-1.8103579282760620,-5.0491104125976562,-0.2152781188488007,-2.0385572910308838,-0.8372668623924255,1.1322112083435059,-0.1932902336120605,-0.4374485611915588,0.3414827585220337,0.2523795664310455,-1.3019971847534180,-1.2031606435775757,-2.3417239189147949,-2.7993397712707520,0.1986564844846725,0.6352127194404602,-2.8571012020111084,-0.6456609964370728,-3.4727933406829834,1.6959915161132812,0.1439742743968964,-0.5473298430442810,-3.2633912563323975,0.5696389675140381,0.6249536871910095,-0.2019448429346085,1.7910169363021851,-0.7001512646675110,0.3187441825866699,0.4257225692272186,-1.2891373634338379,-2.3008713722229004,1.2682702541351318,-1.5789333581924438,-1.5717101097106934,1.5455874204635620,0.8749682903289795,-1.9301989078521729,-0.4327326118946075,-0.2994893491268158,-0.0741479024291039,-1.0342063903808594,2.7762134075164795,4.2990756034851074,1.8890588283538818,-4.1846618652343750,-1.3241354227066040,-0.3757554888725281,0.6208482384681702,2.6079823970794678,1.6168062686920166,0.7677069306373596,0.3979840576648712,-3.7298200130462646,-0.9299545884132385,-0.1642372161149979,-1.0501368045806885,0.0461799614131451,-0.4516319632530212,-0.8649339675903320,0.1270432174205780,-1.3746451139450073,0.0593667142093182,0.2682994306087494,-0.3062410950660706,4.9436736106872559,1.8739744424819946,1.3333806991577148,0.3266473412513733,0.6056097745895386,1.7491744756698608,-0.0501272939145565,-0.7876031398773193,2.1042954921722412,0.0662279799580574,-2.4544525146484375,-1.4012957811355591,-0.6027510166168213,0.6849375963211060,0.8759459257125854,1.2180589437484741,0.1810781806707382,-2.7211635112762451,0.5183581709861755,7.1943616867065430,-0.3768664598464966,0.0706623867154121,0.3804112672805786,1.4307240247726440,-1.9350421428680420,-10.1920776367187500,-0.3077569007873535,-0.1681947559118271,-0.9771517515182495,0.2071890234947205,0.0155387362465262,0.7675858736038208,-0.2967090308666229,0.1772082298994064,1.2939262390136719,-2.8531823158264160,0.7156234383583069,0.6684042811393738,-0.9722449183464050,-0.3342316448688507,-0.5001890063285828,1.9245058298110962,-2.3345096111297607,3.3392055034637451,-1.8032928705215454,0.7426087260246277,2.5619471073150635,-0.3010948598384857,1.3418580293655396,-1.3732911348342896,0.2099963277578354,2.0909097194671631,-1.8330255746841431,-2.6569538116455078,-0.0159222688525915,-2.3933293819427490,0.8542250990867615,2.2740435600280762,-0.6055023670196533,-0.4282373785972595,-6.9728770256042480,-4.2299132347106934,1.1859611272811890,1.3351491689682007,0.1641929447650909,1.3360224962234497,0.3179069161415100,3.2875514030456543,0.7316916584968567,-1.5209670066833496,1.1543380022048950,-0.1354480385780334,3.1958296298980713,0.8517111539840698,-0.3020088672637939,-0.3750010430812836,1.6848639249801636,0.2764886915683746,-2.3428256511688232,-2.1437973976135254,-0.3537436127662659,-0.3150637447834015,-1.4599224328994751,2.4935662746429443,2.2642374038696289,-0.1907398402690887,0.1977833658456802,-1.2724022865295410,0.5234103798866272,2.3854470252990723,1.6789364814758301,-3.3377628326416016,1.1967388391494751,-0.2792766690254211,-3.3530442714691162,0.2322381287813187,-3.5094373226165771,-2.3212294578552246,-0.5834723114967346,0.6728327870368958,-1.3955310583114624,-0.3493359684944153,1.0792434215545654,0.9136448502540588,-2.0654053688049316,0.5467565655708313,4.7353057861328125,4.1619510650634766,1.6893806457519531,-1.0865166187286377,-2.7182409763336182,-1.4544278383255005,-6.6156659126281738,1.0378751754760742,4.3382067680358887,4.0273189544677734,-4.9077420234680176,-0.6877728700637817,-0.6751031279563904,-1.0683388710021973,2.7790925502777100,1.6093595027923584,-1.0959056615829468,4.8910608291625977,3.3043162822723389,20.6228046417236328,7.2659778594970703,3.6621136665344238,1.5979188680648804,25.3056354522705078,25.8497581481933594,27.0665264129638672,15.6531028747558594,22.5765571594238281,14.9464550018310547,25.2157268524169922,10.0007247924804688,4.0510158538818359,14.0341091156005859,29.4188270568847656,0.4132519662380219,0.3223979473114014,0.2754098773002625,0.2469691187143326,0.1963065266609192,0.3975264430046082,0.4413467347621918,0.4597015380859375,0.3820596933364868,0.2894386053085327,0.3209776580333710,0.3396402299404144,1.0011609792709351,0.2300292998552322,0.5233650803565979,0.9022788405418396,-1.0228770971298218,0.1900056600570679,0.2960328459739685,0.1369198858737946,-0.1639901548624039,0.1543764919042587,0.6654798984527588,0.1293704360723495,-0.5894212722778320,-0.3863588571548462,0.3971901834011078,-0.2916727960109711,0.2698384225368500,0.9903102517127991,-1.2032803297042847,-2.3530218601226807,0.0000099999997474,-0.9912457466125488,-0.3075612187385559,0.1479334980249405,4.5030646324157715,-3.2998809814453125,-1.1347355842590332,0.1525040268898010,1.3896396160125732,1.6425045728683472,0.5101401805877686,3.9541411399841309,2.4099142551422119,-1.6308690309524536,0.6487978696823120,0.3183895945549011,-0.3518893420696259,-2.4690754413604736,-0.5655189752578735,1.0813419818878174,-0.0370662920176983,-0.7645759582519531,-1.0596809387207031,-0.0257538799196482,9.4494495391845703,0.2089514583349228,-1.5863950252532959,1.9232113361358643,0.9289943575859070,0.6095353364944458,-2.1969852447509766,0.3459935188293457,2.3795881271362305,-0.3341386020183563,-2.3899118900299072,1.8721823692321777,-2.6368398666381836,1.3474388122558594,1.8925287723541260,2.4924700260162354,-0.5543285608291626,-0.8390277028083801,-1.3083850145339966,4.4082250595092773,-1.0084429979324341,-1.8823868036270142,-1.5079623460769653,1.4503282308578491,0.6835265755653381,-3.4163522720336914,0.6457267999649048,-1.6332836151123047,0.2617301046848297,2.9406828880310059,4.3276333808898926,-0.2987622916698456,0.7850078344345093,-4.9311022758483887,-0.8987192511558533,0.2647693157196045,-0.9137073159217834,1.8522634506225586,0.5568721294403076,2.2082803249359131,1.8965686559677124,-0.7461204528808594,1.6193453073501587,-2.1318058967590332,0.5819251537322998,-1.1022101640701294,0.7999961972236633,-0.5799339413642883,2.1658387184143066,-1.6006280183792114,0.8976316452026367,-1.2865301370620728,-1.1308082342147827,-0.1765712946653366,-4.4112501144409180,-1.9405235052108765,-0.6116802692413330,1.1123923063278198,-1.4970390796661377,-0.5156542658805847,3.3858540058135986,-2.0795717239379883,-1.4296284914016724,0.7615659236907959,1.9381492137908936,0.1816380620002747,-1.6894198656082153,-1.8363510370254517,-3.5045745372772217,-0.6791472434997559,3.9120202064514160,-4.0164365768432617,1.6310815811157227,-1.1116311550140381,0.0775222331285477,0.1987011730670929,-0.3109353780746460,-1.7288242578506470,-1.8953248262405396,0.2285986393690109,0.1362551897764206,-0.5816034674644470,2.4103500843048096,-1.0789710283279419,1.9701985120773315,0.4395486712455750,-9.6478233337402344,1.0166225433349609,1.0892226696014404,-0.9058222174644470,-8.3788452148437500,2.1225380897521973,3.4855241775512695,-1.7151833772659302,-1.2731045484542847,0.9191162586212158,0.1245679408311844,-0.1626749187707901,-0.2942651510238647,-1.2270506620407104,-0.7582909464836121,-0.1526275724172592,0.8880408406257629,-0.6378471851348877,-1.8840327262878418,-0.0520470142364502,-2.0632708072662354,-4.3521323204040527,-0.8206397891044617,-1.1815764904022217,-1.4316947460174561,1.4877569675445557,0.3128565549850464,-0.7952437996864319,-0.9611470103263855,-2.1785843372344971,-0.1598342806100845,-0.6728886961936951,2.6087679862976074,-1.0334062576293945,-0.7857047319412231,0.6339743137359619,1.8964146375656128,0.8659117817878723,1.8829662799835205,-3.8071491718292236,-5.7844204902648926,0.0985502377152443,1.2799949645996094,3.3593795299530029,1.7243310213088989,0.3402723073959351,-3.1887648105621338,1.1246868371963501,-1.0351459980010986,0.2099471688270569,0.3831248879432678,1.3430778980255127,1.9366276264190674,-1.7129626274108887,-2.8416705131530762,0.3054061233997345,-1.3008610010147095,0.4649569690227509,1.0215401649475098,-0.3085514605045319,0.3370802402496338,-3.4120261669158936,-2.5895700454711914,1.2232390642166138,-0.5642049312591553,0.4176956415176392,-3.8295819759368896,0.9908450841903687,0.8974976539611816,0.6151463985443115,-0.4320751726627350,-2.6128115653991699,-1.8586933612823486,0.1360450237989426,1.2584903240203857,1.8113305568695068,0.9057298898696899,-0.7366461157798767,0.0846692696213722,-1.0353629589080811,0.1532976627349854,-5.1668725013732910,-7.0092411041259766,1.3934315443038940,-1.8924816846847534,-1.4554604291915894,0.8061114549636841,-1.0168653726577759,3.1451985836029053,-1.2128305435180664,0.6107652187347412,-0.8592683076858521,0.0230376832187176,-0.5946895480155945,-1.6092653274536133,1.3744257688522339,0.3410975635051727,-2.6868710517883301,2.5296032428741455,3.3187587261199951,1.5590552091598511,2.0395112037658691,-1.1457310914993286,2.0657968521118164,1.2393687963485718,-3.6752643585205078,-0.3814530670642853,-0.7002924084663391,-0.3540451228618622,2.3871388435363770,-0.5972297787666321,1.4813128709793091,-3.6225664615631104,0.6052448153495789,1.5920901298522949,0.7945331335067749,-0.5981573462486267,6.3365159034729004,-0.1951654851436615,2.8113901615142822,-0.7428131699562073,-0.6145549416542053,0.1489056497812271,0.5264145135879517,1.8675353527069092,-0.8859258294105530,-0.4438118636608124,-0.5067524909973145,0.1270924657583237,-1.4392597675323486,-1.0199778079986572,-0.4243031144142151,-1.0896129608154297,-1.3589733839035034,2.0379099845886230,6.4080185890197754,4.6032862663269043,2.2413783073425293,-0.3339803218841553,-0.5191462039947510,-1.3102364540100098,-1.0224549770355225,-0.5196447372436523,0.3225243389606476,0.7450848221778870,2.2071833610534668,2.0584225654602051,0.0172777455300093,1.2876414060592651,1.0267102718353271,-0.2864656150341034,1.1145974397659302,0.2188835889101028,0.8278008103370667,0.4404571056365967,-0.8080698847770691,0.9740977883338928,-0.6756359338760376,-1.8412641286849976,0.8947504162788391,-1.3576413393020630,-4.3485999107360840,-2.4936451911926270,-0.3363053798675537,-0.1657799184322357,0.2735935449600220,9.2595624923706055,2.4677567481994629,1.6503397226333618,1.5404226779937744,-0.6843196749687195,-0.2242041230201721,-0.7695679068565369,-1.0238624811172485,-0.6378151178359985,0.0559434555470943,3.5920343399047852,0.0331556499004364,-1.4620280265808105,-1.8925199508666992,0.1063058152794838,-2.0456631183624268,0.5478188395500183,-0.9661495089530945,-0.4226337969303131,0.9609606862068176,0.4765699803829193,-2.0656294822692871,0.7711306810379028,-4.2240219116210938,-4.1429891586303711,1.0531083345413208,1.4226967096328735,-1.0774595737457275,-1.8980700969696045,0.1169252842664719,0.0194298271089792,2.1903967857360840,2.7779033184051514,-1.7941396236419678,0.6832038164138794,-0.2441263198852539,0.0533478856086731,2.0425143241882324,0.3236312866210938,-0.9418426156044006,1.1292901039123535,-0.7651276588439941,0.6137785315513611,-0.9594862461090088,-5.4006543159484863,-0.4411936402320862,-1.0207808017730713,-0.4824851453304291,5.9652791023254395,-2.8111386299133301,-1.6215705871582031,1.0564007759094238,-0.5160161852836609,0.2071597129106522,-1.4559670686721802,2.1369590759277344,4.5582046508789062,-2.5067374706268311,2.0749917030334473,1.3309040069580078,-0.2694968581199646,-1.1624953746795654,-0.3981751501560211,0.7696187496185303,-0.1284310668706894,-1.0502159595489502,0.6809605360031128,-0.4014984071254730,1.1495177745819092,-2.4827277660369873,-1.1880681514739990,0.1698372811079025,-0.2549453675746918,0.3053986728191376,-2.3428804874420166,-0.9631346464157104,4.1635956764221191,1.7857547998428345,1.2908660173416138,1.5231611728668213,9.1954746246337891,-0.1090502664446831,-0.4613587558269501,0.3309475183486938,1.7077863216400146,0.9312462210655212,-1.0662258863449097,2.9892809391021729,0.6903533935546875,-2.2034275531768799,-1.0148235559463501,2.0104570388793945,0.7661343812942505,-1.6556640863418579,0.1168915852904320,-0.6195429563522339,0.1954067349433899,-1.7714992761611938,0.6352004408836365,0.5066646337509155,2.3432443141937256,-1.7164419889450073,-0.5988674163818359,1.4048523902893066,1.5312582254409790,0.0467636920511723,0.2436051666736603,-1.7817623615264893,5.5364804267883301,0.6670996546745300,9.1903028488159180,-0.5345280766487122,-0.6343426108360291,-0.4028857946395874,0.0036590720992535,-1.0560740232467651,1.4830188751220703,0.9436991810798645,-2.6273839473724365,0.8997194766998291,-0.7647981643676758,0.2758095562458038,2.0258092880249023,0.6499081850051880,-1.2578366994857788,0.5312412977218628,-4.6122312545776367,1.3575295209884644,1.2083553075790405,-0.3984609246253967,3.0353162288665771,1.8186677694320679,-2.4683139324188232,1.1031478643417358,1.0067267417907715,1.9130036830902100,0.5940970778465271,-0.8485020995140076,1.3169280290603638,0.6457196474075317,-3.3708388805389404,-0.7090057134628296,-1.0516875982284546,0.9765217900276184,-0.2804140746593475,3.0922422409057617,1.5243418216705322,-3.3940460681915283,-3.1851899623870850,0.2039892375469208,-1.1245495080947876,0.3999354541301727,-2.4628758430480957,-0.1090728640556335,-1.6407830715179443,2.8880174160003662,-0.1968619227409363,0.9628195166587830,1.5524036884307861,-4.3909177780151367,-1.7822625637054443,0.4582221806049347,0.1998233646154404,1.9072848558425903,-0.8232006430625916,3.1819872856140137,1.2152603864669800,-0.4405977725982666,-0.6232983469963074,-3.4303801059722900,-1.7261190414428711,2.9268152713775635,-0.2342871278524399,-0.8407620191574097,-0.3415017127990723,0.5403594374656677,2.9424741268157959,-1.3690304756164551,-1.6993556022644043,-0.8152878284454346,-2.8683197498321533,1.5214078426361084,-1.4021264314651489,0.9664881825447083,-1.1718412637710571,0.2419666647911072,0.3391602635383606,-2.4604799747467041,-3.6805803775787354,0.7912461161613464,3.6248784065246582,0.4237863123416901,-1.4882936477661133,1.1585404872894287,-1.6690959930419922,-0.9398214221000671,4.7677946090698242,-0.2906263172626495,1.4840451478958130,-0.5111804604530334,-1.8571957349777222,0.9339040517807007,0.8913502097129822,-0.3772728741168976,2.9400887489318848,0.5448530316352844,0.9329721331596375,-0.8697060942649841,-0.9532620310783386,1.5402201414108276,7.8896684646606445,0.7977657914161682,0.4144381880760193,0.0021323866676539,0.5897721648216248,2.9209446907043457,-1.4765989780426025,-0.8373725414276123,-1.3259907960891724,2.6343870162963867,1.4531818628311157,-0.2844751179218292,-1.7623264789581299,-0.7030982375144958,-3.1332972049713135,-2.0561606884002686,-0.2310336828231812,2.5442283153533936,-2.3484187126159668,-0.2924420535564423,0.1550889760255814,-0.4006313085556030,-3.7244856357574463,-2.9995868206024170,0.2591021955013275,1.1721614599227905,-0.3194759488105774,-0.9185605049133301,-1.0197033882141113,-10.9555006027221680,-3.5199370384216309,-6.4048008918762207,5.0809378623962402,1.7340261936187744,-2.1845312118530273,-6.5258069038391113,5.4670777320861816,-0.3738569915294647,-3.4790213108062744,0.6614003777503967,3.6554505825042725,-8.5562896728515625,0.5107548236846924,72.7144241333007812,61.0900268554687500,15.6553163528442383,46.6613197326660156,39.0172653198242188,48.5595664978027344,7.9630112648010254,55.1870574951171875,47.9738006591796875,15.9487752914428711,61.4607772827148438,38.9802398681640625,5.3586587905883789,34.7382087707519531,25.1485157012939453,25.5932426452636719,0.4323051571846008,1.1753230094909668,0.7050017714500427,0.3182218074798584,0.9363391995429993,1.2550014257431030,0.2894907891750336,0.5073471069335938,0.3516193032264709,0.7208008170127869,0.7346856594085693,0.5052233934402466,0.3043369650840759,0.7335164546966553,0.4197438061237335,0.2925885617733002,-0.2688300013542175,-2.6280562877655029,-2.0484666824340820,-0.0077398698776960,-1.7014733552932739,-1.1095867156982422,0.0157975070178509,-0.3371854126453400,0.0226478353142738,0.3341644108295441,1.2222206592559814,-1.0324521064758301,1.0345861911773682,-0.4786524176597595,-0.2366530150175095,-0.1074996888637543,0.0000099999997474,1.2374814748764038,-0.2712186276912689,1.3254243135452271,1.4226330518722534,-0.7648532986640930,-0.3713904023170471,0.7021887898445129,3.6971595287322998,-0.4909130334854126,-0.9088223576545715,-0.9318167567253113,-1.0131890773773193,-0.5116353631019592,-0.0045821815729141,0.8510023951530457,1.7178066968917847,-1.0843888521194458,4.8520331382751465,-0.1950093358755112,-1.6694308519363403,2.4798500537872314,-1.2164133787155151,3.2645747661590576,-2.6524262428283691,-0.8945906758308411,-0.6776077747344971,1.1349678039550781,-0.5484967231750488,-1.6734908819198608,-2.1282365322113037,3.0996422767639160,-2.0749499797821045,0.1568043231964111,15.1367340087890625,-0.9579805135726929,1.5383707284927368,-0.6050232052803040,-0.9118171930313110,-0.3071889579296112,-0.9848139286041260,-1.9794759750366211,-0.8434874415397644,-0.6078866124153137,2.9623422622680664,0.7156492471694946,-0.6291962862014771,0.6487370133399963,0.7083815932273865,3.8811600208282471,0.2201748341321945,0.3128986954689026,0.5095333456993103,1.0547709465026855,3.7765870094299316,0.3536682128906250,2.4107513427734375,0.6111121773719788,-0.9748209118843079,-1.0650535821914673,0.8594157695770264,-0.6312519907951355,1.1506206989288330,-2.4079849720001221,0.1610055416822433,1.3802176713943481,2.1146869659423828,-0.3393759131431580,-0.9675945043563843,1.3381692171096802,0.0790169462561607,0.7308022975921631,-1.2617074251174927,-1.6637629270553589,0.2550274729728699,-0.1524752974510193,2.1039049625396729,1.2433371543884277,-4.2099556922912598,1.9318797588348389,1.2769899368286133,-1.9054026603698730,-1.2211084365844727,-2.0760185718536377,1.5032408237457275,0.8690484762191772,-1.2990795373916626,2.6150476932525635,1.4624896049499512,1.1627148389816284,-3.2337403297424316,-0.6597046256065369,1.3913636207580566,-1.7210625410079956,6.4256291389465332,1.1712445020675659,-0.3444711863994598,1.6577086448669434,-1.2611069679260254,1.3865786790847778,-1.5175396203994751,-0.0004707615298685,-2.9031274318695068,-2.5457613468170166,-0.5664821267127991,1.4433470964431763,2.8378503322601318,0.4084239900112152,1.7854251861572266,1.4417580366134644,2.0076298713684082,-0.7950649261474609,-2.1688053607940674,1.2571012973785400,0.5501618981361389,3.0463335514068604,0.0828482881188393,-2.8084001541137695,0.0150103140622377,-0.9658178091049194,-4.8018517494201660,-0.0011909098830074,-1.8006616830825806,0.7438589930534363,0.0009046129416674,-0.2602247297763824,4.0302114486694336,2.2944862842559814,-0.6425367593765259,-0.5781834721565247,1.2055650949478149,-0.4571988284587860,0.8337534666061401,-0.9302252531051636,-5.3207497596740723,0.4368999302387238,-7.4189033508300781,-0.6861331462860107,-0.0157131049782038,-1.2274571657180786,0.7552476525306702,0.5349999666213989,-0.4818924367427826,-0.2182611823081970,1.0793025493621826,-2.4948191642761230,-2.6771252155303955,-1.3184865713119507,2.5555248260498047,0.1305723041296005,2.1884713172912598,0.4957548677921295,3.0732033252716064,-1.2443841695785522,-2.0164964199066162,1.1725522279739380,0.8589522242546082,-1.8384565114974976,0.7816806435585022,-0.3704607188701630,2.4965724945068359,-0.9691669940948486,1.7557734251022339,3.2712867259979248,-0.9247345924377441,-0.1241022273898125,1.8699007034301758,-1.8287284374237061,0.1357782334089279,-1.9802141189575195,-0.8489450812339783,-0.1956856101751328,1.2130281925201416,0.2921918928623199,0.6628643274307251,5.2513036727905273,-0.7236517667770386,3.7604229450225830,0.9643960595130920,0.3175847232341766,1.2225176095962524,2.3161604404449463,-0.4169877767562866,3.0732452869415283,-1.6650437116622925,0.0695741400122643,1.4776804447174072,-0.8922727108001709,-2.4907252788543701,2.4702129364013672,1.3854939937591553,0.1994042396545410,-6.9709582328796387,-1.2753047943115234,-2.1554265022277832,-0.6498243212699890,-5.0534958839416504,-3.0790324211120605,6.6739110946655273,-2.6664607524871826,1.8309048414230347,0.7579917907714844,1.5690428018569946,0.9897754788398743,0.4184571504592896,0.3608191311359406,3.1657366752624512,-1.5558397769927979,-1.2797605991363525,2.2454926967620850,1.2687456607818604,3.1939051151275635,-0.2120582312345505,-1.8273047208786011,-2.3763711452484131,-1.5195683240890503,0.3701285421848297,0.0982249006628990,-0.8126393556594849,0.3107492625713348,-1.9693444967269897,0.9424070715904236,0.8301272988319397,1.0257947444915771,0.6229878067970276,0.0769168213009834,1.0495750904083252,-0.8051816225051880,2.2307772636413574,0.1363738030195236,2.9822032451629639,-0.5381852984428406,-1.0452110767364502,-2.4105043411254883,3.3540124893188477,2.1998147964477539,0.4320401847362518,0.7491421699523926,0.1849683970212936,0.1783533394336700,0.9933394193649292,-1.0663902759552002,1.0613027811050415,0.8422474265098572,-1.8541257381439209,2.5199503898620605,-0.8775121569633484,0.8878678083419800,0.3141965270042419,-0.0625651404261589,-1.8965272903442383,-0.5905905961990356,-5.4309840202331543,-0.6572942733764648,0.1392184793949127,2.8320286273956299,-5.3123717308044434,-1.2469733953475952,-0.9266402721405029,-4.1269979476928711,4.4806213378906250,-2.7102432250976562,-0.1433596014976501,-2.0449066162109375,-1.9536131620407104,-0.3943467140197754,0.5228970050811768,0.9078769683837891,1.4002709388732910,0.4287995696067810,-0.5037251114845276,-1.8757685422897339,4.3731808662414551,2.9558930397033691,-0.5057860612869263,3.8895328044891357,1.5537045001983643,-1.6403557062149048,0.9310665726661682,-2.5724525451660156,-0.1196861788630486,0.5528986454010010,0.1122591421008110,-1.6380623579025269,0.9827814698219299,1.0537669658660889,0.7387746572494507,-0.0941482707858086,-0.0476417019963264,1.3745729923248291,-0.4859245121479034,1.1510539054870605,-2.8287670612335205,0.3453241884708405,1.2107454538345337,-2.4432694911956787,-0.0410714112222195,-0.0120075056329370,0.9393764138221741,2.6731791496276855,0.1582760512828827,0.7607034444808960,2.8768725395202637,-0.7704660892486572,0.3799517750740051,2.1602933406829834,1.8209292888641357,4.2663021087646484,0.8318004012107849,-1.0063984394073486,-2.0730824470520020,-2.1381442546844482,-2.3497731685638428,1.2356628179550171,0.9137371182441711,1.4648962020874023,-2.1487419605255127,1.6827191114425659,0.9070363044738770,0.3231810331344604,-2.6960225105285645,-0.5181139111518860,-6.6287722587585449,-1.2590298652648926,2.8221113681793213,-0.5963307023048401,-2.4568412303924561,0.3371562361717224,1.3516237735748291,-2.0538289546966553,-2.2077498435974121,-1.4993391036987305,1.6694240570068359,0.6731548905372620,-1.8808820247650146,0.7625882625579834,-0.1784910857677460,-2.8321485519409180,-0.6434456110000610,-1.5426653623580933,1.4452657699584961,0.8594542741775513,-3.4329812526702881,0.3651549816131592,-5.0876297950744629,-0.6547582745552063,-0.8062342405319214,0.1251840144395828,2.2096724510192871,-0.9263854026794434,-1.1248496770858765,1.5895580053329468,0.2122589200735092,-3.3300845623016357,0.3086456358432770,-0.0477080829441547,-0.2562873661518097,-0.4287470281124115,-1.8567174673080444,-2.5966227054595947,-2.0883276462554932,-0.3325179219245911,-2.3692340850830078,0.4437581002712250,-1.4254374504089355,-0.3414746522903442,1.2323964834213257,0.3593091368675232,-1.2621376514434814,-1.0808931589126587,-12.1344270706176758,1.3036960363388062,-1.9412169456481934,-2.3084428310394287,1.1903347969055176,0.0169959533959627,-0.7139343023300171,-0.4132125973701477,-0.4934843182563782,1.7268167734146118,-1.0534743070602417,0.6212767958641052,-1.6619696617126465,0.0607090555131435,-0.6957231760025024,-1.2351719141006470,-2.4681427478790283,-0.9020511507987976,2.7094061374664307,0.7398797869682312,1.4770628213882446,0.8309481739997864,4.6339044570922852,1.2004058361053467,0.4292199909687042,-0.8451196551322937,-1.6371687650680542,1.5348180532455444,0.6198030114173889,-3.5410938262939453,1.9790010452270508,1.6423218250274658,2.4065668582916260,-1.9815326929092407,0.7339767813682556,-1.4409645795822144,0.4058772027492523,-0.4672690331935883,3.0897233486175537,0.8833695650100708,0.0142328282818198,-2.6633086204528809,-2.1833870410919189,0.0462911948561668,-1.5323919057846069,-2.1284418106079102,0.4998678863048553,-2.7346949577331543,0.0563715063035488,0.0594245940446854,-1.4801855087280273,0.2501957416534424,-0.0830517560243607,-1.6881570816040039,-0.0375751294195652,-0.7201513648033142,0.1272176504135132,0.2308473140001297,-2.6525886058807373,0.3433652222156525,3.6142957210540771,-0.1788665056228638,-4.3268404006958008,0.9559105634689331,-3.8769109249114990,3.8604102134704590,0.3177355229854584,-0.2604052722454071,1.4873075485229492,-2.7694733142852783,0.1664476096630096,0.8575552105903625,-1.9248117208480835,0.7311102151870728,-1.7192125320434570,1.4285235404968262,-0.2933951616287231,-1.0095728635787964,-0.0856619104743004,0.5541486740112305,-4.9740543365478516,-0.0934486985206604,0.7988982200622559,-1.1401491165161133,0.3390060961246490,1.2386071681976318,0.5466262698173523,-2.4580333232879639,-1.5796161890029907,-2.9790780544281006,0.4749564230442047,-0.2633725702762604,-0.7290534377098083,-0.8821264505386353,0.8284517526626587,-3.8313612937927246,0.7205581665039062,-1.3800538778305054,0.4900751113891602,0.4172826707363129,-1.0966310501098633,-0.3537972271442413,-1.9548954963684082,-2.0507266521453857,0.8178674578666687,0.8211597204208374,3.2883546352386475,-2.4661700725555420,0.2725242078304291,1.2379546165466309,2.8925187587738037,-4.1942849159240723,-0.0168572906404734,-0.4031483232975006,0.6546058058738708,-1.1036839485168457,1.2760132551193237,-2.4791810512542725,-4.9976639747619629,-0.0939580276608467,1.2367842197418213,-0.2524246573448181,-1.1695133447647095,0.6242491006851196,1.9000385999679565,-0.0351127646863461,-5.3362574577331543,-0.0514571927487850,-6.4111170768737793,3.1696777343750000,-0.2848802804946899,-0.3013759851455688,-0.9258033037185669,1.3766806125640869,-1.0257128477096558,0.1904133707284927,-2.5941405296325684,0.0559172444045544,0.0623708479106426,-0.8177127838134766,0.2055987566709518,-0.1246798634529114,-2.0072860717773438,-0.8972214460372925,-0.2157114297151566,-7.9075298309326172,-0.7953750491142273,2.4227702617645264,-0.4694705009460449,-1.1281771659851074,-6.1437025070190430,4.0410966873168945,1.6448452472686768,6.2339320182800293,4.9688477516174316,-2.8273336887359619,8.0528411865234375,4.6299242973327637,0.1582059413194656,24.5274810791015625,78.1193161010742188,23.2226047515869141,46.9476394653320312,19.8513069152832031,64.9240493774414062,30.7935943603515625,19.0879974365234375,17.9057312011718750,19.2925262451171875,41.6138496398925781,57.7580947875976562,20.1206779479980469,43.8501472473144531,22.6143760681152344,92.0755767822265625,0.2877137064933777,0.4849431216716766,0.8016374707221985,1.5418598651885986,0.4587147831916809,0.4893324375152588,1.0093933343887329,0.7380949258804321,0.8564893603324890,0.5858002901077271,0.4058757424354553,0.4053139090538025,0.3697139918804169,0.6294615864753723,0.3516864180564880,0.9307618737220764,-0.1913706213235855,0.3686232566833496,-1.7619520425796509,1.4619661569595337,0.0043858401477337,0.1050635576248169,-0.9481478929519653,-2.0799894332885742,-1.4886147975921631,0.3428069055080414,0.0700548887252808,0.0688727721571922,0.1154215112328529,0.5020424723625183,0.2196251600980759,-1.3803865909576416,0.0000099999997474,1.4729830026626587,0.6086587309837341,0.5201959013938904,2.1251497268676758,-0.4330706894397736,0.2677409946918488,-0.6343635916709900,0.4214054942131042,-0.5903031229972839,1.0354493856430054,-1.2358182668685913,3.0086946487426758,1.4495629072189331,-0.9069545269012451,0.3865922093391418,0.0565053969621658,-0.5802269577980042,1.3340343236923218,-2.9740979671478271,1.0068290233612061,-2.6817414760589600,-5.3670711517333984,1.7594540119171143,-0.3572467863559723,1.8316438198089600,-1.7774333953857422,0.3374130129814148,-0.5814664959907532,-0.1522210538387299,-5.6312131881713867,-3.3697068691253662,2.4150536060333252,2.4489173889160156,4.3035111427307129,-0.6771981120109558,-0.8341120481491089,-1.0598646402359009,1.2313983440399170,0.2998491227626801,1.0072914361953735,-0.5945367217063904,0.7896504402160645,0.6422592401504517,1.9480649232864380,-0.8580371737480164,2.4417045116424561,1.5102260112762451,2.5344939231872559,-0.8758433461189270,-3.1958055496215820,-2.4405498504638672,1.8122425079345703,0.5173455476760864,0.6313216686248779,0.9513979554176331,-6.8366866111755371,1.7521626949310303,-0.9353330731391907,0.8551793694496155,-1.6205686330795288,-2.1205193996429443,1.9374583959579468,1.8781455755233765,0.6642616391181946,-0.8737662434577942,-2.2978467941284180,-0.1799082010984421,-2.8014769554138184,0.5144803524017334,-5.9746947288513184,-0.7844275236129761,2.6930813789367676,0.8553227186203003,-4.9719195365905762,0.2556554973125458,1.1753461360931396,-0.0552160330116749,2.8819744586944580,-0.2126620858907700,0.7765156626701355,0.1141970455646515,0.5752366185188293,2.0886874198913574,-1.1554841995239258,0.0961700007319450,0.8506975769996643,-1.1560891866683960,-1.0020717382431030,-0.6551942825317383,-0.0296432599425316,0.1666211336851120,2.8775062561035156,0.6190077066421509,-0.8204346299171448,-0.4430221319198608,-0.6621214151382446,0.3239019811153412,0.6490365862846375,1.3327195644378662,3.8475208282470703,0.8190198540687561,0.6958966255187988,0.0110564120113850,-1.4772993326187134,0.1641968339681625,1.4000930786132812,-1.2197502851486206,5.3911023139953613,0.4191017150878906,0.9556133747100830,-0.6598278880119324,1.7962589263916016,0.6894370317459106,1.9319586753845215,-1.1372390985488892,2.6082336902618408,-2.2396719455718994,-3.6398401260375977,-0.6558165550231934,-1.4833747148513794,-0.2044066488742828,-2.0746676921844482,-1.6167802810668945,0.0846355408430099,-0.1063578799366951,-2.9004807472229004,-1.5819137096405029,-0.4658544361591339,-1.3184304237365723,-4.2801113128662109,-0.7484262585639954,0.9306860566139221,-0.5840257406234741,1.1370580196380615,0.9367710351943970,-0.0238296594470739,0.3121994137763977,1.6890949010848999,-1.3755931854248047,1.8432761430740356,-1.4452503919601440,-2.1579163074493408,-1.4528903961181641,3.0803325176239014,-0.7283679842948914,-0.9182858467102051,-1.4323459863662720,-0.9222449064254761,-0.9149968028068542,-0.0761429220438004,1.2243145704269409,5.0616149902343750,1.8863240480422974,-3.4678428173065186,0.8641639947891235,4.6380252838134766,1.0611510276794434,-0.7636076807975769,0.8047461509704590,5.1919879913330078,-1.9226731061935425,0.8104811310768127,-1.1299904584884644,-8.1317462921142578,0.5826345086097717,0.0557563565671444,0.5005691647529602,1.0760766267776489,-0.2935066521167755,-3.1104071140289307,-0.2788733541965485,-0.0490903519093990,0.9993438720703125,0.7807065248489380,1.5439264774322510,-2.0734236240386963,-1.1351276636123657,-0.8427392244338989,0.2205693423748016,1.8209959268569946,1.1200202703475952,8.3276853561401367,0.5916939377784729,-2.2906055450439453,-0.7149558067321777,2.0499877929687500,-0.6334422826766968,-0.8012267351150513,-0.5420887470245361,1.0437573194503784,0.6428925395011902,-1.6336226463317871,1.7412490844726562,1.3401646614074707,1.2799658775329590,0.3644753694534302,-0.8691532015800476,-0.0599311329424381,1.1029840707778931,1.9065012931823730,-1.2492169141769409,0.2774007022380829,-0.6467075347900391,1.8324766159057617,-0.1714050918817520,3.7268686294555664,0.2977708280086517,0.5611745715141296,-0.6120804548263550,-4.1118392944335938,-3.6917247772216797,1.0716174840927124,-1.2316081523895264,0.8438415527343750,3.9885680675506592,0.4205355644226074,1.5892528295516968,-3.5988278388977051,-0.4744858741760254,2.4957382678985596,1.1204500198364258,1.9192554950714111,0.8036301732063293,2.8570873737335205,0.1294935345649719,-0.0098909549415112,-0.2718881666660309,-7.1208648681640625,0.0716297626495361,-1.6511619091033936,0.3669543862342834,-1.7962887287139893,0.0666003450751305,-0.7943176627159119,0.4930852353572845,0.3722546696662903,-0.7305425405502319,-0.5617576241493225,0.1058020368218422,-0.1215208470821381,-0.3292725682258606,-0.0719985589385033,0.6193970441818237,1.2598179578781128,2.1360280513763428,10.1059093475341797,1.1566828489303589,-0.1320573240518570,0.1107187718153000,1.2164766788482666,1.3091450929641724,1.0600308179855347,0.9702783226966858,4.5644669532775879,1.9915516376495361,0.8671283721923828,0.8390691280364990,0.2000997960567474,0.5676888823509216,-0.4111000299453735,-0.5231742262840271,-2.1010723114013672,-0.0612270161509514,3.8876602649688721,-1.2789244651794434,0.3126272559165955,1.2736036777496338,-1.3055590391159058,-0.7835071086883545,-2.1668391227722168,2.7444620132446289,6.9272246360778809,-0.1683074682950974,-2.6100854873657227,-1.8459556102752686,-0.2572401165962219,-1.0526533126831055,-3.4131593704223633,-0.3296716213226318,1.4119105339050293,-0.3946511745452881,2.3695585727691650,0.2901898622512817,0.9712865352630615,-0.5634791254997253,-3.3491482734680176,0.6739438176155090,0.0496116988360882,0.7164431810379028,5.6087636947631836,1.4174059629440308,-1.3123805522918701,-0.6875402927398682,-0.4732493758201599,-0.8216829299926758,-0.5197020769119263,0.3498660922050476,-1.9829779863357544,2.2894096374511719,-0.4619221687316895,0.7280755043029785,2.1633262634277344,-1.7909973859786987,-1.0671123266220093,0.4164084494113922,-0.0378887467086315,1.5839000940322876,0.6140002608299255,1.0548361539840698,0.3158505260944366,-0.8423987627029419,-4.6740531921386719,0.2500777244567871,4.2915511131286621,-0.4623128175735474,-2.5158610343933105,-0.7210572957992554,0.6117297410964966,-1.3459562063217163,-7.2120246887207031,-2.1993799209594727,-5.7263488769531250,-1.0446332693099976,0.1267196387052536,0.1986130177974701,-1.5087224245071411,-0.8704885840415955,1.2147414684295654,1.7774090766906738,-0.7501282691955566,1.0401848554611206,0.7169576287269592,0.3875284492969513,0.5834184288978577,-1.2708863019943237,0.1152726635336876,0.5523026585578918,0.5831738710403442,3.4154462814331055,-2.9956932067871094,0.3724174797534943,0.4702140688896179,-3.1557025909423828,-0.2059458941221237,-1.1717007160186768,4.0617566108703613,0.0401148647069931,1.3822237253189087,0.9730241298675537,-0.9582588672637939,-0.6763288974761963,1.2624814510345459,-0.8070675134658813,-4.3045320510864258,-1.0610336065292358,-0.1154311448335648,0.1126104742288589,1.1729961633682251,-0.0964933782815933,0.0636304318904877,0.4551967382431030,0.7644704580307007,0.9657187461853027,2.6615197658538818,-0.4021496176719666,-1.4137889146804810,-0.0145275741815567,-1.2225956916809082,0.2840409576892853,1.7058167457580566,0.8455938696861267,-1.6945018768310547,0.0469595380127430,0.2172606736421585,-0.3550006151199341,5.1432409286499023,-0.4195622205734253,-8.9614706039428711,-0.4662995934486389,1.6026376485824585,0.4581962525844574,-1.2101001739501953,3.3387348651885986,4.4274148941040039,-0.5333279371261597,-4.0113797187805176,-0.3568578660488129,1.6944112777709961,-0.6735451817512512,0.0004127333813813,0.5707346200942993,-0.6569476723670959,0.8651571869850159,4.1959118843078613,-2.1839199066162109,-0.2192885130643845,-1.5825445652008057,-1.1310176849365234,0.0935038551688194,-2.6474854946136475,-1.3508816957473755,-0.2223704606294632,-1.0786865949630737,-0.8171310424804688,0.0116671584546566,0.0360538363456726,0.7553333640098572,8.4019374847412109,0.5276198387145996,-4.0100660324096680,1.5692501068115234,2.6829650402069092,0.9891656041145325,1.0060718059539795,2.0853183269500732,2.8217117786407471,0.9854320883750916,-0.7161009907722473,0.0572976171970367,0.5912093520164490,-0.1459282040596008,0.3986698687076569,-0.2410514801740646,3.7817668914794922,-1.4602575302124023,-0.1150259971618652,-0.1145143434405327,-2.3577492237091064,-0.4495224654674530,-3.6573612689971924,2.0798757076263428,-3.7859725952148438,-0.2670145630836487,-2.2567429542541504,-1.7661695480346680,1.4241857528686523,-1.0580235719680786,0.5947216749191284,1.0329006910324097,6.2940545082092285,1.4590266942977905,1.8266901969909668,1.1572936773300171,-2.5910458564758301,0.8871517181396484,0.0496521703898907,0.6569289565086365,-0.6659772396087646,1.0096803903579712,2.0359652042388916,0.4569311141967773,3.1266956329345703,-1.1694884300231934,0.5241698026657104,0.9291522502899170,1.4817303419113159,-1.6165075302124023,1.0858609676361084,1.6739486455917358,-2.0684366226196289,-2.0205149650573730,-0.3403008580207825,3.2579450607299805,-1.5731617212295532,-0.2767079174518585,-3.1345663070678711,-2.0557312965393066,5.0704860687255859,-0.6688330769538879,2.6282210350036621,0.9984259009361267,-0.1556155383586884,1.3012614250183105,-0.0789600089192390,1.7801010608673096,-1.0798311233520508,0.7012878060340881,2.5704805850982666,-0.4194054305553436,-0.2271814048290253,-0.3321488797664642,0.8785241842269897,-0.8037661314010620,-1.1913279294967651,0.6653769612312317,-1.2392402887344360,-0.6531429886817932,1.4534033536911011,0.6783577203750610,-2.2733402252197266,0.1081333458423615,-2.8055999279022217,-0.5531986951828003,0.4023627042770386,-2.2041532993316650,-3.0798690319061279,0.3873077332973480,0.4381887018680573,2.7859921455383301,-1.0832053422927856,1.5222557783126831,9.3648757934570312,0.4823506474494934,0.6465529203414917,-1.5569065809249878,-0.5404800176620483,-0.4425815939903259,-2.0358064174652100,0.3268522322177887,5.5280356407165527,0.7715194821357727,-2.9708919525146484,-2.3572595119476318,-4.8434147834777832,4.8033480644226074,-4.3267245292663574,0.0704414397478104,0.5525530576705933,1.5377969741821289,1.0399657487869263,-2.6528973579406738,6.0637998580932617,2.5119678974151611,-6.0467433929443359,4.8368844985961914,7.5974822044372559,7.1978821754455566,7.3374161720275879,54.2938957214355469,18.6258850097656250,25.2198677062988281,55.0687332153320312,39.9645538330078125,40.8281478881835938,18.5676422119140625,88.7628479003906250,9.8548231124877930,54.9549713134765625,6.4983639717102051,40.7667732238769531,104.0809860229492188,5.7474522590637207,5.0168609619140625,72.5353317260742188,0.8277998566627502,1.0344506502151489,0.9974008798599243,0.7004669308662415,0.6537212729454041,0.5376282334327698,0.7747006416320801,0.7012336850166321,0.5210734605789185,0.3912043869495392,0.9269093871116638,0.7665150165557861,0.7076035737991333,0.5198840498924255,0.3516195416450500,1.0136866569519043,-1.0597602128982544,-2.2224469184875488,0.0506399460136890,0.4892865717411041,1.1518079042434692,0.7706989645957947,-0.1776252686977386,-0.6744524836540222,1.3061875104904175,-0.2818963229656219,-0.1394510120153427,1.9090270996093750,-0.7908681631088257,0.7841988801956177,0.5586420893669128,2.1932067871093750,0.0000099999997474,-0.3351483941078186,1.3674788475036621,0.5469359755516052,0.1495495289564133,-0.2795449793338776,1.1215322017669678,-0.0761270523071289,2.4854068756103516,0.0737244337797165,-0.1002926528453827,0.0954343080520630,-0.8951860666275024,0.5799413323402405,-0.2181464731693268,0.2905900478363037,-1.7128974199295044,-0.2856730520725250,0.9175788164138794,-0.1003471761941910,0.4788489341735840,0.0910790264606476,-0.9696633219718933,0.0411497615277767,-1.5133093595504761,-0.4794775545597076,-0.7161309123039246,0.3209133446216583,0.9380889534950256,1.1225548982620239,-0.6766336560249329,-0.0144360400736332,-0.3943401277065277,0.6347104310989380,-1.2586390972137451,0.3207668662071228,1.4895834922790527,0.0066506909206510,3.0571360588073730,-0.6045255064964294,0.6497365236282349,-1.8648335933685303,-3.7561299800872803,-0.6123232841491699,0.1338787078857422,-0.3299400210380554,-3.2186963558197021,-2.0565886497497559,1.2914158105850220,1.4256190061569214,-2.2368652820587158,2.5509817600250244,3.0402646064758301,-0.7835694551467896,0.3776426613330841,0.2904396355152130,-0.8747054338455200,-1.0128417015075684,-5.7410831451416016,1.0654224157333374,-0.1663932055234909,-0.6970803141593933,1.1128749847412109,-3.1481070518493652,1.8790320158004761,0.9429936408996582,-1.0477347373962402,0.3324666917324066,1.3427349328994751,-0.2554644048213959,3.0219163894653320,0.3206062912940979,-0.5019516348838806,-1.6671081781387329,-4.2283453941345215,-1.4508892297744751,0.3000893890857697,0.1893086135387421,-1.1721522808074951,-1.4601247310638428,0.5222237110137939,0.9586150050163269,-0.6308284401893616,1.7133450508117676,10.6323728561401367,-0.1136536747217178,-2.5453619956970215,-1.4878921508789062,-3.5453488826751709,-1.8620464801788330,-6.1891803741455078,0.5003144741058350,0.1216330826282501,-0.3304325640201569,0.9707154035568237,-1.7047258615493774,3.0380287170410156,0.0182963311672211,0.2391260266304016,-0.4100597500801086,0.3681564033031464,-0.5048770904541016,-0.3170973658561707,-0.6853393316268921,-0.6436136960983276,-0.4210968911647797,-1.4392008781433105,-0.0290508009493351,1.4094624519348145,0.6272149085998535,0.3922475278377533,-0.7926444411277771,0.4287722110748291,-1.2948005199432373,-1.7936347723007202,0.5189500451087952,2.3109860420227051,0.2864555716514587,0.0481004863977432,0.2461621612310410,-0.7555353045463562,-0.4248677790164948,-1.0887236595153809,-1.1588506698608398,-0.3328827917575836,-0.9377166628837585,-0.9378017783164978,-0.8397048711776733,0.4094231426715851,1.0175821781158447,-1.6353030204772949,0.3057232201099396,1.0559939146041870,0.0314260125160217,-2.3226850032806396,-0.3892193734645844,0.7701913118362427,0.6660911440849304,-0.1849666088819504,-0.5699959993362427,0.6920824646949768,-0.5024377107620239,6.2685446739196777,0.5550523400306702,1.5665451288223267,-0.7394061088562012,-1.6658762693405151,-0.3528008759021759,1.6031384468078613,0.1863347291946411,4.8256325721740723,-1.0057190656661987,-0.8231162428855896,0.2791391909122467,-0.2927520573139191,-0.0768421962857246,-1.6324002742767334,0.2152664661407471,0.8156546950340271,3.0913619995117188,0.8426579236984253,2.0994539260864258,0.6911252737045288,0.0421344898641109,0.4193507134914398,0.7953300476074219,-1.8403549194335938,1.5399017333984375,3.3379876613616943,-2.3830854892730713,2.0277609825134277,-0.3720796406269073,-1.7308220863342285,-0.2792595028877258,0.7685270905494690,-0.2211040556430817,-4.0628275871276855,-0.4496532976627350,-1.1210491657257080,0.9875996708869934,-0.9343969821929932,-0.4619664251804352,1.2642847299575806,-0.3635176420211792,2.2144024372100830,0.0669183433055878,0.4811748266220093,-0.0108911665156484,-0.0176448728889227,1.7869424819946289,-0.4522677659988403,-1.7845175266265869,-2.1023712158203125,-2.0121972560882568,-3.5465538501739502,-0.3789489865303040,0.9435511827468872,0.2325508445501328,2.4061851501464844,-1.5233807563781738,-5.3185329437255859,1.6286802291870117,-1.1477186679840088,-0.0371050983667374,3.6396815776824951,0.1084154173731804,-1.3183604478836060,0.9725716114044189,6.5608773231506348,-0.5522835850715637,-1.2480112314224243,-1.6004703044891357,0.6692814826965332,0.1688499599695206,-1.8236435651779175,0.9187051653862000,-1.5277243852615356,1.8514487743377686,-0.7035044431686401,-0.4780232906341553,-0.9056996107101440,-0.2275950014591217,-0.0356514789164066,1.6401485204696655,2.5938045978546143,-0.4831364452838898,-0.8818833827972412,-0.1258979886770248,0.6646420955657959,-0.1813379824161530,5.9014983177185059,-0.5098812580108643,-1.6055883169174194,-0.8916212320327759,1.2839877605438232,-1.0240859985351562,7.0153188705444336,0.6338579058647156,-0.0712524652481079,0.7349116206169128,1.1370344161987305,0.9217424392700195,-1.0284196138381958,-0.8680860400199890,-0.4226229488849640,-0.1855635941028595,-2.8774218559265137,1.0737128257751465,-0.7853053808212280,0.4090500473976135,-0.7107197642326355,-0.2431440353393555,1.8060303926467896,-0.2512527406215668,-0.4268940687179565,0.8697083592414856,5.2934317588806152,-0.8323555588722229,-0.8248391151428223,0.8890334367752075,1.0948599576950073,0.0244880914688110,1.2507665157318115,-0.7219728231430054,-6.8272056579589844,0.7368229627609253,-0.6962072849273682,-0.3654101192951202,3.3870832920074463,-0.7526901960372925,-1.0431655645370483,0.2320264875888824,6.0786566734313965,-1.1870845556259155,-2.8949027061462402,-1.0471929311752319,0.4198020696640015,-0.6269208788871765,-1.7495737075805664,0.9739280939102173,-0.8710497021675110,0.3616058528423309,-0.2838402390480042,-0.7582068443298340,-0.1942465156316757,-0.2609689235687256,-0.5984569787979126,1.8898364305496216,0.8487044572830200,0.4947832822799683,1.5894924402236938,0.0475723296403885,-1.4946271181106567,-0.6635516285896301,-0.7829043865203857,0.8613421916961670,8.1400299072265625,-0.9600377082824707,0.6893560886383057,0.0447364114224911,-3.6574633121490479,0.2894400358200073,1.8049541711807251,0.2014697045087814,-4.2561888694763184,2.1783339977264404,5.6920781135559082,1.4692529439926147,-0.3442370295524597,0.0868406891822815,3.0246350765228271,-0.7067698240280151,0.8696614503860474,-0.3472886979579926,1.1432293653488159,-0.5154739618301392,-2.5928754806518555,0.0205230209976435,0.2497280538082123,-2.4239842891693115,-1.1586623191833496,-1.6009317636489868,-3.4206855297088623,-3.2350654602050781,0.9906240105628967,-1.1887233257293701,1.5966484546661377,-0.8522558212280273,-4.4925699234008789,2.1183683872222900,-1.3468739986419678,-0.1772676110267639,5.1815905570983887,0.3183245062828064,0.2685148119926453,0.1665709018707275,4.7281770706176758,-0.2830525338649750,-1.3253190517425537,-0.7457731366157532,0.0178643278777599,-0.8830932378768921,-1.4632511138916016,0.4123881459236145,-2.1666977405548096,1.2025017738342285,-0.0954895839095116,-1.0990022420883179,-0.7730222940444946,0.6184349656105042,-4.0962886810302734,2.1281738281250000,3.8839240074157715,1.5872628688812256,0.9600217938423157,0.7952210307121277,0.5068928599357605,-0.1580877006053925,1.6691820621490479,0.1618841737508774,0.1781541705131531,-2.0105650424957275,-1.5546627044677734,0.2466528415679932,-0.6079924106597900,-0.3570301830768585,-1.2475373744964600,-1.2921504974365234,-0.5945910811424255,1.3852994441986084,0.3268975913524628,-0.2113405466079712,6.6775555610656738,-0.3750922679901123,-1.9806793928146362,-0.6240105628967285,-5.5534062385559082,-1.7662520408630371,-5.8052206039428711,-0.4043303132057190,0.9610368609428406,-0.2603579461574554,1.9250673055648804,-3.3933231830596924,4.9361371994018555,-0.1227803155779839,0.0664886385202408,0.0496928133070469,0.8218632936477661,0.3807208240032196,1.0768109560012817,1.2951084375381470,0.0175550412386656,-0.5290268063545227,-5.2182321548461914,-0.1554710865020752,-1.3121531009674072,-0.2270787507295609,-4.2710270881652832,-0.5668005347251892,0.9667708277702332,-0.6288120150566101,-1.2766144275665283,0.7843930721282959,10.7267198562622070,0.3285531699657440,-0.9713467359542847,0.5725898146629333,-6.5770754814147949,-0.2186855822801590,1.9080897569656372,-0.0955089330673218,-3.2216405868530273,1.1157521009445190,2.5240449905395508,-1.4991239309310913,-1.2062755823135376,-0.2566821873188019,0.1584316790103912,-0.5973322391510010,0.6247659921646118,-0.0133647946640849,3.2359876632690430,-0.2116246819496155,0.0498898290097713,0.0808332711458206,2.1172127723693848,-1.0488528013229370,1.4481563568115234,0.3045392036437988,-3.8187334537506104,0.6673659086227417,0.3775828182697296,1.0202779769897461,-0.9195677042007446,0.5752668380737305,-5.4860854148864746,-0.0782843530178070,-3.2990055084228516,-0.9684606194496155,1.0557674169540405,0.1660720556974411,3.2794523239135742,-0.2820135354995728,4.5545239448547363,-0.6233681440353394,1.1272004842758179,0.8410503864288330,-3.9089586734771729,0.7581085562705994,-3.0532889366149902,0.4788680970668793,-0.5059105753898621,0.0439384765923023,1.9649165868759155,-1.5685327053070068,-0.1655093580484390,0.8607658743858337,-1.0968532562255859,0.7394697070121765,0.9542791843414307,0.0268675647675991,0.3511584103107452,-1.8344177007675171,-2.4650712013244629,1.2565293312072754,1.1376663446426392,2.5362243652343750,1.1114869117736816,-1.0032873153686523,-7.3698558807373047,-0.0832613408565521,-1.8770369291305542,0.5986683368682861,-0.4581546187400818,0.9031897783279419,-3.9236924648284912,-1.7735733985900879,0.0987995192408562,-1.0382748842239380,0.7959480881690979,0.8171489238739014,3.0995013713836670,0.2291550338268280,-1.5207366943359375,-0.1281839460134506,-1.3863117694854736,0.5186663269996643,5.3364133834838867,-1.5047973394393921,0.6370900273323059,0.0177412889897823,-0.1803779900074005,0.2595091760158539,-0.0136163448914886,-1.7009798288345337,-6.6600556373596191,1.1871577501296997,1.7165863513946533,0.7853628993034363,0.9693227410316467,-0.6496710181236267,-0.2761389315128326,-1.1350493431091309,-0.0021361918188632,-2.2661783695220947,-0.6502606272697449,-0.0892182514071465,2.1356308460235596,-0.6334577202796936,-0.1496721357107162,-2.4541032314300537,-4.9475288391113281,0.0538546107709408,-3.8698546886444092,-6.6618165969848633,-6.0382361412048340,-2.7766592502593994,-2.9862396717071533,0.6498883962631226,9.8093500137329102,-5.4479079246520996,3.0859220027923584,3.7691223621368408,-3.4750957489013672,-17.9344558715820312,1.5660231113433838,0.2166857123374939,0.0504350773990154,6.4978189468383789,41.6286582946777344,104.2181320190429688,4.3594818115234375,26.2280330657958984,31.5141849517822266,112.2678527832031250,76.6593399047851562,37.7172203063964844,65.1862030029296875,70.0233306884765625,90.8854904174804688,101.4037017822265625,12.3749084472656250,31.9791469573974609,130.0458679199218750,1.0341755151748657,0.8231073021888733,0.2331769019365311,-0.0759091228246689,1.1749355792999268,1.1558089256286621,0.2154692411422729,1.0857425928115845,0.3477935194969177,0.4974559247493744,0.3572534918785095,1.0852788686752319,1.0313565731048584,0.5957171320915222,0.6955509781837463,1.1544885635375977,-4.0304145812988281,-2.6973674297332764,-0.1799301207065582,-3.9205663204193115,-2.3442270755767822,-3.4348852634429932,0.1078185215592384,3.2037785053253174,3.0739831924438477,-1.7161675691604614,-1.4077169895172119,1.9572366476058960,-3.0778303146362305,-2.0426182746887207,-2.5019724369049072,1.9993050098419189,0.0000099999997474,-0.3042835295200348,1.3979722261428833,-0.7845572829246521,-1.9800417423248291,0.4576328694820404,0.5911815762519836,-0.0760211274027824,-0.0392788648605347,0.1477992981672287,-0.1519205719232559,-0.5310071110725403,1.0076322555541992,-0.3860096931457520,-8.3575906753540039,-0.7149347066879272,-5.0258960723876953,-0.3294799327850342,-5.3485541343688965,-0.0178380962461233,4.9125046730041504,0.1323784142732620,-2.0834670066833496,-0.3366700112819672,0.2406994253396988,0.9792175889015198,-1.0941336154937744,0.6342635154724121,0.7216101288795471,-0.2960719466209412,-1.2526038885116577,-0.2222359180450439,3.2234475612640381,-0.0299807768315077,0.4712179601192474,-0.3964280486106873,0.0805482864379883,-0.7473524808883667,1.1065334081649780,-0.6206738948822021,-1.0322070121765137,1.6519575119018555,-1.9724942445755005,-1.7326661348342896,-2.3090538978576660,1.1518243551254272,-0.9638457298278809,0.4022312462329865,-1.0135986804962158,0.8227903842926025,-0.1414101719856262,-0.6892538666725159,0.8240656256675720,1.0637416839599609,-1.7861989736557007,-0.6464013457298279,0.6405963301658630,-0.9450656175613403,2.7863390445709229,0.2264161854982376,0.6893879175186157,-0.3045824170112610,1.4120502471923828,-1.9480640888214111,0.4199051558971405,0.3646599948406219,0.7655106782913208,-0.9520741701126099,0.4265426099300385,-0.8497795462608337,1.6962199211120605,-0.7437768578529358,0.0883720815181732,0.2665121853351593,-1.2548340559005737,-1.1589733362197876,-1.3810862302780151,1.0309525728225708,-0.6675339341163635,0.4363887608051300,-2.7152743339538574,0.8540506958961487,-0.2183754742145538,-1.4177889823913574,1.8957306146621704,0.6548454761505127,-0.7735500931739807,-1.3785086870193481,-0.0441760867834091,0.1710537970066071,-0.6255007386207581,1.5143872499465942,-0.1562449783086777,-1.9103357791900635,0.4893288910388947,-0.4694603383541107,0.6278438568115234,-0.4141283035278320,-0.7378658652305603,-0.3922786116600037,-0.2055093348026276,-1.2336089611053467,0.6941615343093872,0.3140295147895813,0.8082675933837891,2.6478905677795410,0.6628807783126831,1.4664679765701294,1.2707847356796265,-0.5094605684280396,-0.6844328045845032,-1.5334048271179199,-2.3293073177337646,-0.2815812230110168,0.0251035224646330,0.6084436774253845,0.7811247110366821,1.3926496505737305,1.1279681921005249,-3.5181038379669189,-1.9009926319122314,0.0775972977280617,0.2474540024995804,-0.9736494421958923,-1.5784894227981567,0.7237104773521423,0.9078847169876099,-1.4128425121307373,-1.1064882278442383,0.4939921498298645,-0.4837074577808380,1.7166861295700073,-0.8582676053047180,1.3085317611694336,-1.4668165445327759,-0.3041813373565674,-0.3185155093669891,-1.0917458534240723,2.2776501178741455,-0.1537296473979950,-0.3980735242366791,-0.6515672206878662,1.0671325922012329,-0.4856823682785034,1.9134140014648438,-1.1032083034515381,1.1388406753540039,1.5478367805480957,-1.5961109399795532,-2.0269494056701660,1.0569679737091064,2.2031488418579102,-0.5589742660522461,0.5209418535232544,-0.7066347599029541,-0.1359421908855438,-0.1576217561960220,0.9697985053062439,-1.2236790657043457,2.0576658248901367,-0.8701245784759521,-0.2439666688442230,-0.1828275322914124,0.4382610321044922,-0.2657880485057831,0.6785390377044678,-1.7578320503234863,1.0474690198898315,2.4184138774871826,-0.7815725803375244,1.1337834596633911,1.3656880855560303,0.9220675826072693,-1.3459068536758423,0.8961813449859619,-0.3923392593860626,2.3705520629882812,-0.7440376877784729,0.1345650553703308,0.8727356195449829,-1.3208150863647461,-1.0910183191299438,1.0010524988174438,0.8141151666641235,-0.4749685823917389,1.4540381431579590,0.3881552815437317,-0.8968372941017151,-1.8338645696640015,0.5996031165122986,-0.5379217267036438,1.0196825265884399,-0.9865814447402954,1.1316270828247070,-0.1527732461690903,1.1408327817916870,-0.5552358031272888,1.1753350496292114,1.1652076244354248,0.0305563192814589,0.0078075239434838,-0.2524110972881317,1.1690883636474609,0.6861932873725891,-0.6529344320297241,-0.9774902462959290,1.2307829856872559,-2.5741815567016602,3.5759294033050537,-1.8758454322814941,1.3342857360839844,1.0959454774856567,-1.6875339746475220,-1.9527782201766968,2.3078086376190186,2.7528102397918701,1.2476024627685547,1.9607414007186890,1.6136896610260010,0.0402549766004086,0.0339924991130829,1.1805469989776611,-0.2670981287956238,1.9342038631439209,-2.3311753273010254,0.3423120677471161,0.3990403115749359,-0.5156369209289551,0.3792602717876434,-0.5932347774505615,0.4843274652957916,-0.2300118952989578,-0.1209129691123962,-1.9035574197769165,-0.9711697697639465,-0.8291488885879517,-0.6661421060562134,0.1166789755225182,-0.0064404932782054,1.2295489311218262,1.8737187385559082,0.2845197319984436,-0.0835481658577919,-0.6494525074958801,-0.1776531040668488,-1.6360850334167480,-1.8163217306137085,1.3967957496643066,1.8200047016143799,-1.4012910127639771,-1.1096246242523193,1.3944621086120605,0.5195395946502686,-1.9539207220077515,-0.4267954528331757,1.5055840015411377,1.8014839887619019,-0.6411380767822266,-0.1558597236871719,-1.3543460369110107,0.6515824794769287,-1.5277570486068726,1.5076038837432861,1.0007389783859253,0.6005058884620667,1.3093076944351196,-2.0901548862457275,0.4573296904563904,0.7401870489120483,0.2884643375873566,-1.2596300840377808,0.6109856963157654,-0.8133794665336609,0.7220944166183472,-0.6648939847946167,-0.5376068949699402,0.8811029791831970,1.7454003095626831,-0.6082614660263062,-2.6625971794128418,-0.0574129931628704,-0.9925122857093811,0.8841341137886047,0.0022690724581480,-0.5521709918975830,-1.0851851701736450,2.0212535858154297,-1.7637759447097778,0.4008410274982452,0.2115246504545212,0.5348671078681946,-0.8269335627555847,0.4491865932941437,-1.0355747938156128,0.5241678357124329,-0.3252695202827454,0.1937592625617981,-1.0704244375228882,-0.9994153380393982,-0.0197266750037670,-0.4156169295310974,-0.3115676641464233,-0.1408044546842575,0.7550340294837952,1.9877814054489136,-0.4247741401195526,-1.1751036643981934,-0.1833880245685577,0.4785521924495697,-1.4197353124618530,-1.0628478527069092,1.0229116678237915,1.7162634134292603,-1.4480699300765991,-1.8590413331985474,1.4208810329437256,0.8199490904808044,-2.0009417533874512,-0.8201110363006592,1.6654907464981079,1.3685719966888428,0.0946910455822945,-0.1423296183347702,0.8511978983879089,-1.9950525760650635,-0.5670956969261169,-10.1721353530883789,-0.0205505844205618,-0.0354767851531506,-0.1613314598798752,1.3430489301681519,0.5736388564109802,2.0948734283447266,0.2449140697717667,0.2036933302879333,0.5407323241233826,0.1545208692550659,-0.1648428589105606,0.1594602763652802,-0.1026587635278702,0.3056871891021729,0.1186196804046631,0.2849846780300140,0.3873425424098969,-3.2493300437927246,-1.2582941055297852,-4.8275189399719238,-0.6039378643035889,3.2027041912078857,0.2707573771476746,-2.1773009300231934,0.2265876978635788,-0.4977434873580933,-0.8822622299194336,-0.4388630092144012,0.1155074834823608,0.6986914873123169,0.4452903568744659,0.6181245446205139,0.5747356414794922,0.3183532357215881,1.0204074382781982,0.2454485893249512,1.3609640598297119,1.3637573719024658,-1.8949929475784302,-0.3091445267200470,-1.1174556016921997,-0.7782279253005981,0.0442542098462582,-0.6903835535049438,1.3111253976821899,0.5501319169998169,-0.0032995666842908,0.0552342832088470,0.2276570200920105,-0.3749271333217621,0.2425507009029388,0.8529030084609985,-1.5792803764343262,-0.9945257306098938,0.4583100676536560,1.1656370162963867,0.5600771307945251,0.6515026092529297,0.7420381903648376,0.2404795587062836,-0.7822797894477844,-0.5274655222892761,-0.5258795022964478,0.5745196938514709,-1.0704874992370605,-0.2272519767284393,-0.4544509053230286,-1.5219146013259888,-1.1092017889022827,-0.8265738487243652,1.6633249521255493,-0.5554379820823669,1.1418536901473999,-0.3786676824092865,0.5475556850433350,0.3693231940269470,-2.1429278850555420,0.0669211298227310,0.0572811327874660,0.2496180236339569,-0.5823242664337158,-0.0572482757270336,-0.6949025988578796,-0.1639557033777237,1.0943075418472290,0.3506260812282562,-1.3072717189788818,-0.6261619925498962,0.2757946252822876,0.3026785254478455,0.4334472417831421,0.1574657410383224,1.1544361114501953,-1.5439037084579468,1.2616505622863770,-1.7745301723480225,-0.1258916556835175,0.1584034711122513,-0.2859861254692078,2.2958328723907471,0.6334895491600037,0.3120539486408234,-0.7883064746856689,-1.3468897342681885,-1.7047704458236694,-0.5886458158493042,-1.1643046140670776,0.6009737253189087,1.4972057342529297,0.2076537013053894,-2.1827700138092041,0.0397849865257740,2.8473520278930664,-2.7574367523193359,2.9603781700134277,-2.8804101943969727,-0.1605450212955475,2.1102645397186279,1.1941802501678467,-1.9075167179107666,2.0752444267272949,1.5108473300933838,0.1302966773509979,-0.3720054626464844,0.7292717099189758,-0.3232989907264709,1.9415688514709473,-1.3343509435653687,-0.7758603692054749,-0.5635165572166443,-0.7862221598625183,1.6784317493438721,-0.5145249962806702,-0.5014477968215942,-0.8914675712585449,1.0053187608718872,-1.6080020666122437,-0.2120571583509445,-0.2878080010414124,0.9678680300712585,1.2778290510177612,-1.4072431325912476,0.2271551638841629,1.5943018198013306,0.8733597993850708,-1.8899235725402832,0.9211001992225647,0.4008758664131165,-1.0422219038009644,0.5690944194793701,1.3697651624679565,-0.3538356423377991,-0.0693939849734306,-1.4570968151092529,0.5063751935958862,0.5192112922668457,1.6098034381866455,0.2188041508197784,1.7965410947799683,-1.0673123598098755,-0.8553652167320251,-0.5725651979446411,-2.3697319030761719,1.4805879592895508,-1.1066547632217407,-0.5653648972511292,0.3438106477260590,1.1489322185516357,-0.2526457011699677,0.6726748347282410,-0.0552579239010811,0.4040053486824036,0.1267073750495911,-1.3560299873352051,-1.7846574783325195,0.1214103698730469,3.7172021865844727,-0.3422502875328064,0.3680478036403656,-0.4533996880054474,1.2598215341567993,1.1191644668579102,0.1394505053758621,-1.4726798534393311,0.7506189346313477,-0.1881593018770218,-10.9116897583007812,1.2266883850097656,0.8232126832008362,-19.1405544281005859,4.8075113296508789,-2.7459082603454590,-3.3817265033721924,19.5508918762207031,-6.0042905807495117,14.0083942413330078,2.0033133029937744,-8.0585803985595703,9.9477519989013672,-3.6179759502410889,-5.3478269577026367,7.0484600067138672,9.0547304153442383,0.1542946547269821,0.1360340416431427,0.3429333269596100,0.2405648082494736,0.1370042264461517,0.9513050913810730,0.2937321960926056,0.2109889388084412,0.2265284955501556,10.8622255325317383,1.8629032373428345,0.6289108395576477,1.0574685335159302,0.2142667472362518,0.1909447312355042,0.5641853809356689,0.0005864855484106,-0.0002236643922515,-0.0000011392362467,0.0000000623941361,-0.0001144950583694,0.1870061755180359,-0.0001761970343068,0.0000109172278826,-0.0000000000371758,0.5621929764747620,-0.0000000904152060,-0.0000000000000055,0.1928202807903290,-0.0032602061983198,0.0016863677883521,-0.0101791983470321,0.0000297935930575,-0.0011601101141423,0.0000017493758833,-0.0000000258734243,-0.0003285477287136,0.0043720612302423,-0.0002508225734346,0.0000124317393784,-0.0000000000461412,0.0100282421335578,0.0000000441796217,0.0000000000000332,0.0040400344878435,-0.0011049223830923,-0.0008403634419665,0.0000099999997474,0.3282991349697113,0.0001254858652828,-0.0009440028807148,-0.0000057281181398,-0.0000000680214143,-0.0006066666101106,-0.1351778060197830,0.0002129250060534,0.0000066204070208,0.0000000000617778,0.3296470046043396,0.0000000833896934,0.0000000000000144,0.1316529512405396,0.0026423081289977,-0.0007625212310813,-0.0009363359422423
+// };
// DR + T-Fuzz (ConvNet)
// Used on https://youtu.be/APd-GyMxjBY
-//#pragma once
+// #pragma once
//// Automatically-generated model file
-//#include <vector>
-//#define PYTHON_MODEL_VERSION "0.2.0"
-//const int CHANNELS = 16;
-//const bool BATCHNORM = true;
-//std::vector<int> DILATIONS{ 1,2,4,8,16,32,64,128,256,512,1024,2048,1,2,4,8,16,32,64,128,256,512,1024,2048 };
-//const std::string ACTIVATION = "Tanh";
-//std::vector<float> PARAMS{ -0.3476261794567108,0.4274378716945648,-0.0401662625372410,-0.0455796234309673,-0.3549763560295105,0.2766520380973816,-2.5779907703399658,3.5098443031311035,-0.0128406928852201,0.1100064888596535,-0.1875809580087662,0.0650019198656082,-4.7503209114074707,3.3867161273956299,-9.1291913986206055,0.4545103907585144,-2.0443656444549561,4.9035630226135254,-6.9394998550415039,1.9379931688308716,2.9502573013305664,0.3445227146148682,-0.4337928891181946,0.4754174351692200,-0.1886723041534424,0.0990151762962341,0.7799073457717896,-0.7800732851028442,-3.6130278110504150,3.0824456214904785,1.2627704143524170,4.8515810966491699,0.0000072176949288,-0.0000077443683040,-0.0000070198957474,0.0000842247900437,0.0000087826074378,-0.0000110518431029,-0.0001231221249327,-0.0007837095181458,0.0002584579924587,-0.0004517850757111,0.0002977088151965,0.0000037870358938,-0.0000080957252067,0.0000000287419777,-0.0000479190239275,0.0005525476881303,0.0000041062753553,0.0000041341590986,0.0000037700356188,0.0005350384162739,0.0000052525283536,0.0000085882811618,0.0011331497225910,0.0433545969426632,0.0047497483901680,0.0144545705989003,0.0062480824999511,0.0000018160639002,0.0000046048676268,0.0000023860648071,0.0002068344183499,0.0215058885514736,0.2559582889080048,0.1363835930824280,1.0359052419662476,0.8515034914016724,0.1937293112277985,1.6063292026519775,0.5789830088615417,0.0613815896213055,0.3601149916648865,0.5685294270515442,0.0625695511698723,1.5639208555221558,0.3663693368434906,0.5163292288780212,0.5253081917762756,0.0702263265848160,-0.0327645651996136,-0.0407120287418365,0.8530165553092957,-0.0579388141632080,-0.0747947394847870,-1.0152665376663208,0.5053802728652954,-0.0305227693170309,5.2145166397094727,-0.6940082311630249,0.0463470704853535,0.9585072398185730,0.6070644855499268,-2.4744992256164551,-1.5763330459594727,0.0506080538034439,0.0000099999997474,-0.0770973712205887,0.2415381819009781,7.4731192588806152,-0.2736793160438538,2.8954632282257080,2.3144166469573975,-1.0538910627365112,-0.2577454745769501,-6.1370410919189453,-1.3441191911697388,0.4582369327545166,0.4809348285198212,-0.6753979921340942,0.5955505371093750,13.6490325927734375,4.6783318519592285,-7.0204162597656250,-8.3457698822021484,2.0511748790740967,2.1623370647430420,-13.7565708160400391,-4.9136471748352051,0.0605060011148453,0.5288661122322083,8.6855411529541016,2.9372346401214600,-2.5915334224700928,-0.1451178938150406,0.8894443511962891,0.5432051420211792,-13.2293453216552734,-0.7848170995712280,0.4575434625148773,3.5594587326049805,0.5786643028259277,-2.1102862358093262,0.4934134483337402,-0.2214119285345078,0.0748878121376038,2.7146694660186768,-0.4612112343311310,2.2593290805816650,1.9633880853652954,-0.2780060768127441,4.7501096725463867,2.1614835262298584,2.3464479446411133,-0.6141971349716187,1.8785387277603149,4.4408278465270996,2.2965536117553711,-1.8910031318664551,-2.2517333030700684,0.6033018231391907,3.3625268936157227,2.7614922523498535,-0.9513804316520691,-2.1776113510131836,-1.5479540824890137,-1.1772794723510742,3.7504830360412598,1.6426653861999512,-2.3975961208343506,1.2123405933380127,2.4609990119934082,-1.2161216735839844,-21.2912216186523438,-2.4725782871246338,-0.6050319075584412,-0.2557261288166046,-0.0511744245886803,-0.5568688511848450,13.6984109878540039,-0.4748307466506958,-0.0805577635765076,-0.0931381359696388,0.3194842636585236,-1.0021219253540039,-23.7346172332763672,-7.5939893722534180,6.7482628822326660,6.8377456665039062,0.3077303469181061,0.1486258506774902,29.5524253845214844,5.5463948249816895,0.3966096043586731,0.2755630016326904,-0.3270496129989624,0.5354580879211426,-1.7392650842666626,-0.2964789271354675,0.5515367984771729,-0.4316283464431763,36.0387077331542969,-2.0590908527374268,-3.4052376747131348,4.0177063941955566,0.7307839393615723,-1.5359190702438354,0.6868810057640076,-0.8952779769897461,-2.4634172916412354,3.7330987453460693,-1.4480402469635010,2.6471462249755859,4.5958580970764160,-0.0396192781627178,0.9470097422599792,-0.4476446807384491,0.5033555626869202,-1.8060899972915649,3.5534462928771973,6.2415213584899902,1.7603973150253296,-0.7993001341819763,-0.5609826445579529,2.2003693580627441,-6.5122613906860352,-1.4878449440002441,1.0300924777984619,-1.5997709035873413,-1.0770870447158813,1.6250002384185791,0.7361263632774353,0.5159382820129395,-0.7672870755195618,2.7339496612548828,-2.4643120765686035,1.0141841173171997,1.3325173854827881,-2.8133745193481445,-0.9164445400238037,-7.7830386161804199,-1.5130366086959839,1.3190648555755615,-2.1341843605041504,2.6042323112487793,0.2297567129135132,-2.5416276454925537,1.8000671863555908,-0.4642280042171478,2.2682383060455322,-1.4579991102218628,2.6288533210754395,7.6900439262390137,1.8109735250473022,-0.3026418983936310,-2.5964570045471191,1.5025824308395386,-1.7025520801544189,0.3107456862926483,2.5846652984619141,-5.9300704002380371,1.4489785432815552,-1.7725648880004883,0.5556426048278809,-0.6299386024475098,-1.3106459379196167,0.6041498184204102,1.9594534635543823,-0.7986907958984375,-23.0949764251708984,-0.8038569688796997,0.0908148735761642,1.4104137420654297,-0.4387817084789276,-0.5431239604949951,11.7532892227172852,-0.5482619404792786,-0.0467753820121288,0.3285289108753204,-0.1659723967313766,-0.1407613903284073,-28.6101341247558594,-5.4910597801208496,6.1757664680480957,6.3148536682128906,0.1361597776412964,1.0496585369110107,36.2545661926269531,4.4557523727416992,-0.0163532625883818,0.2760829329490662,-1.9650911092758179,0.6059660911560059,-1.6548739671707153,-1.8356506824493408,0.2494789063930511,0.4813092350959778,19.7764854431152344,-4.1960043907165527,-1.9471560716629028,-0.2743640542030334,0.5082493424415588,-0.2083296924829483,0.0632897391915321,-0.3095360696315765,-0.3241670727729797,3.0146188735961914,-0.9931264519691467,0.5837248563766479,-2.9526650905609131,-2.1000316143035889,0.6436291933059692,-0.5006972551345825,-0.3517327308654785,-1.0518145561218262,-6.2462983131408691,-10.9965839385986328,1.9513314962387085,3.1856691837310791,0.4365358948707581,1.5859167575836182,7.7302803993225098,10.6569490432739258,1.7071444988250732,0.5293158888816833,-6.7359623908996582,-1.6927959918975830,-2.4053242206573486,-0.3392023146152496,0.9008115530014038,1.8740587234497070,-1.6892045736312866,2.0831139087677002,1.8067668676376343,0.5596246719360352,-8.9022226333618164,-12.3279647827148438,0.9388741850852966,1.2170201539993286,-1.4876190423965454,0.5762645006179810,1.9130158424377441,0.9568214416503906,-1.0416681766510010,-3.1593048572540283,-0.1452964097261429,-1.1420171260833740,0.8156075477600098,-0.2635002732276917,-0.9293298721313477,-1.6962634325027466,0.4232783913612366,1.1755678653717041,-1.6991313695907593,-1.0728654861450195,-0.2091881781816483,-1.8114633560180664,3.5539782047271729,-0.5332842469215393,-0.2712935209274292,0.0047425003722310,0.5055043697357178,1.0574266910552979,1.5241566896438599,-0.1776374727487564,-12.9425373077392578,0.6531793475151062,-1.8978952169418335,-0.3369852304458618,0.4524032473564148,-0.3891495466232300,9.9689283370971680,0.8286004662513733,-0.2495782524347305,0.0807322859764099,-0.0182255040854216,-0.0005528189358301,-20.8554210662841797,-3.3099479675292969,7.1746907234191895,7.6736125946044922,-2.0353198051452637,-0.3766616880893707,21.4392910003662109,3.8276560306549072,-0.3840863108634949,0.1271222084760666,-8.6247758865356445,-2.2890684604644775,2.1037383079528809,-0.1820625215768814,-2.0940086841583252,-0.3316722214221954,14.0697174072265625,-2.0931158065795898,1.4371601343154907,-2.4663634300231934,-2.7061867713928223,-2.3869583606719971,1.3609797954559326,0.2109052389860153,-0.3172695338726044,3.2416820526123047,2.1729710102081299,-0.6543787121772766,-3.9938797950744629,-2.5987122058868408,1.5868916511535645,0.3159725666046143,-4.1318292617797852,-3.8470273017883301,2.0812494754791260,0.8104043602943420,-2.2803826332092285,0.3270477950572968,5.7577867507934570,4.1926803588867188,-0.2520876228809357,0.2144305258989334,2.8175635337829590,2.5697607994079590,-0.3148221671581268,4.9342517852783203,-0.6330636739730835,1.2106012105941772,4.2018699645996094,1.6533484458923340,-4.6817741394042969,3.4725778102874756,5.5344557762145996,-1.6802999973297119,1.4838922023773193,0.7623426914215088,1.7400749921798706,-0.4616323709487915,-7.2266159057617188,3.7741060256958008,1.2215533256530762,2.0700144767761230,-1.8169933557510376,0.0152886714786291,3.5520005226135254,-2.0575656890869141,6.1200017929077148,4.2482037544250488,-1.5255901813507080,-1.7065205574035645,-4.2232928276062012,2.1421778202056885,-1.4141572713851929,0.5830472707748413,7.7260823249816895,1.1170437335968018,6.4560060501098633,-2.3452448844909668,1.2109706401824951,0.6271519660949707,-3.3391323089599609,2.7004876136779785,3.4371945858001709,4.7846965789794922,-1.3657425642013550,-2.2502748966217041,0.9407178759574890,3.2158188819885254,-0.3610978722572327,-1.4372932910919189,1.8485195636749268,3.4432020187377930,0.5032942295074463,1.5420694351196289,-4.4357833862304688,-3.0919575691223145,0.3101366758346558,-1.1237794160842896,0.4892711639404297,-0.1154131963849068,1.4220825433731079,1.9382829666137695,-0.2974007725715637,1.6984908580780029,1.8607680797576904,0.3536571562290192,0.2638358771800995,-0.4218992292881012,-3.1804225444793701,1.2690215110778809,2.2579219341278076,1.6291432380676270,0.1387370824813843,1.4243605136871338,1.1338745355606079,-1.3650559186935425,-11.8360385894775391,-0.4138420522212982,-1.3318501710891724,-1.5559496879577637,0.2393601834774017,-0.3087424337863922,10.1113576889038086,-0.0455780811607838,-0.4428201913833618,-0.5649210810661316,0.1805589944124222,-0.4923046231269836,-18.2221374511718750,-5.1129832267761230,7.6012425422668457,6.9149508476257324,-0.7144632339477539,-0.1453099101781845,19.6723880767822266,4.6219501495361328,0.5568141937255859,0.1973429769277573,-8.1010866165161133,-3.0685834884643555,0.1658687293529510,-0.6530538201332092,-0.7274069786071777,-0.1964581161737442,18.4457778930664062,-0.6352753639221191,-0.1517760753631592,-1.0089697837829590,0.5596984624862671,0.7089068889617920,2.8231418132781982,3.0077819824218750,2.1684472560882568,0.8556458950042725,-0.3137107491493225,-0.7645426392555237,1.4274506568908691,-0.4057255983352661,-2.5827620029449463,-2.6411898136138916,-0.2511111199855804,-0.1206054836511612,-1.4977543354034424,0.2875900268554688,-1.6811013221740723,-1.7885569334030151,0.4196414947509766,0.0727280005812645,-0.5239044427871704,-1.2559634447097778,1.1207498311996460,1.1344157457351685,1.6323195695877075,-2.6394028663635254,-0.0588097535073757,-0.3603750467300415,0.5007469654083252,-0.2936292290687561,3.4060144424438477,-0.4880351722240448,-0.0547033585608006,-2.6899235248565674,1.0022352933883667,-1.7787445783615112,2.1802833080291748,0.1267520487308502,0.6521552205085754,1.2838114500045776,0.8244474530220032,-0.1749812513589859,4.2031393051147461,0.9039563536643982,1.0177019834518433,-2.1725463867187500,4.8522310256958008,2.2238013744354248,2.6570291519165039,0.3571219742298126,-0.6822934746742249,2.4173970222473145,0.6802831888198853,-2.9270935058593750,0.0893576964735985,-3.2302956581115723,0.7783105373382568,-0.0965744853019714,7.5162734985351562,0.4357496201992035,-0.3712524175643921,2.6096568107604980,1.2236831188201904,-14.2033882141113281,1.1770905256271362,5.2725372314453125,1.7965711355209351,0.1785481423139572,0.9113082885742188,0.4379803538322449,-0.8396776318550110,-7.4283127784729004,-0.1389458626508713,-0.2375559210777283,-0.0878033414483070,-1.4031771421432495,-2.3211886882781982,-0.0476878434419632,-9.3434000015258789,-9.5783472061157227,-0.3798353970050812,-1.1714702844619751,2.3544070720672607,-1.8462547063827515,-2.6494700908660889,-2.5758235454559326,0.3787578642368317,3.0276176929473877,6.1257643699645996,10.4028654098510742,0.6490352153778076,-0.0209847781807184,1.8447619676589966,-0.8830792903900146,-8.7491340637207031,8.0024309158325195,19.2842216491699219,-1.0559120178222656,3.6091639995574951,18.5394382476806641,8.0006694793701172,-20.9934959411621094,11.2442512512207031,8.8476314544677734,9.0046977996826172,-3.6905398368835449,12.0069360733032227,2.8515880107879639,-4.2973804473876953,-34.9347724914550781,80.7877731323242188,7.4955215454101562,92.9888916015625000,9.8879356384277344,4.4669103622436523,58.8701629638671875,37.1077003479003906,56.3385086059570312,76.1413726806640625,19.2148971557617188,5.5205407142639160,2.7410666942596436,78.2550048828125000,2.1600580215454102,4.5098471641540527,11.7424449920654297,0.1200691983103752,0.6588363647460938,0.0853900983929634,0.6790214776992798,0.6215652227401733,0.0956124737858772,0.6942458748817444,0.6543226838111877,0.1007024869322777,0.8363722562789917,0.2277339100837708,0.6221950650215149,0.0888884067535400,0.2170545458793640,0.2392311990261078,0.1852580606937408,-0.0540477074682713,-1.1073619127273560,0.0054262671619654,0.2410283386707306,-0.0005453142221086,0.0038955966010690,-1.1329756975173950,1.2086371183395386,0.0186066757887602,-2.9425973892211914,0.4395698308944702,1.9343003034591675,0.0431364029645920,0.6256521940231323,0.2399757951498032,0.7554476857185364,0.0000099999997474,0.0421815142035484,-3.5892548561096191,-0.7198694944381714,-0.6450027227401733,-1.5539028644561768,6.9039077758789062,1.4375203847885132,-1.3867849111557007,-1.3155140876770020,1.5557806491851807,-1.0419640541076660,6.0707712173461914,5.0462632179260254,1.2688989639282227,-3.5992755889892578,1.9964925050735474,-0.3720438480377197,3.4639685153961182,-3.4742023944854736,-0.1170441582798958,-0.0461701750755310,-0.7230352759361267,6.8333759307861328,0.1167499646544456,-0.7822443246841431,4.3329691886901855,1.9899144172668457,1.9928290843963623,0.6743165850639343,0.5816167593002319,-2.9391088485717773,0.5333240032196045,-1.1415097713470459,-7.8333225250244141,0.2443234324455261,-0.2565892040729523,1.5537412166595459,4.8240351676940918,-3.4468965530395508,1.1864819526672363,1.4720615148544312,1.4263659715652466,0.3198766708374023,4.6825919151306152,-0.0784656777977943,-2.5501487255096436,0.0335343182086945,0.2759887278079987,-0.5445604324340820,5.7207274436950684,1.7190362215042114,2.3354196548461914,3.5940425395965576,-4.3619284629821777,0.5425037145614624,-0.8775845766067505,1.3443460464477539,8.8336887359619141,0.7709252834320068,-1.9368230104446411,-0.2558470368385315,1.2323660850524902,-1.7538996934890747,4.7769341468811035,2.9915530681610107,-9.7943658828735352,1.3362668752670288,-0.1639808416366577,5.1363506317138672,15.5912733078002930,0.2325009107589722,0.2592894434928894,0.9889286756515503,-0.1129375919699669,0.7873404026031494,11.8435363769531250,-1.3969287872314453,-1.5212326049804688,-0.4852965474128723,2.1102306842803955,-3.2571680545806885,10.0956974029541016,0.4935353994369507,2.9870891571044922,0.7006657123565674,-0.9234591126441956,4.8148126602172852,-1.3409612178802490,-2.5690085887908936,10.3895778656005859,2.7243032455444336,0.7910197973251343,0.2919484674930573,-0.9282471537590027,1.1619235277175903,-1.6548459529876709,0.6819931268692017,0.2268559932708740,-0.1645077317953110,-1.0111594200134277,-1.3075313568115234,0.3177396655082703,-1.3878767490386963,-0.8456385731697083,-3.7786328792572021,2.5306472778320312,-1.1774146556854248,-0.0349844768643379,-1.1501885652542114,2.6282601356506348,-6.9289755821228027,-0.5069599747657776,-0.5825917720794678,-0.3933821022510529,-10.8278770446777344,-5.4339385032653809,-0.1410173326730728,2.5235726833343506,-2.3108162879943848,0.5534614324569702,-0.5155835747718811,-0.0388901382684708,-3.5152311325073242,-0.0401886850595474,-0.2013560682535172,0.7763434052467346,-0.6659977436065674,-1.6407672166824341,-8.1363019943237305,2.7285683155059814,1.4371596574783325,1.4570777416229248,7.9844689369201660,-1.3913842439651489,0.4285677075386047,1.2201694250106812,-0.3134785592556000,0.2291320562362671,8.0121421813964844,-1.3021956682205200,-1.2656136751174927,-1.1602166891098022,3.1930878162384033,-0.0478290207684040,8.2587261199951172,-2.7556414604187012,4.6870822906494141,-0.7078478336334229,-3.1012496948242188,2.4341177940368652,-0.6339146494865417,1.1947612762451172,7.4252648353576660,-2.1334350109100342,0.6814095973968506,-0.4066272675991058,-1.8133399486541748,2.4514565467834473,0.3601771891117096,0.3498889803886414,1.0413063764572144,-0.5083740949630737,0.1626996994018555,1.7735694646835327,-0.3266908228397369,-0.4212009608745575,3.4066872596740723,2.5067887306213379,-0.7548524141311646,5.0709314346313477,-0.1548983007669449,-0.9612218737602234,-0.7070171833038330,2.2745532989501953,-0.9850878715515137,1.8927593231201172,-0.3710265457630157,-0.2565000653266907,-0.1783240735530853,-0.2612135410308838,-0.7882921099662781,-0.1954884380102158,0.7592896819114685,1.1836072206497192,-0.5469735860824585,0.1830777823925018,-0.9696617126464844,2.5365550518035889,-1.3220447301864624,1.1452072858810425,3.4514331817626953,0.2133244574069977,1.3149418830871582,-5.4328689575195312,-0.4094698429107666,0.0087536415085196,-2.4017422199249268,2.9228925704956055,0.9164509773254395,-0.7736188173294067,0.4328835904598236,0.4335921406745911,-2.6910574436187744,2.3748342990875244,1.3604803085327148,-0.4865677952766418,-0.3100814819335938,7.9831614494323730,-1.8395587205886841,3.8694407939910889,1.5476707220077515,7.1826457977294922,1.9039943218231201,-1.3735945224761963,-6.1027851104736328,-0.6697408556938171,-1.8748600482940674,4.0099740028381348,-0.7020592093467712,1.3929637670516968,2.3451719284057617,-0.3082964718341827,-2.1589663028717041,-3.2774653434753418,0.8203902840614319,-0.9737896919250488,-1.3776204586029053,-0.0421379059553146,-1.7405494451522827,-0.6479352712631226,0.1631762981414795,-0.8652608990669250,2.5988864898681641,-1.6349455118179321,-1.9020400047302246,-2.6344640254974365,-4.5178394317626953,-7.2343339920043945,2.0113916397094727,3.2687060832977295,-1.2819889783859253,0.0483872741460800,0.0560997128486633,-6.5815396308898926,1.5975370407104492,-0.6564396619796753,-3.9911234378814697,0.2237761765718460,-1.3063728809356689,0.6438171863555908,-1.0144138336181641,0.7585240602493286,-2.4055070877075195,-0.0819180235266685,3.1439206600189209,7.8744587898254395,1.7037364244461060,-9.5464468002319336,-0.9722845554351807,-1.0651230812072754,-2.7300295829772949,10.5016202926635742,-0.3375595211982727,-1.0449867248535156,-0.7468572258949280,0.4492162764072418,-3.0785565376281738,10.2497644424438477,0.1079229116439819,-1.2457240819931030,-0.5835062265396118,-0.6265305280685425,-1.4242855310440063,12.4130544662475586,-0.8167311549186707,6.1070494651794434,1.2441432476043701,-2.9905507564544678,-1.2395553588867188,3.1947999000549316,-1.6381610631942749,12.9352655410766602,-0.9935497045516968,-0.3713333904743195,-0.9754434823989868,-1.6664217710494995,-1.7846004962921143,-1.1322532892227173,-0.1569339036941528,-1.3157340288162231,-1.9497523307800293,-1.4444329738616943,-0.7733046412467957,0.1278554797172546,-1.1746400594711304,4.2480506896972656,-0.1934306770563126,-0.3280768096446991,-1.1005284786224365,-0.1618134230375290,-3.2673845291137695,-0.0602410808205605,-0.4003058969974518,0.6542543768882751,-0.3514961600303650,0.6443713307380676,-3.3218488693237305,-0.5410376191139221,0.1748438477516174,1.3210170269012451,-4.9195299148559570,-1.0080242156982422,-0.2833946943283081,0.6316155195236206,-11.1911563873291016,-8.4887456893920898,2.2864410877227783,3.4745848178863525,2.6502220630645752,-5.1031999588012695,5.9182934761047363,-2.3559186458587646,0.7689756751060486,1.0117034912109375,-5.6799616813659668,0.4505724310874939,1.3835009336471558,-0.3357079625129700,-0.2913958728313446,1.5214855670928955,-5.7694940567016602,0.7104256749153137,1.4532946348190308,0.4534173309803009,-2.8277943134307861,0.9128223657608032,-5.9756293296813965,2.6499955654144287,-1.8870795965194702,-0.9373121261596680,4.8910269737243652,-3.4717025756835938,2.2355866432189941,-1.4511122703552246,-6.0354175567626953,2.0412209033966064,-0.8579659461975098,1.3547512292861938,0.9182603955268860,-1.5695096254348755,-1.0002062320709229,5.2023401260375977,-2.2334401607513428,-13.0149078369140625,0.9767069816589355,0.3060326576232910,1.9540504217147827,10.3612146377563477,0.1311042904853821,0.3497607409954071,1.3566222190856934,-0.5838710069656372,0.2765116393566132,10.1398725509643555,0.8548725247383118,-0.3861336112022400,-0.2443886548280716,1.6166423559188843,0.8818659782409668,9.7482662200927734,3.4985601902008057,6.2074089050292969,-2.1295378208160400,5.0118370056152344,1.2487735748291016,-2.5108096599578857,2.0606074333190918,8.6842908859252930,0.6020220518112183,1.4564561843872070,2.3571820259094238,-0.9752379059791565,3.6160330772399902,2.1731901168823242,-2.4243874549865723,4.5280823707580566,0.2726106643676758,-0.1636756509542465,1.9978276491165161,-18.5513057708740234,-0.2361159771680832,0.2181654125452042,-0.0186774749308825,0.4704721868038177,2.5595204830169678,-18.0264492034912109,0.6101745963096619,-0.4614826440811157,0.0171826686710119,1.4109407663345337,2.3368656635284424,-6.1864786148071289,1.6503462791442871,-15.3114547729492188,-1.6950470209121704,0.0314126685261726,0.4633093774318695,1.6842560768127441,2.4355092048645020,-9.7275791168212891,0.5746658444404602,0.7121002078056335,0.4954214692115784,0.0927609726786613,0.3240633010864258,-1.6842454671859741,0.9603623151779175,0.4700555205345154,2.8687021732330322,-1.1034061908721924,-0.5824196934700012,-0.3767673671245575,-0.4550322890281677,-4.0557117462158203,-4.0312733650207520,0.9223998188972473,-0.6577835083007812,-1.0337487459182739,6.5957417488098145,-1.8956702947616577,-4.8482642173767090,0.6937417387962341,-0.9856137037277222,-0.5261241197586060,2.1628661155700684,4.1036343574523926,-0.9006050229072571,0.1113456636667252,6.5628137588500977,-1.6683948040008545,-0.8067488074302673,-0.8083660006523132,-1.2116705179214478,-1.0730841159820557,1.7504638433456421,-1.4688086509704590,-0.7167489528656006,-2.9564018249511719,2.3098208904266357,-2.7637176513671875,0.0751979351043701,-0.4828820824623108,-1.6051677465438843,4.8871412277221680,-1.0991754531860352,0.7030747532844543,-0.4793847799301147,0.7160682678222656,-1.9169437885284424,4.7557520866394043,0.6682654023170471,1.9241640567779541,-0.6477650403976440,-3.0891542434692383,-2.4407453536987305,3.1409428119659424,-4.2959785461425781,9.6947727203369141,4.6130495071411133,-7.8227834701538086,4.0095548629760742,1.4086713790893555,-2.4789733886718750,4.6319913864135742,-0.6621984243392944,0.5319937467575073,-0.9736363887786865,1.0612949132919312,-4.6492781639099121,-0.9732213020324707,2.6945788860321045,-3.7684361934661865,0.3006047606468201,0.6231456995010376,-1.5153754949569702,3.6902446746826172,-0.4695607721805573,-0.8678507208824158,0.0348441116511822,-1.3076936006546021,-1.9466136693954468,4.1031317710876465,-1.3862634897232056,-1.8575717210769653,-0.4480362832546234,2.0068664550781250,-3.3237273693084717,4.4415798187255859,-1.2752346992492676,2.4477434158325195,3.2417910099029541,-1.2606223821640015,-0.8861530423164368,0.4754957556724548,-2.6392123699188232,3.8003199100494385,-0.2497891783714294,-0.3278000950813293,6.4350328445434570,0.2410602271556854,1.8618634939193726,-0.2518631815910339,6.2251582145690918,-0.3486306071281433,4.7174291610717773,5.8216710090637207,0.0456845238804817,3.5720970630645752,-11.4596233367919922,23.1642417907714844,-4.8368549346923828,-6.3405294418334961,2.2531893253326416,-3.2356085777282715,15.1032962799072266,-14.0174179077148438,-9.5377740859985352,4.3833346366882324,14.1924600601196289,18.1345653533935547,31.6821136474609375,4.0985746383666992,6.1020894050598145,2.4759511947631836,6.5894918441772461,8.7785148620605469,25.0634059906005859,25.2121524810791016,7.1896295547485352,26.7494411468505859,11.5756120681762695,3.9857084751129150,6.1734323501586914,1.9387325048446655,0.5879657268524170,0.5813426971435547,0.5361362695693970,2.3541908264160156,0.1941419243812561,0.9238943457603455,0.3278574943542480,0.3122588098049164,0.2216779291629791,0.2987859845161438,0.1856106519699097,0.1878594756126404,0.1412285417318344,0.9736058712005615,0.2391469031572342,0.2877086699008942,-2.5392625331878662,3.2752950191497803,-3.8777139186859131,-1.0512712001800537,-0.5409042239189148,1.2390787601470947,0.7001246213912964,-0.2095471024513245,-0.1620378941297531,0.4711031317710876,-0.4310111105442047,0.1769113838672638,-0.0051659834571183,-4.1123080253601074,1.1406894922256470,-0.2085165530443192,0.0000099999997474,0.1670276075601578,2.3377270698547363,5.0322318077087402,2.5321619510650635,8.3254051208496094,6.0631523132324219,0.6144816875457764,0.6469332575798035,1.5640119314193726,0.5077935457229614,-1.5721845626831055,-1.2123309373855591,-1.0466549396514893,0.5056648850440979,-1.3260966539382935,-6.2509050369262695,-0.4578301608562469,0.1265050321817398,-3.4190182685852051,-3.4169077873229980,0.4168924093246460,-0.1583904027938843,-0.3990419805049896,1.9309895038604736,-3.1509757041931152,-6.1663441658020020,0.9296985864639282,1.3438847064971924,5.5922150611877441,3.2045495510101318,-3.2145624160766602,-2.1330854892730713,-2.5357043743133545,0.1573645323514938,-8.9478149414062500,-2.7326517105102539,-4.7500896453857422,3.0608224868774414,0.3294037878513336,-0.4280804395675659,-1.6093178987503052,0.8824400901794434,0.3804031610488892,0.1421257406473160,-2.8161768913269043,0.4565481245517731,0.6450598835945129,-0.0113210100680590,-3.2262153625488281,3.3889832496643066,-1.4590976238250732,-0.1392893046140671,2.9755866527557373,1.7315503358840942,-11.5164613723754883,-1.9132899045944214,5.2790708541870117,-3.6512196063995361,-0.0443864166736603,-0.7662537097930908,2.8035078048706055,1.8229974508285522,0.0033002702984959,3.1054177284240723,-0.0577987357974052,4.4557147026062012,6.7754020690917969,-1.7366781234741211,2.1776237487792969,-7.2895135879516602,-0.5018717646598816,-0.3401528596878052,-5.0100789070129395,-1.2312726974487305,0.6480121016502380,1.3123860359191895,4.2679152488708496,-0.0573319867253304,-3.3473274707794189,-0.6326822638511658,-1.1422441005706787,-0.7588259577751160,1.4565914869308472,2.0943787097930908,-8.0631217956542969,-2.6389377117156982,-1.0324374437332153,-0.3328116536140442,-0.0639473125338554,-0.6911172270774841,-0.0743105411529541,-0.1309404820203781,-2.4295871257781982,-2.2522988319396973,0.7319496273994446,-2.0025892257690430,-0.5389705300331116,-0.3757692575454712,1.6550886631011963,-6.4886498451232910,-5.7925863265991211,-2.9040772914886475,0.0013661627890542,-0.2778411507606506,-0.3367511630058289,1.3650525808334351,-2.7349793910980225,-1.1524881124496460,-0.0645718500018120,-4.4523539543151855,0.8016787171363831,0.6273909807205200,0.8403405547142029,-9.4671258926391602,-1.7444595098495483,1.7653520107269287,0.2943116724491119,0.2723017036914825,0.6106511950492859,-8.9692716598510742,-0.1106466352939606,7.7934012413024902,0.7167733311653137,1.5899257659912109,1.6634300947189331,-2.3231461048126221,-0.5526549220085144,-1.5132819414138794,6.5364694595336914,6.4822969436645508,1.7239820957183838,3.5105412006378174,-2.0224599838256836,-0.4600090980529785,0.3071687817573547,-0.0431779511272907,8.2995796203613281,7.1477184295654297,0.5084375739097595,3.4148304462432861,1.2992905378341675,-1.4883180856704712,0.6324812173843384,-1.4225989580154419,-0.9545560479164124,-2.7744023799896240,2.2625780105590820,0.6777840852737427,3.1150977611541748,0.9453936815261841,4.8220806121826172,4.6811604499816895,-1.1264045238494873,-1.0055691003799438,-0.6189677119255066,0.9593723416328430,-1.5900574922561646,-0.9049677252769470,0.0872007608413696,0.4530705809593201,0.2137309014797211,-0.5065609216690063,-0.2430527210235596,2.1650793552398682,-0.0282502658665180,-3.0594089031219482,-1.3126766681671143,-1.4851341247558594,1.5622251033782959,-1.1790499687194824,1.6996730566024780,0.5400235056877136,4.1591720581054688,0.0875713527202606,4.6187252998352051,1.1586697101593018,1.2986091375350952,-1.1981658935546875,0.6145274043083191,1.5606411695480347,-1.8120406866073608,3.3674190044403076,-0.3592608273029327,0.5975602865219116,0.0035104642156512,3.7181138992309570,1.9174526929855347,-2.5554981231689453,1.3547438383102417,0.5234820246696472,-5.1889147758483887,1.5917627811431885,-1.4386572837829590,-3.7628223896026611,4.0187582969665527,0.2245447486639023,-3.0909824371337891,-1.8434141874313354,0.0761534124612808,5.2655162811279297,0.8267979621887207,0.2299966812133789,1.0825928449630737,2.3524215221405029,0.3663287758827209,4.4710969924926758,1.9960675239562988,-2.9398500919342041,0.2167344093322754,0.3977591395378113,0.5018261671066284,3.9690697193145752,-0.2263364493846893,-3.2688832283020020,-0.1580820530653000,-0.4663173258304596,-0.3671274781227112,-1.1514966487884521,0.8583848476409912,0.0697096288204193,0.7013858556747437,-3.1349713802337646,0.5919185876846313,0.7790518403053284,2.8296172618865967,-1.8141773939132690,0.4447323679924011,-9.0887603759765625,-3.7798333168029785,-12.0073547363281250,0.3798740208148956,1.0597578287124634,-1.7602367401123047,-2.5660650730133057,-0.5035966634750366,-0.2955538630485535,-0.7988523244857788,-2.7345817089080811,-1.3999061584472656,-3.1717946529388428,0.3512968420982361,-6.8659939765930176,-1.7949336767196655,0.4281436502933502,-1.4103851318359375,2.0627117156982422,0.5775332450866699,-7.3045802116394043,2.1041762828826904,5.9719867706298828,0.4818976223468781,0.3547244071960449,2.5221810340881348,-0.1948262304067612,-1.3957810401916504,-1.7044757604598999,-4.1037983894348145,2.9352226257324219,-4.6611914634704590,1.0300979614257812,-8.4423971176147461,-5.4470090866088867,-0.2890577316284180,-0.0699999704957008,-5.7152986526489258,0.1834440678358078,0.0683128759264946,0.6584061384201050,0.1305229663848877,1.3001195192337036,-0.1203234344720840,0.7874643802642822,-5.3040575981140137,4.7208433151245117,1.2304928302764893,-0.2121077626943588,1.9905812740325928,2.8988511562347412,-6.2428202629089355,1.5652002096176147,6.8549222946166992,-3.2126543521881104,-0.0192030631005764,0.0482629612088203,-2.2202949523925781,1.4944423437118530,0.7621132731437683,-0.6045964956283569,-0.1280359774827957,2.8379583358764648,5.0607810020446777,1.7180391550064087,2.2333714962005615,7.1753563880920410,-0.1063885092735291,-2.3803267478942871,0.6259124875068665,2.6132881641387939,0.0851968526840210,-0.4635197818279266,1.9224212169647217,2.3640327453613281,0.2547137141227722,1.7992330789566040,-0.4141786098480225,0.7723387479782104,3.3904504776000977,3.9247691631317139,-0.5980908870697021,-4.2165307998657227,0.5726543664932251,1.7171350717544556,-1.6357904672622681,-0.6472387313842773,0.5504150986671448,2.1543691158294678,5.2890343666076660,-4.0195856094360352,0.2357783317565918,2.0338673591613770,-1.6111049652099609,5.7670550346374512,0.9778538346290588,10.1767320632934570,-4.7402458190917969,16.1027679443359375,-0.0445751585066319,0.3873328566551208,-1.8049340248107910,0.3986561894416809,-1.5742247104644775,-0.0981410667300224,0.8407223820686340,3.1033620834350586,-0.5261710882186890,0.0931401923298836,-2.7213935852050781,5.5436244010925293,-1.1037207841873169,-1.2960788011550903,1.1821417808532715,0.4684949815273285,-2.5087864398956299,5.5363531112670898,2.4420394897460938,-11.7535381317138672,0.1341310739517212,0.1384561061859131,3.6953516006469727,1.4313160181045532,-1.4580584764480591,-0.2521945536136627,-0.8628615140914917,-10.0583782196044922,6.2848873138427734,-5.8610215187072754,7.1107850074768066,-8.5559520721435547,0.0663222670555115,0.1388407796621323,2.6394019126892090,-3.1626839637756348,0.2974069416522980,0.3528092801570892,0.5732456445693970,0.5835475921630859,-0.3114120066165924,0.5499542355537415,2.8248569965362549,-3.3816721439361572,-0.2306736260652542,-0.9240775108337402,-0.7516374588012695,0.7344886064529419,3.0429387092590332,-4.7676944732666016,-3.1542627811431885,10.2155103683471680,-0.1786837279796600,-0.3848959505558014,0.7541369199752808,-5.2307868003845215,-0.5319471955299377,0.8069716691970825,0.2463663667440414,2.9854083061218262,1.1329755783081055,0.9593642354011536,6.2645153999328613,3.8590443134307861,0.9119489192962646,1.7808022499084473,2.4306776523590088,1.2420330047607422,0.5553547739982605,2.9909675121307373,0.7687847614288330,0.3572722077369690,-0.9380100369453430,0.2228748798370361,-2.9555709362030029,5.7045240402221680,-0.4394015967845917,-3.3462679386138916,-0.7417711019515991,-5.1876392364501953,1.2095854282379150,4.2843861579895020,1.5372720956802368,-5.5515856742858887,-0.3138053715229034,-0.6761692166328430,0.1887613236904144,3.8367087841033936,2.6250798702239990,1.1758750677108765,-0.1677270382642746,0.8418472409248352,2.5628147125244141,10.6846094131469727,1.4927811622619629,25.2918949127197266,-0.1825816333293915,-0.5541575551033020,0.2288043051958084,2.4412891864776611,0.6752772927284241,0.5831364393234253,1.3424562215805054,4.3743958473205566,0.4667284488677979,0.4995515644550323,0.7407230138778687,2.1271927356719971,-0.1428879797458649,-0.2932205200195312,-0.0010754213435575,-3.3901057243347168,0.4056729972362518,13.3863706588745117,1.2064682245254517,-7.8836355209350586,0.2695051729679108,-0.0943552628159523,-2.8553755283355713,1.6350492238998413,0.3098195791244507,0.2450785934925079,2.0312817096710205,2.0588178634643555,2.3068249225616455,-1.8964964151382446,-2.0104591846466064,-2.8808417320251465,0.5183089971542358,0.3137329518795013,0.5571953654289246,1.3599424362182617,-1.1600011587142944,0.6317299008369446,-0.4166705906391144,2.1546361446380615,-2.2279884815216064,-2.6104798316955566,-4.6021032333374023,-0.0729809254407883,-3.3183195590972900,-7.2414550781250000,3.1706485748291016,-0.3348610103130341,1.4525109529495239,-0.1845930069684982,1.2382733821868896,4.6922588348388672,0.2501976490020752,1.3896727561950684,-2.1513755321502686,-4.1582393646240234,0.6593223214149475,-1.3467445373535156,1.5405590534210205,0.0649102851748466,2.5337700843811035,-3.3459498882293701,2.2510876655578613,-2.6967792510986328,-0.1289483606815338,0.0562217608094215,2.3392052650451660,-2.2523026466369629,-0.2305257171392441,0.3106022477149963,2.9199981689453125,-2.9216105937957764,-0.4244741797447205,0.6086867451667786,2.7563087940216064,-3.2522337436676025,-1.6229037046432495,1.0686880350112915,-3.7381751537322998,0.4321372210979462,1.4525855779647827,-3.6781220436096191,-2.3653745651245117,2.8932731151580811,-0.3137226700782776,-17.0063209533691406,3.3793227672576904,-3.7331740856170654,-0.7215784192085266,0.1917144358158112,-8.4582347869873047,-9.2206573486328125,16.2465476989746094,-4.0359201431274414,-10.3123111724853516,12.4285039901733398,16.6656265258789062,6.5424509048461914,12.5593414306640625,-0.8505679368972778,0.0012003593146801,9.9377498626708984,-5.9665093421936035,-9.3647375106811523,-9.5503530502319336,15.8482179641723633,23.4816436767578125,17.4536533355712891,2.8100261688232422,26.6190948486328125,11.1914224624633789,5.8894753456115723,13.2710266113281250,15.7917337417602539,11.0762557983398438,7.2279605865478516,17.7483844757080078,7.5955882072448730,12.2857713699340820,34.1063804626464844,3.6871616840362549,7.7739353179931641,0.4358507990837097,0.3012504875659943,0.2382386773824692,0.2273589074611664,0.4729118943214417,0.1952658444643021,1.2256538867950439,0.3632508218288422,0.1879782229661942,0.2740065455436707,0.2049441039562225,0.1349371522665024,0.4480521082878113,0.3666538894176483,0.2181885242462158,3.1620280742645264,0.9974859356880188,1.3852726221084595,0.3388803303241730,-0.2231050133705139,0.9184731841087341,-0.0707999840378761,2.3658440113067627,-1.2143220901489258,-0.4210671186447144,-2.7054765224456787,-0.4907392263412476,-0.0519586987793446,3.1921310424804688,-1.0598201751708984,0.5825353860855103,-0.2290800362825394,0.0000099999997474,-2.2438113689422607,-3.6247303485870361,-1.4229224920272827,3.0707578659057617,-2.1047592163085938,-2.1917994022369385,-1.0807414054870605,-0.1994140446186066,0.1400746107101440,-2.1432135105133057,3.0526261329650879,0.0357789434492588,-1.4896039962768555,1.4768950939178467,-0.5905957221984863,2.9060423374176025,-3.2551813125610352,-3.0332233905792236,2.2857642173767090,-2.2264735698699951,-0.4370878636837006,-0.5348832607269287,0.1392052322626114,4.1942214965820312,0.5674623250961304,1.9813605546951294,2.9627962112426758,0.0895114690065384,2.4817838668823242,-5.1581349372863770,0.5761628746986389,0.4220705628395081,1.5988131761550903,-1.4400786161422729,1.2655408382415771,1.9207876920700073,-0.3770007491111755,-1.5789054632186890,2.3470168113708496,4.9219288825988770,-0.7158856391906738,0.5117368698120117,1.0307130813598633,-0.8242091536521912,-1.5429168939590454,-0.0452204272150993,-1.2845832109451294,6.5566301345825195,-1.2526031732559204,1.8732154369354248,-12.3338956832885742,-3.9210903644561768,1.6181941032409668,-6.0109367370605469,-0.6946495771408081,-3.0526072978973389,1.2261689901351929,-11.7723722457885742,0.6077670454978943,-10.0274991989135742,2.1972696781158447,-1.9079490900039673,0.1382816731929779,0.2250834703445435,-0.0718539431691170,-0.7558459639549255,-1.2758444547653198,2.3759708404541016,0.6648767590522766,0.4301976561546326,-2.4126749038696289,0.1939043998718262,1.0687388181686401,2.2813825607299805,-1.3780263662338257,1.3126264810562134,1.1367118358612061,-0.7905479073524475,-2.4124026298522949,0.9582674503326416,-1.4695392847061157,3.8465480804443359,4.7566127777099609,-8.3889732360839844,-0.6098879575729370,-9.3596897125244141,1.1493762731552124,6.1233234405517578,4.7755880355834961,-2.9486443996429443,1.4020580053329468,-4.1879534721374512,-2.4643428325653076,1.1695338487625122,0.3071304559707642,0.5758567452430725,-1.2424424886703491,1.1831159591674805,-2.9645371437072754,1.9468647241592407,-1.0230162143707275,0.9120044112205505,-0.6853427886962891,7.0067067146301270,0.9063768386840820,-0.5132857561111450,-0.1664286255836487,0.9621489048004150,-0.1942550688982010,-0.2557232677936554,0.6031503081321716,0.9241134524345398,-1.0619615316390991,1.5320600271224976,1.4455147981643677,-12.7635583877563477,0.0001892928266898,-10.3924655914306641,0.2432857900857925,3.4099037647247314,-5.4061555862426758,-12.5047302246093750,4.3541007041931152,-9.2649755477905273,-1.0479619503021240,2.2273590564727783,-0.2239163368940353,0.2023806422948837,-2.6324031352996826,-1.9876663684844971,-1.1879181861877441,-0.8425306081771851,1.0946447849273682,-2.9858570098876953,-1.2626622915267944,-3.0697472095489502,3.0461647510528564,2.3841531276702881,-1.4264032840728760,1.6088914871215820,-0.3256821036338806,-0.3331783115863800,-1.7447180747985840,-0.0972895473241806,0.3133076131343842,1.9173383712768555,0.2888540923595428,0.3163318634033203,-1.3834615945816040,-4.9280271530151367,2.2529373168945312,-2.0833463668823242,-1.8733947277069092,7.4659814834594727,0.8591846227645874,0.0971381217241287,-1.3436188697814941,-1.9131048917770386,-0.2088385224342346,-3.0431344509124756,1.5883493423461914,-1.7113674879074097,-3.8495664596557617,0.9604229927062988,1.4747055768966675,0.0848608762025833,-1.3083415031433105,4.2820334434509277,-0.5031324028968811,-0.9235939979553223,0.5816777348518372,0.1231320202350616,0.8258653283119202,0.7004473805427551,-1.5495427846908569,0.7882690429687500,-1.9696060419082642,2.3741445541381836,-0.6735225319862366,-5.7560486793518066,1.1480878591537476,-7.4443149566650391,-0.1271245777606964,13.6833457946777344,2.1228318214416504,-11.5515489578247070,2.4927978515625000,-5.5173635482788086,0.0983756631612778,-0.4093015491962433,0.0475601255893707,-0.1960335224866867,-1.1065734624862671,-1.1443831920623779,-2.3703775405883789,0.5890252590179443,0.2657059431076050,0.3588058948516846,-0.5200172662734985,-1.6272224187850952,1.0053656101226807,0.9846379756927490,-2.2723875045776367,0.5186954140663147,-0.0232761763036251,-0.8526691794395447,-0.0595830827951431,1.4607545137405396,-0.3868813216686249,3.3372099399566650,6.6041345596313477,-2.3602080345153809,-0.0227837786078453,-4.5608859062194824,2.0948877334594727,16.2643299102783203,4.5509243011474609,-9.5454387664794922,2.1116933822631836,-0.0936472713947296,-2.4890546798706055,1.1020261049270630,-0.2808964252471924,0.5142414569854736,3.8659043312072754,0.5516480803489685,-2.1430759429931641,-4.4814462661743164,0.1342056691646576,0.1325578540563583,-1.0167462825775146,1.0560116767883301,-2.9779512882232666,-2.4739792346954346,-1.5764672756195068,-0.6583229899406433,0.8828618526458740,0.8854324221611023,-1.7707633972167969,1.8231945037841797,-7.5792956352233887,-2.3286564350128174,7.4690284729003906,-1.4454752206802368,3.3329317569732666,-2.5184757709503174,-3.2330980300903320,0.3022547066211700,7.5474786758422852,1.2963433265686035,3.5048930644989014,-3.3769445419311523,-0.4576123654842377,0.0111961821094155,0.2993270158767700,-0.0555790029466152,-2.3021409511566162,-1.3037344217300415,-1.7012678384780884,1.3560323715209961,-2.5275852680206299,1.3080250024795532,-1.0835469961166382,-2.4916756153106689,1.5584646463394165,-1.4641407728195190,-1.9411600828170776,-0.7095363736152649,0.6910268664360046,3.0477213859558105,4.6857128143310547,-0.2527009546756744,2.2441027164459229,-0.5888736248016357,1.2693898677825928,5.1888775825500488,-2.0216524600982666,1.5029361248016357,2.2011642456054688,-1.6361962556838989,4.0341739654541016,5.1912050247192383,0.9234210252761841,1.7269563674926758,-6.1154217720031738,0.3200267851352692,-0.1733954250812531,0.9969058632850647,1.4809219837188721,1.0850136280059814,8.8304538726806641,8.3090200424194336,-0.2319909632205963,0.2375398725271225,-0.5880160927772522,-1.6229128837585449,-4.4047069549560547,-2.7195689678192139,-0.6273110508918762,-0.4453805983066559,2.6683707237243652,1.9692847728729248,0.6067390441894531,-2.5052895545959473,1.8632335662841797,5.6067838668823242,-0.0515883602201939,-4.5818953514099121,-3.0685222148895264,2.1870625019073486,-1.5204401016235352,-1.2458751201629639,-6.0087976455688477,-6.6716771125793457,-4.5590367317199707,0.0332907401025295,0.0049696816131473,0.0740256831049919,0.5545483827590942,-0.1896606981754303,-0.6602530479431152,-0.9316099882125854,2.2195661067962646,-1.4477729797363281,3.9077491760253906,2.8808948993682861,-1.7673109769821167,3.3001136779785156,-3.2686696052551270,1.5720419883728027,0.0799299031496048,1.9946765899658203,2.4393537044525146,1.2587479352951050,-6.5338807106018066,0.3988169431686401,-0.8796857595443726,-0.8663912415504456,4.6761651039123535,12.8727302551269531,-0.2404847294092178,-1.1184711456298828,-2.0842528343200684,0.2099734544754028,-6.0492420196533203,-14.2569398880004883,-0.6428241133689880,2.4302120208740234,0.4396284222602844,-1.1750913858413696,0.2082000225782394,0.1951295137405396,0.5376925468444824,0.1304877698421478,4.3572177886962891,1.8729798793792725,2.4786758422851562,0.3888402283191681,1.0987334251403809,4.0880503654479980,0.4873696565628052,0.6963986158370972,-5.7177104949951172,-1.9760270118713379,-1.1451529264450073,-2.0853598117828369,-0.5946694016456604,-2.7170069217681885,2.9821608066558838,-3.4821171760559082,-6.1401386260986328,-6.4133844375610352,-1.6842896938323975,1.7290257215499878,-1.8279163837432861,2.2394461631774902,5.5958375930786133,-2.3620190620422363,-2.7589445114135742,-0.2070582211017609,2.3123207092285156,0.1476786881685257,-0.7939288020133972,-0.6311050653457642,-0.7578039169311523,0.8751200437545776,-2.7657997608184814,-0.5003517270088196,0.6710615158081055,1.2974725961685181,-2.0268523693084717,2.4054558277130127,0.2229276150465012,0.7154873013496399,0.3390973806381226,0.1189650893211365,0.3488687276840210,0.3067360222339630,-0.9042574763298035,-0.1195152997970581,-6.2252321243286133,-5.9569416046142578,6.0706491470336914,6.2398815155029297,2.9434521198272705,-3.1309509277343750,-2.0621724128723145,2.5585637092590332,5.8282923698425293,5.8383545875549316,5.4708442687988281,-2.1369132995605469,0.5450623035430908,-0.1973997503519058,0.0108627118170261,0.4396164417266846,1.2828140258789062,-2.9336295127868652,-4.3311533927917480,0.4822582900524139,-1.1200637817382812,0.3441594839096069,-2.4881567955017090,0.1876408308744431,1.8653826713562012,-2.3055930137634277,1.1976703405380249,-0.0084339231252670,0.3374182283878326,0.6411778330802917,-0.6831054687500000,0.8998285531997681,-5.3428897857666016,-1.8002088069915771,6.5356593132019043,3.5742423534393311,3.4716343879699707,-2.4588630199432373,-1.9274525642395020,2.7745609283447266,7.9362483024597168,-3.9547884464263916,0.1574411243200302,-2.2896258831024170,-1.0395649671554565,2.0318865776062012,0.2721216976642609,0.1097585782408714,1.1876850128173828,1.5113731622695923,1.8962640762329102,-4.6417670249938965,-0.8014668822288513,-4.2860960960388184,1.9672725200653076,1.1606094837188721,-1.7293164730072021,0.8732748627662659,-2.3163609504699707,-1.1013859510421753,0.1330548673868179,-0.0263655316084623,-0.2363311797380447,-1.5324742794036865,-0.8087150454521179,0.0090520912781358,-2.6758630275726318,4.4563078880310059,-2.1323983669281006,-3.9000153541564941,-3.8625209331512451,0.6051201224327087,-2.7698354721069336,-7.6963319778442383,1.9328483343124390,1.2011013031005859,-2.0811042785644531,-2.1544663906097412,0.5690527558326721,-3.9778361320495605,-2.5724079608917236,-1.5093344449996948,3.8180024623870850,3.0547494888305664,-1.6280629634857178,0.4941443800926208,6.5041079521179199,3.3439755439758301,2.0349862575531006,-1.4480949640274048,2.0362486839294434,-1.7459000349044800,0.9051758050918579,3.7515943050384521,-9.1792764663696289,-2.3328924179077148,-1.6209717988967896,-1.5382757186889648,-1.4846922159194946,-0.9731627106666565,0.2602734863758087,1.8560111522674561,-0.3344844877719879,-0.8698241114616394,-6.9034357070922852,-0.5826759338378906,-0.8431908488273621,0.1081452518701553,-0.0690854042768478,-0.4768649935722351,0.2933341860771179,-1.2098293304443359,-5.8476657867431641,9.5232076644897461,14.9244871139526367,-1.8278657197952271,4.3928732872009277,-0.6520913243293762,-14.4045667648315430,1.6775851249694824,-4.9476294517517090,11.2434291839599609,-29.4268054962158203,25.9441776275634766,1.7393712997436523,-5.5630855560302734,-15.0483913421630859,10.2589712142944336,7.5106225013732910,21.1501331329345703,8.2346067428588867,19.4567718505859375,5.2796192169189453,18.8045730590820312,7.9721560478210449,8.7857398986816406,4.2537260055541992,11.0963325500488281,6.1651964187622070,4.0183200836181641,12.7889690399169922,4.2858729362487793,7.2376370429992676,3.6036210060119629,0.6099916100502014,0.2490202188491821,0.2066998928785324,0.2346507757902145,0.3376681506633759,0.3308743834495544,0.2270347476005554,0.1633871644735336,0.2375783473253250,0.1880069375038147,0.1894107609987259,0.1380745768547058,0.2544779181480408,0.1397806704044342,0.3919888734817505,0.2913903594017029,1.1039413213729858,-0.6788650155067444,1.5706193447113037,0.8335514664649963,1.4238561391830444,-0.2600591182708740,-1.1082894802093506,-0.6149623394012451,0.9155617952346802,0.1284333765506744,-0.6233983039855957,0.2580088376998901,1.5344333648681641,-0.1430369317531586,-2.1856093406677246,2.0432531833648682,0.0000099999997474,-0.1159873455762863,-0.5951827168464661,2.2978980541229248,-1.2622581720352173,1.0866349935531616,-7.6544613838195801,1.1549954414367676,-5.3723587989807129,-1.1286363601684570,-4.5261530876159668,-1.2136522531509399,-1.0883400440216064,2.8614530563354492,0.2130171954631805,-1.8723480701446533,-1.9408227205276489,-0.9664614200592041,-1.6446779966354370,-1.2580704689025879,-0.7269406914710999,-4.0489454269409180,-2.4035000801086426,-0.4770746231079102,1.4044566154479980,-0.5097459554672241,3.6685304641723633,0.5164647698402405,0.8794435262680054,4.3350477218627930,5.0964241027832031,-1.2874559164047241,-0.6311796903610229,-1.6052126884460449,1.7036223411560059,4.9308691024780273,-0.8798067569732666,1.2711528539657593,-1.5026386976242065,-1.6100057363510132,-1.3705705404281616,1.2017242908477783,0.1489277631044388,1.7265968322753906,-0.5360670685768127,-1.6940885782241821,-0.8317552804946899,-3.3384082317352295,2.9317636489868164,1.6568602323532104,0.7359277606010437,-4.0277843475341797,1.0045974254608154,-2.1330041885375977,-2.8462748527526855,-0.3331559598445892,1.4190615415573120,-4.1130027770996094,0.4088380634784698,0.5066903829574585,1.6911705732345581,6.3506565093994141,-0.7301371693611145,-5.4824314117431641,-2.2824549674987793,1.3920902013778687,0.4063614904880524,3.2208518981933594,0.8298020362854004,1.8039251565933228,-2.8887629508972168,1.7718132734298706,-4.8710527420043945,-1.0218265056610107,-0.8383494019508362,-0.4551822245121002,-0.9559994935989380,-1.5503059625625610,-0.6163216233253479,-3.7772476673126221,-5.2078304290771484,0.0872833207249641,1.5106461048126221,3.1112983226776123,1.9481620788574219,-0.1969136744737625,2.6070909500122070,2.3418915271759033,-0.1728774756193161,-1.8624248504638672,1.9409193992614746,-0.2287084907293320,0.5433651804924011,-0.4754155278205872,1.5388605594635010,1.6507464647293091,0.4722132384777069,0.2252698242664337,0.7275722622871399,2.2500119209289551,-4.4070849418640137,-0.0532040260732174,-7.4891767501831055,1.1420061588287354,-12.4189500808715820,-0.4371595084667206,-0.7354421019554138,0.7231581807136536,-4.3929519653320312,-1.4508197307586670,-5.8039226531982422,-2.9511275291442871,2.2717957496643066,-1.3161349296569824,-1.7102538347244263,2.3988885879516602,0.9788388609886169,0.0699656158685684,0.1396380662918091,0.6943585872650146,0.1665926128625870,-1.1419885158538818,0.3055609166622162,1.6239019632339478,1.1406425237655640,-0.2597045302391052,-0.6824415922164917,0.5415302515029907,-1.1032441854476929,0.5973971486091614,0.1853954941034317,-1.8920111656188965,-5.5840525627136230,-0.0862883850932121,-3.4912314414978027,1.1736382246017456,-4.0773630142211914,0.7633394002914429,-5.2249402999877930,-0.7697785496711731,0.0068883872590959,0.8362246751785278,5.2228364944458008,1.2408902645111084,-3.4408102035522461,4.2599029541015625,0.2777564823627472,1.6215873956680298,-0.5407232642173767,-0.5552204847335815,1.3716191053390503,-0.9240629076957703,0.0372651405632496,0.3979185521602631,1.6972980499267578,0.6020806431770325,0.6231957674026489,0.3306191563606262,-5.3497552871704102,-0.6298900842666626,0.6367318630218506,0.5624040365219116,0.5318326950073242,-1.9209778308868408,2.2468366622924805,-0.6615033745765686,6.4644074440002441,-2.7002716064453125,3.1232459545135498,-0.4786162376403809,-2.9011993408203125,-0.7491139769554138,2.8567481040954590,-2.2181699275970459,3.2792558670043945,1.9063827991485596,-0.6887711882591248,-0.9635099768638611,-1.3861956596374512,-0.7346583008766174,-0.4861775636672974,1.2172179222106934,0.0103488322347403,0.0247116703540087,0.0941535979509354,4.5410833358764648,-2.9742298126220703,1.4838286638259888,0.8173208832740784,-0.4202259480953217,2.3660109043121338,0.8496312499046326,-1.5841618776321411,-1.3602123260498047,0.2471088469028473,-1.0864493846893311,2.0430572032928467,1.1159014701843262,-2.4540119171142578,1.8269757032394409,1.4072426557540894,-3.2148895263671875,-6.2922930717468262,-0.6137999296188354,-0.2666688859462738,0.1890899688005447,-1.3858399391174316,-4.6651997566223145,-0.3681239187717438,-8.2636547088623047,-2.8694086074829102,-0.8702653646469116,-2.8848369121551514,0.4900647997856140,-0.9103354215621948,-3.5423212051391602,1.3128725290298462,-3.6364893913269043,-0.0223919935524464,-0.7548032999038696,-1.1982587575912476,-2.0613381862640381,-4.7265062332153320,1.4123308658599854,2.4559118747711182,-0.2993887960910797,-3.0014939308166504,-0.2003003656864166,-3.1459934711456299,0.1929895877838135,-9.3915939331054688,1.0593007802963257,-5.2570972442626953,1.0555837154388428,1.9139646291732788,-0.3623490631580353,-4.0766015052795410,1.6695672273635864,-2.1774268150329590,-1.6453495025634766,1.0358901023864746,0.2659736871719360,-0.0181153211742640,-2.1083581447601318,-2.2416415214538574,0.0513232350349426,-0.8237676620483398,-1.2793838977813721,-0.1039311140775681,-0.2081042975187302,3.6689004898071289,-1.4453810453414917,-0.5256576538085938,1.1499229669570923,1.5437734127044678,-2.9140701293945312,-2.7629535198211670,0.4526774883270264,0.0234770253300667,-2.3264026641845703,0.1253870576620102,-1.0059612989425659,4.2312717437744141,0.8741261363029480,-1.4841610193252563,0.4504008591175079,6.3255591392517090,-1.1288797855377197,-1.1842913627624512,-0.1769825965166092,2.3905484676361084,0.1686839610338211,-4.9725699424743652,-0.2185719609260559,-2.6432781219482422,-2.8915309906005859,1.6379512548446655,0.5293278694152832,-0.9216710925102234,-3.6108255386352539,-3.9276616573333740,-2.2261126041412354,-1.0245022773742676,2.6198899745941162,0.8684371709823608,-1.8626191616058350,0.0220750086009502,-0.9928041100502014,2.0532834529876709,0.4228314757347107,-2.2106854915618896,1.9383841753005981,-6.0644550323486328,-0.0822157710790634,2.5624711513519287,0.0706279948353767,-0.0921670794487000,2.8042159080505371,-2.0867898464202881,1.3574739694595337,-3.1123936176300049,0.0055602174252272,1.6109948158264160,-0.0714989304542542,-2.9096226692199707,4.0298433303833008,-2.4762775897979736,1.5377942323684692,-1.6974872350692749,0.1879700124263763,0.9370255470275879,1.6651101112365723,-1.5992503166198730,1.2309406995773315,-2.4681713581085205,-3.1874556541442871,-1.4754245281219482,-1.0775564908981323,3.3359625339508057,-4.4907412528991699,-2.5128197669982910,-0.2238971740007401,-0.6105963587760925,1.0474478006362915,-1.5560646057128906,8.8072719573974609,-1.1393693685531616,-2.5957372188568115,0.4826479554176331,2.0379879474639893,0.4111500680446625,7.3370995521545410,-1.2567613124847412,0.6130344271659851,-0.1012203544378281,-2.3663909435272217,-4.7156400680541992,0.9878258109092712,-0.1531927734613419,2.1710360050201416,-1.2503209114074707,-1.5776275396347046,2.5943455696105957,-1.0099521875381470,0.2535445094108582,-0.3131907284259796,-1.9583767652511597,1.8127510547637939,4.0105156898498535,0.6976539492607117,-2.5685675144195557,-4.9054880142211914,2.8260729312896729,0.2628134191036224,0.4484440386295319,2.0252709388732910,-2.9259943962097168,0.6740852594375610,0.9067457914352417,3.5193152427673340,-1.6656876802444458,-0.8109160065650940,-0.8372082114219666,-0.4711222946643829,-1.8829233646392822,2.3184664249420166,-3.8234493732452393,-3.3763749599456787,-3.2193458080291748,0.2032496929168701,-0.1965774893760681,3.8061571121215820,2.7756557464599609,0.2356447875499725,-1.9407671689987183,0.3301267921924591,-0.5789925456047058,-3.5512382984161377,-4.4193015098571777,-0.7738360762596130,-3.4485690593719482,0.2331900149583817,1.6387611627578735,2.2984762191772461,-2.5566241741180420,-0.2211669087409973,0.2465313524007797,-1.8834035396575928,-0.8811279535293579,-2.3122732639312744,-1.1830909252166748,-1.2948952913284302,2.3594725131988525,-1.9413093328475952,-0.9933842420578003,-0.4417927861213684,0.2760846614837646,-3.1704547405242920,2.4733734130859375,2.8118200302124023,-4.3085298538208008,-2.4139237403869629,3.4480195045471191,0.9224398732185364,0.7826877832412720,-2.2617592811584473,-1.1065951585769653,-2.2425701618194580,0.5101153254508972,2.5809345245361328,-5.2276682853698730,2.4037947654724121,-0.8938377499580383,-3.8383419513702393,4.7987775802612305,-2.9503746032714844,5.4459710121154785,-0.3215192258358002,0.9036362767219543,-2.4825882911682129,4.3660001754760742,-2.9463584423065186,7.8525309562683105,-0.6627937555313110,1.4254505634307861,-1.0095833539962769,0.2845605611801147,-0.5711524486541748,2.5803720951080322,-1.7374415397644043,4.0276737213134766,2.9895999431610107,1.0261024236679077,-0.7917441129684448,-1.2979985475540161,-1.1559789180755615,1.3066942691802979,-0.4955558776855469,-0.2649279534816742,-3.0722353458404541,0.5183626413345337,3.1184787750244141,0.1722563505172729,2.7171056270599365,1.3201475143432617,-0.0651147589087486,-1.2671014070510864,0.5757912993431091,-0.2901994287967682,-1.1622447967529297,-1.3525391817092896,-1.2917710542678833,0.5174607038497925,-0.4867054820060730,-1.3391262292861938,1.5820260047912598,-2.9238450527191162,1.1106081008911133,0.3478405475616455,0.2040085196495056,-0.1997290253639221,3.0336930751800537,0.7664181590080261,0.0750980004668236,0.5292065739631653,-1.4414689540863037,-4.4136333465576172,-0.3025857806205750,3.9655845165252686,-2.7135832309722900,-5.5675649642944336,-0.9547118544578552,1.5049582719802856,0.1568529754877090,-5.8541121482849121,-0.6990445256233215,-1.6389026641845703,-1.8125169277191162,-3.7652769088745117,0.7180069684982300,3.2113716602325439,-0.5132802724838257,-0.0322445780038834,-0.0151827158406377,-6.3199567794799805,1.3056175708770752,-4.8867745399475098,1.3170629739761353,-5.0139999389648438,-0.7410372495651245,0.2284154295921326,0.4423250257968903,-2.3406038284301758,1.6276718378067017,-2.2000498771667480,-1.9955114126205444,-2.9907052516937256,-1.8706496953964233,2.4589219093322754,0.9556489586830139,-5.1091699600219727,0.6204530000686646,2.4170472621917725,-0.4417254030704498,0.4803375303745270,-0.0742128491401672,1.6375101804733276,-1.9414943456649780,-0.1197452843189240,-0.1996365785598755,5.6400647163391113,2.0521385669708252,-1.8141858577728271,-21.3264751434326172,-13.5750217437744141,3.2579929828643799,-8.8813152313232422,1.5926609039306641,-2.7187113761901855,-6.2901964187622070,-12.2456970214843750,6.9493727684020996,-4.1958909034729004,6.2899079322814941,0.6286680698394775,-0.8246807456016541,1.5223021507263184,-0.6874283552169800,-4.4457578659057617,3.2804992198944092,1.1559766530990601,3.9170041084289551,15.3895254135131836,1.9723769426345825,5.9342989921569824,1.5633889436721802,12.4802341461181641,2.1193904876708984,4.1979417800903320,3.3724031448364258,9.0669832229614258,1.7184126377105713,7.1460137367248535,3.2576947212219238,7.1720380783081055,0.4730862677097321,0.4092606902122498,0.1737630367279053,0.2533067166805267,0.2466885447502136,0.8221025466918945,0.2476389408111572,0.5413547158241272,0.2019954621791840,0.9132627844810486,0.2021761685609818,0.1711967438459396,1.2694185972213745,1.0641537904739380,0.2217075675725937,0.2250053435564041,0.6175219416618347,0.6964721679687500,0.9804683327674866,0.0490639545023441,0.2442509680986404,-0.6394208073616028,1.6280766725540161,1.9052764177322388,0.0609242953360081,-0.6004359722137451,-0.1267609149217606,-0.5018057227134705,-0.5044565796852112,-0.2239531725645065,1.0230664014816284,-1.2381581068038940,0.0000099999997474,0.1198152750730515,-3.4400801658630371,-0.4735808372497559,0.0978787913918495,-2.7289218902587891,0.7364380955696106,2.7305266857147217,-2.8487224578857422,0.5816008448600769,0.8440135717391968,0.5367488265037537,0.0145586421713233,1.1538105010986328,0.3744077086448669,2.8946447372436523,-7.0689525604248047,1.0578811168670654,0.9078672528266907,-0.1940167099237442,-1.9960937500000000,-0.5136634111404419,-0.2758414149284363,-4.4574232101440430,-8.0155944824218750,-0.0580338947474957,0.2724073827266693,-0.1791029423475266,-0.6791209578514099,-3.5226771831512451,-1.1521739959716797,2.8440670967102051,-10.8323125839233398,1.1483037471771240,1.4884830713272095,0.3218378722667694,-0.2444294095039368,-0.2199685126543045,5.8847908973693848,1.7044943571090698,-11.2950639724731445,-0.8527188897132874,-5.3361344337463379,1.4986840486526489,0.2684151530265808,3.1637966632843018,5.1855411529541016,0.2145020365715027,-4.7822360992431641,-0.7427946925163269,-1.2040543556213379,0.4646158516407013,1.0664392709732056,-1.2912911176681519,0.4711224436759949,-1.2020571231842041,0.6225846409797668,-0.0923183336853981,0.2533912360668182,-0.4598893821239471,2.4236478805541992,0.2493552416563034,-2.7530102729797363,-0.9757822155952454,-8.8731193542480469,0.0499030388891697,-1.0031312704086304,-0.6878691315650940,-0.0921246856451035,-4.7043447494506836,-0.0376892276108265,5.0418858528137207,1.6978162527084351,1.1477861404418945,-3.1575176715850830,-0.2045356035232544,-0.5715752243995667,4.6706800460815430,1.7520823478698730,0.7287940382957458,-1.3092205524444580,2.0070521831512451,-2.8084011077880859,-0.1600994765758514,-0.5399069786071777,0.2492545545101166,9.0628099441528320,-6.2422766685485840,0.7626950740814209,-0.2360976338386536,0.1551458388566971,0.2180051207542419,-0.4191942811012268,-1.1695673465728760,-0.0439219251275063,2.6903162002563477,-2.1513094902038574,-0.9516287446022034,-1.6310659646987915,-0.5769677758216858,-0.9435202479362488,2.0333647727966309,5.2609205245971680,-2.2190961837768555,5.0822482109069824,0.7697992920875549,2.4302914142608643,-0.6970502138137817,-0.6058857440948486,1.6734442710876465,1.7011451721191406,-1.6035798788070679,-1.7334378957748413,1.1299009323120117,2.1029863357543945,-0.6610211730003357,-0.5966331362724304,1.7106438875198364,1.8913558721542358,2.6534180641174316,6.6141843795776367,-0.2496855705976486,-0.7531617879867554,-0.6742093563079834,-2.0639584064483643,2.1057057380676270,5.8050699234008789,-3.6470811367034912,-1.9011909961700439,1.8619349002838135,0.5498455762863159,1.6047053337097168,0.3902369141578674,-2.7495236396789551,-1.6043592691421509,-3.4846501350402832,-0.0675593018531799,-4.3565068244934082,1.7423418760299683,1.9131908416748047,-0.4361495673656464,2.0800828933715820,1.9600642919540405,-2.9639565944671631,-4.7168002128601074,-1.2295089960098267,0.7857815027236938,6.4542665481567383,-0.7532039284706116,-2.4084293842315674,0.1788279116153717,3.8926255702972412,0.8905844688415527,0.5869319438934326,0.2164590656757355,3.6296260356903076,-0.1261025965213776,-0.4661853015422821,-2.1149222850799561,7.4796152114868164,1.0806730985641479,-1.0333524942398071,0.8698764443397522,2.6585931777954102,2.9587497711181641,4.6488609313964844,0.4088067710399628,-3.7162897586822510,-0.9105385541915894,0.4753950238227844,3.6415417194366455,-0.4934742450714111,-0.3286009132862091,-3.8588590621948242,0.2040594071149826,-1.9360786676406860,2.3416764736175537,0.0764135345816612,2.0102636814117432,0.2129295170307159,-0.1416272222995758,0.5757316350936890,-0.4793701171875000,5.3840370178222656,10.9522199630737305,0.6378912925720215,1.1948531866073608,1.8341871500015259,-1.0791596174240112,-1.0971821546554565,-3.0111346244812012,1.1427563428878784,0.1492728739976883,-0.1515018492937088,-1.0160104036331177,-0.6197265982627869,-0.0846610590815544,-5.2131748199462891,-3.8022892475128174,3.6299533843994141,-4.8168792724609375,0.6201769709587097,-0.7479811310768127,0.0056886109523475,1.0287728309631348,1.5094459056854248,0.2680418491363525,1.6092114448547363,-4.7562952041625977,0.4758243262767792,-0.6762196421623230,-0.2099542170763016,-0.0806360244750977,-0.5277063846588135,-0.8318725228309631,-4.9304022789001465,-6.1976647377014160,-0.0735177174210548,0.0202244203537703,-0.1132347211241722,0.3976037800312042,-1.2503713369369507,0.3420993983745575,2.8290791511535645,-8.8612422943115234,-1.3020590543746948,-3.3096306324005127,0.1890349835157394,-1.6581041812896729,-0.7481179237365723,-0.0345006994903088,-3.5410428047180176,2.9404473304748535,-0.3550712764263153,-2.0867240428924561,-1.2168873548507690,-1.4761394262313843,4.8941173553466797,2.0607299804687500,-5.0513958930969238,-1.7388296127319336,-0.1320163011550903,-0.9966853260993958,0.6068808436393738,-0.1798916310071945,2.8437685966491699,0.1864348202943802,6.7717776298522949,-6.3067402839660645,-0.2746361196041107,-1.9095859527587891,-0.6866723299026489,0.4511459171772003,1.5467728376388550,-3.4158143997192383,1.6618658304214478,3.6634140014648438,0.4051849544048309,0.5027072429656982,4.4731903076171875,3.6129565238952637,-8.4600067138671875,1.9909238815307617,-0.4513044059276581,1.3122652769088745,-2.3814072608947754,-1.5139089822769165,2.8351671695709229,-0.1515033245086670,8.2583131790161133,3.7432167530059814,1.2231684923171997,1.1773195266723633,1.4001786708831787,2.3527097702026367,2.3312659263610840,0.5371857881546021,1.1085319519042969,-0.6555747389793396,-1.3751949071884155,-3.6215796470642090,0.7831532955169678,-0.0075448369607329,-0.0484962128102779,0.1308812052011490,-1.4487264156341553,-1.1785668134689331,6.4565148353576660,2.0078463554382324,0.1623806059360504,2.6468229293823242,0.8561031818389893,-0.1440294981002808,4.4019193649291992,-1.4639890193939209,-1.7374466657638550,-1.3530220985412598,-1.6483355760574341,4.0019888877868652,-0.3315870463848114,-0.8332498669624329,-3.0349421501159668,8.4364452362060547,-2.9327630996704102,1.6802154779434204,-1.5536731481552124,-5.2182583808898926,0.6802464127540588,1.3065118789672852,-0.4112080335617065,2.1252839565277100,4.3747453689575195,-1.6648566722869873,0.2631270587444305,0.0217699687927961,0.4481654167175293,0.0924407169222832,0.4710731208324432,-7.6355066299438477,-2.4430451393127441,5.3862452507019043,1.7015719413757324,4.3282980918884277,3.3781211376190186,2.9655249118804932,-0.0677759125828743,0.6689079999923706,-2.7308375835418701,3.8666179180145264,-2.5244565010070801,1.0099071264266968,-0.0965784117579460,-0.0489338524639606,2.7325854301452637,-0.4309743642807007,-2.8243229389190674,2.1185107231140137,-1.7999862432479858,-2.9192576408386230,1.8808430433273315,-0.3644724190235138,0.3395379781723022,-3.9698710441589355,4.4095311164855957,-0.5593494176864624,1.1417243480682373,0.4951189458370209,2.5153584480285645,-0.5240062475204468,3.0345699787139893,4.1223111152648926,-0.7982038259506226,1.8546142578125000,-2.1393408775329590,-1.2192200422286987,3.9102070331573486,-0.7739956974983215,-0.1811997145414352,1.7004734277725220,2.3220109939575195,-0.7847372889518738,-1.4633568525314331,1.7631462812423706,-2.1991391181945801,-1.6075425148010254,3.2280154228210449,-2.9972703456878662,-0.1128588393330574,0.7915706038475037,-2.4301114082336426,-0.0370993912220001,3.0462286472320557,-0.0152078233659267,3.9842264652252197,-0.2593079209327698,-2.8583173751831055,-2.3291404247283936,2.0551066398620605,0.0146766351535916,4.7901840209960938,0.5050958395004272,-0.2099488079547882,0.6289448738098145,-2.6138215065002441,-2.0602247714996338,1.2937269210815430,-2.3063335418701172,1.0451172590255737,-2.0695860385894775,1.5852787494659424,0.1025114804506302,-1.2577743530273438,4.8466644287109375,0.9775845408439636,-0.4476197063922882,-0.2005629390478134,-3.4043750762939453,-0.8992555737495422,7.4972295761108398,-2.9616408348083496,4.0762581825256348,2.1202964782714844,0.4280501008033752,0.2364186793565750,-3.0376203060150146,0.6103745102882385,1.2452797889709473,1.1096205711364746,-3.2854754924774170,0.0548945441842079,0.3576057851314545,0.8043933510780334,-2.6586511135101318,-1.9999941587448120,-3.1046776771545410,0.6566842794418335,-0.5558925867080688,-0.8780388236045837,1.2636711597442627,1.5070170164108276,0.4867866635322571,0.0757742226123810,1.2925348281860352,0.4501062631607056,-6.5584354400634766,0.0496742725372314,-2.3550295829772949,-0.0644383355975151,3.9577634334564209,-2.8630306720733643,0.8035215735435486,0.0144609045237303,1.0639543533325195,0.0369696132838726,-2.8753147125244141,0.4248524010181427,1.1491811275482178,-0.1638517379760742,0.1034192144870758,-3.2562935352325439,7.3474707603454590,0.2257846593856812,-0.0286128930747509,0.0772408545017242,2.8609685897827148,1.1520029306411743,1.0968601703643799,2.9084382057189941,-6.1692481040954590,-0.0698114559054375,0.7441754937171936,0.2766075134277344,0.4885192513465881,2.0806374549865723,4.6344165802001953,-2.2648611068725586,4.0488839149475098,-0.5103178024291992,-0.4758599102497101,0.2514362335205078,-0.0897747203707695,2.8107047080993652,-0.0849831476807594,-0.9799314737319946,6.3797163963317871,-0.2907848358154297,-0.0051091685891151,0.1424163728952408,0.0815750360488892,0.3570510447025299,-0.1368985921144485,3.4813835620880127,2.1656887531280518,0.0256232880055904,-0.0092430841177702,0.0135372523218393,0.8876643180847168,1.8630380630493164,1.1449103355407715,-1.9231756925582886,10.4683475494384766,-0.9785219430923462,2.1250624656677246,0.8897162675857544,0.2643977105617523,-1.9559303522109985,-1.1168307065963745,0.5769479274749756,-2.3314323425292969,0.9259513020515442,0.7105326652526855,-0.8171441555023193,1.9153412580490112,0.3002496361732483,1.7783262729644775,-0.2298177778720856,-4.2418565750122070,0.5546277165412903,3.3949053287506104,-0.1560935080051422,-0.0860060751438141,0.4001524150371552,0.0104724047705531,-4.2916870117187500,-12.7013473510742188,-0.1226757615804672,-0.8048889636993408,0.2603325843811035,-0.2563047707080841,-0.1499526947736740,-2.8316204547882080,1.1683146953582764,9.4723320007324219,4.2226114273071289,11.7814998626708984,1.4291706085205078,12.2227830886840820,-20.1473922729492188,-7.3229875564575195,0.0864328891038895,-8.8697195053100586,3.1682538986206055,-2.0642180442810059,9.5922565460205078,7.1133923530578613,7.5743594169616699,-0.0076934937387705,5.3972182273864746,-6.3792257308959961,17.4316558837890625,20.5557270050048828,5.2518644332885742,13.3505010604858398,6.0591454505920410,7.8533492088317871,15.5131778717041016,5.2860326766967773,6.1433715820312500,8.9644613265991211,11.7815008163452148,2.5874407291412354,3.5666484832763672,12.4920139312744141,6.5275130271911621,7.1559739112854004,1.4642393589019775,0.2565445005893707,2.2150039672851562,0.1628620773553848,0.8341468572616577,0.1741540729999542,1.4487998485565186,0.2014085948467255,0.3072507977485657,1.5884418487548828,0.3487005829811096,0.3158580064773560,0.3062789142131805,0.4739018976688385,0.5866060256958008,0.4235693514347076,0.2766768932342529,-0.2724254429340363,-0.5721642971038818,0.4024654328823090,1.5798903703689575,-0.2561640739440918,-0.3499024510383606,-0.1350143849849701,-0.2647454142570496,0.4742383956909180,0.4551632404327393,0.7343913316726685,1.8373010158538818,1.6268012523651123,0.6419725418090820,-0.0869518816471100,0.0000099999997474,0.1642908006906509,3.1234676837921143,0.0278138350695372,2.8934824466705322,-0.0357595533132553,-0.0470562800765038,1.2159470319747925,-3.1437010765075684,1.1757413148880005,1.2083686590194702,5.0454082489013672,6.0828223228454590,-0.3567380011081696,0.5770474076271057,0.4120671153068542,2.7281155586242676,1.5088293552398682,1.5638517141342163,0.0570728182792664,1.8411879539489746,-2.6396734714508057,-4.6412887573242188,-1.7970806360244751,-0.5719321370124817,-0.8968757987022400,2.6181533336639404,1.8566975593566895,-1.3079892396926880,1.1928385496139526,0.4393301308155060,2.4621913433074951,1.7209899425506592,2.0863442420959473,2.3148348331451416,-2.8363955020904541,-2.6427030563354492,-0.9538893699645996,-0.1601074337959290,1.9238703250885010,1.9530923366546631,-6.5034117698669434,-2.2129237651824951,-8.3460702896118164,-6.8480424880981445,-2.4036343097686768,0.0974387004971504,-1.6885088682174683,-2.6562287807464600,-1.3740656375885010,-0.9052922129631042,0.7161846756935120,0.1927105635404587,-1.1759141683578491,0.1328366398811340,-1.1712310314178467,0.4279466271400452,1.5989301204681396,2.3120687007904053,1.2662510871887207,-0.4292436242103577,0.9533682465553284,1.0083763599395752,0.1098362505435944,-0.5741700530052185,0.3005799949169159,0.8708113431930542,0.3485126793384552,3.1922810077667236,-1.1779334545135498,-1.0107046365737915,-0.7771317362785339,-4.1703577041625977,-1.0463893413543701,-0.4374376237392426,-5.4543795585632324,-5.1814694404602051,-1.7520810365676880,-0.9529232978820801,1.8578438758850098,3.5893659591674805,2.5610964298248291,3.8644318580627441,0.8276975154876709,0.5684115886688232,-2.1825091838836670,1.3425735235214233,-4.6202688217163086,-5.1908788681030273,-0.4290737807750702,-0.9443331360816956,-2.4790701866149902,1.4002676010131836,0.5973320007324219,-1.6913217306137085,-1.6338126659393311,-2.6295981407165527,-1.2911603450775146,-0.6232680082321167,4.4231824874877930,6.9241638183593750,0.1396622657775879,0.1193829625844955,-0.9012623429298401,0.9034581780433655,1.4493126869201660,2.1822137832641602,6.8566126823425293,9.3124065399169922,0.7977499365806580,1.2013177871704102,0.9043343663215637,4.4513835906982422,1.9046099185943604,3.5866615772247314,-0.1831793934106827,-0.1358033418655396,0.2738353908061981,3.2487459182739258,-0.5820912718772888,-2.7333993911743164,-3.9580025672912598,-1.4544851779937744,0.4305559694766998,1.6311957836151123,0.3993352651596069,-0.5641289353370667,-0.0725940391421318,-1.1716225147247314,-0.1813059598207474,0.0302347708493471,-0.0833698734641075,1.3390840291976929,-0.5280442833900452,-0.2399621903896332,2.5759451389312744,20.8595752716064453,0.2258348464965820,1.3681886196136475,0.5527337789535522,0.8968592882156372,-0.1646829396486282,-3.3574070930480957,1.7585741281509399,1.2841824293136597,-1.1364412307739258,-0.7619681358337402,0.1317325383424759,0.7270154356956482,-3.0627110004425049,-4.0328712463378906,-1.6344180107116699,0.0769742503762245,-4.2495155334472656,-1.2461092472076416,0.6686193943023682,-1.8802119493484497,0.3609735965728760,-1.5949985980987549,-2.0050244331359863,-2.9687631130218506,0.1111926957964897,1.2942157983779907,-2.5244798660278320,-2.8157954216003418,-0.0682709515094757,0.3911970257759094,-3.3415606021881104,-10.7317886352539062,0.7896783947944641,3.0014789104461670,-0.6907998919487000,-1.9254996776580811,-0.1672696173191071,1.7956476211547852,1.6522299051284790,-1.0697147846221924,-0.0910471528768539,-2.8634448051452637,0.0594904534518719,0.5479340553283691,-0.5544304847717285,0.4060633778572083,0.1300288736820221,0.4952489137649536,0.3130550086498260,1.3286336660385132,-0.9482628107070923,3.2637934684753418,0.4229980111122131,-8.5017242431640625,-0.3843928575515747,5.3359756469726562,-0.8060414791107178,-0.6453050971031189,-2.0555515289306641,0.1350766420364380,-0.6367055773735046,-0.0160212013870478,-6.2824068069458008,-4.3250465393066406,-0.3575723767280579,1.8225592374801636,-4.5221166610717773,-6.1193194389343262,-0.3437410295009613,6.4732470512390137,2.1981940269470215,-3.2974174022674561,-0.9483817219734192,-0.8433889746665955,0.2129943519830704,2.2049436569213867,0.2262303084135056,0.3147864341735840,-1.9869993925094604,-1.7598433494567871,-1.3054250478744507,-7.1998863220214844,-1.4704096317291260,7.5192627906799316,-0.1264303028583527,-1.5417484045028687,-2.7867312431335449,0.3400089144706726,-2.1047677993774414,0.9770654439926147,3.6686139106750488,-1.1065919399261475,0.0643168091773987,0.5925539731979370,2.5371456146240234,0.4148651659488678,3.2064235210418701,1.6743513345718384,2.2167274951934814,-3.2614176273345947,1.5635819435119629,0.5635653138160706,0.5812684893608093,-0.7810712456703186,1.1030696630477905,-1.8375552892684937,-0.2486435472965240,0.1074619367718697,2.2815549373626709,8.1179685592651367,-1.7200192213058472,-1.9185067415237427,0.4114218950271606,5.2739729881286621,0.5798597931861877,-5.3708558082580566,-2.1305899620056152,0.9579349756240845,-0.3567597270011902,-1.6988301277160645,-0.7112147212028503,-1.3999550342559814,3.3753037452697754,-2.4608099460601807,0.1209232360124588,-0.0683829635381699,7.0732212066650391,5.1578507423400879,2.1659913063049316,1.4311970472335815,2.9947352409362793,3.4257216453552246,0.7061784267425537,3.2006702423095703,1.5569137334823608,-0.5323218703269958,1.7278614044189453,0.5328391790390015,-0.1458674222230911,0.1060101613402367,0.5197919607162476,-3.6050295829772949,-0.5636606812477112,0.9080037474632263,0.9164099693298340,4.8331794738769531,1.8145031929016113,-2.3732883930206299,-1.1083102226257324,3.2553830146789551,1.1997556686401367,-0.1900177448987961,2.1790666580200195,2.5220258235931396,3.4798192977905273,5.6579275131225586,-1.1270997524261475,-0.2033820599317551,9.1415109634399414,3.2358598709106445,-4.1764883995056152,-0.0020657486747950,-4.8301901817321777,1.2434314489364624,-2.6371042728424072,0.7630579471588135,1.3821007013320923,1.9164336919784546,-1.9988522529602051,-2.0243232250213623,0.8887656331062317,0.1783538460731506,-0.3816125988960266,1.2813829183578491,-2.5683052539825439,-1.4910994768142700,0.2721434235572815,-3.1789350509643555,1.6546187400817871,1.7739297151565552,0.8423625230789185,-0.0492086447775364,-0.7496908307075500,-0.5666059255599976,0.3780850470066071,1.9405045509338379,-2.2123415470123291,12.7569417953491211,-0.0864768624305725,0.3494903743267059,-2.8970677852630615,2.3570737838745117,-0.7412624955177307,-3.4084899425506592,-3.0819013118743896,1.4809021949768066,-0.0137389311566949,0.2206013351678848,-1.4782370328903198,-1.3653606176376343,1.3740574121475220,0.3424086272716522,0.1390899717807770,1.7736780643463135,0.0074917487800121,1.3301916122436523,-1.1742979288101196,1.6953362226486206,2.1113727092742920,-0.9566376805305481,-0.6580158472061157,0.5693215727806091,0.8591020703315735,-2.5481591224670410,0.5144827365875244,-1.5990504026412964,-0.3591054379940033,-1.2454993724822998,-3.3891348838806152,4.8531579971313477,-0.0242562890052795,-0.0226267706602812,-5.8780765533447266,-8.3257503509521484,-0.4102153778076172,-1.5311506986618042,-1.7598301172256470,-2.3617298603057861,0.3382700979709625,2.2414577007293701,-0.1051070243120193,-0.8080452084541321,-0.4082268774509430,2.1012661457061768,-0.0550884827971458,-0.5938646793365479,1.1212228536605835,2.4710471630096436,-0.3249442875385284,-0.7734880447387695,0.9649547934532166,-7.1452898979187012,-2.0828933715820312,5.0928344726562500,0.0493459850549698,-7.1772041320800781,0.0522320419549942,0.8407698273658752,0.5230740904808044,-1.3610442876815796,-3.5239024162292480,0.8344653248786926,-0.6109456419944763,1.7440794706344604,-7.0290083885192871,-2.6373491287231445,-0.6739510297775269,2.0401680469512939,-4.5485324859619141,7.1943421363830566,-0.7157924771308899,-0.4168290793895721,-0.2703446447849274,-9.0498371124267578,0.2067624479532242,0.1430245339870453,0.3165644109249115,-1.1187971830368042,-0.4328450560569763,2.0740919113159180,-3.0361866950988770,0.8533847332000732,2.4087159633636475,3.8688926696777344,-0.9451577067375183,-1.1262931823730469,0.4083398878574371,-1.9002097845077515,-0.6041276454925537,0.1293122172355652,-0.7364408373832703,0.3966006040573120,-1.5584305524826050,-0.1505096256732941,0.0892922207713127,-0.4149105548858643,1.4847280979156494,0.0866287350654602,-0.3521611988544464,5.0048403739929199,-3.2642564773559570,0.1653012931346893,0.7084733247756958,-0.2701489031314850,-1.5728619098663330,0.3928846120834351,-2.8764221668243408,7.1784729957580566,-0.7752151489257812,0.6520092487335205,2.7683086395263672,-1.0481969118118286,0.0284776017069817,-5.7631754875183105,-0.4049283862113953,-0.7755625247955322,3.3919935226440430,1.6959482431411743,0.5288098454475403,-0.9298114776611328,5.7020745277404785,-1.8211257457733154,0.7415376305580139,-0.3460465371608734,-9.6200790405273438,2.7939713001251221,-0.3484863936901093,-0.0433395355939865,-4.0199389457702637,0.4451484382152557,-0.4397996962070465,-2.1475105285644531,-3.9526908397674561,2.4899039268493652,0.4706250429153442,-0.1992668658494949,0.1383430659770966,6.9894638061523438,1.8048458099365234,1.2899456024169922,0.3290068507194519,-0.6869383454322815,-1.0649516582489014,2.1573412418365479,-1.5805462598800659,3.2227835655212402,1.0473701953887939,4.9259252548217773,0.7268207073211670,2.3040134906768799,-0.6346558928489685,-0.4381599724292755,-0.1284800767898560,-0.3322471976280212,-0.5355743765830994,-3.1185951232910156,3.7939138412475586,3.6129126548767090,0.3879085481166840,-0.4296828210353851,3.6018261909484863,4.0553960800170898,-1.0670006275177002,-0.7105672955513000,-0.9747795462608337,0.4928330183029175,0.5484196543693542,0.6190437078475952,-2.0305280685424805,0.1642640531063080,-0.8784083127975464,0.1947748512029648,-0.2422770559787750,0.4123079776763916,3.2285730838775635,2.2701508998870850,2.1788756847381592,-2.1740834712982178,-0.7453919649124146,6.0962080955505371,1.3473770618438721,-11.1662216186523438,-0.6667330265045166,7.3818616867065430,-0.6260607242584229,-1.9092986583709717,-3.9073455333709717,7.0137586593627930,-10.4049997329711914,-10.6678829193115234,0.6684890389442444,-0.1002209112048149,-5.3270835876464844,6.6086144447326660,8.5416011810302734,1.2194529771804810,-4.1225814819335938,-13.8145980834960938,0.9363896846771240,4.8220977783203125,6.1348443031311035,0.9745382666587830,7.9073834419250488,17.4786014556884766,5.0226893424987793,14.1941614151000977,26.5070171356201172,44.9058036804199219,30.2359046936035156,6.6109113693237305,3.2804245948791504,18.1405200958251953,12.2257270812988281,36.5920028686523438,13.3638238906860352,5.6863865852355957,4.4513354301452637,33.6279945373535156,0.2838045358657837,0.3112326860427856,0.2332685142755508,0.6581597924232483,0.2474316656589508,0.3841750323772430,0.7532969117164612,0.5721209645271301,0.5255684852600098,0.2068870663642883,0.2973627448081970,0.5713999867439270,0.3435970544815063,0.7468346357345581,1.2014887332916260,0.6414267420768738,0.2092164158821106,0.8464096188545227,-0.0978985950350761,0.8941380381584167,-0.3539050817489624,-0.7544366121292114,0.0346497185528278,0.6862734556198120,2.0581645965576172,0.2716925740242004,0.4405674338340759,-0.6801130175590515,-0.5179439187049866,1.1836739778518677,-0.3705256879329681,-0.1740546077489853,0.0000099999997474,3.1992075443267822,3.3958878517150879,1.3530894517898560,0.6376451253890991,3.7098910808563232,3.7669777870178223,3.6403231620788574,1.6222954988479614,-0.8539295196533203,-3.1385560035705566,-0.1630025357007980,-4.3705921173095703,-2.0318512916564941,-0.7674133777618408,-0.1404076218605042,-1.8319996595382690,0.8514687418937683,2.4934141635894775,-3.9830629825592041,-5.3936238288879395,0.7299780249595642,-0.9283634424209595,0.9072241187095642,-2.1185581684112549,0.7991653680801392,1.9649628400802612,-0.2812913656234741,-0.7662628889083862,-0.3906285762786865,-0.5427941679954529,1.1927725076675415,-0.9588230252265930,-1.5462663173675537,-5.9578003883361816,-1.0514388084411621,-1.8611091375350952,1.5328389406204224,4.8057951927185059,-2.5132393836975098,-2.8512480258941650,-1.0652183294296265,0.5130192041397095,-0.1531725078821182,-6.6845731735229492,-0.2709004282951355,-3.6512212753295898,0.6759327650070190,0.7916252017021179,-0.7403023838996887,-5.6393675804138184,1.4295397996902466,-1.3435823917388916,1.5159953832626343,0.9665116667747498,-0.0860761180520058,-4.0855002403259277,-0.3923668265342712,1.5621867179870605,-0.5229330062866211,-0.8178667426109314,-0.1150579005479813,-0.1330942809581757,0.5193958878517151,1.2443438768386841,-1.2956435680389404,-0.8557734489440918,0.9046847224235535,-1.2247381210327148,-0.0666800737380981,0.5624272227287292,-1.2425706386566162,1.4848400354385376,-4.3689832687377930,-0.4359657168388367,2.2566080093383789,-3.4421479701995850,1.6069856882095337,-0.1382615268230438,1.0318260192871094,4.3496670722961426,-0.2213378399610519,1.4370590448379517,-4.7282462120056152,-2.6888504028320312,-1.7978397607803345,-0.5683546066284180,0.3527760505676270,-4.5201616287231445,0.6446271538734436,0.9583123326301575,0.6425343751907349,0.2326351255178452,0.3840616941452026,0.7269210219383240,0.5661430954933167,4.7087130546569824,-0.7045370936393738,-1.0387089252471924,2.8652567863464355,-1.3746658563613892,-0.9007594585418701,2.2863306999206543,1.6951804161071777,-1.5663180351257324,2.0566067695617676,5.3713741302490234,-0.5302437543869019,-0.8440395593643188,-0.2723743319511414,-0.1014653220772743,-0.3233025670051575,-3.3969397544860840,-1.0216360092163086,12.1730079650878906,-1.5458079576492310,1.7625199556350708,2.2102391719818115,-0.5323752164840698,0.2581329643726349,-9.3233623504638672,-1.0068049430847168,-1.2916995286941528,-0.1538173258304596,-1.4844290018081665,-0.0088005522266030,-0.3766359388828278,-0.2382428199052811,2.9659473896026611,0.4906680285930634,-0.4644418954849243,-6.9325833320617676,-6.8918476104736328,0.2993188202381134,3.5744783878326416,2.8172597885131836,3.1976082324981689,-0.1149316430091858,2.0692555904388428,1.7758158445358276,0.7120975852012634,0.4249702394008636,0.9659420251846313,2.1695485115051270,3.4902853965759277,-0.6406700611114502,-4.1038942337036133,-3.0947196483612061,-1.6086605787277222,-1.6652674674987793,-0.1739381551742554,3.9912238121032715,1.5268107652664185,1.9522783756256104,0.7047702670097351,1.2611380815505981,0.3961151540279388,0.7146202325820923,0.1602383553981781,1.1462165117263794,-1.1919431686401367,-1.2137511968612671,-1.3686946630477905,3.2982361316680908,7.4123554229736328,1.2624323368072510,3.4665482044219971,-0.1477041691541672,-4.2007780075073242,0.1215180382132530,-3.2839627265930176,-0.1642856895923615,1.2464132308959961,-0.7069742679595947,-1.5035452842712402,-0.0998596698045731,2.6791799068450928,-1.0150654315948486,-7.5929017066955566,-3.2247924804687500,1.9696849584579468,2.9916512966156006,1.6282945871353149,0.0699132829904556,3.3151702880859375,-0.7884858846664429,-2.0920655727386475,-0.2042162269353867,-0.0705542415380478,-0.1318527609109879,-0.6096280217170715,0.4028990864753723,-0.5617391467094421,-2.7236406803131104,-0.4683627486228943,-1.3722122907638550,-6.0744647979736328,-2.3410029411315918,0.1144094392657280,0.5500403046607971,-2.2583012580871582,-0.4247760772705078,-2.4518244266510010,1.0323538780212402,-0.7409833073616028,0.7348124980926514,-1.3513714075088501,0.4454957246780396,9.0434103012084961,0.1386627852916718,4.6741766929626465,-1.6354916095733643,2.1623399257659912,1.4953118562698364,-0.2692704498767853,0.0886384472250938,-3.5517351627349854,-0.1802926212549210,1.6174830198287964,0.9727017283439636,1.1701896190643311,0.3081969618797302,0.3491857647895813,-0.8529091477394104,0.2955492734909058,-0.7078431248664856,2.6958930492401123,3.0741260051727295,-0.3818693757057190,2.7499177455902100,0.3194524049758911,0.8460232019424438,-2.1771018505096436,2.7541244029998779,-0.1919118165969849,1.0150091648101807,-3.1352014541625977,-0.2305032163858414,5.6427636146545410,0.1905260235071182,4.3737988471984863,-0.5905368924140930,-0.1473904997110367,-1.6613668203353882,-1.5803017616271973,-0.2182474285364151,5.7996096611022949,1.6570402383804321,-1.4585204124450684,-0.3981073498725891,0.6414593458175659,-0.6232163906097412,-0.4094953835010529,-0.1662435829639435,0.3176081776618958,1.7279429435729980,-1.2800320386886597,0.2953562140464783,-0.1887170821428299,0.6085492968559265,0.5185713768005371,-1.3197041749954224,-0.4004034101963043,-1.3561307191848755,0.2392539381980896,-2.7777619361877441,0.8802288770675659,1.7514997720718384,-4.3532042503356934,0.3339338600635529,-4.1449027061462402,-0.1631199568510056,0.3442529439926147,0.7394840121269226,2.4097602367401123,-4.4267749786376953,-5.6027650833129883,-2.4796793460845947,0.8811804056167603,-1.1067253351211548,-5.8906364440917969,1.5830276012420654,0.9406015276908875,0.8237217664718628,1.7602254152297974,0.3146869838237762,0.4416938722133636,-1.8438487052917480,-3.4709203243255615,-0.0712479278445244,3.3892931938171387,3.8989911079406738,-2.7971456050872803,-1.0121049880981445,4.0060067176818848,-3.1475188732147217,0.4243741333484650,-1.5029689073562622,-1.0436624288558960,0.5853757858276367,0.9639148712158203,0.3582315146923065,-0.5787293314933777,-0.9268954992294312,-5.1424961090087891,-1.0121124982833862,0.6621927022933960,0.4351685941219330,-5.2581562995910645,-1.5014623403549194,2.5411820411682129,-2.4518952369689941,0.6155600547790527,-2.0053584575653076,0.9843341708183289,-0.3908343017101288,-1.3173047304153442,-0.1932829022407532,-0.4545388221740723,-0.7933655381202698,-4.6861886978149414,0.9144777655601501,1.0004369020462036,1.8228253126144409,-0.1256529688835144,2.3448781967163086,-5.2609128952026367,0.6911419630050659,-5.0042219161987305,-0.7719090580940247,2.6645884513854980,0.5929719805717468,7.4839735031127930,-1.2830289602279663,0.8062620759010315,-0.7772834897041321,-0.0822002738714218,-0.5542218089103699,-0.9972714781761169,2.8902320861816406,-0.3565944135189056,1.5670675039291382,4.3858604431152344,-1.8563163280487061,-2.8268146514892578,-0.8359974026679993,2.1994497776031494,-1.0247882604598999,1.3729755878448486,-0.5089386701583862,0.7845275402069092,1.3462781906127930,2.8259115219116211,-1.3461652994155884,-2.7168762683868408,-4.6159105300903320,0.7120536565780640,-4.6744375228881836,-1.6114771366119385,-1.0029866695404053,-1.6641575098037720,0.5411096811294556,-0.0862570777535439,0.9362020492553711,1.9800363779067993,2.6281321048736572,2.8122119903564453,0.7043225169181824,2.7272269725799561,-1.6779301166534424,-0.3765256702899933,-2.2287809848785400,-7.3582420349121094,-3.0911333560943604,-4.9718742370605469,1.4127676486968994,-1.2223399877548218,0.8946429491043091,-0.2810040116310120,1.1806471347808838,0.4951230287551880,0.8997623920440674,0.9138830304145813,-1.4129921197891235,1.3992770910263062,0.9420726299285889,-1.3133637905120850,0.1845140606164932,-3.2225539684295654,1.2777460813522339,-0.5217530131340027,-0.6352209448814392,1.5446269512176514,2.8416314125061035,5.1533064842224121,-1.4650871753692627,-10.9901580810546875,0.5281499028205872,-0.0444817580282688,-0.7972916364669800,0.3233874440193176,0.0912988632917404,0.6143698096275330,2.0659394264221191,-1.5270841121673584,-1.7495173215866089,-5.8828029632568359,0.0708780363202095,-0.1564207673072815,0.1418833583593369,5.4862480163574219,-0.5908098220825195,0.4891309142112732,-0.2284972071647644,0.2903846204280853,0.4063385725021362,-2.5208306312561035,-0.9519703388214111,3.0566916465759277,2.9659504890441895,-3.1131665706634521,-1.4880862236022949,-2.0933105945587158,0.9840542078018188,2.1347956657409668,-0.2288659363985062,-3.9715325832366943,1.1172065734863281,-0.0189974065870047,-0.5146948099136353,0.8974782824516296,0.0060098804533482,-1.6878651380538940,-0.8846857547760010,-0.3668250739574432,-0.7677662968635559,0.4176844656467438,1.4915876388549805,0.7643563151359558,-0.8318079710006714,-2.5244495868682861,-0.7601571679115295,17.6746959686279297,0.2732050716876984,1.1661815643310547,0.0735507011413574,0.4544815719127655,-0.4730415642261505,1.7486665248870850,-0.5794149041175842,-1.0616439580917358,-2.1649212837219238,-6.5468711853027344,1.0075129270553589,1.1865643262863159,2.4532532691955566,0.8791137933731079,2.1462259292602539,-5.7271823883056641,-1.2574462890625000,5.2996363639831543,-0.8952431678771973,0.9719750285148621,-0.2540909051895142,-0.4793841540813446,0.3332989215850830,-9.4270906448364258,5.6097474098205566,4.6659388542175293,3.0777804851531982,0.3589490354061127,-0.0413208566606045,2.9396250247955322,-1.2463188171386719,-1.6065701246261597,-0.6547016501426697,-0.5131630301475525,-0.4023945033550262,-0.2573858499526978,1.2953710556030273,-3.0175700187683105,2.4354379177093506,-4.1188211441040039,-1.9092096090316772,3.1064612865447998,0.9177566766738892,1.3460326194763184,1.1270866394042969,-3.1585857868194580,5.0800647735595703,2.5872428417205811,-2.3863084316253662,-5.3383264541625977,-1.0260952711105347,2.8473749160766602,-0.5692507624626160,-1.8689600229263306,-1.8279521465301514,3.3425917625427246,0.2349149882793427,-3.4333813190460205,0.0862809866666794,0.4575152695178986,2.3517992496490479,-3.3897356986999512,-0.5886613130569458,-2.6947083473205566,-0.9938495159149170,-0.9890785217285156,-0.1761496961116791,-0.5695072412490845,0.1606833934783936,-2.6773779392242432,7.5363559722900391,-6.5824379920959473,3.9881467819213867,12.8142766952514648,-14.5958690643310547,-1.9993401765823364,7.1948118209838867,3.3513135910034180,7.3146495819091797,-3.8958485126495361,-3.6597950458526611,-11.6625804901123047,-1.4181122779846191,-3.0840821266174316,-11.2738142013549805,1.8216305971145630,5.5630140304565430,42.1949005126953125,43.9063301086425781,40.9507904052734375,44.6513214111328125,11.7208814620971680,26.2273387908935547,10.2324542999267578,23.8678798675537109,25.6731452941894531,5.4911665916442871,13.1804437637329102,22.8979053497314453,25.4697780609130859,35.5787506103515625,9.8284225463867188,0.2528477013111115,0.9205361008644104,0.8965494036674500,0.4360677003860474,0.4605300426483154,0.3479983806610107,1.0338304042816162,0.5085680484771729,0.6076852679252625,0.9072449803352356,0.4297603070735931,0.2477223575115204,0.4323100447654724,0.6391269564628601,0.9187644720077515,0.4884746670722961,0.2305361032485962,-1.5650864839553833,0.2388458400964737,-0.1286608874797821,-0.9393230676651001,-0.4378287196159363,-2.0054950714111328,0.1716633737087250,1.0702857971191406,-0.9728721380233765,-0.4963854551315308,0.1320712715387344,-0.1644977629184723,1.0617005825042725,0.3043506145477295,1.2884395122528076,0.0000099999997474,-0.9712930321693420,-1.2676461935043335,1.3225959539413452,2.8416142463684082,0.1825466156005859,0.2328646332025528,1.1601310968399048,10.1278848648071289,-2.0581264495849609,-1.9848263263702393,1.8886452913284302,-5.8557353019714355,-0.6357848644256592,3.1260507106781006,0.9265148639678955,1.8201867341995239,0.7643269896507263,0.7531260848045349,0.2748563587665558,-1.2647825479507446,-0.1440981030464172,0.5217417478561401,-0.7576617002487183,-4.8691549301147461,-0.5520799756050110,-1.4781140089035034,0.3757772743701935,0.5354017019271851,-0.4488161206245422,-0.5282283425331116,-0.5987092256546021,-4.6608533859252930,0.7370008826255798,1.2583155632019043,-2.1823432445526123,2.5373368263244629,0.6533270478248596,3.1082220077514648,1.9427332878112793,-3.6523661613464355,-3.4658129215240479,0.7370646595954895,-0.0572648309171200,-5.8062953948974609,-1.7330281734466553,1.2571371793746948,-0.1252644509077072,-3.3637890815734863,-1.1522268056869507,0.8416420221328735,0.7352973818778992,3.1556997299194336,-0.8566323518753052,1.5174033641815186,-0.3828819990158081,-1.6252988576889038,1.1218295097351074,7.8438363075256348,-0.4677388072013855,-0.5867983102798462,0.1668473035097122,-2.0540142059326172,0.6824480891227722,3.3548021316528320,0.3828533291816711,-3.8457767963409424,0.0591275990009308,-3.6851189136505127,-1.4470845460891724,1.5304445028305054,-1.4520856142044067,4.9330143928527832,2.9189596176147461,3.0888819694519043,-0.5651742815971375,-2.2715449333190918,0.4136463105678558,0.5929507613182068,0.3411121964454651,1.7907860279083252,-0.5976697802543640,0.9628049731254578,-0.5584535002708435,-2.8976244926452637,0.5398090481758118,-1.6426123380661011,3.7275171279907227,1.2174140214920044,0.6902690529823303,-1.2241123914718628,-0.8688981533050537,3.8827323913574219,-0.6335098147392273,3.7415068149566650,-1.2159460783004761,0.4471097290515900,0.0803901553153992,-0.0521999932825565,-1.6245914697647095,-4.3707728385925293,-0.8123064637184143,1.6088716983795166,0.3393873870372772,-0.5571864843368530,0.8143463730812073,0.8691875934600830,-0.9531652331352234,-2.3360548019409180,-0.3843445777893066,-0.8122410774230957,-0.1642637550830841,0.8386014699935913,-0.6387184858322144,-0.7601448297500610,0.5331281423568726,1.5959022045135498,0.1987602263689041,-2.0872662067413330,2.2981355190277100,1.6199561357498169,2.1786155700683594,-6.0138678550720215,-0.4062019288539886,-10.0902614593505859,0.7080563306808472,-1.2471908330917358,-0.2516686618328094,3.2463822364807129,4.7115626335144043,1.3365954160690308,1.6617614030838013,-1.4090704917907715,1.0017549991607666,3.3426616191864014,-1.0346164703369141,2.5951857566833496,-1.7834116220474243,-4.3973121643066406,2.9411315917968750,-1.2707200050354004,-0.5371001958847046,-0.9207221865653992,0.2170266956090927,0.9291899800300598,-0.2026766091585159,4.2776360511779785,0.2654342949390411,0.2315762937068939,-0.5058375000953674,1.8035687208175659,0.1734419614076614,-3.7639081478118896,-0.8303400278091431,-5.3499732017517090,0.1182618811726570,2.6555659770965576,-0.5951573848724365,-4.2167277336120605,-0.0887729227542877,4.4019398689270020,0.2150318026542664,2.4759700298309326,-1.8561668395996094,-1.5611823797225952,-1.5500603914260864,-0.4840584397315979,-2.2166409492492676,2.3018450736999512,2.6039059162139893,0.2494724690914154,-2.0475609302520752,3.8718085289001465,1.1150245666503906,-2.2053589820861816,-1.0336672067642212,-3.8251011371612549,1.4309016466140747,-2.4850583076477051,-0.1323757916688919,5.4919500350952148,0.5244521498680115,-3.8896424770355225,0.3425390422344208,-1.1810959577560425,-0.4532636702060699,-2.9035973548889160,0.2989176213741302,0.2453795522451401,-0.4477408230304718,2.8110830783843994,-0.3271105885505676,4.2393426895141602,0.3990333974361420,1.0138890743255615,1.1722249984741211,5.1893758773803711,0.3799455165863037,0.7253348827362061,-0.3655914366245270,-1.0751019716262817,-1.0220255851745605,-3.2577035427093506,0.7564436197280884,3.7623057365417480,0.0300552193075418,-1.5166158676147461,0.4651346802711487,1.5567319393157959,-0.0267548672854900,-11.6155166625976562,-0.0131674660369754,-1.6936912536621094,-0.2086115926504135,-2.3538775444030762,0.0964012816548347,1.0522755384445190,-0.9587897062301636,-0.8898224234580994,0.3007654845714569,2.8252463340759277,-0.7663967609405518,3.4591300487518311,0.1088053137063980,-3.7508151531219482,1.2477903366088867,3.4288005828857422,2.5348427295684814,2.8884861469268799,1.2130978107452393,1.7977998256683350,2.0328776836395264,-3.8491020202636719,-0.1297350525856018,1.7955191135406494,1.8422092199325562,0.8689551353454590,-0.9386938214302063,-5.7728881835937500,1.1080589294433594,3.3081061840057373,-1.6069972515106201,-1.8754941225051880,0.0979487448930740,0.2478509843349457,-0.6423006057739258,-1.9551055431365967,-2.1549139022827148,-1.9424901008605957,1.0412858724594116,5.4133982658386230,-0.3951575160026550,-3.0161421298980713,0.1500859707593918,2.5360262393951416,-0.3186771571636200,-0.9034443497657776,-1.5228544473648071,-1.4161121845245361,0.9395077824592590,-4.9610934257507324,1.0582431554794312,-3.8461894989013672,2.9638917446136475,-2.9701731204986572,-2.3675835132598877,2.9281990528106689,1.1340366601943970,-2.9798810482025146,-1.4979813098907471,-7.0335125923156738,0.4615046977996826,-0.4475303590297699,0.2490589767694473,-2.1721503734588623,0.0238688234239817,3.5153832435607910,-1.2745481729507446,0.7465109229087830,-5.4023375511169434,-0.1318316906690598,0.1224020346999168,0.7057085633277893,-0.3248372077941895,-0.3041973710060120,0.0758720561861992,3.4172017574310303,0.8812477588653564,-1.0932017564773560,3.0137479305267334,7.3261775970458984,-2.9465310573577881,-4.6160469055175781,-1.3301346302032471,-0.3456152677536011,-3.7850439548492432,-1.8886029720306396,0.4583534002304077,1.8323552608489990,-3.3940610885620117,-0.8787693381309509,-0.7762542963027954,-2.0250272750854492,-1.4399515390396118,2.0044934749603271,1.3015435934066772,-1.7350424528121948,1.1291806697845459,1.2976305484771729,0.7168031334877014,2.3316528797149658,3.5846340656280518,-1.1975021362304688,-1.5723595619201660,0.8774149417877197,0.6460222005844116,-0.7377105951309204,-1.7671605348587036,-0.2819758951663971,0.2799282073974609,-0.6828902959823608,2.3004081249237061,4.5496501922607422,-1.5648823976516724,-2.5960085391998291,-0.3466905653476715,0.1615790277719498,-1.5997685194015503,-0.7748656272888184,-0.4950052201747894,0.2806901037693024,-0.4589052498340607,-1.9025464057922363,0.2540054917335510,3.2092115879058838,-0.9330148696899414,-7.0674347877502441,-0.2269350737333298,0.1303683072328568,0.4937168359756470,-0.9332560896873474,0.6230374574661255,-1.5770286321640015,2.8598053455352783,-0.2012029290199280,0.9401734471321106,-1.1981017589569092,-0.4886225759983063,-1.2757148742675781,0.5078575611114502,-1.8466525077819824,-0.8249141573905945,0.1573603153228760,-0.6313230991363525,1.4640597105026245,0.1081123128533363,1.5831195116043091,0.5329244732856750,7.8963499069213867,0.3976626992225647,0.1062425598502159,1.3126353025436401,2.8808476924896240,-0.7144607305526733,0.7399026751518250,0.1862044930458069,12.0706033706665039,-0.1726264506578445,0.1314009428024292,-1.2675272226333618,4.3189353942871094,0.1440904885530472,0.7550799846649170,0.1151194721460342,1.0642702579498291,0.4606284201145172,-0.6448303461074829,1.0665688514709473,1.8912749290466309,-0.1801463663578033,-4.0573611259460449,0.8688948750495911,3.0497851371765137,-0.5200974345207214,1.7039445638656616,-1.0886509418487549,3.3728511333465576,0.8762972354888916,6.6362795829772949,0.0610542818903923,8.1205615997314453,-3.1107845306396484,0.8709431290626526,0.4171174764633179,-1.1701879501342773,-1.3532726764678955,0.5611809492111206,1.1950370073318481,3.4297904968261719,-0.7830082178115845,-1.1816543340682983,0.3388483524322510,0.0536950714886189,-0.6539982557296753,-5.0375809669494629,0.6309883594512939,-1.4109027385711670,1.8914537429809570,-3.0930976867675781,-0.9975367188453674,-1.7623015642166138,1.0788933038711548,0.9230268001556396,0.8622477650642395,-1.8976221084594727,-0.6905246973037720,1.9640989303588867,-0.6783194541931152,-1.3643569946289062,-1.0541048049926758,1.4793447256088257,-1.1063736677169800,-1.2205619812011719,0.1864543110132217,10.6014242172241211,-1.3949637413024902,-2.8138024806976318,0.2007184326648712,4.2364172935485840,-0.9552962779998779,-2.3984975814819336,0.3301530778408051,-0.5663442015647888,0.4955120086669922,1.2198619842529297,0.6583715081214905,0.5513318181037903,0.0415960289537907,-2.6974678039550781,2.6904222965240479,3.4133691787719727,1.6194007396697998,0.7233785390853882,-1.0624908208847046,-2.1446828842163086,-0.1529554575681686,-3.5358936786651611,-0.0187985785305500,4.3474369049072266,-0.0238316822797060,-1.3595967292785645,2.4311602115631104,2.9483833312988281,2.1318826675415039,1.6899058818817139,0.4413514137268066,-2.9737532138824463,-5.5885581970214844,-8.0388975143432617,3.3524255752563477,4.6171579360961914,-0.1959819644689560,1.0890322923660278,1.0847860574722290,0.7620468735694885,-0.7709982395172119,-1.5532029867172241,0.2664613723754883,-1.5561885833740234,-0.6760088205337524,-2.5478153228759766,-0.8089371323585510,-3.6450989246368408,-0.6718221902847290,-2.4986541271209717,0.4759028553962708,1.0754942893981934,-0.1524907648563385,2.8520638942718506,0.5218351483345032,-1.9140343666076660,-0.2267062813043594,2.2733783721923828,-1.4017659425735474,3.5349051952362061,-0.9406633377075195,-2.0488514900207520,-1.0523256063461304,5.8324589729309082,-0.0662445351481438,-0.3241728246212006,0.0362736508250237,3.0962350368499756,0.4746685922145844,1.9624228477478027,-0.3021143972873688,4.2119936943054199,0.0912687629461288,3.9489700794219971,0.0171320997178555,-0.8774537444114685,1.1696382761001587,-1.5665178298950195,5.2473859786987305,2.9133026599884033,0.5279566645622253,-0.0528470203280449,0.6398054957389832,2.3693294525146484,0.5592719316482544,-0.0017678100848570,-0.9308755993843079,-0.0916559621691704,-5.0612344741821289,2.8129172325134277,3.7778286933898926,0.8088264465332031,13.5794401168823242,2.4152030944824219,-7.9797339439392090,-4.4311642646789551,5.9683651924133301,8.0074300765991211,0.9240051507949829,-14.2640085220336914,-1.4236515760421753,4.6450324058532715,2.2797021865844727,1.0835835933685303,21.1974010467529297,36.6383361816406250,8.9873161315917969,10.3669414520263672,20.0522556304931641,24.3373508453369141,35.9612693786621094,10.1041002273559570,56.2762260437011719,17.6329212188720703,23.5797500610351562,44.1101264953613281,71.6867065429687500,39.2650642395019531,18.2838916778564453,4.8464469909667969,0.3604937791824341,0.4256926476955414,0.4022181034088135,0.2272295057773590,0.3172351419925690,0.4625982940196991,1.4541039466857910,0.3450323939323425,0.8830493688583374,0.6198828816413879,0.6970387101173401,1.1522502899169922,0.9177902340888977,0.2940985262393951,0.2640748322010040,0.9910281896591187,-0.6519562602043152,1.2862302064895630,0.5025741457939148,0.2434613257646561,0.4579784572124481,0.9317284822463989,1.4995619058609009,-0.4784596860408783,-0.4423633515834808,1.0154197216033936,1.0563217401504517,1.1417049169540405,-1.4905304908752441,0.1008667573332787,-0.1142311319708824,-2.1982574462890625,0.0000099999997474,3.0634760856628418,2.0841574668884277,3.2137429714202881,-0.5569840669631958,-1.2479424476623535,-2.5252096652984619,0.4476178288459778,1.2801227569580078,-0.4900809824466705,1.5329208374023438,-0.2590086758136749,3.3108386993408203,0.5189074277877808,-1.7236424684524536,1.1037862300872803,-3.7874529361724854,0.1009696647524834,-0.9745340347290039,0.4600946605205536,-3.6332056522369385,-0.8406071662902832,3.7580103874206543,-0.1075161322951317,0.7790542244911194,-0.9576591849327087,-3.3390753269195557,3.0817503929138184,5.3535327911376953,2.2382266521453857,-1.1364598274230957,0.5825303792953491,1.2594395875930786,1.7869430780410767,-1.1172780990600586,0.0562881007790565,0.8470112085342407,-0.2468592822551727,-1.7901210784912109,0.2448532432317734,-3.2260267734527588,0.4515566229820251,-2.6253151893615723,1.8171333074569702,-1.9202950000762939,0.1670095473527908,-2.7444052696228027,0.2711647450923920,-1.9414374828338623,-1.1605744361877441,1.3435660600662231,0.1096124276518822,0.7771848440170288,0.0925771892070770,1.1357728242874146,-0.5550795197486877,-1.3086130619049072,0.5992655158042908,-1.0169717073440552,-1.8742758035659790,-11.4085865020751953,0.3882134258747101,-2.1075034141540527,-0.1198396608233452,0.9197323322296143,-1.7185144424438477,1.4164150953292847,-0.6200932860374451,-0.9899582266807556,1.6093798875808716,0.8575988411903381,0.0162709895521402,-0.0793077647686005,-1.3231116533279419,1.2762426137924194,-0.7139911055564880,2.3565773963928223,-0.8307244777679443,2.4780020713806152,-1.1468862295150757,4.2682108879089355,1.1024947166442871,-3.6662220954895020,-0.3253355920314789,0.3418760895729065,0.5956567525863647,5.3831200599670410,0.5742835402488708,-0.3224993348121643,0.3583663403987885,0.9930654764175415,-2.7891070842742920,-0.5551441907882690,-2.6935250759124756,-8.8466577529907227,0.1515760123729706,-0.7095123529434204,1.5267218351364136,-0.6031228303909302,0.4629597067832947,-2.6482851505279541,0.4087066948413849,-0.4637119472026825,-0.8204177618026733,0.3820553123950958,2.0597832202911377,1.1348059177398682,0.4009678959846497,-9.1287174224853516,-0.4743940234184265,-2.1568710803985596,1.5407960414886475,2.1504685878753662,1.1108460426330566,2.1698384284973145,1.1591911315917969,0.4762451052665710,1.6629606485366821,2.5244503021240234,-0.4518812298774719,2.6905000209808350,-0.5431554317474365,-1.6970565319061279,2.0993075370788574,-1.9668663740158081,1.1974489688873291,-11.6602067947387695,-0.1763932853937149,4.1456270217895508,0.0161556173115969,5.4212536811828613,0.6968427896499634,1.4256252050399780,0.0702324658632278,-4.1355724334716797,-0.2942548394203186,0.3105491399765015,-0.6439328193664551,4.4063367843627930,0.6159223318099976,-0.8888087272644043,-0.4159629046916962,3.0969145298004150,-1.3945503234863281,-4.9795722961425781,1.3367249965667725,-1.7167663574218750,0.4744420647621155,1.5734657049179077,0.7984958291053772,2.6552174091339111,0.8445019721984863,-3.1984367370605469,-0.4673932790756226,3.2651977539062500,-1.0660302639007568,4.5441932678222656,-1.2762356996536255,-3.9759914875030518,0.3521617054939270,1.1366368532180786,-0.1695920228958130,4.7602977752685547,0.6790089607238770,6.9979047775268555,0.3748169243335724,0.5799984931945801,-0.3091326057910919,-0.6868789196014404,-0.3907374441623688,4.5492334365844727,-0.3165338337421417,-0.4183507859706879,-0.3883389234542847,0.4551939964294434,-0.3484337627887726,-5.6019234657287598,1.3763098716735840,1.3486828804016113,0.3154649138450623,1.2326837778091431,0.6492082476615906,0.2244463413953781,0.6042283177375793,-0.1617687940597534,-0.0503219515085220,3.6182157993316650,0.4705975651741028,3.6546466350555420,-0.0110799670219421,-7.7691035270690918,0.3154120743274689,1.9786660671234131,-1.5749446153640747,-3.1497261524200439,1.2269214391708374,-1.6861695051193237,1.3900028467178345,0.8521152138710022,0.3230098783969879,0.0138541553169489,-2.3694028854370117,2.5794219970703125,-0.9620966911315918,-0.6682791113853455,-0.9531713128089905,4.1322050094604492,-1.2655695676803589,4.2220306396484375,0.9320083856582642,-2.8237113952636719,0.4240591526031494,5.4933881759643555,0.9309829473495483,0.6296229362487793,0.1730136126279831,-3.7339823246002197,-0.6456397175788879,-1.4921468496322632,-2.3245017528533936,3.9858262538909912,-3.9181547164916992,-1.4585473537445068,1.4912805557250977,-0.4859928488731384,-0.0910578668117523,-3.0993800163269043,-0.4170448184013367,-0.5311788320541382,0.9464170336723328,-0.7662048339843750,0.3349772393703461,-0.8150882124900818,-1.4276582002639771,-0.4759977757930756,0.5692762136459351,3.5757751464843750,-0.8549607396125793,0.6641659140586853,-0.7966634631156921,-0.3948054015636444,-0.2692541182041168,-2.5189883708953857,-0.4622538387775421,-7.2544159889221191,0.7940642833709717,5.3308897018432617,-0.0473331324756145,1.6971993446350098,0.3689641058444977,3.4982771873474121,-4.5043382644653320,-0.4679541289806366,-2.1860456466674805,-0.6401150226593018,0.7646419405937195,2.5016145706176758,-0.3796469569206238,-1.0919044017791748,-0.4682630598545074,1.9395039081573486,1.0169435739517212,1.4977990388870239,0.3540953993797302,-0.0928518325090408,-2.3176715373992920,0.1698668599128723,-0.5152758955955505,-4.3306989669799805,-0.0350519083440304,5.0086131095886230,-1.1267068386077881,0.6197281479835510,-0.5286982059478760,-7.2178139686584473,-1.0661746263504028,-3.0747244358062744,-0.6102198958396912,0.1861821413040161,0.0222656782716513,1.4548608064651489,-0.1168795675039291,5.0062937736511230,-2.0264925956726074,0.1149753630161285,-2.1469354629516602,1.0644683837890625,0.2466311156749725,-0.0967159792780876,-3.9066939353942871,1.1141465902328491,-3.6722080707550049,-3.4720642566680908,-0.3142549991607666,-1.0187268257141113,-0.2063998430967331,-1.5118024349212646,0.7953795194625854,1.3887701034545898,0.1089830398559570,-7.0694699287414551,-0.1542507708072662,0.4300496280193329,0.0804118439555168,-1.3868929147720337,-0.0008627920760773,4.8255968093872070,-0.3475584089756012,-0.4488451480865479,0.2893203496932983,-3.6162734031677246,0.6184188723564148,-1.8890340328216553,1.8717502355575562,-2.6048598289489746,-2.4590184688568115,-1.1744902133941650,-2.3612232208251953,1.6838679313659668,0.2245149165391922,-1.1131242513656616,0.3622817695140839,-0.2365209460258484,-0.0595016740262508,5.8326454162597656,-0.4952004551887512,-2.9889156818389893,0.2175433188676834,-4.3209142684936523,1.0115078687667847,-3.7967460155487061,-0.0071011870168149,-2.1967718601226807,0.2592938244342804,-2.0717074871063232,0.7347686290740967,5.4840741157531738,-0.7144303917884827,1.9164497852325439,0.4578295350074768,0.9035350084304810,-0.1263564974069595,0.7626246809959412,-0.6138767004013062,-3.2407636642456055,-0.3337901234626770,-3.5660309791564941,0.9995095729827881,2.8803720474243164,0.3555940985679626,-5.2042841911315918,0.2776672244071960,-0.2524437904357910,0.6296927332878113,0.6746765375137329,-0.2473112791776657,-2.0138041973114014,-0.8991947174072266,-0.0459550172090530,-0.7868946790695190,-0.0375890992581844,2.2343833446502686,-2.6073522567749023,0.7586383819580078,4.2785506248474121,0.2687244117259979,-3.7719848155975342,0.5776006579399109,-0.5131661295890808,0.8008420467376709,4.3967194557189941,0.6244302392005920,2.5614004135131836,0.8216999173164368,3.0283238887786865,0.2231319993734360,-3.6399052143096924,-0.2361671030521393,-14.3717727661132812,2.3336081504821777,-0.6219357252120972,2.0478880405426025,0.3118843436241150,-0.2834466695785522,-0.5728868842124939,-0.1818508803844452,-0.5016624331474304,-0.8837898373603821,4.9055938720703125,-0.8348486423492432,-3.2364263534545898,0.5238391757011414,-0.3598216474056244,1.3207938671112061,1.8524215221405029,0.2499657124280930,-5.4103441238403320,0.2721631228923798,-0.4622286260128021,0.0403952449560165,3.4578616619110107,-1.4167488813400269,-0.5860463976860046,0.1405225694179535,-1.0100127458572388,-0.6855545043945312,0.8825508356094360,-0.6119552850723267,8.3102817535400391,-0.2110746949911118,-0.7829971313476562,-0.3743644952774048,-5.1481018066406250,0.1123028174042702,1.8884091377258301,-0.0126223368570209,-0.3643189072608948,0.4791825711727142,-1.1820780038833618,0.8463911414146423,1.1663287878036499,-0.2140164077281952,2.7616903781890869,0.6276745200157166,3.4726910591125488,-0.6460999250411987,-3.1794514656066895,-0.8003557920455933,-6.3380537033081055,0.2654824554920197,-2.0495460033416748,-1.2286027669906616,-4.7060284614562988,-0.2640883624553680,4.1832361221313477,-0.4524108469486237,-1.7087625265121460,-0.9401139616966248,-1.9093508720397949,0.0461840219795704,1.2748920917510986,-1.2751455307006836,-0.2482129782438278,1.2420752048492432,-5.6457486152648926,0.6900213956832886,2.7878983020782471,0.5374999642372131,0.5776748657226562,0.9428103566169739,-1.2618570327758789,2.4619944095611572,-9.2291641235351562,0.1856160014867783,-1.1292495727539062,0.2452775686979294,13.9091072082519531,-1.6028267145156860,-1.5602328777313232,-1.2686277627944946,-1.6448103189468384,0.0421196706593037,1.6041810512542725,0.1471414566040039,-2.5427834987640381,0.2374169081449509,1.2051823139190674,0.1953059583902359,-0.3613736331462860,-0.8557351231575012,2.0310757160186768,-0.0126063702628016,-1.0042518377304077,-1.0180821418762207,2.2209737300872803,2.5218677520751953,3.6137869358062744,0.7805551290512085,1.7598618268966675,0.0134786916896701,0.2987209260463715,-3.3610229492187500,-0.4579237699508667,-2.0104298591613770,5.7112836837768555,-0.2750459909439087,-0.3499113619327545,-0.4610141217708588,-12.6829128265380859,0.3271744549274445,0.2209986001253128,0.8840391635894775,-0.6196446418762207,0.1076695099473000,2.0245003700256348,-1.0258059501647949,-2.2199954986572266,0.5275120139122009,0.5688690543174744,-1.1233420372009277,0.7078225612640381,0.3597248196601868,-2.6784601211547852,1.1125717163085938,1.3708598613739014,1.6974289417266846,-2.7846734523773193,-1.7993642091751099,1.7389849424362183,-0.5544905662536621,0.8333646655082703,-0.1406681686639786,-0.7478545904159546,3.7259578704833984,-4.4760408401489258,6.0548839569091797,-6.8924298286437988,2.8829703330993652,5.2839303016662598,7.9703216552734375,-2.2068011760711670,-1.3967418670654297,-12.1241645812988281,-1.6146491765975952,10.6466455459594727,3.1378433704376221,-5.5473108291625977,-4.7981352806091309,5.9206366539001465,28.8353042602539062,14.6656808853149414,25.2724781036376953,15.1181459426879883,24.6901054382324219,39.2923240661621094,10.7648572921752930,19.8599853515625000,38.0747184753417969,14.7774820327758789,8.7591171264648438,75.9050750732421875,18.6036396026611328,4.9276113510131836,14.9216632843017578,9.2844886779785156,1.4996172189712524,0.3413898944854736,0.5698180198669434,0.7301821708679199,0.7578101754188538,1.3292376995086670,0.5801200270652771,1.2691391706466675,1.1453404426574707,0.6429929137229919,0.3656263649463654,1.5073468685150146,0.7096930146217346,0.2492702752351761,0.5618487596511841,0.7009064555168152,-2.0729451179504395,-0.0671691522002220,-1.2851780652999878,1.5466121435165405,1.2572069168090820,-0.1834054887294769,0.3346307575702667,1.3446329832077026,-1.5002740621566772,-1.3361902236938477,-0.3066726922988892,-0.7616699934005737,-0.1757506728172302,-0.1225724741816521,-1.0449050664901733,-1.0584168434143066,0.0000099999997474,0.0840951502323151,7.9131779670715332,-0.2734853923320770,0.2541671395301819,-0.4711313843727112,1.8670799732208252,-0.3799574971199036,2.8680548667907715,-0.1401195228099823,3.6161391735076904,0.3283227384090424,5.6996335983276367,0.5116319060325623,-5.4657125473022461,0.2622252404689789,0.6940257549285889,0.1431434452533722,4.9852690696716309,-0.6021910309791565,2.7849853038787842,0.1531413644552231,0.9293781518936157,0.0616083517670631,-4.2835192680358887,-0.1803514808416367,-1.5711292028427124,0.8627934455871582,-1.0385950803756714,-0.3236806988716125,1.5869686603546143,-0.1128674894571304,-2.7780981063842773,-1.4573882818222046,1.3341068029403687,1.9808048009872437,3.4928627014160156,4.8261017799377441,1.5569828748703003,1.8695842027664185,10.1263399124145508,0.1614829152822495,2.5524568557739258,0.4346224665641785,0.1907874345779419,-0.3468655645847321,0.2764486670494080,1.0923018455505371,4.6651616096496582,-1.1316136121749878,1.9545150995254517,0.6528025269508362,0.0249707102775574,-0.0023531017359346,-1.9163368940353394,-0.1646845340728760,-2.1679782867431641,-1.2275279760360718,0.8619989752769470,2.5645053386688232,-7.5399127006530762,-0.2488741427659988,0.1386982053518295,0.1863539516925812,-2.2659325599670410,-0.0804663598537445,1.1832215785980225,1.1747947931289673,-4.6500244140625000,0.1527797281742096,-7.1885786056518555,0.2367204427719116,-8.3626747131347656,-0.0736589431762695,-1.7847836017608643,-0.2026695162057877,-2.3023977279663086,0.0132752340286970,2.5751855373382568,0.0371348373591900,-1.9853768348693848,0.4380065202713013,-5.0056190490722656,-0.2231080085039139,-2.2700555324554443,0.0122562889009714,4.1299300193786621,-0.2027720957994461,-0.2057483494281769,-0.1007814481854439,-0.5212952494621277,-0.7278353571891785,-5.8758883476257324,0.2432329505681992,-5.2770395278930664,-0.3137280344963074,0.6468214392662048,-0.0086218733340502,-1.1060553789138794,0.7929739356040955,-2.2724318504333496,1.3966530561447144,1.2943285703659058,0.5065957307815552,-1.9448877573013306,-0.1311913430690765,5.3969531059265137,-0.2159905433654785,-1.2205322980880737,-0.2359517961740494,-3.2781314849853516,0.3333352208137512,2.0092287063598633,0.1554017364978790,15.4534215927124023,0.5010008215904236,1.6322982311248779,-0.1096392050385475,0.7916485071182251,-0.8637744188308716,-2.0570633411407471,-0.4892008304595947,2.6109073162078857,1.4150161743164062,-3.8056726455688477,0.3260579407215118,2.8203735351562500,0.0788657665252686,0.3369823992252350,0.2117670774459839,4.7100601196289062,-0.5921462178230286,1.4411801099777222,-2.4228215217590332,-0.2028241902589798,-0.4562403261661530,-2.2923474311828613,0.4084241986274719,-4.5931739807128906,0.2533033490180969,1.2717475891113281,0.5181610584259033,2.3667061328887939,-0.5007125735282898,1.1908923387527466,-0.0789900049567223,-4.2862567901611328,-0.4326648414134979,0.7338560223579407,-0.4029600024223328,2.8222506046295166,0.7984762787818909,7.1215381622314453,0.8554587364196777,1.4863121509552002,-0.9444790482521057,-1.2085322141647339,-0.1222999766469002,0.5570245981216431,-0.1682815998792648,1.7775044441223145,0.1324326097965240,0.1931580156087875,-0.9470400214195251,3.1521222591400146,-0.9476960301399231,10.7958936691284180,0.2623131871223450,1.3716350793838501,0.5282984972000122,-0.1055081561207771,0.3545833528041840,2.3909509181976318,0.2389727383852005,-1.1367441415786743,-0.4590374231338501,1.5324420928955078,-0.2798794507980347,20.9053478240966797,-0.3231352865695953,-0.8341892361640930,0.4625143110752106,0.2000968903303146,0.2672297060489655,0.6440269947052002,0.2013638168573380,-1.3236683607101440,0.3197387158870697,1.3765783309936523,0.1056403368711472,-1.1756110191345215,0.1135352030396461,1.1620880365371704,-0.0068587283603847,-0.2325215041637421,-1.9520907402038574,-0.5093167424201965,-1.0961267948150635,6.5059709548950195,-1.1021021604537964,14.1002864837646484,-0.0722803995013237,3.7735760211944580,0.3085359334945679,3.9449336528778076,0.2664204239845276,-0.1962845176458359,-0.2388366460800171,-1.2982697486877441,-0.1332230120897293,3.8800551891326904,-0.8962810039520264,-3.1508152484893799,1.1745953559875488,2.3780455589294434,0.3781159520149231,-0.0807075276970863,0.3152594864368439,2.1168088912963867,-0.0281636454164982,1.7395951747894287,-0.3779012262821198,-2.1917569637298584,-0.0517767928540707,0.0697426050901413,0.4952008724212646,3.6207842826843262,-2.1600601673126221,-4.4132719039916992,-1.8143868446350098,1.9919157028198242,-0.7134899497032166,1.5047310590744019,0.5443102121353149,-1.2213304042816162,0.3313119709491730,-2.1973891258239746,0.9818798899650574,-2.5333759784698486,-0.5410701036453247,1.6254770755767822,0.0099082728847861,-1.4336465597152710,-0.5544733405113220,-3.4230906963348389,1.5803821086883545,-1.0408277511596680,-0.2815049886703491,0.5370620489120483,0.2299295961856842,-3.4799795150756836,0.9176747798919678,-2.4510002136230469,0.0334040038287640,9.5152292251586914,0.0433654077351093,-4.8881402015686035,-0.0803217813372612,-0.8068392872810364,-0.2840747535228729,2.9946639537811279,0.3658572435379028,3.5187308788299561,0.5102717876434326,0.4075336456298828,0.1764668524265289,3.8506243228912354,-0.1084471717476845,6.1696300506591797,0.0997541174292564,-2.0505049228668213,0.3431189954280853,1.7217872142791748,0.1740822941064835,0.1264618933200836,0.9369786977767944,0.8749928474426270,-0.4720621705055237,1.2109142541885376,0.2765504121780396,1.4685572385787964,0.0963125675916672,6.6197142601013184,0.4898976087570190,-1.0485002994537354,-0.1574025005102158,4.8894224166870117,0.0367432795464993,-0.1278350651264191,0.1337256431579590,-7.9390063285827637,0.9661020636558533,1.7319443225860596,1.0116773843765259,-2.9307281970977783,-0.0310777164995670,-4.7207641601562500,-0.2499620467424393,-2.8061633110046387,-0.3293420076370239,0.8559033274650574,-0.1528618931770325,2.2173717021942139,0.0062045971862972,-4.4865922927856445,0.2287257760763168,0.3770566284656525,0.0792823135852814,7.1836867332458496,0.1737802624702454,-1.3900978565216064,-0.9098086357116699,1.6818662881851196,-0.4132218062877655,0.4169732630252838,0.1767885237932205,-0.8810375332832336,0.2841182351112366,-0.3131244778633118,0.0027880042325705,0.3658143877983093,-0.1647847443819046,-2.1804244518280029,-1.6184042692184448,1.8206328153610229,-1.0468143224716187,6.6737623214721680,-0.3355349600315094,0.1706282347440720,0.0212506782263517,-9.4947586059570312,0.0815130323171616,-1.9786161184310913,0.2412499487400055,-1.2271451950073242,0.1995025724172592,2.2364141941070557,0.1673817336559296,2.6911022663116455,-0.2035880982875824,0.1283823102712631,1.3586233854293823,-1.7746828794479370,-0.4442661106586456,0.0956923812627792,-0.0429278202354908,-0.4137974083423615,1.8342519998550415,0.2581801116466522,-0.1589051038026810,9.1590948104858398,0.1582808494567871,-0.4312710165977478,0.2664658129215240,1.8602927923202515,-0.1824473738670349,2.1150317192077637,-1.0202735662460327,6.7859835624694824,-0.6555867791175842,-1.1963490247726440,-0.0694053098559380,-2.4898993968963623,-0.0884604677557945,1.6616178750991821,0.2756250798702240,0.6709426641464233,0.0713046118617058,-1.2711930274963379,0.5224930644035339,0.7674653530120850,-1.0546451807022095,0.4593634903430939,0.8968710899353027,-12.0443840026855469,-0.7467316389083862,0.0513865426182747,-0.3794257044792175,-1.1569801568984985,0.8985234498977661,0.5694921016693115,0.1008974462747574,5.2518072128295898,-0.0361074246466160,-3.3010017871856689,-0.2897737622261047,-5.4411215782165527,1.3111082315444946,5.6415829658508301,1.3726557493209839,2.5029613971710205,0.4805195331573486,-1.5470809936523438,-0.5237682461738586,4.0308260917663574,-0.1729450225830078,-0.1962872594594955,0.0962125286459923,-2.3725626468658447,0.8441349267959595,0.5394360423088074,0.5555076599121094,0.4949555993080139,0.3131308555603027,4.4923839569091797,-0.5371829271316528,4.6809816360473633,-0.6474027037620544,2.3545296192169189,-0.8835835456848145,-0.0422110222280025,0.8473114967346191,4.4857811927795410,0.0040746647864580,1.5127565860748291,-0.0323729477822781,-4.1728425025939941,0.1945696324110031,0.9097803831100464,-0.1827925592660904,-0.1715414822101593,-0.5565584301948547,2.2878725528717041,-0.5605349540710449,-2.1137962341308594,-0.4727540612220764,1.0498633384704590,-0.2081061899662018,6.5280408859252930,-0.0797557681798935,-1.3193943500518799,0.0254906862974167,-1.7969900369644165,0.7485193014144897,2.2962145805358887,0.2242949008941650,3.3072509765625000,0.3119451999664307,2.5882339477539062,-0.6071783900260925,-5.9273586273193359,-0.0844461396336555,0.6077181696891785,-0.3020800054073334,-0.0156735759228468,-0.0558546259999275,3.2665061950683594,-0.2683541178703308,-0.9570370912551880,-0.2032791227102280,-1.0561845302581787,0.6049883365631104,4.8973469734191895,1.0520222187042236,-2.1272387504577637,0.6866860389709473,1.8957524299621582,-0.1036971062421799,-10.7445802688598633,-0.1475221663713455,-3.0575022697448730,-0.4117662608623505,1.7780376672744751,-0.0355733893811703,-2.1463150978088379,-0.0287514459341764,-1.8706218004226685,0.7315585613250732,12.3953266143798828,-0.2335167974233627,0.9686787724494934,0.1062185838818550,0.5353199839591980,0.1576851010322571,3.3825590610504150,-0.6169213652610779,-0.5479838848114014,0.2442675381898880,2.9777529239654541,-0.1444294303655624,1.9395724534988403,-0.2951576709747314,-1.0077242851257324,-1.1213135719299316,-0.8751881718635559,-0.2165701836347580,-0.6404026746749878,-0.1030157729983330,5.4032869338989258,0.2911034524440765,-5.6623492240905762,0.4843094050884247,-0.9956787824630737,0.2192818522453308,2.0345427989959717,-0.0272475965321064,0.7412572503089905,-0.5923585891723633,-6.8553905487060547,-0.2578628063201904,1.3813675642013550,0.4426201283931732,-2.3475551605224609,0.9109048843383789,5.3389616012573242,0.1885268837213516,-2.9316525459289551,-0.0198970343917608,3.2812385559082031,-0.5222547054290771,-3.5359325408935547,0.0379507914185524,1.2775796651840210,-6.6746864318847656,12.5300865173339844,4.3144612312316895,-11.8751831054687500,-7.7561841011047363,-19.7372322082519531,9.5539054870605469,-1.4395397901535034,-4.4230656623840332,-7.0699353218078613,-15.9861278533935547,-8.8910541534423828,-1.9453682899475098,-10.8293962478637695,-18.0227489471435547,8.2423810958862305,93.2529830932617188,67.7034835815429688,28.0955638885498047,102.3769760131835938,49.0884094238281250,132.3027801513671875,69.8860702514648438,26.4764556884765625,42.0309524536132812,44.6225738525390625,36.5723991394042969,17.9349555969238281,30.8910732269287109,43.3059577941894531,120.6791915893554688,65.9539489746093750,0.8146271705627441,1.1212642192840576,0.4911644756793976,1.2376158237457275,1.8094480037689209,1.6332983970642090,0.8407302498817444,0.3944818973541260,0.9192103147506714,3.5527882575988770,1.6433792114257812,0.3091363906860352,0.5099617838859558,1.5722180604934692,1.2635707855224609,0.8775216341018677,1.3470319509506226,-2.2375042438507080,-0.0973138064146042,0.9847500324249268,-1.3390964269638062,1.8737474679946899,0.9892920851707458,-0.2840993702411652,-0.8782970309257507,-0.1836665719747543,2.2187035083770752,-0.2316302210092545,-1.4439001083374023,-3.5447022914886475,0.8883327245712280,1.2130165100097656,0.0000099999997474,-5.5823068618774414,-3.8956980705261230,-1.5942223072052002,-1.4955726861953735,-0.1848537325859070,-1.1188135147094727,-0.5234242677688599,0.8564775586128235,1.7262183427810669,2.9371433258056641,-2.7429964542388916,1.0115337371826172,0.7140580415725708,0.9074169993400574,0.2206045389175415,0.9513957500457764,-1.0227879285812378,-0.3205461502075195,0.6814416050910950,-2.2333374023437500,7.3943057060241699,6.0549139976501465,-1.9301152229309082,-0.9658688902854919,3.5126869678497314,3.0429666042327881,0.3086520135402679,0.2047668099403381,-1.0351516008377075,-2.3974611759185791,0.1646933853626251,0.0093081044033170,0.5896336436271667,2.1409909725189209,-0.8639114499092102,1.0857779979705811,-1.9698007106781006,-0.3348508477210999,-2.7271490097045898,4.6505331993103027,0.5688625574111938,-1.2840710878372192,-0.8523025512695312,4.6898841857910156,-0.9114528894424438,1.9108927249908447,2.4404540061950684,-0.1516499221324921,-3.4468529224395752,0.5065401196479797,-1.6966679096221924,-3.0506355762481689,2.2531263828277588,0.9594154357910156,-0.9152711033821106,0.4733170568943024,1.7580469846725464,-3.9394419193267822,-3.5153884887695312,-1.0327082872390747,2.4715337753295898,-0.6368958950042725,3.3608286380767822,0.1561198383569717,-1.6082434654235840,2.9451696872711182,-1.4078161716461182,1.6736428737640381,2.7188377380371094,0.1672216206789017,0.8576466441154480,1.7657865285873413,1.1832733154296875,2.9788053035736084,0.5521448254585266,0.4067704975605011,1.2888518571853638,0.8830722570419312,5.3158607482910156,4.4238286018371582,-0.0848214924335480,1.7303248643875122,0.0394094847142696,-0.7867913842201233,4.4539575576782227,4.8907380104064941,3.7609260082244873,4.1383914947509766,1.7634538412094116,3.2862935066223145,2.6679286956787109,3.5979413986206055,0.4218710660934448,-2.1655178070068359,2.1675453186035156,0.9358080029487610,2.4640967845916748,-1.4033162593841553,0.5434607863426208,1.9513441324234009,4.2532544136047363,-5.0761017799377441,1.9119594097137451,-1.6998711824417114,-0.4534326493740082,-0.0678330212831497,-0.7764153480529785,0.9349836707115173,2.3267393112182617,-1.8663585186004639,-0.5777509212493896,0.4166473746299744,2.3756520748138428,-0.9915868639945984,-0.1366073191165924,0.3348912894725800,-1.1223763227462769,0.5073329806327820,-3.7476131916046143,3.0532407760620117,-6.4078483581542969,5.2291460037231445,8.0020980834960938,5.4767584800720215,-1.4588718414306641,1.6349925994873047,-3.7000796794891357,1.8635841608047485,1.2594841718673706,-0.3555542230606079,0.6435920596122742,1.6524282693862915,5.6827349662780762,1.8410496711730957,0.8528019189834595,1.0506805181503296,-1.3261088132858276,-2.5072462558746338,2.6822087764739990,1.8041911125183105,-0.3482441008090973,0.2608691751956940,0.6387162208557129,0.8065612316131592,-0.5099019408226013,0.1728328466415405,1.3149359226226807,0.9275283217430115,-0.6516606211662292,-0.5381779670715332,-3.9921746253967285,-2.7305879592895508,-5.3421139717102051,-5.2490339279174805,4.0212907791137695,3.7034764289855957,-0.7707589864730835,1.7208291292190552,-3.5864291191101074,-2.6100993156433105,2.2750260829925537,4.2068228721618652,0.4770354032516479,3.2633376121520996,1.9350284337997437,-0.7493204474449158,-0.4064303636550903,-1.1335523128509521,0.5712903738021851,-2.0589306354522705,1.2815725803375244,0.6429691910743713,0.9726955890655518,-0.1090339198708534,-1.3307025432586670,-1.2131567001342773,-2.7248003482818604,-0.1465033739805222,-0.7177255749702454,-0.6336095333099365,-0.6915149092674255,0.0462493039667606,4.0620870590209961,4.9226751327514648,-3.2443277835845947,-3.3146049976348877,2.5585963726043701,5.8372364044189453,1.2328984737396240,-1.6981158256530762,0.4118870198726654,-3.0758156776428223,-1.4896843433380127,0.0632077306509018,-0.7934443950653076,-1.8158719539642334,1.1306059360504150,0.0495664887130260,-1.3980520963668823,-0.5955744981765747,3.0263223648071289,0.8441469669342041,-0.9814100265502930,-1.1314783096313477,1.2842879295349121,0.6521283388137817,9.6590166091918945,8.4990043640136719,-0.7262672185897827,-0.8956701159477234,-0.7012671232223511,0.3199395835399628,2.0108323097229004,2.7935080528259277,2.4306414127349854,2.2228529453277588,0.7129684090614319,0.4427007436752319,-6.7791929244995117,-5.9284739494323730,-3.0436627864837646,-3.4165525436401367,0.3702450692653656,-0.8581039905548096,-2.2720131874084473,-0.8540521264076233,-5.6348738670349121,-9.5123119354248047,0.1169969812035561,-1.3741656541824341,-0.1708575636148453,-0.0515661835670471,1.1500124931335449,-0.2063556611537933,-0.3666994273662567,-0.1651029288768768,-0.9735069274902344,-0.0852648988366127,0.3438114225864410,0.4658953845500946,0.9190444350242615,-0.5112636089324951,0.0445125773549080,-0.2545740306377411,-0.1333979666233063,-0.5790088772773743,0.0846452116966248,0.6964552998542786,-0.1006884053349495,0.7308991551399231,-16.5808677673339844,-19.4419116973876953,1.0527743101119995,2.8755226135253906,2.5775823593139648,9.6028270721435547,-0.1086386069655418,-0.1253787726163864,-2.1973662376403809,4.1538929939270020,-5.5250792503356934,-0.2600185275077820,1.3708065748214722,2.4202232360839844,-0.6426349282264709,-1.5929670333862305,0.7132434844970703,1.0511504411697388,-0.8053923845291138,1.0999525785446167,1.5066531896591187,1.2056666612625122,1.6192358732223511,3.1626305580139160,0.5698649883270264,0.6187418699264526,-1.0349198579788208,-2.0418124198913574,-0.5734853744506836,-1.1675145626068115,1.9897665977478027,-6.3793106079101562,9.6882743835449219,14.1279916763305664,2.6862535476684570,-0.1150752678513527,1.7089649438858032,-2.2446489334106445,3.5220413208007812,1.6441115140914917,-0.2171129882335663,-1.2150577306747437,-3.1485955715179443,-2.4782845973968506,-2.0361523628234863,-1.0504529476165771,-2.4303884506225586,0.4105894863605499,2.7488658428192139,-0.2126537263393402,1.2877098321914673,-1.7201784849166870,-1.5965969562530518,-2.0250332355499268,2.3440706729888916,0.6891810297966003,0.7280135154724121,1.3036397695541382,-4.0630240440368652,-1.2274432182312012,2.0000627040863037,3.5336351394653320,-0.9667916893959045,6.4143509864807129,1.5436527729034424,-2.1404230594635010,2.7386713027954102,5.0337700843811035,0.1326250582933426,0.4360875189304352,11.0192098617553711,4.4977250099182129,-0.7126590609550476,0.7297521233558655,1.7566633224487305,2.6495645046234131,3.0759623050689697,-0.6376852393150330,1.3241430521011353,1.3787784576416016,4.1151561737060547,0.8647474646568298,7.8939318656921387,2.6685874462127686,0.1074856743216515,-0.4647670686244965,0.4141989648342133,-2.7263267040252686,0.0569568760693073,-0.1899990141391754,-0.7923356294631958,1.0442537069320679,-1.4610692262649536,-1.6588745117187500,-2.9212303161621094,-3.1477732658386230,4.1325387954711914,2.8355884552001953,-0.6813248395919800,-0.5898943543434143,0.4389306306838989,0.9863005280494690,0.2781191468238831,2.4492912292480469,-0.5511356592178345,-0.7610440850257874,-2.1571042537689209,1.1395705938339233,-5.7756495475769043,-0.8803599476814270,0.3696759045124054,0.1082347780466080,-3.0992147922515869,0.3023655116558075,-1.8341896533966064,0.9975015521049500,0.7150763273239136,0.4946148097515106,0.4065444767475128,0.6202223300933838,0.1776183694601059,-0.6367509365081787,5.1206145286560059,5.0944461822509766,3.5436995029449463,0.1632267087697983,3.6193463802337646,-1.3446042537689209,0.8129844665527344,1.9335700273513794,3.0281283855438232,0.7318541407585144,2.8663864135742188,0.0236718710511923,4.2692403793334961,4.0664429664611816,0.0306250285357237,0.4441240429878235,1.3828966617584229,-1.0586211681365967,-2.7157263755798340,-2.7958738803863525,0.2429137378931046,0.3316768407821655,-3.4059076309204102,-3.0878095626831055,1.9006549119949341,1.8534142971038818,0.8209469914436340,0.4325130581855774,-4.1943087577819824,-3.7785642147064209,-1.1533509492874146,-1.6151974201202393,0.4104286432266235,1.4820073843002319,-0.2743903398513794,1.0820412635803223,-1.2734547853469849,-1.9309488534927368,-0.2879164516925812,-1.4998908042907715,2.7699880599975586,2.6913785934448242,-0.8505099415779114,-0.9557150602340698,-0.8338056802749634,0.7037939429283142,1.8793026208877563,0.8149753808975220,-1.1204965114593506,-0.4144778549671173,0.6191758513450623,0.1542541384696960,-0.3701369762420654,1.0790584087371826,3.0320720672607422,3.3908510208129883,4.9011273384094238,3.3429110050201416,-2.3325726985931396,1.0624876022338867,3.3251657485961914,-0.3701420128345490,0.3252078592777252,-0.1395414173603058,-1.8100492954254150,-0.1537992507219315,0.0760594606399536,1.0200605392456055,0.6716151237487793,1.7885929346084595,10.3458213806152344,12.0972270965576172,0.2347129285335541,-1.4875923395156860,-0.4026009440422058,-0.3514415919780731,-2.3500466346740723,3.2309842109680176,1.1465616226196289,0.4380332827568054,-3.7924122810363770,2.9124791622161865,-2.1411998271942139,2.4671611785888672,0.4258796274662018,-0.4810602068901062,-1.3531426191329956,1.2738947868347168,-1.6726115942001343,2.3854770660400391,0.1909618824720383,-0.6971548795700073,-1.0438466072082520,2.9745390415191650,0.1860145032405853,-0.1793716996908188,0.6959242224693298,-0.8966902494430542,3.1010515689849854,-3.3111846446990967,3.6972687244415283,-4.9182181358337402,1.6634576320648193,13.3824968338012695,2.3636729717254639,-1.9694515466690063,4.0049529075622559,-5.1061697006225586,1.3265677690505981,2.2653629779815674,-0.2195942550897598,1.8011622428894043,2.9510307312011719,0.4543267190456390,1.6302714347839355,2.1862347126007080,0.0294946059584618,0.7067865133285522,-3.6447551250457764,-3.4551923274993896,-0.4543534815311432,-0.1775548458099365,2.6119177341461182,2.5282196998596191,-2.9166731834411621,-0.6140057444572449,-0.4736771583557129,-0.0237499065697193,1.7698259353637695,-3.4670162200927734,-3.7614455223083496,-1.6113222837448120,-1.0838696956634521,-3.2874910831451416,-6.0465564727783203,0.3219447433948517,-5.4026303291320801,-4.5922770500183105,-1.1192284822463989,-3.3621246814727783,-0.6415262222290039,21.2563304901123047,-3.6152596473693848,-14.7183361053466797,1.5269906520843506,-1.1089872121810913,5.9527754783630371,51.8848495483398438,-21.2511978149414062,-0.9418352842330933,21.9650993347167969,3.5691494941711426,11.5877504348754883,-20.0774669647216797,-15.0227031707763672,-0.8727725148200989,33.6922721862792969,31.3467254638671875,20.5336875915527344,16.5259590148925781,31.8436012268066406,41.8654823303222656,72.7155609130859375,167.7836914062500000,72.6181106567382812,16.5681228637695312,119.4984283447265625,35.5925178527832031,29.9819545745849609,87.6397018432617188,16.9565677642822266,38.0177574157714844,1.0018899440765381,0.8481385707855225,0.5986484289169312,2.2728893756866455,0.4241807758808136,0.6738566756248474,0.6807246208190918,1.8286015987396240,2.5729391574859619,0.5187848806381226,1.4227533340454102,1.3850324153900146,1.8680939674377441,3.0446484088897705,2.4446647167205811,0.6101484894752502,-3.4442448616027832,1.9585833549499512,-1.1398488283157349,1.2722464799880981,-0.3823948502540588,-1.2811542749404907,1.4512832164764404,-1.3509683609008789,1.2007700204849243,0.5142990946769714,-1.0358095169067383,0.3706309795379639,4.3178620338439941,-0.5629001259803772,0.9929134249687195,1.5962173938751221,0.0000099999997474,-1.4582005739212036,1.7145056724548340,-4.5353755950927734,-3.6667082309722900,1.0134232044219971,-1.0667353868484497,-3.2424879074096680,0.5901492834091187,-1.6535290479660034,-3.2532622814178467,0.7611173391342163,-2.0335516929626465,3.0209813117980957,2.1512553691864014,0.3594324886798859,-1.8382551670074463,5.0135407447814941,4.3615245819091797,1.6124781370162964,-2.3010230064392090,-1.0975109338760376,0.7000272870063782,0.0535705722868443,-1.6229599714279175,1.9934170246124268,-1.1851097345352173,0.7293010354042053,2.2228713035583496,-0.4607320427894592,3.4541628360748291,2.7565746307373047,2.5294859409332275,1.7993489503860474,8.3684740066528320,0.2180159687995911,0.0526422820985317,-0.1143721714615822,0.6524949669837952,-0.9278709292411804,-0.3749874830245972,0.7462027072906494,-3.3715484142303467,-5.0899448394775391,-5.5817317962646484,-3.7898049354553223,-1.0432672500610352,3.3821630477905273,0.8322212100028992,-0.8342980146408081,-1.0291085243225098,-3.7172918319702148,-0.4580656588077545,-0.7718657851219177,-1.9639006853103638,-0.0368335656821728,1.2760497331619263,-2.7906434535980225,11.3717107772827148,1.9455127716064453,1.3473356962203979,0.1847694963216782,0.2987698018550873,0.3584500253200531,-2.3574335575103760,-0.5304043292999268,-3.7572579383850098,2.4551906585693359,5.5727210044860840,0.6412459015846252,-0.6391670703887939,-3.0983281135559082,1.1904387474060059,-4.5392169952392578,2.4529550075531006,0.7082200050354004,6.1934223175048828,-0.2398320287466049,-2.7622885704040527,-0.3931279182434082,-3.4621632099151611,0.5425345897674561,-0.6059548258781433,1.6021652221679688,-1.1991672515869141,0.5580241680145264,-0.7301060557365417,-0.0955646485090256,-0.3626024723052979,-2.3605091571807861,-15.5673942565917969,0.3144920766353607,0.4988121986389160,-0.6278622746467590,1.2734637260437012,-4.0635285377502441,1.3624457120895386,-12.0500059127807617,-9.2811422348022461,-1.0661830902099609,-2.4268198013305664,-0.5057448744773865,-0.6486206054687500,-0.8431053757667542,-0.6533485651016235,1.7072808742523193,0.9391880631446838,1.3142434358596802,-0.6544004082679749,-0.8055112361907959,-1.7510856389999390,-3.2932562828063965,-0.8791824579238892,-0.3579616546630859,1.3262909650802612,-3.2792689800262451,-2.2056930065155029,-0.4839137792587280,1.6664526462554932,-0.1129075884819031,2.0383794307708740,4.7876253128051758,1.7662699222564697,0.5256124734878540,2.7870202064514160,3.4833767414093018,-0.6580895185470581,0.6364843249320984,4.2776508331298828,-3.2313838005065918,-1.7122174501419067,-0.5982174873352051,0.6476014256477356,-1.4642627239227295,-3.2168498039245605,1.2291027307510376,-0.3786915242671967,0.4499992430210114,3.1906602382659912,-2.1095449924468994,-1.2103946208953857,-11.3295478820800781,-11.0131692886352539,-2.6203055381774902,-1.8164200782775879,-0.6887288093566895,-0.2930097579956055,-1.7726266384124756,-1.1546326875686646,-0.0662643387913704,0.3237079679965973,1.1370925903320312,-0.4318493604660034,-2.2047133445739746,1.8082900047302246,0.3197127282619476,-1.0561277866363525,0.5622934103012085,0.2925482988357544,1.6897336244583130,-0.6971639990806580,-6.9536480903625488,-5.2275385856628418,1.3445012569427490,0.7384685277938843,-0.7057031393051147,0.5166613459587097,3.2740323543548584,2.1345441341400146,1.5994336605072021,-1.7653161287307739,-0.9705700278282166,2.2786087989807129,-2.9343788623809814,-1.5010178089141846,-0.6989322900772095,0.9424381852149963,0.0791560932993889,-0.8456324338912964,-3.9527766704559326,3.1154785156250000,3.8392238616943359,-2.9081642627716064,0.1399573236703873,1.1545027494430542,0.2470238506793976,0.1934467107057571,1.0599049329757690,0.0864283889532089,-1.2219237089157104,-4.1203289031982422,2.4272704124450684,-1.5100672245025635,-3.1999530792236328,0.0773903653025627,-0.4889123141765594,-0.3785684406757355,-0.2310215085744858,2.0621016025543213,0.0341992937028408,1.0630401372909546,2.2124333381652832,0.3360544443130493,-1.2042598724365234,-1.5370103120803833,-1.3854795694351196,-1.8718283176422119,-0.8690522909164429,-0.2219437807798386,-6.0445585250854492,-3.1852874755859375,-1.2927749156951904,2.5559897422790527,-2.2482423782348633,-1.1162438392639160,0.0577002055943012,-3.3514719009399414,0.1968580633401871,1.3115613460540771,-0.6001620888710022,-3.0606794357299805,0.7831665873527527,-1.0568172931671143,-2.3345658779144287,-0.7610080838203430,-10.2135610580444336,-9.4977083206176758,8.1742401123046875,1.9921187162399292,-1.2663133144378662,0.5264663696289062,-1.1042001247406006,3.6571459770202637,-1.1793835163116455,0.7110732197761536,0.4254508912563324,0.0122756082564592,-1.9799019098281860,-0.4020643830299377,-0.9932771325111389,-2.3040995597839355,-0.8069937825202942,-2.3408756256103516,0.1348019987344742,-1.3716835975646973,1.2596215009689331,-1.6263414621353149,0.7611286044120789,0.1683744192123413,-8.3460407257080078,-6.5814404487609863,1.7904422283172607,1.5616952180862427,2.7677276134490967,0.6190261244773865,0.7893106341362000,-0.3131958544254303,-4.4971170425415039,-3.7574017047882080,1.2300871610641479,2.5106220245361328,-1.0045663118362427,0.0802078172564507,-3.7596416473388672,0.9354511499404907,-3.3945946693420410,1.9653226137161255,0.4751918315887451,0.6371162533760071,1.9122056961059570,0.4026252925395966,1.2720490694046021,-2.9027750492095947,0.1787050068378448,0.5312408208847046,3.8514530658721924,-4.4348864555358887,-3.4545996189117432,3.7107977867126465,2.5083763599395752,-2.4550280570983887,-1.7029517889022827,-0.3511350750923157,-0.9765480756759644,0.7380247116088867,0.1364421397447586,1.0929342508316040,-1.3458904027938843,1.8741313219070435,5.7143936157226562,5.2558040618896484,1.7422707080841064,-1.7137086391448975,0.0158213581889868,1.3479710817337036,-0.5564576387405396,-0.6266887784004211,-3.0978012084960938,-3.0911176204681396,-10.0962324142456055,-5.2630782127380371,0.0069428454153240,0.1086239665746689,2.8416059017181396,1.9795435667037964,0.2784329056739807,-0.5129892826080322,-2.9352767467498779,-0.6876464486122131,0.7803501486778259,2.6447973251342773,-0.3128606379032135,2.2156240940093994,1.8837808370590210,2.1598148345947266,0.1866411268711090,1.5725924968719482,-0.0091683743521571,-0.8609607815742493,2.0642638206481934,-2.0286076068878174,4.5559053421020508,-7.4786810874938965,-0.7456406950950623,1.5719902515411377,0.7312175035476685,2.4881813526153564,-0.6228290796279907,1.8279771804809570,-1.1182299852371216,2.8047273159027100,-2.2713520526885986,-1.7622101306915283,2.8865087032318115,1.4140822887420654,0.9759832024574280,-1.5941972732543945,1.1947318315505981,-1.0702056884765625,-4.9121069908142090,-5.9769864082336426,0.6337207555770874,4.7268137931823730,-1.2913931608200073,1.4264893531799316,1.1264072656631470,2.1774415969848633,0.9220820069313049,-0.1075755953788757,1.1009091138839722,-0.5518186092376709,5.5904083251953125,9.4168853759765625,-10.6426610946655273,4.3425617218017578,2.4093530178070068,-0.4700713753700256,-1.1732316017150879,1.4955558776855469,3.9505779743194580,3.9030644893646240,1.2449817657470703,-0.7306209206581116,-1.1104785203933716,-2.4384841918945312,-1.8826867341995239,0.8731148838996887,-2.5553607940673828,1.9384351968765259,-1.1014794111251831,-0.2861259877681732,1.2703412771224976,1.5941712856292725,2.9144754409790039,3.2319545745849609,1.9267013072967529,-0.2561197578907013,-8.0031385421752930,-0.9461171627044678,1.2165256738662720,0.1543578356504440,0.8730857372283936,2.8543090820312500,1.3738423585891724,-2.6474206447601318,2.2516014575958252,0.7221759557723999,-2.0806629657745361,-0.2566224038600922,-7.5873551368713379,-8.2111330032348633,-1.3668936491012573,-0.5705755352973938,-2.1755933761596680,2.2555000782012939,6.3945055007934570,1.1824249029159546,-5.6139407157897949,-3.5937182903289795,2.6944231986999512,-2.0465791225433350,2.3902320861816406,-0.5547780394554138,-0.9524942636489868,-0.5976331233978271,0.9433094263076782,0.4491385817527771,0.0578398257493973,-0.2558382153511047,-0.9919079542160034,-0.0084660192951560,2.8610477447509766,1.3637142181396484,-1.3244407176971436,-0.5380724072456360,-1.4518989324569702,-0.4708211719989777,-8.1983642578125000,1.7011022567749023,0.3917889893054962,1.1335781812667847,-0.2602256536483765,1.1045442819595337,-0.4995735883712769,-0.5975315570831299,7.0946764945983887,0.4081617891788483,-3.9988985061645508,0.1879560202360153,2.0176002979278564,2.1487205028533936,-5.9665603637695312,-3.0279169082641602,-0.8224554061889648,-0.4483926594257355,-0.1831017583608627,3.2662801742553711,-0.8920847177505493,-0.9545186161994934,0.1831205934286118,-0.8579610586166382,-6.7316389083862305,-4.8971042633056641,-0.4076922237873077,0.5781277418136597,0.9940165877342224,-0.6165524125099182,4.8885197639465332,-1.5384919643402100,1.5338549613952637,5.1360583305358887,-2.1039109230041504,-3.6822915077209473,-0.3698465228080750,-1.7640180587768555,-2.0974617004394531,-0.5294346809387207,0.5435052514076233,0.4659523665904999,-0.4389432966709137,-2.8249871730804443,2.8451437950134277,1.7358406782150269,1.5396054983139038,-2.9622812271118164,-1.1713844537734985,0.8474999666213989,2.8576557636260986,-0.3107969462871552,-0.6281256079673767,1.5115863084793091,2.1222693920135498,-1.4775072336196899,-4.2118411064147949,-5.6560592651367188,0.6369137167930603,1.1217873096466064,3.0838742256164551,6.8314232826232910,-3.4593319892883301,2.0218653678894043,-1.8476428985595703,-4.2653760910034180,3.2001132965087891,2.0696985721588135,0.5171309113502502,2.8212118148803711,-0.4927152693271637,0.3658827841281891,0.3364073932170868,2.1915304660797119,4.6264600753784180,14.3284282684326172,5.8046832084655762,3.5153908729553223,0.6872906684875488,1.2723743915557861,0.9809004664421082,-0.7894434928894043,-0.1431559920310974,1.5205075740814209,-1.4084012508392334,-1.0299640893936157,1.6373586654663086,-0.1390506476163864,1.7728956937789917,-3.8344566822052002,0.4902181625366211,2.2351806163787842,0.8342873454093933,1.5584833621978760,-2.5373630523681641,-0.1957978606224060,6.8429341316223145,-2.6602096557617188,-14.1477918624877930,24.2444248199462891,-6.5824375152587891,10.0689067840576172,-0.7535110116004944,13.4012546539306641,11.7216444015502930,-0.1653383374214172,17.2317810058593750,1.2794796228408813,-12.5050268173217773,8.2313241958618164,-13.0101375579833984,-3.6430346965789795,64.4911270141601562,42.9007797241210938,44.0899887084960938,62.4523010253906250,57.8203353881835938,13.1761903762817383,45.4020919799804688,103.3538055419921875,10.5343217849731445,71.4225387573242188,83.3651199340820312,81.2296066284179688,46.9819679260253906,34.7524566650390625,40.2688674926757812,46.0941658020019531,0.7809162735939026,1.0755649805068970,1.1253799200057983,1.4043917655944824,0.5024495124816895,3.8565840721130371,1.1404279470443726,4.2681841850280762,7.7267236709594727,1.6104042530059814,0.5030136108398438,0.8074139952659607,1.1328061819076538,0.5576716065406799,0.7365783452987671,1.1591838598251343,-0.0728284493088722,-1.0636802911758423,0.3843944966793060,-1.3958047628402710,0.9676500558853149,0.8248860836029053,1.5940153598785400,-3.2059147357940674,-0.2182254642248154,-2.4112865924835205,0.4206939041614532,-0.1415547877550125,-1.3332169055938721,0.1870269179344177,-0.7000461220741272,0.8974226713180542,0.0000099999997474,2.6866431236267090,-0.0748751759529114,-0.4521801471710205,3.2796146869659424,2.4324305057525635,-1.0849710702896118,3.7914338111877441,-3.4114999771118164,4.0436248779296875,-2.4697270393371582,1.3629063367843628,0.8576683402061462,5.9409728050231934,1.0670357942581177,3.6254920959472656,3.5694243907928467,0.4597770571708679,-0.2725915610790253,0.1688688248395920,-2.8942258358001709,2.7870962619781494,-3.8575077056884766,-1.1026093959808350,-0.5135819315910339,-1.1640170812606812,-0.7867831587791443,0.5710992217063904,-0.9577028751373291,0.5753162503242493,-1.9306157827377319,-2.6860015392303467,0.1855108737945557,0.1070947349071503,-3.2149214744567871,0.6052923798561096,-0.9122341275215149,0.5235102772712708,-0.2506299912929535,-1.4176968336105347,2.6212594509124756,0.5926645398139954,-4.8046789169311523,1.4145916700363159,1.4656521081924438,0.5562170147895813,1.2795951366424561,-1.2830326557159424,-0.3519121706485748,-0.4275900125503540,-0.0992927849292755,-4.6589174270629883,-0.2209537476301193,0.3045170009136200,6.7914171218872070,2.8081018924713135,2.9502234458923340,3.3785507678985596,1.9557228088378906,0.0410026535391808,0.9708158373832703,0.5491263270378113,1.8935379981994629,3.6486110687255859,1.3930075168609619,-0.2816377580165863,-0.9927365183830261,4.0679111480712891,1.9814437627792358,-4.9534497261047363,-5.3918271064758301,-0.9220395684242249,-0.9110246300697327,0.1084955334663391,-0.9902506470680237,-0.8529207706451416,-0.3895189464092255,-1.0661786794662476,-0.1183400303125381,0.2798660397529602,-0.4414115548133850,0.2498936802148819,0.5204505920410156,-3.9585192203521729,-5.0484404563903809,-0.0348665192723274,-1.1424986124038696,-3.0324752330780029,-4.2474179267883301,0.8127473592758179,1.1198353767395020,-0.5459858179092407,-0.2145242691040039,0.9773797392845154,2.0140616893768311,0.5000415444374084,0.1887427270412445,-0.5446792840957642,0.2090431153774261,1.2917124032974243,2.5613672733306885,0.0336893685162067,1.7282367944717407,3.0683560371398926,1.2852092981338501,2.3936245441436768,-1.2528419494628906,-0.2947637736797333,1.3566339015960693,2.2707662582397461,2.9685614109039307,-1.6292006969451904,-3.1921894550323486,0.5842579603195190,-0.1733483076095581,4.0042691230773926,6.0080137252807617,-0.0636731162667274,-1.4019250869750977,-0.4556805491447449,5.0189981460571289,-1.5263241529464722,1.2139918804168701,1.1927194595336914,3.6646959781646729,2.0872151851654053,0.1607936024665833,-1.9840501546859741,-0.6482133865356445,2.3746929168701172,2.6479032039642334,3.0964839458465576,-1.5026938915252686,-0.5543957352638245,0.7661843895912170,-0.8484364748001099,1.6038122177124023,-1.0035666227340698,-8.7941532135009766,-1.1078717708587646,1.0198625326156616,1.7213435173034668,-0.9940936565399170,-1.6942392587661743,-0.6030647158622742,-0.5809541940689087,-1.0951303243637085,-1.1978918313980103,-0.5592881441116333,1.1805508136749268,-2.8833167552947998,-0.0172032583504915,-2.5743336677551270,-5.0946159362792969,-10.7527456283569336,-0.9142536520957947,-2.5907623767852783,-1.3259942531585693,-2.5643808841705322,0.0742471292614937,0.3041366934776306,0.4024364650249481,0.7648341655731201,1.0725557804107666,2.8622257709503174,-0.8096665740013123,-1.7867128849029541,1.1328326463699341,-0.5939791798591614,1.2359285354614258,3.2846527099609375,-0.7571457028388977,0.0246179271489382,1.0169425010681152,2.4840412139892578,1.4187704324722290,0.5580558180809021,0.0763390287756920,0.5141960978507996,-4.1585760116577148,-1.0991775989532471,-8.0051736831665039,-3.9507923126220703,-0.0666298568248749,-0.4154917597770691,1.9505940675735474,1.0815056562423706,-1.0841575860977173,-2.7247514724731445,1.7773777246475220,4.3034057617187500,-1.7696127891540527,-1.5231301784515381,-0.0350063964724541,-1.9306812286376953,-0.6126545071601868,0.2323693186044693,-0.3795374333858490,-1.4855929613113403,-1.5344697237014771,0.8669878244400024,-1.9840692281723022,-4.2841448783874512,-2.0427227020263672,2.3679804801940918,-1.7006311416625977,0.4173242449760437,1.2427265644073486,0.1206156909465790,0.2987853884696960,-0.5444657206535339,-0.5073341131210327,-3.7857592105865479,-4.4122242927551270,3.2065267562866211,-0.7049694657325745,5.4584131240844727,-0.9182872772216797,1.0402293205261230,-3.4709675312042236,7.1698603630065918,3.1464819908142090,-3.5475671291351318,0.7413760423660278,0.7598988413810730,-0.1848656386137009,3.5593068599700928,-2.7448775768280029,-0.6100265979766846,-0.0007685445598327,-1.8831387758255005,-4.6119723320007324,-1.8865727186203003,4.1980199813842773,-1.0910216569900513,-0.5226414203643799,-0.0942954719066620,-0.5631831884384155,0.3800288438796997,1.4200289249420166,2.4472463130950928,-0.7863615155220032,-0.4779966175556183,-0.5808959603309631,-1.9442679882049561,2.3513693809509277,-3.2043251991271973,6.4714012145996094,-1.4405664205551147,5.0349645614624023,-0.5482631325721741,2.1725749969482422,0.6873925924301147,-0.5612055063247681,-4.5954303741455078,-1.5133674144744873,-2.8547811508178711,-1.4955179691314697,2.7469925880432129,-1.2773574590682983,-5.2542114257812500,0.0691879019141197,1.4719905853271484,1.9209707975387573,-0.4376063942909241,7.0233926773071289,6.7232613563537598,-0.5240728259086609,-0.3337436020374298,-0.3493425846099854,-2.2618172168731689,-1.2076439857482910,-1.6010696887969971,0.0670846030116081,0.2581539750099182,3.1209769248962402,2.0792286396026611,0.1557109504938126,-2.7361164093017578,-1.0475525856018066,-1.2534967660903931,0.3220145404338837,3.8189704418182373,0.4863175451755524,2.9209327697753906,0.5794757604598999,-2.5297026634216309,-0.4747208058834076,-0.4698442220687866,-0.7098593115806580,-0.0552994310855865,-0.6930766105651855,-4.7891993522644043,-2.2643134593963623,-2.0751121044158936,0.8791337013244629,1.1739537715911865,-10.4276342391967773,-5.3676075935363770,2.3316340446472168,2.9664552211761475,-0.3325983881950378,0.1397853940725327,-0.5826435685157776,-1.0289130210876465,4.5918760299682617,4.8891224861145020,3.6785356998443604,4.1229028701782227,1.1049605607986450,-1.2900159358978271,-0.3163090050220490,0.4012483656406403,3.7181317806243896,-2.3948016166687012,1.9049798250198364,3.2722909450531006,0.6731194853782654,0.7548330426216125,-0.6553694605827332,-1.1341853141784668,-1.0368014574050903,-3.0960319042205811,3.8149809837341309,0.4574821889400482,-1.9301341772079468,-1.8465001583099365,-1.1788367033004761,0.6082080006599426,-2.0966255664825439,-2.5692472457885742,0.0575945116579533,-0.4267710447311401,6.7358784675598145,6.4648189544677734,1.6058233976364136,2.6095576286315918,-0.2590803802013397,-0.2308108359575272,-1.1900937557220459,-0.5530883073806763,0.8376826643943787,1.3758016824722290,-3.4147617816925049,-1.8021675348281860,-0.4461376667022705,0.0871179699897766,0.6979274153709412,0.6565512418746948,2.5694394111633301,-0.3444493412971497,-1.7343271970748901,-0.8804520368576050,-0.1195612400770187,0.7171202301979065,-2.3723728656768799,1.2306407690048218,-0.1023055464029312,-0.4029488861560822,2.1567327976226807,-3.4693262577056885,5.8641238212585449,-3.3652334213256836,0.6681035757064819,-0.1528336852788925,-0.9953668713569641,0.4627899229526520,-2.6529741287231445,-0.7069331407546997,-0.0602142177522182,-0.5077059864997864,2.7726266384124756,-0.2945471405982971,3.8991358280181885,-3.0137095451354980,0.6155076622962952,-3.2239603996276855,0.9497695565223694,-1.9576730728149414,3.5187785625457764,-5.4271502494812012,1.9154026508331299,1.4550656080245972,-1.4045616388320923,0.2727842032909393,0.0777067393064499,2.4279766082763672,0.6179988384246826,-0.2602333128452301,-2.2133159637451172,1.1445327997207642,-5.6751384735107422,2.5732595920562744,-4.6588296890258789,1.6160187721252441,0.6321006417274475,0.4736808240413666,0.5095539689064026,-0.1050838604569435,1.3823559284210205,-2.8876929283142090,-1.1908488273620605,-0.7899847030639648,-0.4563703835010529,1.3408118486404419,-4.4737348556518555,5.0938673019409180,-2.5247113704681396,-0.4760049283504486,-1.1222749948501587,-0.6298807263374329,-2.1442708969116211,1.9149715900421143,0.6337285637855530,2.6344034671783447,1.0779356956481934,-2.2614183425903320,-0.6305132508277893,-1.6826698780059814,0.5718101859092712,1.0968545675277710,5.1308641433715820,-0.0476281084120274,2.6805999279022217,1.2491967678070068,-0.5035908818244934,4.0670652389526367,-1.7403863668441772,1.6997345685958862,1.0889304876327515,-3.9248700141906738,-1.2831991910934448,-2.6627314090728760,0.3184632956981659,-2.6252827644348145,-3.9698231220245361,2.6474270820617676,-1.6819683313369751,2.4242796897888184,0.0226809717714787,0.6711301803588867,-4.0390181541442871,-0.0551993288099766,-4.5802216529846191,3.1563005447387695,-0.4970815479755402,0.4487733244895935,-1.9989243745803833,1.4189423322677612,-1.1601014137268066,-0.9762237071990967,-2.3185658454895020,1.3231263160705566,1.3171036243438721,-2.0729057788848877,3.1939666271209717,-3.3693819046020508,3.6329615116119385,-3.3561136722564697,-0.2829283177852631,-0.1959648579359055,-0.3401599526405334,-1.3443884849548340,-0.6609554886817932,0.3418665230274200,-0.4729792177677155,0.0402742661535740,2.3989033699035645,0.0625216662883759,6.5270571708679199,-7.7902016639709473,1.5804539918899536,-1.5720330476760864,1.4344190359115601,0.5122689008712769,3.2379512786865234,-1.9302405118942261,1.4806032180786133,1.2972824573516846,-1.7759606838226318,1.2892649173736572,-0.4306092858314514,0.5086584687232971,-0.2462320923805237,2.4158527851104736,-0.2611370384693146,6.0090589523315430,1.4352821111679077,3.5727860927581787,-3.6654801368713379,1.9964580535888672,-0.8996572494506836,-1.8021147251129150,-1.9525562524795532,-7.4557876586914062,1.2338027954101562,-2.5160567760467529,-0.4452689290046692,0.7187243103981018,-3.4008677005767822,-3.2635915279388428,-0.7215892672538757,-0.4224497377872467,-1.5854002237319946,-1.9766812324523926,0.5498877763748169,-0.2434473186731339,-0.9916578531265259,4.4390196800231934,1.4224470853805542,3.0073173046112061,-1.6273236274719238,-0.6449594497680664,4.3191475868225098,4.0234723091125488,-1.5434359312057495,-6.8423347473144531,5.4294795989990234,-5.6965703964233398,-1.2337623834609985,4.3631410598754883,5.2721390724182129,-11.5744504928588867,1.8969066143035889,1.2346538305282593,-0.8618432879447937,2.8071479797363281,-5.4262037277221680,-9.3958654403686523,17.9131813049316406,81.8189697265625000,88.8401031494140625,19.8107662200927734,153.8520355224609375,50.0244560241699219,25.2444076538085938,50.2531814575195312,34.3852882385253906,57.8862266540527344,108.4367599487304688,20.8909873962402344,22.8790569305419922,11.5793972015380859,11.6543388366699219,66.2430038452148438,2.1765244007110596,0.8023866415023804,0.4577518701553345,0.4977198243141174,0.8960018754005432,0.4868620336055756,0.8363394737243652,0.8862845301628113,0.6349382996559143,0.8040260672569275,1.1588555574417114,1.0322144031524658,0.7418692111968994,0.8753389120101929,2.6611826419830322,1.0220830440521240,1.3971704244613647,-0.7582455277442932,-0.6211283802986145,0.1099009811878204,-0.7401894927024841,-0.5725721716880798,-1.1083505153656006,1.6275334358215332,1.6961333751678467,-1.5648342370986938,1.0135562419891357,-0.5802163481712341,-0.2750765383243561,-0.4176659286022186,0.8508099317550659,-0.8902766704559326,0.0000099999997474,-0.4077277779579163,0.2691935002803802,0.3125331103801727,0.5651028752326965,-3.7305788993835449,-11.2257413864135742,2.6991417407989502,4.9605250358581543,2.4983949661254883,0.8129777312278748,0.1184550076723099,-0.3893381655216217,-1.0428546667098999,-0.1503758728504181,0.1100265309214592,-0.6264821290969849,1.1551282405853271,1.8246814012527466,-0.8797532320022583,-6.0364851951599121,-0.1896571218967438,-2.8949775695800781,0.9428063631057739,0.2631673514842987,-0.4330321550369263,2.4816682338714600,-0.4244743287563324,0.4091559350490570,0.0521094761788845,-0.0838874280452728,1.0491423606872559,-0.0364486463367939,0.3794588446617126,-1.6399414539337158,-0.9901255369186401,-4.2309293746948242,4.9924507141113281,1.1948570013046265,3.1291048526763916,1.3288941383361816,-0.2552238702774048,-0.4542427957057953,-1.3861862421035767,2.1753585338592529,-0.1537846028804779,-0.3304953277111053,-0.9606555700302124,-1.8079247474670410,2.4008791446685791,-4.9745845794677734,-0.2637615501880646,-6.8118634223937988,1.3264477252960205,3.9980058670043945,0.3330562710762024,-0.8006125092506409,-0.9140511155128479,0.8721504807472229,-0.0385152548551559,-1.6584249734878540,-1.1287707090377808,-0.4814210832118988,0.9807803034782410,-5.1759881973266602,-1.2192844152450562,-0.7261118888854980,4.3545107841491699,-3.5008580684661865,-10.7644376754760742,-3.3913373947143555,2.3000831604003906,-4.3349795341491699,-1.2716611623764038,0.9738221168518066,-3.5947060585021973,-0.1274702697992325,-0.1146539598703384,1.0344563722610474,-0.5532523393630981,-1.0430878400802612,0.5013954043388367,-2.0217931270599365,-0.4348052442073822,-0.0631018877029419,-3.7426068782806396,-0.8895156383514404,0.1122328341007233,-0.0458554662764072,-1.1869713068008423,-0.0096553536131978,0.3098657131195068,0.5287472009658813,0.9960213899612427,0.6397260427474976,2.2942039966583252,-1.0106680393218994,1.2678452730178833,-0.1773662716150284,9.3560914993286133,-2.9671688079833984,-3.7652809619903564,-0.8573908805847168,-0.4290043413639069,-0.9045793414115906,1.6548178195953369,1.2016662359237671,-2.0104181766510010,0.4103014767169952,0.6009477376937866,0.2560097873210907,8.9174566268920898,0.4760356843471527,-2.6180944442749023,-1.6114317178726196,2.1812376976013184,0.0992796942591667,-3.5711028575897217,-0.8662162423133850,-0.7777416110038757,-0.4223180115222931,-4.5654335021972656,-0.5329554677009583,0.1311253905296326,-0.3769585490226746,1.7578655481338501,-0.3120537102222443,-0.6215523481369019,-0.2165786921977997,-1.4954030513763428,-0.5225905776023865,2.7346944808959961,-3.6958775520324707,4.3026938438415527,-0.1397479027509689,1.0972639322280884,1.0214983224868774,2.9832558631896973,2.6153967380523682,-2.0542941093444824,-4.1435852050781250,-0.6228954195976257,-2.5418691635131836,2.7674570083618164,0.4674806594848633,-0.4616360366344452,-4.1383051872253418,1.6370398998260498,-1.7266896963119507,-0.5997905135154724,0.8956760764122009,-0.4685718715190887,-0.2268886715173721,-1.3040103912353516,1.9740002155303955,0.0467630848288536,0.5697535872459412,0.5406256914138794,2.0613539218902588,-0.1118028759956360,-6.1614489555358887,0.6190546751022339,0.1381874233484268,-2.7750167846679688,3.6297450065612793,-4.2071495056152344,-10.8860664367675781,-2.6279239654541016,1.3467373847961426,-0.7791534066200256,-1.6226584911346436,1.3706617355346680,-2.8334465026855469,0.9161524176597595,-1.6635868549346924,-0.2411688268184662,4.0065050125122070,2.1030507087707520,1.5632830858230591,1.0812177658081055,3.3164772987365723,-2.3314552307128906,-2.1279110908508301,-1.6250355243682861,-2.4509932994842529,2.1666929721832275,-1.3414350748062134,0.0447649583220482,-0.9085462689399719,-0.2519617080688477,0.7295218110084534,-1.8426417112350464,-1.5253462791442871,0.0233816131949425,0.3010915219783783,2.0430397987365723,4.4969754219055176,8.7035350799560547,3.3214969635009766,0.5245481729507446,1.6490025520324707,0.9453951120376587,-2.3106448650360107,-1.2454071044921875,-3.0444815158843994,0.4160130023956299,0.2465617209672928,-1.1532862186431885,-2.4018273353576660,-11.4852418899536133,0.5327319502830505,-0.2480871230363846,0.3531738519668579,-1.0213468074798584,-1.0749632120132446,-0.1125001758337021,-0.6435178518295288,-2.7092809677124023,-0.0199642982333899,-0.0239555742591619,-0.1941950172185898,0.4161996245384216,0.3663008809089661,0.6371615529060364,1.0322079658508301,0.0214879550039768,0.5116689205169678,4.2749285697937012,0.8137329220771790,2.2498946189880371,3.4973752498626709,4.2987279891967773,3.5483849048614502,-3.9992527961730957,-1.1779329776763916,-4.1796822547912598,0.7161540985107422,-0.5686247348785400,-1.7972123622894287,0.6037268638610840,2.4832911491394043,6.5262317657470703,-4.7073078155517578,1.5712411403656006,-1.0707458257675171,1.2193857431411743,0.7115017175674438,2.3403227329254150,0.4014383256435394,1.0019651651382446,-0.7128207087516785,-0.5229578018188477,-0.2294836491346359,0.2367376387119293,0.2897708117961884,1.2281308174133301,-1.3888423442840576,-0.4996262192726135,-0.0327072367072105,6.6473808288574219,0.7545771598815918,2.9107584953308105,-0.4998293519020081,1.3154606819152832,-0.4748138487339020,-5.4544677734375000,1.5700110197067261,1.9564461708068848,1.7106382846832275,-0.1998420804738998,0.6460179090499878,5.1359682083129883,-2.0280556678771973,6.1323719024658203,1.0595740079879761,-1.9695214033126831,0.5952579379081726,-0.2183715403079987,-0.7469686865806580,-5.8843102455139160,1.1489886045455933,0.8486410379409790,-0.0542907863855362,1.1693444252014160,-0.0978145003318787,-0.5599969029426575,0.3447928726673126,4.8381009101867676,0.0937573015689850,1.3164211511611938,1.3538486957550049,-0.0333932340145111,1.9693791866302490,-7.5271859169006348,5.3128581047058105,3.9936282634735107,-0.8577776551246643,0.9188121557235718,0.5198798775672913,0.8204284310340881,3.2699379920959473,-0.8116360306739807,-1.1079218387603760,-0.4157275855541229,-1.5612883567810059,4.2983760833740234,4.3880605697631836,0.5435046553611755,0.0252263545989990,0.8209944367408752,0.8289107680320740,-0.7544494867324829,-0.6077533364295959,0.9552753567695618,4.3800749778747559,1.0206379890441895,-1.3135186433792114,-0.7260334491729736,0.4779748320579529,-0.0461447089910507,-3.0840890407562256,0.5071281194686890,-0.6191938519477844,1.8968619108200073,-2.6893959045410156,-2.0880134105682373,-3.3016657829284668,2.2750549316406250,-1.1025977134704590,-1.5016909837722778,-0.1264191120862961,-2.8397171497344971,3.5613448619842529,3.6723582744598389,0.4919197261333466,-2.6922645568847656,-2.8240518569946289,-5.8145241737365723,3.9437804222106934,-2.7016365528106689,1.7986364364624023,1.4182783365249634,-1.5159311294555664,3.8304231166839600,-0.3739743828773499,4.0803141593933105,1.2969022989273071,-1.5542653799057007,-0.4507997334003448,1.1423270702362061,0.0428488701581955,2.9306762218475342,-2.7389869689941406,0.2023172676563263,0.6437502503395081,-1.1664543151855469,0.8894925713539124,-0.5949232578277588,6.0569124221801758,2.3519370555877686,1.5275393724441528,1.2721363306045532,3.1323401927947998,-1.7801753282546997,-0.1243823468685150,-0.5499735474586487,0.9541885852813721,0.9275485873222351,-1.5704058408737183,-2.4908599853515625,-20.2118167877197266,0.3758537173271179,-0.8723025918006897,0.8968954086303711,-1.7917402982711792,-0.5600880980491638,0.6501193046569824,0.3770087659358978,-1.2357387542724609,-0.5439950227737427,-0.6372232437133789,-0.0318980067968369,-0.9086644053459167,1.4462649822235107,1.7425279617309570,0.8695119023323059,0.2150907665491104,6.1474537849426270,0.2063708752393723,-3.5037963390350342,-1.3048803806304932,-2.0355751514434814,-3.0217375755310059,-4.0000739097595215,0.8915261626243591,-1.8514049053192139,-0.2531060874462128,3.7443497180938721,1.8884572982788086,-1.2496688365936279,-1.8903543949127197,-0.0830493941903114,-4.0009956359863281,-2.9508571624755859,-4.8886208534240723,3.2557978630065918,0.6852821707725525,1.5700478553771973,1.3535809516906738,0.2685657441616058,0.9069743752479553,0.6653580665588379,0.6159154176712036,0.0071659805253148,0.2870547175407410,4.1083359718322754,1.6254971027374268,0.3404356837272644,0.6211795210838318,3.1431214809417725,3.4585750102996826,-2.9217889308929443,5.6583886146545410,-3.9094884395599365,-1.4007980823516846,4.0944843292236328,-0.0884282141923904,-2.4734883308410645,-2.9252409934997559,0.7117885351181030,1.3339605331420898,-8.4356441497802734,-2.3879590034484863,-3.4673440456390381,-6.3476223945617676,-0.5758772492408752,-2.3504781723022461,-2.7958340644836426,0.6524082422256470,0.1093198060989380,-0.3212172687053680,-0.4688304364681244,0.4111393988132477,-0.6681479811668396,-0.2762461006641388,0.4076476693153381,0.3343060016632080,0.1916985064744949,0.2773379981517792,-0.2340454757213593,0.2388827502727509,1.9909456968307495,-1.3384599685668945,-0.3239494264125824,-0.3586530387401581,-0.3045640885829926,2.0197200775146484,-1.9032384157180786,1.2240232229232788,0.2903895676136017,0.9065926074981689,8.0634927749633789,0.0390534922480583,1.0250674486160278,0.2104553133249283,-2.6744625568389893,1.6072371006011963,-1.7942849397659302,-1.0727492570877075,-4.1383452415466309,-0.8356807827949524,2.3216481208801270,0.1139877438545227,-5.7866115570068359,-1.2397370338439941,-0.2904935777187347,-0.7280692458152771,-1.3313304185867310,-0.2348881363868713,9.2980813980102539,0.3902124166488647,0.9888680577278137,0.1232116967439651,0.2567876279354095,-0.6607103943824768,6.3473711013793945,0.7912173867225647,1.5009294748306274,0.4417063295841217,-5.4657177925109863,2.3115105628967285,-6.5385656356811523,-2.6585164070129395,0.2938060164451599,0.0012150014517829,-1.2323971986770630,0.0749240517616272,-0.0456877537071705,-0.0042960438877344,8.5301933288574219,4.5223789215087891,0.0591794550418854,-1.4850622415542603,-3.6089038848876953,-2.8668248653411865,1.5430762767791748,-0.3240518271923065,0.3927047848701477,-1.0257917642593384,-1.6303761005401611,-0.5845844149589539,1.4408237934112549,-1.1224027872085571,11.8172760009765625,5.6540102958679199,1.8401666879653931,0.6686916947364807,2.0906307697296143,12.8648471832275391,-19.7342758178710938,4.9769539833068848,2.9849805831909180,7.4948844909667969,-6.3359050750732422,-24.5041084289550781,-3.7488734722137451,-20.6661510467529297,-9.0855960845947266,-8.2067432403564453,16.9461860656738281,101.7427139282226562,76.4816894531250000,114.7335968017578125,76.8788452148437500,111.9729843139648438,14.8685607910156250,17.8387546539306641,91.0389022827148438,22.0974807739257812,18.3198890686035156,45.6843490600585938,35.8152046203613281,22.2719650268554688,144.4577331542968750,42.3567733764648438,0.2966454923152924,1.1193619966506958,0.5680320262908936,0.7871542572975159,0.6133265495300293,0.5773829221725464,0.2742596268653870,0.3102686405181885,0.7428630590438843,0.9648597836494446,0.4931946098804474,0.7362743616104126,0.9186360239982605,0.6227247714996338,1.0097057819366455,0.3581442534923553,0.0252391900867224,-0.6889169812202454,0.5344904661178589,0.4765509068965912,-0.4241935610771179,0.0597784593701363,0.1199630945920944,0.3187284469604492,-0.1138275638222694,0.1502612829208374,0.6919155120849609,-0.1736825853586197,0.6233466863632202,1.1798229217529297,0.8550828099250793,-0.0766966044902802,0.0000099999997474,-2.1606266498565674,2.3846812248229980,-1.4995981454849243,-2.0888442993164062,-3.5462665557861328,-4.5111861228942871,-1.1609339714050293,1.4550806283950806,0.4413776695728302,0.3374036550521851,-5.5030665397644043,-1.9459019899368286,-0.3497185409069061,0.9227738380432129,-2.4256908893585205,2.1275548934936523,-0.5963513255119324,2.4388363361358643,-0.0602918788790703,1.7775877714157104,1.9531214237213135,1.0495731830596924,-0.9290677309036255,-0.8778373599052429,-1.9171991348266602,2.4939317703247070,0.8943642377853394,2.6351816654205322,0.3896664679050446,-4.2622914314270020,1.3484659194946289,2.8173868656158447,5.1633715629577637,-0.9569002985954285,-1.8424841165542603,0.9627497792243958,-0.4719685018062592,-4.2242999076843262,0.9548289179801941,0.9210758209228516,-5.2730250358581543,-0.2200847417116165,0.6219485998153687,-0.1279096752405167,-2.1019661426544189,0.6761896014213562,-2.0511667728424072,-0.1326482892036438,-1.8860967159271240,-3.2785339355468750,-1.6102923154830933,-1.4354705810546875,-1.4196351766586304,2.7242035865783691,-1.3625406026840210,-0.0108701856806874,-3.2125308513641357,0.1297120451927185,-2.3715531826019287,1.0542869567871094,3.2969202995300293,-0.3207720518112183,4.0385818481445312,2.8944909572601318,3.0331609249114990,1.8181920051574707,1.9540627002716064,-1.4409407377243042,-6.6341285705566406,-4.3917174339294434,0.1144836768507957,-3.0811498165130615,-2.2297265529632568,-0.4025890231132507,-2.0736098289489746,-2.7127830982208252,-1.1359986066818237,-6.4086036682128906,0.9871857166290283,-1.0082715749740601,0.4456002414226532,-1.8982537984848022,1.0240212678909302,0.9339375495910645,-0.6712396740913391,-1.3932589292526245,2.6369409561157227,-0.3947718143463135,3.0327062606811523,0.5505037903785706,-1.3846297264099121,1.7322593927383423,0.2544514238834381,2.7337589263916016,-1.7283034324645996,-1.5809226036071777,-4.0250020027160645,1.1142382621765137,-2.8030006885528564,-0.8664792180061340,0.5795665383338928,3.2564876079559326,-0.1180588975548744,-2.3089263439178467,1.3250870704650879,0.1967777609825134,-0.3445221185684204,-0.8922633528709412,-5.1973423957824707,-0.8506514430046082,0.9249934554100037,1.3740181922912598,-1.0703516006469727,5.9913940429687500,0.4399516880512238,0.8156598210334778,-2.0395772457122803,0.4152425229549408,3.9296624660491943,0.4593371748924255,1.2673808336257935,2.0463709831237793,3.5564596652984619,-2.5066339969635010,1.7742056846618652,1.3893671035766602,0.3581786751747131,3.5653352737426758,2.7276823520660400,-0.6778030991554260,-3.4583399295806885,-0.4475099742412567,-4.4177823066711426,-3.5682234764099121,-0.0472668968141079,0.0139537146314979,2.7249825000762939,0.4148673713207245,4.3156595230102539,2.6920571327209473,-0.8657222390174866,-0.2061862498521805,-3.3842909336090088,-0.2356664538383484,-0.8079600334167480,0.9917575716972351,2.1478533744812012,0.0105908280238509,3.3521347045898438,3.5102477073669434,-0.0829417556524277,-0.0220853779464960,2.8260014057159424,1.3678750991821289,4.0235166549682617,2.7138831615447998,-0.2215227931737900,3.2035205364227295,-2.0222129821777344,-0.0202825535088778,-0.3991881608963013,-0.1974811106920242,1.9721835851669312,0.0733421519398689,3.5719163417816162,-1.1490000486373901,0.1815673261880875,-0.0230440981686115,-2.3426709175109863,0.4096140861511230,5.7314524650573730,2.4890668392181396,9.5003585815429688,-2.9912698268890381,2.2100942134857178,-2.0357468128204346,3.2011649608612061,-0.7750025987625122,-0.1599486172199249,-0.1032757014036179,-0.6683833003044128,-1.1691625118255615,0.7284709811210632,0.5140944123268127,-2.4919075965881348,0.1831538230180740,-0.1614989638328552,2.7853224277496338,-2.8445854187011719,-0.7774558067321777,-0.8069351315498352,0.6292824745178223,3.0888154506683350,0.8339384198188782,-0.7622464895248413,-1.5667879581451416,-2.0787405967712402,-0.1209972500801086,1.1448237895965576,-3.5579435825347900,1.1923826932907104,1.2168651819229126,-0.9279606342315674,-1.8081697225570679,-3.8561549186706543,0.9709348082542419,5.4195766448974609,-3.3789145946502686,-0.3976030349731445,-8.4224433898925781,0.8712149262428284,0.9940550327301025,-0.4530948698520660,2.1182284355163574,0.4428606927394867,1.5046871900558472,-0.7187557816505432,-1.6357361078262329,2.5621135234832764,0.5351102948188782,0.4301097691059113,0.1750351488590240,2.2790553569793701,-3.4478468894958496,1.7967500686645508,1.8308410644531250,1.3213829994201660,1.0100848674774170,0.0206440109759569,3.3282058238983154,0.3550293445587158,-7.3785524368286133,2.7793257236480713,-0.3770663440227509,0.0751915350556374,-0.1112420707941055,-1.8441389799118042,-2.4746911525726318,2.6682057380676270,-2.0920755863189697,-1.2046413421630859,2.4524040222167969,-0.4762118160724640,0.0420028604567051,0.6099979281425476,-4.4223484992980957,-1.3595225811004639,0.4603130221366882,-0.7889875173568726,-4.9797496795654297,0.0390190519392490,0.5845438241958618,0.3232601284980774,-4.0483970642089844,1.8255404233932495,0.6966708898544312,-0.8164280652999878,0.6300080418586731,-0.0317573659121990,2.9301517009735107,-5.0063481330871582,-1.4491074085235596,-2.0046775341033936,0.3652170300483704,-1.1576381921768188,-3.5822560787200928,-5.3852639198303223,2.3997702598571777,1.7170512676239014,-4.4905376434326172,-0.5400026440620422,2.2672510147094727,0.5279206037521362,1.0311940908432007,0.1171732321381569,-0.9795976877212524,-1.0486993789672852,-3.7500154972076416,-2.8154170513153076,-2.2886235713958740,-1.2486311197280884,-1.1326469182968140,0.0067068361677229,-1.0788489580154419,0.9553112983703613,0.5405510663986206,0.1952510178089142,-0.7887207269668579,-0.7093231678009033,0.4188039600849152,4.2583112716674805,0.7942205071449280,1.4760112762451172,3.2617032527923584,-0.1928475350141525,-12.2256813049316406,0.5670121312141418,-0.0594784244894981,-0.5341495871543884,0.0382281020283699,0.8473089933395386,1.7606130838394165,0.9727734923362732,0.1718411892652512,0.8387202620506287,-5.1305246353149414,-1.6025910377502441,-0.1261960715055466,-1.0958464145660400,0.0935724675655365,-0.3418144285678864,0.3973222374916077,-0.5254280567169189,2.3658499717712402,-2.6711220741271973,-1.1594440937042236,-0.3401181399822235,3.7395031452178955,-0.9648015499114990,-1.9089331626892090,0.7858467698097229,-8.8480052947998047,0.0970599725842476,3.4941747188568115,-1.3752017021179199,-0.1727125048637390,-0.4064799845218658,0.6591373682022095,-1.7840254306793213,3.7089722156524658,-1.3147450685501099,-6.7195239067077637,0.6893321871757507,-0.6562891602516174,2.5428001880645752,0.7505779862403870,0.7861803770065308,0.1276436001062393,-0.0193687938153744,-1.0365412235260010,1.0193874835968018,2.2504804134368896,0.3584045171737671,4.9603476524353027,0.9708591103553772,-0.1763568669557571,0.3456059098243713,-2.5525677204132080,-0.5398826599121094,0.7589333057403564,-0.1545624732971191,-0.1495145261287689,-0.2608011364936829,0.2237403839826584,-1.0020653009414673,-1.8593887090682983,3.2692840099334717,4.0510511398315430,1.0445169210433960,4.5799670219421387,-0.2345640659332275,1.7492876052856445,3.1505465507507324,1.6945244073867798,0.3773284256458282,-4.1138811111450195,-1.3807072639465332,-0.5570839047431946,0.4306347072124481,-2.8156647682189941,0.4661837518215179,1.5578358173370361,0.0577478744089603,0.5213632583618164,0.0987184271216393,-0.2734088301658630,-2.1056137084960938,0.0612497515976429,2.6367762088775635,-0.0498847775161266,-0.0755249708890915,-4.1896896362304688,0.1335084885358810,8.1556720733642578,-1.4301789999008179,-2.4135751724243164,1.2988315820693970,-0.3890007436275482,-2.5758299827575684,-7.7709255218505859,-1.0077536106109619,-3.2404117584228516,-0.3282416462898254,-0.5354989171028137,-0.6023187041282654,-7.0599956512451172,4.7866482734680176,3.2782499790191650,3.3958063125610352,-0.1686980873346329,0.7676323652267456,-0.2015986591577530,0.4512447714805603,-0.0587898790836334,-0.0512350350618362,1.0308145284652710,1.0933690071105957,-2.9647879600524902,1.9301865100860596,-0.9385181665420532,-1.6338660717010498,1.5058947801589966,0.2989735603332520,3.1325180530548096,-2.3447155952453613,0.5194875597953796,-1.8417129516601562,0.5159527659416199,-3.7162625789642334,0.2936654090881348,-5.2107391357421875,0.5140225291252136,2.5197079181671143,-1.9092953205108643,3.5977101325988770,0.1190154179930687,0.1692793518304825,0.6725175380706787,-4.7245130538940430,0.5521064996719360,0.0619390867650509,1.0212731361389160,-0.6900632381439209,-1.7084189653396606,3.3587229251861572,0.7802811264991760,0.8526655435562134,-2.6599225997924805,-0.1030918136239052,-1.2270652055740356,-0.5246434211730957,0.2401639670133591,-2.7475893497467041,-3.1987569332122803,-3.8427119255065918,-3.2753441333770752,0.0621672868728638,1.9870638847351074,-4.0653023719787598,-0.7622708678245544,-0.1360392421483994,-1.2088733911514282,3.1847517490386963,4.8919973373413086,1.5964220762252808,-2.4155838489532471,0.6287485361099243,0.5529531836509705,0.2511965632438660,0.3795061111450195,-1.3375045061111450,0.1509548872709274,-0.9148240685462952,1.1145293712615967,-0.2547561824321747,1.6365791559219360,0.9927249550819397,0.5492086410522461,3.7386281490325928,0.2588974237442017,1.4021855592727661,0.8678073883056641,-3.0545022487640381,2.0882201194763184,2.9341967105865479,-1.5708153247833252,0.8947314023971558,6.1044077873229980,-0.2496924549341202,4.7073779106140137,-2.6978979110717773,-1.8530653715133667,1.1263269186019897,1.2932891845703125,-1.4639251232147217,-0.8525887727737427,-0.2390821725130081,-0.4581336677074432,4.5947322845458984,2.1306188106536865,0.4278820753097534,3.1285853385925293,2.8560044765472412,1.4614442586898804,-5.1611289978027344,-3.5715982913970947,-2.9931883811950684,-2.2264225482940674,-0.7955659031867981,-1.7862365245819092,-0.4370165467262268,-1.8894931077957153,2.7524611949920654,-0.0511786565184593,1.4390937089920044,-0.8887980580329895,1.1168068647384644,2.9655816555023193,-1.3535830974578857,0.2444096356630325,4.7149934768676758,2.9831264019012451,0.2481960803270340,0.0260099228471518,-4.0159840583801270,2.4112761020660400,8.5147142410278320,0.3307438194751740,1.8663872480392456,-8.1550598144531250,-5.3342733383178711,-4.7021880149841309,-3.3012678623199463,4.5014142990112305,-1.7584784030914307,-9.2781352996826172,8.0821828842163086,-5.5140872001647949,23.7698116302490234,26.9922904968261719,35.7773513793945312,26.1212959289550781,15.0946950912475586,14.2464809417724609,95.9292449951171875,47.9125747680664062,27.0585918426513672,56.4514541625976562,93.2435989379882812,53.9968452453613281,70.3330993652343750,64.5181884765625000,31.0579490661621094,41.6110191345214844,0.3100754320621490,0.2974736094474792,1.0057116746902466,0.3276855647563934,0.3693206608295441,0.5595384240150452,0.8043474555015564,1.0335679054260254,0.5762477517127991,0.8339963555335999,0.4248919188976288,0.6368619203567505,0.5770305395126343,0.6961262226104736,0.5860817432403564,0.2274009734392166,-0.0519037693738937,0.1439093947410583,0.7917155027389526,0.5731994509696960,0.0725793465971947,0.1040130555629730,-0.2945496141910553,-0.3161035776138306,0.4088718593120575,0.5180883407592773,-0.3853076696395874,1.6499047279357910,0.1220824271440506,-0.9938235878944397,0.0233023185282946,-0.0188451763242483,0.0000099999997474,0.0018538120202720,-5.2148113250732422,-2.2933578491210938,-2.2699358463287354,1.3997411727905273,-0.5557389855384827,-0.5537503361701965,2.2190876007080078,4.0993561744689941,4.7532668113708496,-0.0383411794900894,1.1039324998855591,0.7144480943679810,2.1664905548095703,0.5867569446563721,0.0974106416106224,-0.7105411291122437,-3.0631525516510010,-1.5983898639678955,1.4612027406692505,-1.7383786439895630,-6.4951896667480469,3.0133264064788818,2.3915748596191406,-2.6101703643798828,-2.9343531131744385,1.3123602867126465,-1.8529430627822876,-1.3261568546295166,-2.3735241889953613,0.4543640017509460,-2.6651206016540527,-2.1628644466400146,-4.1265959739685059,2.4371774196624756,-2.7092108726501465,-1.4280686378479004,0.3092770278453827,0.2932633459568024,-3.9872422218322754,-2.8106918334960938,0.4907334148883820,0.5862450003623962,-1.0278280973434448,-2.3765542507171631,-0.9201791286468506,-0.0059879664331675,0.5334812402725220,-2.5457501411437988,2.3848898410797119,1.6638534069061279,2.1256601810455322,-1.8685953617095947,-0.3243023157119751,2.0739290714263916,0.9810817241668701,-2.8536818027496338,-2.8707964420318604,-0.1800023317337036,-0.1357576698064804,0.3950687646865845,0.4609542191028595,3.8310842514038086,8.5367870330810547,-0.9310561418533325,-0.0063112010248005,1.7644386291503906,7.1985116004943848,-0.5916852355003357,-0.4267592430114746,0.0193627811968327,4.3499498367309570,-1.8504382371902466,0.1447462737560272,-0.0170267112553120,2.4192829132080078,0.7896822690963745,6.0804648399353027,0.1579502969980240,-0.6744286417961121,0.2793567478656769,1.9157931804656982,-0.9123535156250000,-0.5154742598533630,1.0345084667205811,2.0478181838989258,0.7789103984832764,-4.2490439414978027,1.2542099952697754,2.3384723663330078,-0.2789623737335205,1.2915010452270508,1.2264629602432251,1.1285291910171509,0.3291798532009125,1.6411509513854980,0.8421173095703125,-2.3655703067779541,-1.6337565183639526,-3.3244845867156982,0.6610493659973145,-1.5412354469299316,0.0556207448244095,-5.4547586441040039,2.2345445156097412,-1.4389305114746094,0.8223607540130615,4.7565698623657227,0.2731775939464569,0.3300406634807587,0.5191372632980347,0.0763954371213913,-1.2076258659362793,-2.4294121265411377,-0.2863483726978302,0.6664388775825500,-5.6823053359985352,0.0255227088928223,3.1560993194580078,1.9375070333480835,-5.1129202842712402,2.3774721622467041,-2.7931919097900391,-0.9626722335815430,-0.2543100416660309,3.3400673866271973,2.5268507003784180,1.0910712480545044,-2.3859863281250000,4.7953648567199707,1.8659483194351196,8.9529914855957031,1.0211945772171021,3.2577221393585205,0.0534836389124393,-1.7452774047851562,0.3002196848392487,-2.4520745277404785,-0.0764442011713982,-0.4863077104091644,0.6140983104705811,-2.2365236282348633,-0.2673477828502655,-0.0067940633744001,-0.6956833004951477,0.2493004798889160,-0.1311086714267731,-0.0204483196139336,-1.0124094486236572,-3.0361301898956299,0.3952827155590057,-0.9249408245086670,-2.2318081855773926,-3.2699549198150635,-1.1604926586151123,-4.7921223640441895,1.4020988941192627,-0.4069037735462189,1.0854991674423218,-3.8496611118316650,-0.2708148658275604,1.3825435638427734,-0.7919526696205139,1.0777513980865479,-1.0626137256622314,-0.0794183686375618,-0.9786279201507568,1.1214184761047363,-0.6467550992965698,-1.5204281806945801,-0.4762521386146545,0.6274107098579407,0.6545290350914001,1.3365813493728638,0.4063482582569122,-0.6534602642059326,0.4282090961933136,-2.8939185142517090,-1.1052333116531372,-0.3787458240985870,4.2990684509277344,0.1231783777475357,1.9168424606323242,2.4489257335662842,2.6264960765838623,0.3885706067085266,-0.3574792146682739,-3.4288361072540283,0.5875781774520874,0.0557080060243607,10.6332349777221680,6.4252080917358398,0.4930477440357208,5.5439376831054688,0.3191192150115967,-2.4996712207794189,-1.2067363262176514,0.8492346405982971,-0.7219974994659424,-0.9355748295783997,-0.6460145115852356,-2.9694738388061523,-0.4424178302288055,0.1454294472932816,-0.0925374478101730,3.2768578529357910,0.0536293685436249,-0.3825699985027313,1.2921391725540161,8.0748367309570312,-0.1978116929531097,-1.0567992925643921,3.4165585041046143,0.3343763351440430,-1.5650099515914917,-1.2543824911117554,2.5634121894836426,2.4825365543365479,0.9466742277145386,-0.9074370265007019,0.4138095378875732,4.4799857139587402,-3.6785809993743896,-0.1293550431728363,-0.4820632338523865,1.5059041976928711,-0.2643590867519379,2.6327490806579590,0.2867055833339691,-3.9735498428344727,-0.5590704679489136,0.2578679621219635,-0.7354931831359863,-3.6027710437774658,-0.0407165735960007,2.1547846794128418,0.3087443709373474,1.4764902591705322,0.4269216656684875,-0.2712859809398651,-0.3916943073272705,3.7450659275054932,-0.4137437939643860,-7.1236662864685059,1.3769007921218872,1.6799848079681396,0.8207970857620239,1.3234007358551025,-0.5783717632293701,-1.2242879867553711,-2.9487955570220947,-10.3826932907104492,0.3989227116107941,0.6352605223655701,2.1573560237884521,-3.7373561859130859,-0.9493163228034973,-4.1748170852661133,0.3343106210231781,2.1411833763122559,0.2670950293540955,0.6601315736770630,0.2913064956665039,3.1337211132049561,0.5697214603424072,0.5195453763008118,0.0725296810269356,0.5943259000778198,0.3695486485958099,-2.8355050086975098,-0.0097614470869303,0.0915190130472183,-0.1506484150886536,3.2849757671356201,-0.4918139278888702,5.8603715896606445,-2.9765279293060303,-0.9904003143310547,1.4659328460693359,-2.0533089637756348,-0.8748257756233215,2.0450818538665771,-1.3758963346481323,2.0265493392944336,0.4781295061111450,8.9925556182861328,1.1088588237762451,-2.2269370555877686,0.6038094162940979,0.6355071663856506,-0.5987651944160461,-1.7578378915786743,-0.1796137690544128,-0.0452527776360512,0.0781459286808968,-9.9523286819458008,-0.4456353485584259,0.9428628683090210,-0.1062817275524139,-2.1291034221649170,0.1690006405115128,3.9321854114532471,-0.0461835861206055,-4.2609734535217285,0.9386793971061707,1.0307729244232178,0.3779709041118622,-0.9965386986732483,2.1592264175415039,1.3196405172348022,-0.0308851543813944,-3.7881183624267578,1.4098234176635742,-1.6641258001327515,0.3386082053184509,-2.3265511989593506,-0.5151055455207825,-3.0134825706481934,-1.3656978607177734,1.8987783193588257,1.3481489419937134,2.4272694587707520,-3.5365614891052246,-3.3184471130371094,0.6546840071678162,0.5129065513610840,-1.0306800603866577,-1.6460987329483032,-0.5009771585464478,3.3010098934173584,-0.0848811715841293,4.2228212356567383,-0.9721524715423584,-0.9623634219169617,0.1671903431415558,-0.2237824052572250,1.4138888120651245,0.3995969891548157,-0.4341759681701660,-0.0855816900730133,4.3563919067382812,0.6793929338455200,-0.8841922879219055,-1.8339542150497437,5.4957656860351562,1.4319677352905273,-0.7421621084213257,-0.0851205214858055,-2.4186356067657471,-1.5252702236175537,-6.0584521293640137,-4.9954919815063477,0.3624723851680756,1.9662531614303589,-0.3743061125278473,-4.8128800392150879,-0.1789927035570145,-1.0304257869720459,-0.1570835262537003,-5.9987683296203613,-0.3571075499057770,-1.7096978425979614,0.0673466473817825,-2.3654868602752686,-0.4016470611095428,4.9185299873352051,0.0847289785742760,-4.7450633049011230,0.0829850286245346,0.4828768074512482,0.1137655600905418,2.5834555625915527,0.0121921729296446,-0.3774080574512482,-0.8332835435867310,0.6055210828781128,0.5856233835220337,-0.6632291674613953,0.5701807737350464,-1.6707458496093750,-0.2019489407539368,3.7307724952697754,-0.7574983239173889,-1.2125701904296875,6.5965971946716309,4.6662368774414062,-0.5104651451110840,-2.3111743927001953,3.5540218353271484,2.9157354831695557,1.2915757894515991,-1.1451864242553711,3.1577658653259277,0.5869734287261963,0.6273509860038757,0.0860553234815598,3.6226568222045898,-0.2655800282955170,-0.3136673867702484,0.7676422595977783,-2.7514736652374268,-2.0943222045898438,-0.4727576971054077,-1.9444775581359863,-1.4450155496597290,-0.3438981771469116,-1.0196455717086792,0.7988049983978271,-2.7998936176300049,-1.9602730274200439,-0.9597435593605042,1.0864611864089966,1.1114892959594727,1.5223103761672974,3.8004529476165771,1.8541345596313477,0.8497462272644043,0.0102909523993731,0.0113136265426874,6.0517935752868652,-0.0184687618166208,-0.4039929211139679,0.7351338267326355,3.6299285888671875,-0.2990293800830841,6.8769659996032715,-0.0703773945569992,1.4666942358016968,-0.2578928768634796,-0.9041707515716553,-0.2281447350978851,2.1020514965057373,-0.1505387425422668,2.4710576534271240,1.2550170421600342,4.8007540702819824,2.1350979804992676,3.1584904193878174,-0.1732062250375748,-1.1101741790771484,-0.2241199016571045,1.5431237220764160,0.3754650950431824,-0.2190416157245636,-0.6038959622383118,-1.5847156047821045,-0.2594847977161407,-0.2156329154968262,3.2101078033447266,4.2912774085998535,-5.3891639709472656,1.1515219211578369,0.3300558030605316,-1.2363911867141724,-1.0780684947967529,0.4835138916969299,2.1606833934783936,-0.8296170234680176,0.8916156291961670,0.9496600031852722,-0.8481522798538208,-0.1940032392740250,0.6370387673377991,-0.7943443655967712,-1.5868875980377197,0.4206433594226837,-0.1092180758714676,0.6898833513259888,4.1475124359130859,0.6502113342285156,1.5124880075454712,-0.4238783121109009,-2.3746795654296875,-2.6529834270477295,4.5746436119079590,1.4617226123809814,-3.4848492145538330,-2.7081158161163330,3.7003297805786133,0.1604252457618713,0.5746359229087830,-1.2478055953979492,-0.4180209338665009,-5.0231227874755859,0.0370307750999928,3.5014934539794922,0.0086280973628163,1.6606411933898926,0.2691386342048645,2.8173496723175049,0.1493342220783234,-1.1315702199935913,0.2076926231384277,0.2794323861598969,-0.0609184838831425,2.6549212932586670,0.2764599919319153,2.0249083042144775,0.5817523598670959,6.8618359565734863,0.7220584154129028,1.3439996242523193,-0.2802271246910095,-10.4702758789062500,-1.2027590274810791,0.9807645678520203,2.3442332744598389,-4.0524969100952148,-0.5354129076004028,-2.2956700325012207,-2.5038206577301025,0.3702057003974915,6.8043594360351562,2.4732220172882080,-2.2887415885925293,4.1091771125793457,6.7901515960693359,2.4153871536254883,-2.9425134658813477,5.9819049835205078,6.6580553054809570,-8.4009218215942383,-3.6332213878631592,-3.0443677902221680,-0.7314595580101013,2.7592377662658691,-6.4068074226379395,-4.7387051582336426,37.1416664123535156,21.2298755645751953,11.1936473846435547,42.2203102111816406,19.0025634765625000,15.1993942260742188,50.6251602172851562,56.6694412231445312,29.7916336059570312,31.5692596435546875,45.0896568298339844,7.7955627441406250,10.8039293289184570,7.3691520690917969,20.6646690368652344,89.4652557373046875,0.1851287931203842,0.2337892055511475,0.5493503212928772,1.1411918401718140,0.2025598585605621,0.1688293069601059,0.9329474568367004,0.6990687847137451,0.4828443825244904,0.6659031510353088,0.6059280633926392,0.5791487693786621,0.1625002920627594,0.3798109889030457,0.2579867243766785,0.6443344354629517,0.1206168010830879,-0.1459972113370895,0.4064379036426544,-1.1233083009719849,0.1099033579230309,0.0596139989793301,0.2248511016368866,-1.0830715894699097,0.9897013902664185,0.6602234840393066,-1.1765692234039307,-0.9685853123664856,-0.0354684777557850,0.0822270587086678,-0.2867050468921661,-0.4922173023223877,0.0000099999997474,3.6422266960144043,-0.5386831164360046,3.3276047706604004,0.8289412856101990,0.5243290662765503,5.5340652465820312,-0.4076437652111053,1.0632414817810059,1.6165106296539307,-1.6434413194656372,0.9259272813796997,-2.0280089378356934,-0.5360798835754395,-2.8201189041137695,0.5619203448295593,-5.3957858085632324,0.6517832279205322,1.9970960617065430,-0.7483382225036621,0.2646625936031342,-1.1059505939483643,0.9614821076393127,-0.0541723594069481,0.6565178632736206,0.6026999354362488,-0.5879237055778503,-0.3841190338134766,-3.6279692649841309,1.1053876876831055,-1.6246814727783203,-0.9501222968101501,3.8599133491516113,6.7422685623168945,1.9884505271911621,1.1285116672515869,0.5134919881820679,1.5554888248443604,0.4474606513977051,-1.2188185453414917,-1.1220575571060181,3.4806036949157715,0.9333306550979614,-5.6784911155700684,-3.8595697879791260,-0.2103672921657562,0.3285764753818512,0.3401210308074951,-2.4886276721954346,-0.4803377091884613,1.2433279752731323,-0.5001481175422668,-0.5750679373741150,1.1221455335617065,0.4021440744400024,0.4574148356914520,1.6603000164031982,5.0110783576965332,2.4224908351898193,-0.1636102497577667,-1.8393052816390991,-3.9688801765441895,-7.0894141197204590,-1.2779828310012817,1.0899422168731689,-4.9808259010314941,-4.1397514343261719,-0.4285038411617279,-0.7623341083526611,-0.6799135208129883,-0.5821613669395447,0.0757331475615501,-0.1747221350669861,0.9783173799514771,3.9437017440795898,7.4322676658630371,4.5484237670898438,0.5807407498359680,1.4349333047866821,1.3492015600204468,-0.6257048249244690,-0.0609530322253704,-2.0281233787536621,0.2699536681175232,1.2699781656265259,0.7566103935241699,-0.0580334700644016,0.6210296750068665,3.0571527481079102,-1.7768096923828125,2.4059786796569824,1.1421647071838379,0.6929992437362671,-5.2973780632019043,-4.2134857177734375,1.2954410314559937,-1.4733685255050659,2.7327435016632080,-2.8384711742401123,-7.6858820915222168,-2.2995121479034424,-1.3617295026779175,-0.1694333255290985,-1.0824813842773438,-0.3152570128440857,-1.6978397369384766,-1.1925711631774902,-4.2803506851196289,-2.9746637344360352,1.7700808048248291,-0.9713327884674072,-0.0100447246804833,-1.0347524881362915,-1.5136201381683350,1.9620445966720581,2.2223050594329834,0.6270159482955933,6.3069486618041992,1.5607438087463379,0.7422164678573608,0.5370475649833679,5.4945535659790039,-3.7395126819610596,1.8575237989425659,-1.8155051469802856,-4.7279691696166992,-1.7059230804443359,1.7122437953948975,1.2464914321899414,-3.8328392505645752,-2.1184155941009521,-1.2438130378723145,0.3211663961410522,1.6804410219192505,2.7452692985534668,-0.0440157614648342,-0.8178151845932007,-2.6235828399658203,-5.3650107383728027,-1.5117657184600830,7.6372728347778320,0.0677451640367508,2.1736919879913330,-1.3484760522842407,-0.7281492948532104,-0.4600430130958557,-1.7151883840560913,-0.2427675276994705,1.0097961425781250,-0.9498041272163391,-2.0562078952789307,-0.3904496729373932,-2.7791476249694824,3.2816417217254639,-0.5373669266700745,-0.5583520531654358,-0.4006468057632446,3.3259844779968262,1.5109391212463379,-0.4280682802200317,-1.9046368598937988,-1.4023028612136841,6.4285750389099121,-2.2177481651306152,-1.7270522117614746,-0.5974553823471069,-1.4330766201019287,0.1993387639522552,-1.1092661619186401,-0.4423364400863647,-2.7987823486328125,-1.3185149431228638,4.8016819953918457,-0.0183706674724817,-0.4047711789608002,-0.3286730945110321,0.7368825078010559,-0.1998707056045532,-5.1786274909973145,0.5905883312225342,-1.8140902519226074,-0.1665652990341187,1.9814504384994507,0.0342555642127991,-2.0116937160491943,-0.5329030156135559,0.9726985096931458,0.3161682188510895,4.1210680007934570,0.7846076488494873,-4.0168986320495605,0.9944893717765808,6.3928375244140625,2.4979708194732666,3.9902534484863281,-2.1852262020111084,-4.9986710548400879,-0.7905699610710144,-2.3542850017547607,0.4248514175415039,0.4602002203464508,2.3056294918060303,9.9334459304809570,1.8137488365173340,3.1819739341735840,0.3915905058383942,3.0407896041870117,0.4465002417564392,4.3200564384460449,1.1460784673690796,-1.3168040513992310,-0.1072644516825676,-0.1602389365434647,-0.5616503953933716,-2.5084235668182373,0.1646457612514496,-0.0192312169820070,-1.0170865058898926,-5.8554220199584961,0.2642318904399872,1.6004900932312012,-0.0523099750280380,-1.2097339630126953,0.8273142576217651,-2.5077145099639893,-3.1107287406921387,-1.6694214344024658,-3.0909898281097412,-0.7228348255157471,-1.5170578956604004,0.6338213086128235,1.0023217201232910,-0.4032102227210999,1.6836318969726562,-1.5553376674652100,-2.4864943027496338,-0.2946905493736267,1.1303215026855469,0.3926650881767273,0.8288070559501648,1.3349034786224365,0.6543571949005127,-1.4263802766799927,-0.1927869170904160,1.7938426733016968,-0.1828961670398712,1.1717762947082520,-0.2004046142101288,-0.5957078337669373,-13.1397981643676758,-6.1513576507568359,-0.4410693347454071,0.4434007704257965,-5.3103828430175781,-0.8645012974739075,0.2641721367835999,-2.3074908256530762,0.7270190119743347,-11.6793365478515625,-1.5371646881103516,-7.8677077293395996,-0.2883050739765167,-1.6144919395446777,0.2984223663806915,1.2469043731689453,1.5336772203445435,3.7295546531677246,-3.0570299625396729,-0.9396846294403076,-0.3913977146148682,-0.3571434915065765,-0.3413449227809906,0.0283003281801939,0.2576360702514648,-0.2638288140296936,-0.1862545907497406,-0.4945176541805267,-0.2894006073474884,-0.7434346079826355,0.0970000997185707,1.0197838544845581,-1.3543428182601929,-0.0764246433973312,-0.2916132807731628,1.2740149497985840,1.3326305150985718,1.2498224973678589,0.6813427209854126,4.6288142204284668,2.0182452201843262,-2.9094090461730957,3.2794597148895264,1.8542469739913940,0.0033715732861310,-2.2811925411224365,-0.0511056073009968,-1.6962404251098633,-0.5724940299987793,-5.2056703567504883,1.7042752504348755,-1.1776973009109497,-0.3187065422534943,-2.0334613323211670,0.1062282323837280,4.6041674613952637,0.3961830437183380,1.1629635095596313,-0.1983895599842072,-3.7142772674560547,-0.6905835270881653,-0.4219064712524414,-0.2956852912902832,-5.4848251342773438,0.7313483357429504,-1.3214015960693359,0.0073817856609821,-4.2363820075988770,1.1980379819869995,-0.2238501906394958,-1.3335016965866089,3.0293033123016357,3.7289297580718994,-3.4459211826324463,7.3196163177490234,6.1127872467041016,-0.6789110302925110,-3.1378188133239746,0.3779782056808472,1.4511684179306030,-1.7983069419860840,1.5598266124725342,1.4982584714889526,2.1591634750366211,-1.3994245529174805,-0.9579886794090271,1.0165303945541382,1.6485600471496582,0.8930109143257141,0.2358167916536331,-0.3399690985679626,0.7005165815353394,-2.8977744579315186,-1.6734575033187866,-0.6821568012237549,1.7543209791183472,-0.2025868743658066,-5.0588793754577637,0.1672904491424561,1.2363086938858032,5.6212549209594727,0.3302232921123505,-2.0963778495788574,-0.2632397711277008,2.0019536018371582,-2.5205557346343994,0.9966008663177490,0.3957547843456268,0.0625399723649025,1.1418490409851074,-0.0496858544647694,0.3514213860034943,1.3649725914001465,0.2398431897163391,0.9114393591880798,0.8033871650695801,-0.1281328201293945,-1.0309257507324219,0.7061325311660767,-0.5525070428848267,0.0745846331119537,1.1897615194320679,-0.3397842645645142,-5.4521355628967285,0.5303150415420532,2.5866997241973877,0.1136230304837227,-1.3765448331832886,0.3285160958766937,-0.2862245738506317,-0.1839528530836105,-1.7805240154266357,-0.6904955506324768,-0.7261193394660950,0.3155800402164459,6.3068723678588867,-0.2802447974681854,-1.2462813854217529,-1.3915568590164185,0.2970459759235382,-0.2490705251693726,-2.1016473770141602,0.0429752543568611,-0.0286216866225004,0.1413058191537857,0.1134787648916245,-2.4401049613952637,-0.8343412280082703,-0.1312579214572906,0.7078340649604797,-0.1591673493385315,3.1563344001770020,-0.4167738556861877,-8.3840885162353516,0.3190602362155914,10.6604080200195312,0.4295024573802948,-0.5029830336570740,0.1366041749715805,0.9386641979217529,0.2212800681591034,3.0268502235412598,0.1744093596935272,-0.4152160584926605,0.0161095112562180,-1.4305536746978760,0.6179446578025818,-1.5135290622711182,3.3391864299774170,-1.3778067827224731,3.2241616249084473,-0.8099662661552429,-0.1570386886596680,2.6740415096282959,-0.0084247356280684,0.3600643873214722,0.7850717306137085,-0.7360719442367554,2.0805742740631104,-2.0024912357330322,-0.1807795017957687,-1.6844022274017334,1.2768099308013916,-2.7892937660217285,0.1360005438327789,3.2433879375457764,-0.3632910549640656,4.5859403610229492,-0.8316645622253418,-4.6028218269348145,-0.2828834652900696,-1.8648297786712646,1.2814190387725830,-4.8716382980346680,0.2632403373718262,-2.5302109718322754,-0.8482460975646973,-0.7842975854873657,-1.2884395122528076,3.0895826816558838,4.9784622192382812,-0.0811914056539536,3.8128719329833984,3.5629537105560303,0.3666820824146271,1.5464073419570923,-0.2843145430088043,2.9739847183227539,0.3361491858959198,2.5715396404266357,2.0895752906799316,0.0793852359056473,0.2495042532682419,-1.0505691766738892,0.2972853481769562,-4.2328171730041504,0.4121316671371460,-1.1701757907867432,-0.1847830265760422,-3.1233272552490234,-0.6181896924972534,-6.7203488349914551,-0.4817715287208557,-0.5523620843887329,1.5959433317184448,-5.9404172897338867,-0.2025518417358398,-2.2850859165191650,-0.3361992239952087,0.7322452068328857,-1.7758574485778809,-1.1460905075073242,-4.2654604911804199,2.8380138874053955,-2.8233013153076172,0.1901764571666718,-0.2840351462364197,-2.2230446338653564,0.0947337299585342,2.3601872920989990,-0.4252893924713135,6.1032934188842773,-3.1380851268768311,1.4694716930389404,-0.3798838853836060,3.7405769824981689,-0.7566310167312622,0.3959477841854095,-0.7923854589462280,-6.4476428031921387,0.1235593929886818,3.8750336170196533,1.8661304712295532,1.6818200349807739,0.6075994372367859,1.5644063949584961,-1.0645325183868408,1.0591787099838257,0.0938879996538162,1.2166085243225098,0.0878889039158821,-1.0217604637145996,1.2329033613204956,2.3523945808410645,4.1975536346435547,4.2599930763244629,-1.2255579233169556,-2.6994454860687256,4.9802846908569336,-5.3353548049926758,2.3385255336761475,1.0082738399505615,-3.8205840587615967,-1.8142861127853394,-2.7808663845062256,-5.3754973411560059,-4.0371427536010742,10.6107769012451172,6.5958490371704102,-8.9441137313842773,22.7572326660156250,10.6442604064941406,9.1529588699340820,42.8772926330566406,16.6702175140380859,19.9920425415039062,18.0573730468750000,11.0700016021728516,14.7493658065795898,18.9012260437011719,19.7490577697753906,7.1833004951477051,25.6159152984619141,15.3030357360839844,47.6016693115234375,24.2633342742919922,1.1569461822509766,0.1546316146850586,0.1900662332773209,0.5464943051338196,0.2784735560417175,0.6678161025047302,0.2029130905866623,0.1496368497610092,0.2171422392129898,0.5650995969772339,0.5285431742668152,0.9174161553382874,0.4779198765754700,0.5495907068252563,0.7479512691497803,1.2676571607589722,-0.9701238870620728,0.1722274869680405,0.0298261549323797,0.0611913055181503,0.2822335958480835,0.8011357784271240,0.1344020366668701,0.0258856434375048,-0.0823063254356384,-0.3051974177360535,0.0220845341682434,-1.2054367065429688,-1.0487450361251831,1.3123594522476196,-0.0806803032755852,1.2487560510635376,0.0000099999997474,0.6884973645210266,1.0193576812744141,1.5992183685302734,1.8186132907867432,-1.5127979516983032,-5.5930604934692383,-1.2562631368637085,-0.0973478183150291,-1.3565064668655396,0.5297603011131287,-0.5178178548812866,-4.0036129951477051,2.9939098358154297,0.2636205852031708,-0.3252676725387573,5.0060458183288574,-2.9951968193054199,0.3885272443294525,-0.0840094685554504,-5.2924747467041016,-0.0845603421330452,2.9354753494262695,0.0239962525665760,0.4210185408592224,-0.4297871589660645,2.6254405975341797,0.3562430143356323,-0.1896688044071198,-0.2912228107452393,-3.6581096649169922,-0.0579797141253948,0.5311766266822815,-0.4084858596324921,1.1109732389450073,-0.7422310113906860,-6.6094160079956055,-1.1157668828964233,-2.7821662425994873,1.3998298645019531,-1.1263976097106934,0.6103230714797974,2.0060820579528809,-0.1856891661882401,7.1881594657897949,-2.0825912952423096,5.4418063163757324,1.3662450313568115,-3.0829145908355713,1.9988728761672974,-4.2119383811950684,-0.5966449379920959,0.4733787477016449,0.3738394677639008,-3.1437921524047852,0.2225840687751770,1.3082695007324219,0.6125119924545288,3.3643577098846436,-1.0648981332778931,1.6634129285812378,0.0542951971292496,-0.8155347704887390,0.2378706932067871,0.9253245592117310,-0.0773947834968567,-0.9383782148361206,-1.6741358041763306,-7.4644589424133301,-0.4298978447914124,2.3639309406280518,1.1971132755279541,0.3012024462223053,-0.3340707719326019,0.3860630691051483,0.1084544137120247,-2.5433135032653809,-0.7736281752586365,-8.0709390640258789,1.5349103212356567,-2.8830459117889404,0.8048725128173828,10.4870910644531250,0.2208936959505081,-3.1909453868865967,1.4734756946563721,0.3159580230712891,0.1252643167972565,1.1742771863937378,0.0598641857504845,-5.5924181938171387,0.2534641921520233,0.2632638812065125,-0.1903565824031830,-0.2642428874969482,0.3431223332881927,-1.9678025245666504,-0.1889006942510605,-0.1340523958206177,-3.2925164699554443,3.3016591072082520,1.0068271160125732,3.7411246299743652,-0.7093377709388733,1.8658488988876343,0.6066735982894897,-1.9186358451843262,-0.1508967876434326,-1.7926235198974609,-0.7120825052261353,-7.2254018783569336,1.1872740983963013,6.7390604019165039,-1.9785676002502441,-0.7232745885848999,1.0209966897964478,1.4137928485870361,2.0892388820648193,7.5953259468078613,-0.1278041154146194,-0.3461597561836243,-1.2964872121810913,-3.7616934776306152,0.2924228608608246,-2.3072075843811035,0.7868182659149170,-1.5135648250579834,0.3018820881843567,0.3153367340564728,-0.0013151909224689,0.8265785574913025,2.6092033386230469,-2.7194509506225586,-1.8781733512878418,-6.1780667304992676,0.2285624891519547,-1.5196658372879028,0.6901166439056396,1.0290292501449585,-0.1215099692344666,-1.4064049720764160,0.9021827578544617,13.5156803131103516,0.6901639103889465,2.0727782249450684,-1.5683796405792236,0.7823532223701477,-0.9362723231315613,-1.3965898752212524,0.3575742840766907,-0.8734130263328552,0.0223016645759344,0.1127803474664688,-0.2025730907917023,2.4062950611114502,-1.1593167781829834,2.6087477207183838,0.2135631144046783,3.1745541095733643,-0.2956650555133820,0.1824176609516144,0.0473352074623108,0.9635745286941528,0.4859631061553955,-2.9058842658996582,-1.5387636423110962,-5.9166483879089355,-0.4590699374675751,0.9726998209953308,-0.6682028770446777,-0.2753040194511414,-0.4694791436195374,-5.3003621101379395,1.2817682027816772,1.5547493696212769,-0.1026885658502579,3.9520411491394043,-1.0387475490570068,-3.0570857524871826,0.2792737483978271,-0.3059991896152496,0.1685474663972855,0.5212724208831787,0.0402610935270786,2.9681267738342285,0.0838462635874748,6.3196034431457520,0.1324830502271652,4.0232901573181152,0.1215316951274872,-2.6926491260528564,0.2275354415178299,1.9264547824859619,0.1789488941431046,-0.3292944431304932,6.0305032730102539,7.1701517105102539,-2.9420669078826904,-3.0407288074493408,-2.9454207420349121,1.6030375957489014,-4.9469785690307617,-4.0214529037475586,-0.4562300443649292,-0.4191591739654541,2.3359403610229492,-3.7885489463806152,7.4221153259277344,2.0590903759002686,-0.2977167665958405,-0.2873391807079315,0.2034667432308197,2.2846803665161133,-1.0213247537612915,0.1654976457357407,0.1959375143051147,0.2029955685138702,0.5482655167579651,3.4905645847320557,0.6730753779411316,-0.9639660716056824,0.0656676441431046,-0.9975227713584900,0.3486698567867279,1.6314840316772461,0.2473083585500717,0.6962571144104004,-4.9286260604858398,-4.5740718841552734,4.0423927307128906,-3.4149985313415527,-0.9600307345390320,2.2895748615264893,-0.7129141688346863,-5.9876327514648438,-0.1932829469442368,-2.0292470455169678,-2.8260779380798340,3.0457348823547363,-2.7876656055450439,-4.6677613258361816,0.2867557108402252,-1.0663810968399048,0.4684822261333466,-0.7315150499343872,-0.9320449233055115,-0.6839905977249146,0.2544347941875458,0.1672696322202682,0.1607524454593658,4.9298872947692871,-0.0068747210316360,-0.5857557654380798,-0.7922297120094299,-0.8857747316360474,0.4089696109294891,1.1721050739288330,0.1923333853483200,0.5888554453849792,0.5303652286529541,-1.2271244525909424,-0.4995346963405609,-4.0284895896911621,-0.2756573855876923,0.2884213030338287,-0.5488494634628296,2.3896291255950928,0.2943988144397736,4.4195070266723633,1.5874961614608765,-5.7959303855895996,-0.3391648530960083,4.4349231719970703,-1.0476095676422119,-6.4658579826354980,0.2017358541488647,2.6504926681518555,0.0736751109361649,-3.5169763565063477,-0.1559476703405380,1.4645998477935791,-0.4591790139675140,5.8475060462951660,0.3153644502162933,1.4907050132751465,-0.1333964020013809,-4.5878071784973145,0.2652990221977234,-1.3169523477554321,-0.0426109693944454,0.2833976745605469,-3.2126233577728271,-3.2458076477050781,-0.2275345474481583,-0.5246785283088684,-0.4147620797157288,-4.6506414413452148,2.6378390789031982,-0.1035469025373459,-2.3457961082458496,1.8795057535171509,0.9451864361763000,0.4690401256084442,5.6843152046203613,-0.9559674859046936,-3.4859127998352051,0.7762184739112854,0.2026906907558441,0.2467849701642990,3.1968069076538086,-4.6577701568603516,1.3424812555313110,-0.9879872798919678,-2.1190173625946045,-2.1969304084777832,2.5821313858032227,-3.1172475814819336,0.8429811596870422,2.2794175148010254,0.1875418871641159,-1.6465435028076172,-0.4695857167243958,-0.7544950842857361,4.1501913070678711,0.1082772985100746,-0.7302194833755493,2.4407100677490234,1.9296278953552246,4.9370560646057129,0.5918204188346863,0.7399163842201233,1.3059048652648926,1.8003829717636108,-4.9463152885437012,1.2021797895431519,0.8836029171943665,-8.8891811370849609,7.8689475059509277,0.5607275366783142,-1.1003479957580566,0.5897842049598694,-2.8578314781188965,-0.7629967927932739,-0.8035398721694946,-0.7072926759719849,1.9619350433349609,0.2252973914146423,-2.3651578426361084,0.7753164768218994,-1.5664675235748291,-0.6192405223846436,-0.3414688706398010,-0.4032245278358459,-0.5717093348503113,-0.0410204306244850,-0.4106853902339935,2.1726434230804443,-7.7489275932312012,-5.4356870651245117,2.8530080318450928,1.4034938812255859,-2.7710323333740234,-3.3078775405883789,-0.4012556672096252,-1.7265237569808960,-0.4826031327247620,-3.2345266342163086,-4.0724267959594727,-1.5459601879119873,-0.3508757650852203,1.8932878971099854,-1.4557354450225830,-0.9268623590469360,-0.9985057115554810,1.0833188295364380,-0.1304606199264526,0.0047290441580117,2.8579943180084229,3.3341860771179199,-0.1760442256927490,-2.6395270824432373,-1.4062788486480713,-1.3030154705047607,0.0057316012680531,-0.3263834118843079,0.0184398572891951,-1.2768161296844482,0.8695661425590515,-0.7014957070350647,-0.3624129891395569,-2.5786237716674805,-0.3812047243118286,-1.0630457401275635,-0.4668833017349243,-3.3098714351654053,0.1834275424480438,4.6464948654174805,1.2495042085647583,-3.3795702457427979,-0.1428418010473251,1.1072117090225220,-1.8613030910491943,1.3283004760742188,0.0911377966403961,-2.7912678718566895,0.1608314961194992,-2.2768030166625977,-0.0516154505312443,1.3305174112319946,-0.0239888876676559,4.1351342201232910,0.3364420831203461,7.7106542587280273,0.2623409032821655,5.6314892768859863,-0.0109097100794315,-1.8799240589141846,-0.0799420028924942,1.6725183725357056,1.2679064273834229,2.1673188209533691,0.5059008598327637,4.3864154815673828,0.0336378440260887,0.4888028800487518,0.0752148330211639,0.3600059151649475,0.1866216510534286,-1.9446861743927002,-0.6107810139656067,0.9554400444030762,0.9910951256752014,-4.7490644454956055,2.8100211620330811,-4.4223523139953613,0.1389039903879166,-5.1115565299987793,-0.6996948122978210,0.6744375228881836,-0.0057436088100076,-3.5163791179656982,0.5261746644973755,-0.7607252597808838,0.2517672479152679,-4.8318109512329102,-0.0866238176822662,-2.3157916069030762,0.0277927126735449,-3.4336445331573486,-0.0508648492395878,-0.7680141925811768,0.0314731784164906,0.2060920298099518,1.0570555925369263,-0.4132375419139862,-2.5789942741394043,1.6000436544418335,1.8649508953094482,7.1793422698974609,-1.0328978300094604,1.0391185283660889,-5.9699997901916504,-5.3513288497924805,0.5521175265312195,-6.3495407104492188,2.5049924850463867,-2.5596556663513184,-0.7449883818626404,1.2487635612487793,-1.6645506620407104,0.4933390319347382,0.0420565530657768,0.0596942268311977,0.6136022806167603,-3.0360286235809326,-1.3647224903106689,0.4153519868850708,-1.0348215103149414,-0.6390967965126038,-0.4808005988597870,-0.2745628356933594,-0.2620618939399719,1.7132122516632080,1.0754085779190063,-2.6372792720794678,-0.5125126838684082,8.2165021896362305,1.0666149854660034,-0.2185482978820801,0.9692173004150391,5.1757183074951172,0.2420950531959534,-1.2966451644897461,-0.9944549798965454,-1.5383150577545166,3.2384939193725586,-0.0299076847732067,2.6237185001373291,0.7752893567085266,0.0220856945961714,2.7947731018066406,0.6574726104736328,1.4509029388427734,-0.1030147075653076,-2.3232045173645020,-0.1088753864169121,10.9392518997192383,-0.4452354311943054,-2.9580283164978027,0.4081834852695465,0.2334305495023727,0.0596721172332764,2.6023845672607422,-2.4170885086059570,0.5886288285255432,-0.9892380237579346,0.6284867525100708,0.8043642640113831,-5.5324301719665527,-3.3913736343383789,-8.4013919830322266,-1.9429939985275269,0.8951061964035034,0.1119217798113823,-9.1770792007446289,3.8805248737335205,-2.6879243850708008,1.5335309505462646,-8.2087955474853516,9.3344621658325195,11.9860391616821289,12.0979032516479492,10.6201744079589844,15.0926313400268555,2.9758620262145996,10.3361091613769531,13.7100725173950195,14.2379779815673828,20.2464752197265625,41.5736351013183594,10.4047393798828125,10.7166080474853516,9.3241586685180664,12.9416294097900391,19.8599376678466797,0.2814662158489227,0.5160788893699646,0.2088825553655624,0.5804285407066345,0.2548680007457733,0.5402818918228149,0.1462179422378540,0.1938936412334442,0.6253750920295715,0.3375644087791443,0.7171297669410706,0.2361718267202377,1.0092813968658447,0.3252853453159332,0.2125433087348938,0.2272677272558212,-0.2731033861637115,-0.7021678686141968,-0.4908702075481415,-0.3277549147605896,-0.1334226876497269,-1.4751299619674683,-0.0551653355360031,-0.0919267088174820,-2.0062191486358643,-0.5582004189491272,0.0674331411719322,-0.7101963162422180,-0.4477357864379883,0.1688101440668106,-0.0594702251255512,-0.0903655439615250,0.0000099999997474,0.2010861635208130,1.2595033645629883,-1.0435048341751099,2.3850395679473877,-3.1584398746490479,-1.0260125398635864,0.1755733788013458,0.9153101444244385,2.0390386581420898,0.3358890712261200,0.4737095832824707,-1.9710206985473633,1.1663451194763184,2.1714358329772949,-1.9418423175811768,-2.2370123863220215,-0.6454862952232361,1.5446264743804932,0.2499981969594955,7.6694970130920410,-1.5128499269485474,4.3055644035339355,0.6427616477012634,-2.1228389739990234,0.0433526113629341,0.0861177742481232,0.1141222491860390,1.1219762563705444,0.9988121986389160,1.2509782314300537,-1.6041308641433716,-1.8270246982574463,3.0189061164855957,0.9903924465179443,-1.0364627838134766,0.7786827087402344,0.8395875096321106,-2.4929521083831787,-0.3027257919311523,-1.6882548332214355,-1.7817956209182739,2.5034968852996826,0.4963591992855072,0.0210806000977755,4.8145222663879395,-5.6715226173400879,1.1657478809356689,0.2657452821731567,-0.5147466659545898,-2.7486016750335693,6.0285601615905762,2.8923058509826660,2.4017801284790039,-0.6846443414688110,-8.8237419128417969,2.8604400157928467,0.1120551973581314,0.1443655937910080,-0.7178496718406677,1.2927770614624023,0.5962737798690796,2.0790517330169678,0.7967026829719543,0.6591846346855164,0.8086063265800476,-9.3210601806640625,0.3437127470970154,0.6571137309074402,2.2162506580352783,3.1022858619689941,-0.7256876826286316,0.4103873074054718,-0.8465445637702942,-0.1116526126861572,-0.7339426279067993,1.1152108907699585,1.3130718469619751,0.8146922588348389,0.8143025636672974,5.1788721084594727,0.6088139414787292,0.2056170850992203,-0.1882591694593430,-2.7593746185302734,0.5312243700027466,-2.6769771575927734,0.9186241626739502,3.6861834526062012,0.0180300511419773,-2.4386332035064697,-0.1169513687491417,-2.1723375320434570,0.1220658123493195,1.6880624294281006,0.6946420669555664,-3.4997997283935547,0.3214671611785889,2.5662553310394287,-0.3695219159126282,1.4921083450317383,-1.7453243732452393,-3.7849192619323730,0.0785022601485252,-0.0234513152390718,0.6628324389457703,0.3064232766628265,0.0329771228134632,3.6912219524383545,1.1935477256774902,2.3296976089477539,0.2671361267566681,4.6560301780700684,0.4076511561870575,4.4578137397766113,0.3338626325130463,0.7176788449287415,-0.0690256878733635,0.1322810202836990,-0.1526335328817368,2.2711400985717773,0.0350283049046993,1.2513358592987061,-0.1191191896796227,1.0554946660995483,-0.8499562144279480,-0.3893255591392517,-1.1848489046096802,13.9403362274169922,-0.8008621335029602,-0.5244374871253967,-0.4673577249050140,2.1881289482116699,-0.9595769643783569,-4.6869168281555176,-1.0238250494003296,-3.1867702007293701,-2.1617159843444824,-0.1477037370204926,0.5906286835670471,1.4869706630706787,-4.9386401176452637,-1.0998942852020264,5.7943582534790039,-3.0439519882202148,0.7710222601890564,-3.7055251598358154,-1.7626358270645142,2.6667838096618652,0.4955177605152130,1.2807444334030151,0.3543314337730408,-3.8127350807189941,0.0098476652055979,0.3059252798557281,-0.0261558070778847,2.3310484886169434,0.9750971198081970,-5.8050913810729980,-0.7992253303527832,0.2137306034564972,-0.8920563459396362,0.2728570699691772,0.7985407114028931,4.5883417129516602,1.5533254146575928,2.5610725879669189,0.6280828118324280,2.3873505592346191,0.1057205125689507,3.0852355957031250,-0.1736335158348083,-0.5665738582611084,-1.5780848264694214,1.2647427320480347,7.4148402214050293,-0.3783623576164246,0.5504229664802551,1.2048119306564331,-0.5802435874938965,0.2652259171009064,0.0731216669082642,0.5107178688049316,-0.5763234496116638,-3.8539452552795410,0.0488263964653015,0.0055360770784318,0.2380101084709167,1.8162367343902588,2.1772804260253906,-7.2934241294860840,-0.1874275356531143,-1.5626213550567627,0.6131370663642883,1.6116114854812622,-0.7921776175498962,-4.3526272773742676,-2.2756242752075195,1.4227989912033081,0.5304493904113770,-0.5051807165145874,0.0638258010149002,-0.0557758882641792,1.5493750572204590,3.6376659870147705,-1.9478304386138916,1.4939914941787720,-0.6602957248687744,-2.3209373950958252,-2.2481734752655029,-2.4129669666290283,2.9778206348419189,6.5277299880981445,0.6037687659263611,3.2328617572784424,-0.2366192191839218,3.3736553192138672,0.0103156808763742,-0.1593542397022247,-0.8062564134597778,-0.3893343508243561,-0.1734925061464310,3.8431315422058105,-1.0214470624923706,-2.1559758186340332,-0.3886689841747284,-2.4676935672760010,0.2251555770635605,-4.3147463798522949,1.4077746868133545,5.4794039726257324,-0.1437736451625824,-0.6744591593742371,-0.2007767558097839,5.2271451950073242,-0.0658642575144768,0.0104418555274606,-0.9772565364837646,-1.7859183549880981,-0.4401833713054657,6.5190215110778809,-0.3348231017589569,-16.5805454254150391,-0.4235855042934418,0.9143910408020020,0.0429346114397049,-0.5623635053634644,0.5184063315391541,0.6639545559883118,-0.0343251489102840,0.9300099015235901,0.1218960732221603,-0.2547864019870758,1.1964157819747925,-0.3411532640457153,1.2578271627426147,0.7454216480255127,0.6367740035057068,0.4830608665943146,0.3137452006340027,-1.4242910146713257,-1.5898610353469849,-1.7265688180923462,-0.0788948088884354,-1.8550509214401245,1.4831329584121704,1.4347398281097412,0.5760093927383423,1.7089759111404419,4.1191153526306152,0.1422637850046158,-1.5817461013793945,-3.2328236103057861,-0.4592997431755066,1.4661589860916138,0.3854993283748627,-0.4943175911903381,1.2988243103027344,-0.4380712211132050,1.7827030420303345,-0.9950803518295288,0.0696948841214180,1.4554606676101685,0.5247890949249268,2.5780816078186035,-2.5635392665863037,0.9251900315284729,-2.7611594200134277,12.3889579772949219,-0.7926963567733765,-2.9127373695373535,0.3995580673217773,-0.3331719338893890,2.5431342124938965,-3.4976487159729004,-0.1484493762254715,-0.3347312211990356,0.1484635770320892,-7.7025704383850098,0.0270713120698929,1.0863232612609863,-0.3934215903282166,-2.5066428184509277,-0.0213061366230249,-1.9217821359634399,-0.3900640606880188,-5.4792766571044922,-1.0360524654388428,2.2779402732849121,-0.7573604583740234,1.1134731769561768,0.5132387876510620,-1.1024503707885742,-0.1042799949645996,1.8727369308471680,0.1090113148093224,-4.9488935470581055,1.9430674314498901,0.6364167332649231,1.6888698339462280,-5.2404594421386719,0.4292325377464294,0.9729456901550293,-0.7677756547927856,1.4395656585693359,-2.0047094821929932,-1.1186892986297607,-0.3076429665088654,-0.6311029195785522,3.2409949302673340,4.6501965522766113,-1.7885788679122925,1.8267250061035156,1.9993603229522705,0.2260226756334305,-0.7580778002738953,-12.0348529815673828,-0.9134519696235657,-0.4725842475891113,-0.3013560771942139,2.2211999893188477,-0.3918696343898773,-2.9417924880981445,0.9481792449951172,-0.7791054844856262,-0.2000441551208496,-0.6332283020019531,0.0846152082085609,1.2644690275192261,5.1747961044311523,-2.3197662830352783,-0.1194669902324677,-3.0910849571228027,1.3601708412170410,3.5711576938629150,-0.0121490294113755,4.2982268333435059,-1.3561004400253296,7.3543963432312012,-0.6706533432006836,1.1523219347000122,0.1704598367214203,0.0966630205512047,-0.5268837213516235,-1.1741802692413330,3.9564650058746338,1.2601507902145386,0.2185499966144562,0.3082609772682190,0.7425420284271240,-0.4418221116065979,0.1164899542927742,-2.0818526744842529,0.8974536657333374,-0.0070189815014601,0.9730280637741089,1.9485601186752319,0.0851520821452141,1.4749183654785156,0.2402940690517426,6.8037238121032715,-1.7454967498779297,-0.4442923367023468,-2.1128530502319336,-1.3568936586380005,0.4747920930385590,-1.6594802141189575,-0.5935052633285522,-2.9625618457794189,0.0631971657276154,3.0555026531219482,-0.1376128047704697,-3.4104139804840088,-1.0061050653457642,0.4819702506065369,0.0809143260121346,-0.4863088130950928,-3.8550596237182617,-2.9154775142669678,1.1894550323486328,-2.5615775585174561,-0.6922938823699951,-0.9422655105590820,1.3396790027618408,2.6829202175140381,1.2225130796432495,-0.8221052885055542,-0.4834968447685242,-0.8307408094406128,0.0269877351820469,-2.1423039436340332,-0.5243903994560242,-7.8284893035888672,3.3364851474761963,1.3716285228729248,1.5330196619033813,3.2134871482849121,-1.2753303050994873,-0.1937585920095444,-1.3128116130828857,0.0985643565654755,-3.4456138610839844,2.7464320659637451,1.6431828737258911,0.7921929955482483,1.0469259023666382,2.1703450679779053,1.0765163898468018,-0.2201033830642700,-2.7789390087127686,7.3277192115783691,1.0733846426010132,-1.6964514255523682,0.3400465846061707,-1.3023713827133179,1.0924214124679565,3.0303561687469482,-1.6133776903152466,-0.0269924048334360,-6.6025872230529785,-7.1223821640014648,0.1724661141633987,0.2774601876735687,-0.6002009510993958,0.2759346365928650,-1.8234682083129883,-1.1692104339599609,-1.0370787382125854,1.4361062049865723,-1.7409574985504150,0.3064089417457581,0.0503357611596584,0.3372482657432556,2.7968559265136719,1.3778264522552490,-0.1084813997149467,0.2301141321659088,1.8706952333450317,-4.2818245887756348,-1.0008270740509033,1.7733561992645264,0.4568478167057037,-9.8393239974975586,-3.3818659782409668,1.4898051023483276,-0.5847679376602173,-0.1801466047763824,-2.1260194778442383,0.9967136979103088,-2.1099689006805420,-1.5016977787017822,0.2820182144641876,-3.1189725399017334,-0.2626134157180786,0.9094941020011902,0.0713267847895622,3.5897567272186279,3.3399472236633301,5.1193308830261230,3.4613387584686279,3.0997765064239502,-1.3904544115066528,-1.0249254703521729,-0.2500464916229248,-2.6684780120849609,0.1273508965969086,-2.7801260948181152,0.7277824878692627,-3.2494390010833740,1.0326288938522339,-3.6655740737915039,0.0413872860372066,0.0920287072658539,1.7579560279846191,1.4523358345031738,-4.3060173988342285,-1.3953142166137695,-0.0633414015173912,-1.4609142541885376,-0.3390878736972809,0.8466422557830811,-1.1738017797470093,-0.5895417332649231,-5.6422538757324219,-6.4532003402709961,-0.0173588749021292,-0.9106097221374512,0.0138389449566603,-2.9553458690643311,-2.3303551673889160,-1.9977586269378662,1.2587941884994507,-0.3952419757843018,-1.5380082130432129,1.9702934026718140,-3.3425908088684082,-10.2208576202392578,6.6501784324645996,-3.7481091022491455,-3.4880194664001465,13.3158121109008789,-1.7630271911621094,6.0019998550415039,1.6291123628616333,-5.0565276145935059,1.5237826108932495,6.3218307495117188,0.7504724860191345,12.6590423583984375,8.0250091552734375,10.4152507781982422,13.1033325195312500,17.3077793121337891,9.6776847839355469,8.4764413833618164,5.4995341300964355,9.8138408660888672,11.1573944091796875,8.7862815856933594,24.6728553771972656,10.7628498077392578,6.8373804092407227,13.7822761535644531,10.6852407455444336,7.6576499938964844,0.4233311116695404,0.1986834853887558,0.7431143522262573,1.8698188066482544,0.2024071961641312,0.2577950954437256,0.4749270081520081,0.9328543543815613,0.2984752058982849,2.0300893783569336,0.2648174762725830,0.3216713964939117,0.1960250437259674,0.6693660616874695,0.2167090624570847,0.2440294623374939,-0.5802299380302429,0.0374466963112354,-0.4934202730655670,0.1111637204885483,0.1962519884109497,0.0823729857802391,-1.4367690086364746,-0.0922661349177361,-0.1534130573272705,-0.2049223929643631,0.0123955700546503,-0.0771498456597328,0.0558952800929546,-0.2856382131576538,0.0790012404322624,0.6252906918525696,0.0000099999997474,0.7794001102447510,6.7245435714721680,0.1999965161085129,-7.5974998474121094,-0.4922125637531281,-1.0236215591430664,-0.0244104079902172,-0.0177418068051338,0.0165895409882069,-3.6163356304168701,1.2020380496978760,6.4047455787658691,2.6317281723022461,0.3708058893680573,-0.4507726430892944,-0.1846932321786880,0.6125732064247131,-1.4803107976913452,0.0175973027944565,-0.3392483592033386,-3.9576804637908936,-2.9812905788421631,2.1443665027618408,-0.5063906908035278,2.0036635398864746,1.2336443662643433,-2.8258759975433350,-1.7198020219802856,-0.2114345431327820,-1.1758674383163452,2.7612013816833496,-4.1658530235290527,-0.0790088772773743,5.1553807258605957,-0.8528800606727600,1.6414763927459717,-0.3663441538810730,5.8720412254333496,0.0642398223280907,1.1719496250152588,-0.3087792396545410,2.3408613204956055,0.0983381047844887,-1.2902936935424805,-1.4207549095153809,-7.9207897186279297,0.2729409337043762,0.2021068632602692,-0.8383192420005798,4.9681987762451172,-0.0201558135449886,0.0875669121742249,2.2112772464752197,2.8451538085937500,-0.7525153160095215,-4.9026618003845215,-1.2270547151565552,3.6560592651367188,0.8086241483688354,0.7852265834808350,-0.5241397023200989,-3.3561360836029053,0.8850923776626587,2.2440550327301025,-0.9027622938156128,-1.1523149013519287,0.5256729125976562,-1.2252416610717773,0.3512396812438965,3.2180523872375488,0.6033933758735657,-2.2255961894989014,1.5853718519210815,2.0706343650817871,-1.5173771381378174,-3.5701503753662109,-3.7135081291198730,1.0103031396865845,0.3548743426799774,-1.5248030424118042,-3.1438291072845459,2.4602966308593750,-0.0609747469425201,-0.1978536546230316,-3.8888614177703857,-0.8755053877830505,0.7325758337974548,-2.5199973583221436,3.1247570514678955,-2.2336847782135010,-0.4505654871463776,3.2754421234130859,6.2256236076354980,5.3208289146423340,-1.1651856899261475,1.2218775749206543,0.0351209789514542,-1.2035262584686279,0.2396570146083832,-1.4251580238342285,0.3175796270370483,-1.9811937808990479,0.0739108622074127,1.4770165681838989,-1.2050749063491821,-1.9424654245376587,-0.4540498554706573,1.9177819490432739,-0.7569372057914734,6.3491291999816895,0.2049320042133331,2.3328855037689209,-0.6575148701667786,5.7246541976928711,-0.1257510930299759,1.0963047742843628,0.7354635000228882,9.2080078125000000,-1.7095210552215576,-2.6737473011016846,0.9428167343139648,-4.2287168502807617,1.2598050832748413,2.5100619792938232,3.0686290264129639,3.9701464176177979,-4.2096214294433594,-1.8057756423950195,0.2135229855775833,0.1975951045751572,-0.1215007826685905,-2.4637341499328613,0.0643276944756508,-4.2271809577941895,0.1127257868647575,2.4678306579589844,-1.7039239406585693,-5.4482064247131348,1.7959145307540894,5.7008223533630371,-1.0085963010787964,-2.5660493373870850,0.1057152599096298,0.4822946190834045,-0.2351321130990982,-3.4963095188140869,-0.0320366695523262,0.9900730252265930,-2.7281796932220459,3.2811989784240723,-0.7904805541038513,-0.9328513145446777,2.4842836856842041,3.0455412864685059,0.0648711472749710,-0.4302563369274139,4.7045726776123047,-4.5771574974060059,-2.4096360206604004,0.4681962728500366,0.0514226928353310,2.7320525646209717,-0.7786555290222168,-0.2110843956470490,-0.7335309982299805,-1.2064129114151001,-0.5248534679412842,1.4531593322753906,-0.8958479166030884,1.2453461885452271,-0.9840292334556580,1.0447747707366943,-0.8438400626182556,-5.9956173896789551,-0.1758426129817963,2.1046056747436523,1.2791923284530640,-1.9356884956359863,-0.1466125994920731,0.0738928020000458,4.7409725189208984,5.0973920822143555,-1.5392792224884033,1.0066822767257690,-0.6996442675590515,8.4918727874755859,2.2708706855773926,0.1666933298110962,-2.6236088275909424,4.6280794143676758,-1.5719621181488037,-2.5089178085327148,0.7936829924583435,-5.2565417289733887,0.5789115428924561,-0.5277466773986816,-0.0875760242342949,0.0491634383797646,0.0641735494136810,-0.2572380006313324,0.9455268383026123,3.0578551292419434,-1.2141324281692505,-6.8862309455871582,3.9582037925720215,0.0086859632283449,-0.3640130460262299,0.7273307442665100,0.2763995528221130,-1.5060409307479858,0.0165732111781836,-0.5028266310691833,-0.3740827739238739,4.7883439064025879,2.0681514739990234,-1.3254495859146118,0.9895743131637573,-0.9991246461868286,-1.6913490295410156,2.0886974334716797,-2.5002589225769043,0.8976891636848450,0.5946518778800964,-7.9884948730468750,1.0878286361694336,2.3549165725708008,4.5243978500366211,0.4928536713123322,1.1287310123443604,0.7244446277618408,-0.6892099976539612,-0.5402895212173462,-1.7827912569046021,1.8516988754272461,-2.3656790256500244,1.0285108089447021,1.5532188415527344,-7.1491446495056152,-1.1419835090637207,-0.5829225182533264,4.4186367988586426,-1.4193714857101440,0.1849458664655685,0.3939737975597382,0.9562932252883911,-2.6562776565551758,-0.5706732869148254,-3.8528211116790771,-2.3406946659088135,3.3520967960357666,3.4503104686737061,2.8179457187652588,-4.9885301589965820,1.8126252889633179,-6.0614600181579590,-0.2603364884853363,-0.1895880401134491,-0.4155978560447693,0.2593111991882324,-0.6125230789184570,-0.0451866015791893,-1.2834445238113403,0.1117617413401604,-5.2655558586120605,0.0206922236829996,2.3924870491027832,-0.1583955287933350,0.4639893770217896,-0.6492994427680969,5.7800507545471191,-0.1056464910507202,0.3577343821525574,-0.5589477419853210,-6.1802477836608887,-0.0191404558718204,-0.7671622037887573,-1.3552747964859009,4.3254871368408203,0.3938275575637817,5.2823119163513184,1.4532238245010376,-4.9735722541809082,-0.0521718338131905,0.8630179166793823,1.8823808431625366,-1.1813604831695557,-0.2442877590656281,-0.3130072355270386,-1.1473599672317505,0.4879336357116699,0.5104132294654846,6.1222920417785645,-0.6346853971481323,0.9365668892860413,-0.4330249130725861,0.0034527794923633,-1.0584781169891357,-7.2972445487976074,1.7071278095245361,3.4258444309234619,-3.4242970943450928,-3.5979325771331787,0.4168931543827057,0.0315110348165035,-0.9385268092155457,0.9150381684303284,-0.1578937619924545,-0.4556238055229187,3.6256997585296631,-2.0171020030975342,-5.6023130416870117,0.7524015307426453,-4.0994148254394531,-1.2303785085678101,3.6818094253540039,0.8984583020210266,1.2632515430450439,0.1689307540655136,-2.3749475479125977,4.0557913780212402,0.3780945241451263,4.9221401214599609,1.7474894523620605,0.2750080227851868,-0.3535620570182800,2.3695285320281982,0.1271774321794510,-0.6110027432441711,1.5389038324356079,-2.0773479938507080,-2.2480359077453613,-9.6092386245727539,0.3953581452369690,1.7069411277770996,0.2205835133790970,-2.3885734081268311,-2.0739679336547852,-0.1912309527397156,-0.1531052887439728,-0.1555875390768051,3.1248934268951416,4.3221859931945801,-2.2268226146697998,-0.9273121356964111,-1.8598670959472656,-3.1860904693603516,-0.6536706686019897,-0.2477006763219833,-1.5166360139846802,0.7150112986564636,-2.1982336044311523,7.6079912185668945,1.5359666347503662,0.4917020499706268,-0.0634356141090393,-14.3162937164306641,-0.4746596813201904,-0.5392314791679382,-0.3122974336147308,0.3082551360130310,-0.3983484506607056,4.1351246833801270,-0.5936893820762634,0.4386740326881409,-2.7551124095916748,0.9867860078811646,-0.6049422621726990,0.0463430918753147,-1.0102813243865967,-0.1824729591608047,-0.6204054951667786,-0.4898831546306610,-3.7581627368927002,-2.5653150081634521,4.7917461395263672,-0.6734138727188110,3.6676909923553467,-1.7684013843536377,-1.6209561824798584,-2.5439512729644775,-0.9157589673995972,2.5049622058868408,2.2184300422668457,0.2808340787887573,-0.1674624681472778,2.5462400913238525,-0.1713265031576157,3.1103515625000000,-0.2388918548822403,0.8545909523963928,-0.0479789413511753,0.0742911547422409,0.9498262405395508,0.2151629477739334,-0.6957996487617493,0.7142864465713501,0.4750571548938751,-1.8544409275054932,0.0986138656735420,-0.4653774201869965,-0.1824444085359573,10.0382471084594727,-0.0310285761952400,-0.9593782424926758,3.5508520603179932,-1.2560285329818726,-0.8695292472839355,-1.3216642141342163,-3.5991668701171875,-4.9254574775695801,0.3298384249210358,-0.5982133746147156,-4.8607511520385742,7.5063991546630859,1.6248646974563599,1.8406552076339722,0.1351296305656433,-0.0881511643528938,-0.0349604971706867,2.3207182884216309,-0.0558096393942833,-1.4464304447174072,0.0040015671402216,0.9028928279876709,0.7740806937217712,-1.4316427707672119,-1.0825546979904175,-0.7107443809509277,0.4778258800506592,-0.2458751052618027,0.1592639982700348,0.4593724310398102,-0.1333152204751968,10.0169086456298828,-0.0261536352336407,0.3884374499320984,4.1547312736511230,-0.5845143198966980,-0.9998848438262939,4.3702144622802734,-3.6948542594909668,-4.3729362487792969,0.4321874380111694,0.3741882145404816,-5.2986078262329102,7.6383028030395508,0.7123607993125916,0.7175285220146179,0.7355859279632568,7.9289903640747070,0.9089302420616150,0.2627568840980530,0.1917946487665176,3.3107488155364990,0.0514450371265411,-1.3099740743637085,0.6710345149040222,-2.9476287364959717,-1.0208494663238525,-9.0967016220092773,2.8165087699890137,3.8015983104705811,0.1718557178974152,-1.9186060428619385,-0.4218234121799469,0.6892480850219727,0.0115295527502894,0.0866851285099983,2.6934249401092529,3.5450277328491211,-1.2470880746841431,-0.6696415543556213,-2.4343163967132568,-0.8977666497230530,-1.3830807209014893,-0.4600673913955688,-2.9244616031646729,1.5272058248519897,-1.2601808309555054,7.4473676681518555,0.8867600560188293,-2.5701181888580322,0.1822420358657837,2.3950562477111816,-0.2393878847360611,-0.4068634808063507,-0.0014529145555571,-0.4254548847675323,-1.2767418622970581,-4.4241380691528320,2.1725864410400391,-1.2450133562088013,2.7493638992309570,-2.2851355075836182,-0.1090548858046532,-0.9282762408256531,0.7516412138938904,-5.6782097816467285,0.0338877961039543,0.1851600110530853,-1.8874825239181519,-5.2080583572387695,0.5697004795074463,0.6014755368232727,-0.0362092331051826,-0.5974880456924438,-1.5388931035995483,-0.8107871413230896,-1.0843605995178223,-1.0480794906616211,2.0777404308319092,-9.9340667724609375,-5.7189335823059082,4.9821333885192871,3.0623452663421631,-8.2866334915161133,3.0956058502197266,3.3235657215118408,-5.0553746223449707,-2.2552061080932617,-2.6902885437011719,5.5232820510864258,-2.4664623737335205,3.3833425045013428,0.7078847289085388,-1.2604992389678955,-8.4022531509399414,-3.6659228801727295,12.2553815841674805,8.9846906661987305,12.2803115844726562,32.5012550354003906,8.5870656967163086,17.7201461791992188,5.5869846343994141,7.9900636672973633,18.3607463836669922,11.7643308639526367,28.0806713104248047,20.4808959960937500,18.5814247131347656,33.5380058288574219,37.0122871398925781,15.0733079910278320,0.4873019456863403,0.3130652606487274,0.2634298801422119,0.8926982879638672,0.6393836140632629,0.4534896612167358,0.4603956639766693,0.3616285920143127,0.6079702377319336,0.5530489683151245,0.3374015688896179,0.9461635351181030,1.9066476821899414,3.1166336536407471,0.4408908188343048,0.3869894146919250,-0.8885411024093628,-0.6297202706336975,0.0496013648808002,-1.5593540668487549,0.0874361023306847,0.0822385177016258,-0.1999310851097107,-0.7856682538986206,-0.0503528974950314,-0.1672550439834595,-0.8945964574813843,2.4464492797851562,0.5776293277740479,1.2242980003356934,1.4421365261077881,-0.6097272634506226,0.0000099999997474,-0.3837380111217499,-6.4884891510009766,0.7669867277145386,2.7158966064453125,-2.1958577632904053,-1.9634387493133545,0.6570252776145935,2.5943765640258789,0.2263664454221725,0.2378549277782440,-1.1835354566574097,-2.2181520462036133,-0.4700418412685394,0.4290558695793152,-0.4114097654819489,-0.6065362691879272,0.4861458837985992,-1.4593586921691895,-0.7084605097770691,-2.9025313854217529,1.2688369750976562,-2.4814999103546143,-0.2480232715606689,-3.6080584526062012,0.0949893742799759,0.2677370309829712,-0.1309306323528290,1.1107779741287231,0.3886947929859161,-7.1756601333618164,-0.2831597924232483,7.1935200691223145,-0.0474724397063255,-0.9976522922515869,-0.0788066089153290,4.2829146385192871,-0.4983428120613098,-2.3756830692291260,0.0803923159837723,1.2291221618652344,-0.0808870941400528,0.1103607863187790,-0.2272968739271164,-0.7124693393707275,-0.0539133213460445,-2.5940377712249756,0.1360205709934235,0.3873894512653351,-0.1008828878402710,4.0028204917907715,-0.1344554871320724,-1.0828975439071655,0.1154236271977425,-2.8119862079620361,0.1530935317277908,-0.7622966766357422,-0.0579657703638077,-3.1090772151947021,0.0429727621376514,5.1599054336547852,0.3980674147605896,4.2015442848205566,0.2659030258655548,2.0760295391082764,-0.0912648662924767,-3.1571967601776123,-0.9999382495880127,3.3304448127746582,1.3997715711593628,-1.3625062704086304,-0.8425774574279785,0.2142939269542694,0.1602245718240738,-0.3825466334819794,-0.1937276124954224,-8.2219228744506836,-0.3398313820362091,2.2602355480194092,1.1250895261764526,-1.7033487558364868,-0.5031242370605469,-0.2833953499794006,0.2640549540519714,3.6910994052886963,-1.7703443765640259,-1.3246855735778809,-0.3003616333007812,2.8189172744750977,-0.0422647185623646,0.3990228474140167,-0.1515244841575623,-1.1854431629180908,-1.6801040172576904,-1.5755523443222046,-0.4822634160518646,3.7658624649047852,0.6775806546211243,0.3022325634956360,-0.8966322541236877,-2.8042876720428467,1.1399226188659668,-3.8600068092346191,-0.9560067653656006,0.6433324813842773,-0.5103512406349182,-0.9874162077903748,1.1049677133560181,2.9408409595489502,0.2778831422328949,1.1774660348892212,-0.5673933625221252,-6.1570215225219727,-0.3681051433086395,-0.9396411776542664,-0.0774550139904022,0.3868077993392944,0.3507708013057709,6.0440239906311035,-0.5011690855026245,-3.1528222560882568,-0.0175749622285366,3.6092503070831299,-0.0397104397416115,-4.6240153312683105,-1.0458993911743164,-1.2971553802490234,-0.1312244534492493,-0.2044673860073090,-0.4073166549205780,-5.4623365402221680,1.0817869901657104,0.1782821118831635,-4.5966496467590332,0.9199969768524170,0.1635094583034515,-2.4319424629211426,0.0362777262926102,-1.9628945589065552,-1.8612329959869385,2.2119195461273193,0.0010518392082304,1.7806998491287231,-0.8611657619476318,0.6292230486869812,0.6916579008102417,-0.5121033787727356,-1.0388939380645752,-5.3619785308837891,2.0448749065399170,-2.0628707408905029,0.4507318735122681,-1.7417734861373901,0.1246154308319092,0.6818416118621826,-0.2543456554412842,-0.6189296245574951,2.0751678943634033,-3.8154931068420410,-1.4189599752426147,8.8098440170288086,0.1095730811357498,0.9444534778594971,0.0097444150596857,6.6782259941101074,0.2818019092082977,-1.0733025074005127,-0.2335966080427170,-0.0703612864017487,-0.0263055656105280,1.0080893039703369,0.0193226076662540,-2.2602598667144775,0.0785508453845978,1.0437324047088623,0.1078654676675797,0.3743289411067963,0.0187817011028528,-6.3562436103820801,0.1212258636951447,0.7004427313804626,-0.4373472929000854,3.8182384967803955,0.5716275572776794,1.2191120386123657,0.0051613966934383,1.8213576078414917,0.0298312287777662,6.6574845314025879,-0.1986542791128159,-1.9987950325012207,-0.0378105454146862,-3.5162887573242188,-0.2890816628932953,0.2183239012956619,-0.2630644142627716,-2.5032851696014404,1.8814046382904053,-0.0410447455942631,-0.0374768450856209,3.1053309440612793,0.1284330338239670,3.2436435222625732,1.2032055854797363,-3.2704026699066162,-0.4430287182331085,0.2551178634166718,0.2953354418277740,-1.6665176153182983,-0.2093338519334793,4.3079414367675781,0.1598731577396393,1.1648947000503540,0.0279552005231380,-10.6723546981811523,0.5683753490447998,-3.6501843929290771,0.1590235382318497,2.0389227867126465,0.0967380180954933,0.2508495450019836,-0.9151564836502075,-6.7887310981750488,1.2266393899917603,1.4638084173202515,-0.3097055554389954,4.0097770690917969,1.8638011217117310,0.0730851888656616,-7.3652071952819824,2.3601989746093750,0.7211407423019409,-0.4107384979724884,0.1288323104381561,-1.6353484392166138,-3.3052198886871338,4.2731633186340332,-0.4385501742362976,0.8908182978630066,-1.1811602115631104,1.4708709716796875,1.1196573972702026,-0.4020142257213593,-1.2410192489624023,-6.9658031463623047,2.6537811756134033,-5.9872364997863770,0.2612271010875702,3.3897998332977295,0.1601310968399048,0.4150852560997009,-0.3683670163154602,-0.1041768714785576,2.6476736068725586,-2.0075116157531738,-1.7074781656265259,-0.1548017114400864,-0.1238871887326241,1.8956940174102783,-1.2243119478225708,-0.8430823087692261,2.1623091697692871,4.3180708885192871,-0.4331012666225433,1.6954573392868042,0.0467939488589764,-0.3065539002418518,1.2155451774597168,0.5177100300788879,-0.6781265139579773,-0.4908289909362793,0.2133872061967850,-4.3950223922729492,-0.9245287179946899,0.8505411148071289,0.3708435297012329,1.5384513139724731,-0.3987058997154236,21.2901687622070312,0.3844832479953766,-4.6660685539245605,-0.1218643933534622,0.0370035097002983,0.0924381464719772,-0.4936653375625610,-0.5195504426956177,13.2971496582031250,1.8413807153701782,-1.6541413068771362,-0.6804637908935547,7.5879616737365723,0.9191107749938965,-0.4872322678565979,-1.0871723890304565,2.6511456966400146,0.2419348657131195,-0.0717868879437447,0.2638585269451141,0.5307536721229553,0.0477564558386803,-3.5389177799224854,0.0285642351955175,3.2420365810394287,-0.0041093714535236,-0.5029958486557007,0.1679504364728928,1.7322359085083008,-0.7498337030410767,-1.7372871637344360,1.5366232395172119,6.6198287010192871,0.2866243124008179,-5.3252182006835938,0.1698687225580215,-0.0808464586734772,0.0521986186504364,1.5878642797470093,1.5209606885910034,2.9275035858154297,0.7664250135421753,3.6946444511413574,0.8157709836959839,2.6284847259521484,0.9073266386985779,-4.8930964469909668,0.9882265925407410,3.2754123210906982,-0.0683664977550507,-0.1549269109964371,0.1036778762936592,-2.4823825359344482,-0.6065502166748047,-11.1541700363159180,0.0656999349594116,-1.2328448295593262,-0.5781559348106384,2.6395330429077148,0.3272567689418793,0.8525583744049072,0.2121501266956329,3.1985907554626465,-2.8851027488708496,-2.1589589118957520,0.3924875557422638,4.1180419921875000,-0.1400896757841110,-0.3343729972839355,0.1414929032325745,-0.7373004555702209,-2.0358126163482666,-1.1643226146697998,-0.6277234554290771,3.2378811836242676,0.1239971518516541,-7.7592649459838867,-1.5239751338958740,1.3713479042053223,2.9893851280212402,-2.0427267551422119,-1.2131078243255615,2.4771819114685059,-0.5305040478706360,-1.5067429542541504,2.0099835395812988,7.9720554351806641,0.2652354836463928,1.5690879821777344,-0.1406379789113998,-4.3232698440551758,-1.0933717489242554,-1.3963224887847900,0.2111526876688004,-1.9985898733139038,-1.2150709629058838,-0.9004852175712585,-0.1861467510461807,-6.4322013854980469,-0.2235860973596573,-0.5606652498245239,0.1153611913323402,0.0525768361985683,-0.2328766286373138,0.2774828076362610,1.2305399179458618,0.6780011653900146,0.2278173267841339,0.7968838214874268,-0.0052488306537271,-0.3847996294498444,0.3339203298091888,-2.4715006351470947,-0.4313793182373047,5.5847067832946777,-0.0928832516074181,-0.1248150840401649,0.1597047895193100,-0.9290882349014282,0.0458910651504993,-2.2318625450134277,0.1198006123304367,-1.1930745840072632,-0.0648982226848602,-6.7131085395812988,-0.1095235347747803,0.3033456206321716,-0.1801045835018158,-3.5124402046203613,0.3762064576148987,4.9800767898559570,0.0531464517116547,2.7833664417266846,0.0576536990702152,-3.3499295711517334,-0.1258963495492935,1.8318042755126953,0.5633596777915955,3.7544465065002441,0.2464470863342285,-1.5477222204208374,-1.0833292007446289,1.9162590503692627,0.5549355149269104,2.8967893123626709,-0.4578936994075775,4.3331494331359863,0.0398700609803200,0.0883525982499123,0.4181577861309052,2.8560554981231689,0.3318727016448975,-7.1241164207458496,0.5807185769081116,-0.2220764905214310,-0.6447713375091553,1.8090850114822388,0.3897210359573364,-2.2593312263488770,-0.1865789294242859,7.9293513298034668,0.5378543734550476,0.7283731102943420,-0.1782992035150528,2.3896074295043945,-0.0035431862343103,-2.6382060050964355,0.6227892637252808,5.4307055473327637,0.4173363745212555,2.2836728096008301,0.4328166544437408,-0.9984867572784424,0.5953516364097595,6.3573842048645020,-3.6567916870117188,3.1298756599426270,0.4727905988693237,0.3502390384674072,-1.2137089967727661,0.3049832284450531,-1.3084225654602051,1.8674335479736328,-3.3239281177520752,-4.3658514022827148,-0.6471285223960876,-7.3615741729736328,0.4079229235649109,1.0277459621429443,-0.3963476717472076,0.4472605586051941,-1.1272323131561279,-2.6166279315948486,0.7784675359725952,3.8119964599609375,1.6556522846221924,-0.6903919577598572,-0.6750700473785400,-0.1283553093671799,-0.1418732553720474,-3.9604949951171875,-0.7377371788024902,2.8717536926269531,0.5632635354995728,0.2161055505275726,1.1954939365386963,-1.6509903669357300,-2.2034473419189453,-3.2624394893646240,0.3138051331043243,-4.6787357330322266,0.1535146981477737,-3.2619731426239014,-1.8414829969406128,-3.7585837841033936,0.9338005185127258,-5.0099525451660156,-0.4145740568637848,3.1836485862731934,0.9102670550346375,1.4080345630645752,-0.0653678551316261,0.1742071062326431,-0.3666647970676422,0.7569009065628052,-0.1487693637609482,7.2113528251647949,-0.0137245357036591,-0.3614972829818726,-0.1700778156518936,0.5093907117843628,-0.1066224128007889,1.9129250049591064,-2.7273430824279785,8.0510692596435547,-10.9185466766357422,2.3123326301574707,0.0111667783930898,-4.6956977844238281,-1.1306567192077637,-2.4168045520782471,-3.0946614742279053,4.0612869262695312,-5.5996136665344238,-12.8984031677246094,1.1056158542633057,1.4258900880813599,3.0207240581512451,-1.6514747142791748,4.4138560295104980,6.5991334915161133,10.7899971008300781,3.3640120029449463,16.6940784454345703,4.2051267623901367,15.3573322296142578,72.0921630859375000,13.6978044509887695,19.6898479461669922,36.2637252807617188,13.3141984939575195,38.4032783508300781,22.1528129577636719,23.8189620971679688,13.3061389923095703,9.6663818359375000,30.9896812438964844,0.7034099102020264,0.4117777645587921,1.1203494071960449,0.4996477067470551,0.8719341158866882,1.9844158887863159,0.3638555705547333,0.6749157905578613,0.4807123839855194,0.3807869255542755,0.9231988787651062,0.3186635076999664,0.8841972351074219,0.8967945575714111,1.1572120189666748,0.3735298514366150,-1.7113674879074097,0.8101872205734253,-0.6221404075622559,-2.0023818016052246,0.2008737027645111,-1.6296784877777100,-0.8131278753280640,0.1505761444568634,0.2868166267871857,-1.1965368986129761,2.3431184291839600,-0.0904042422771454,-1.4893945455551147,-2.2449810504913330,3.5341012477874756,-0.7731366753578186,0.0000099999997474,-0.2017110139131546,0.6943045258522034,-0.7752183079719543,1.4199494123458862,0.5930781364440918,1.3891388177871704,1.1150945425033569,-0.5538148880004883,-2.5392842292785645,-3.4734992980957031,2.5222101211547852,-0.2884235382080078,2.0115993022918701,0.7905756235122681,-1.6000227928161621,-2.5798928737640381,-1.5006277561187744,-1.2606632709503174,-3.1248042583465576,-2.9616503715515137,-0.5510963201522827,-0.0129420394077897,0.4662197828292847,-0.8929880261421204,0.8854547739028931,0.2642531096935272,-2.4194624423980713,0.2119994163513184,0.6255281567573547,0.1017494872212410,0.7639970779418945,-0.0131862955167890,2.0091557502746582,0.4552171826362610,0.9194979667663574,0.2794273197650909,0.3203064203262329,0.6555483341217041,1.0891263484954834,1.6284421682357788,-3.3712649345397949,-0.0422546193003654,4.4493827819824219,-0.0097196856513619,3.3605673313140869,0.6230153441429138,-3.2354989051818848,-0.5355402827262878,-1.9795542955398560,-0.3563127219676971,-0.8553144931793213,-0.7480418086051941,-0.1359122544527054,0.3025829195976257,1.2780779600143433,-0.7299948334693909,-1.6676852703094482,0.6457278132438660,0.0352026522159576,0.4885149598121643,0.2578785419464111,-0.6672606468200684,-0.5520210266113281,-0.0666687563061714,0.0814357027411461,1.8340057134628296,-0.0383174456655979,1.4930647611618042,-0.2180592715740204,-3.1874191761016846,-0.6859288215637207,-0.4066682755947113,0.0981844440102577,-0.1808120012283325,0.0205331742763519,3.2178275585174561,-0.3812766969203949,-1.1355992555618286,-0.3937276005744934,0.5774558186531067,0.2951776385307312,-1.2879010438919067,0.1722818613052368,-2.6958737373352051,-2.2241687774658203,-8.8880023956298828,-0.0175878535956144,6.5293416976928711,-0.3285113871097565,-5.0196485519409180,-0.3360197246074677,0.9997345209121704,-1.0881185531616211,2.4216799736022949,-0.3908181488513947,-5.7285819053649902,-4.0261693000793457,0.0866190269589424,-2.4278130531311035,0.9527339935302734,1.0712556838989258,0.8001673817634583,-0.6823092103004456,-0.6657524108886719,-3.9758975505828857,-0.4223492145538330,-1.7933425903320312,1.0340803861618042,-1.5101145505905151,-0.8876683115959167,-3.3834085464477539,0.1935558170080185,3.2225902080535889,-0.1692036092281342,-1.0751167535781860,-2.2159795761108398,0.2164093106985092,1.0929594039916992,-2.2249467372894287,-0.6353005170822144,0.8347508311271667,-0.8641742467880249,1.5372530221939087,-2.2082040309906006,2.4039804935455322,0.1878129243850708,-0.4277513921260834,0.8465361595153809,-2.2389500141143799,-1.0934710502624512,-4.3945221900939941,1.2275233268737793,1.4724923372268677,-0.6632110476493835,-0.6015735864639282,1.0421909093856812,-0.9210454225540161,2.1711659431457520,-3.3271663188934326,1.4160404205322266,-2.3934504985809326,-0.5396345257759094,-2.3184375762939453,-0.2707440555095673,2.3957858085632324,0.3973620831966400,-0.3032549321651459,0.6409047245979309,-0.3907721638679504,0.9007832407951355,-1.2517999410629272,0.3984728753566742,1.5832769870758057,-0.8476648330688477,3.3950839042663574,-1.7657189369201660,-0.2739664018154144,-1.0877031087875366,-0.9466958045959473,1.9227904081344604,-3.5331699848175049,1.3189671039581299,1.9712402820587158,0.6957442164421082,2.9211487770080566,0.0772259235382080,-1.1994427442550659,0.6435195803642273,0.5927067995071411,0.6817483901977539,-3.9059903621673584,0.2988289594650269,-3.6418707370758057,-0.6249454021453857,-2.0853104591369629,0.4530079364776611,2.7566294670104980,0.4960865378379822,0.5275837779045105,0.4200801849365234,0.7557305097579956,-0.1955680996179581,-1.9524893760681152,-0.0590665787458420,-1.6621913909912109,-0.3595046401023865,1.3003466129302979,-0.4344773888587952,-0.4947533011436462,-0.4476110637187958,1.8710069656372070,0.5023251175880432,4.9153227806091309,0.3257616758346558,-1.9085243940353394,-0.8169711232185364,0.4878553152084351,-0.6980192065238953,1.9284446239471436,1.5809442996978760,-0.6538999080657959,-1.4376505613327026,2.7255539894104004,-1.4980669021606445,2.0871284008026123,0.4093650281429291,-1.3382819890975952,-1.3414032459259033,-3.3008334636688232,0.1013510078191757,0.4429394304752350,2.9742815494537354,-2.0499398708343506,-2.2887623310089111,1.2378542423248291,1.1847206354141235,4.2208127975463867,0.8822229504585266,-0.7536703944206238,1.1038535833358765,-2.0216758251190186,-1.9000971317291260,1.3484166860580444,-1.0443444252014160,0.3973918855190277,-1.6916913986206055,-3.2718985080718994,-0.5990455150604248,1.6855947971343994,-0.4850760996341705,0.3152737915515900,0.5427435636520386,-4.8670835494995117,-0.5215354561805725,0.9032613635063171,-0.1437504589557648,3.5041730403900146,0.4726670980453491,-2.4001493453979492,-2.4359486103057861,-1.7452012300491333,-1.0222802162170410,-2.0985138416290283,-2.1733705997467041,0.2039122134447098,0.4040871858596802,-0.5695903897285461,-0.0165201909840107,-0.3954870998859406,0.8438927531242371,-0.4693427383899689,0.9485698938369751,0.2486531138420105,-0.4883880615234375,-0.0049214009195566,1.2781965732574463,-0.0902161300182343,2.2434213161468506,0.0375522263348103,2.8954916000366211,0.1570121496915817,2.9205884933471680,0.5898429155349731,4.4954347610473633,-0.0882652848958969,-2.8589432239532471,-0.0341928303241730,2.0590093135833740,0.2701665461063385,6.3826904296875000,0.3045700490474701,3.2070510387420654,-0.2334466129541397,-6.2576322555541992,-0.1701778471469879,-1.8262077569961548,1.6901357173919678,1.7189148664474487,-0.0125762457028031,1.4857629537582397,0.2576924860477448,0.5015360713005066,0.1955495029687881,-4.2121276855468750,0.6403198838233948,0.4055829048156738,0.2803610265254974,-2.6030051708221436,2.2135295867919922,0.1316806077957153,-1.5599234104156494,0.8709956407546997,-0.3355931043624878,-1.0814391374588013,-0.3053171932697296,0.4750300645828247,5.8406786918640137,-0.0559365414083004,2.1151878833770752,-0.8088216781616211,-2.2861239910125732,-0.0629531517624855,2.2103042602539062,-0.8156017661094666,1.1187138557434082,0.9995911121368408,1.9540586471557617,1.8358359336853027,0.8647186160087585,-0.0063533764332533,0.8205404281616211,1.4910157918930054,2.7764492034912109,-0.2885827124118805,0.1430974751710892,0.9455725550651550,1.6062083244323730,-0.7604747414588928,-0.0411577112972736,-0.9866535663604736,0.0497288592159748,-0.3430218398571014,-0.7030267715454102,0.3169559240341187,-3.6630969047546387,0.8836787343025208,0.6865444183349609,0.3001810014247894,0.5721505880355835,0.6038748621940613,6.0757598876953125,0.7680146694183350,1.1931984424591064,-0.3556742072105408,0.7902356386184692,0.8799950480461121,-2.0161719322204590,-0.0263990629464388,-0.7892909049987793,-0.6755100488662720,-1.1271136999130249,-0.3159600496292114,2.0152559280395508,-0.5899257063865662,-1.3147124052047729,-0.0591961555182934,-1.2409111261367798,-0.7874938249588013,-0.1561886966228485,0.3052113354206085,-1.0725566148757935,-0.4192146360874176,0.8069977164268494,-0.7870831489562988,-1.5133594274520874,-3.0250978469848633,4.4036221504211426,0.5634863972663879,0.9213367700576782,-0.4245368838310242,1.9251577854156494,-0.9001373052597046,-3.8681781291961670,-0.1069969162344933,0.5090755224227905,1.0268301963806152,-0.6642388701438904,0.2883604466915131,-0.4434361457824707,-1.6318342685699463,-0.7056506872177124,-0.3854404687881470,0.6753236055374146,0.9645729660987854,-0.2411701232194901,-0.5899870991706848,0.8323168754577637,1.1122515201568604,-0.9414346218109131,1.0636649131774902,-0.3207918107509613,0.9326385855674744,1.9630821943283081,-0.4997247755527496,2.2767617702484131,-1.2608746290206909,-0.9437862634658813,-0.0820441171526909,-1.1792593002319336,0.2144333273172379,1.5626531839370728,-1.6197837591171265,-1.4685544967651367,-0.4095790684223175,4.5306205749511719,-0.2633512020111084,2.5564997196197510,0.4580608606338501,-1.3987355232238770,-1.3079563379287720,-2.2959024906158447,-0.6442059874534607,-3.1238393783569336,-1.5010161399841309,-1.4167313575744629,0.2821021378040314,3.1861226558685303,-0.0480010882019997,0.9985854625701904,0.7761161923408508,-2.3825030326843262,-0.4578760564327240,0.7481569647789001,0.9854354262351990,-0.9278128147125244,0.2922428250312805,-0.0510026738047600,-0.1238096356391907,3.0867526531219482,-2.4882955551147461,-3.3403627872467041,0.0630417242646217,-2.3898234367370605,-0.0038058201316744,3.3377230167388916,-0.3442358374595642,1.0633760690689087,-0.8138344883918762,-0.0323779247701168,0.1753879636526108,4.8223085403442383,0.8217204809188843,-2.0265662670135498,0.1912969797849655,0.6030558943748474,0.9688255190849304,0.3963976204395294,0.0272695235908031,0.6220021843910217,0.6854392886161804,-0.8094280958175659,0.2171966433525085,-1.4900085926055908,-0.1878708600997925,0.1045874506235123,-1.4841336011886597,0.7184048295021057,-0.9990029335021973,0.0631327703595161,-0.2126367837190628,-1.9262728691101074,-0.5962958931922913,1.4316689968109131,1.0469514131546021,1.9465847015380859,0.6170072555541992,-3.5450780391693115,-1.9225138425827026,2.6623439788818359,0.0443050302565098,2.0940022468566895,1.4359261989593506,-3.4141805171966553,-1.3643190860748291,-0.4027140140533447,-1.5825449228286743,-2.7192764282226562,-1.3646649122238159,-1.0601507425308228,0.7797809243202209,1.2799117565155029,-0.5530071854591370,-0.9667387604713440,-0.2072564810514450,-0.4538919329643250,0.0504095666110516,0.7124026417732239,0.4272121191024780,-1.1628488302230835,0.6799301505088806,-4.1043825149536133,-0.8028951883316040,2.3025717735290527,-0.6493748426437378,-0.9957538247108459,0.1505951136350632,-2.5452282428741455,-2.0060067176818848,0.4235105514526367,1.7255003452301025,-4.3709163665771484,1.2881803512573242,-1.5320187807083130,0.0488500036299229,2.0108423233032227,0.6282866597175598,2.4150495529174805,0.0072631044313312,0.2386812418699265,0.5262818932533264,2.4161424636840820,1.0362323522567749,-3.2284250259399414,0.0285628810524940,-2.5968954563140869,-1.0017971992492676,0.2067020237445831,-0.9476064443588257,0.9235062003135681,-0.3945070505142212,1.1174044609069824,0.0994936376810074,-0.0889828130602837,-8.4785070419311523,0.0530940853059292,12.0129346847534180,-0.0995807200670242,6.6030650138854980,-28.1914882659912109,-4.8564414978027344,-2.1923143863677979,-3.9697580337524414,-0.2287667095661163,-3.8318264484405518,-0.4899016618728638,3.9163036346435547,-4.1003394126892090,19.4702777862548828,19.0333271026611328,21.6063156127929688,37.8705596923828125,25.2697372436523438,15.0312347412109375,28.9750709533691406,15.6622772216796875,17.8600845336914062,26.0834865570068359,15.9008808135986328,29.1566581726074219,29.9493904113769531,24.8738613128662109,23.8300571441650391,21.5175228118896484,20.2627105712890625,0.0000133319472297,0.0010139496298507,0.2884259521961212,-0.0000000882346853,0.0000003425432169,0.0000843551533762,-0.0000824357921374,-0.0000061044188442,0.2250962704420090,-0.0000038572475205,-0.0000244764869421,0.0001890558050945,0.0001925997930812,0.0000004736980088,0.0000544526628801,0.0002895600337069,0.0000050227286010,-0.0007586952997372,-0.0185813456773758,0.0000002024193719,-0.0000017184396484,0.0013756734551862,0.0001474317832617,-0.0000015198792198,0.0237628351897001,-0.0000020876343569,0.0000523673334101,-0.0002393606555415,-0.0002479662944097,-0.0000008128272384,0.0000352519964508,0.0001017296526697,0.0000099999997474,0.0000046704608394,0.0006781636620872,0.2136625647544861,0.0000002333436697,0.0000010417704743,-0.0010609977180138,-0.0000363241997547,-0.0000018305659069,0.3026083707809448,-0.0000005134120329,-0.0000039540732359,-0.0002228717930848,0.0001792346592993,-0.0000003441040803,0.0000255311042565,-0.0001705120957922,-0.0034262980334461 };
+// #include <vector>
+// #define PYTHON_MODEL_VERSION "0.2.0"
+// const int CHANNELS = 16;
+// const bool BATCHNORM = true;
+// std::vector<int> DILATIONS{
+// 1,2,4,8,16,32,64,128,256,512,1024,2048,1,2,4,8,16,32,64,128,256,512,1024,2048
+// }; const std::string ACTIVATION = "Tanh"; std::vector<float> PARAMS{
+// -0.3476261794567108,0.4274378716945648,-0.0401662625372410,-0.0455796234309673,-0.3549763560295105,0.2766520380973816,-2.5779907703399658,3.5098443031311035,-0.0128406928852201,0.1100064888596535,-0.1875809580087662,0.0650019198656082,-4.7503209114074707,3.3867161273956299,-9.1291913986206055,0.4545103907585144,-2.0443656444549561,4.9035630226135254,-6.9394998550415039,1.9379931688308716,2.9502573013305664,0.3445227146148682,-0.4337928891181946,0.4754174351692200,-0.1886723041534424,0.0990151762962341,0.7799073457717896,-0.7800732851028442,-3.6130278110504150,3.0824456214904785,1.2627704143524170,4.8515810966491699,0.0000072176949288,-0.0000077443683040,-0.0000070198957474,0.0000842247900437,0.0000087826074378,-0.0000110518431029,-0.0001231221249327,-0.0007837095181458,0.0002584579924587,-0.0004517850757111,0.0002977088151965,0.0000037870358938,-0.0000080957252067,0.0000000287419777,-0.0000479190239275,0.0005525476881303,0.0000041062753553,0.0000041341590986,0.0000037700356188,0.0005350384162739,0.0000052525283536,0.0000085882811618,0.0011331497225910,0.0433545969426632,0.0047497483901680,0.0144545705989003,0.0062480824999511,0.0000018160639002,0.0000046048676268,0.0000023860648071,0.0002068344183499,0.0215058885514736,0.2559582889080048,0.1363835930824280,1.0359052419662476,0.8515034914016724,0.1937293112277985,1.6063292026519775,0.5789830088615417,0.0613815896213055,0.3601149916648865,0.5685294270515442,0.0625695511698723,1.5639208555221558,0.3663693368434906,0.5163292288780212,0.5253081917762756,0.0702263265848160,-0.0327645651996136,-0.0407120287418365,0.8530165553092957,-0.0579388141632080,-0.0747947394847870,-1.0152665376663208,0.5053802728652954,-0.0305227693170309,5.2145166397094727,-0.6940082311630249,0.0463470704853535,0.9585072398185730,0.6070644855499268,-2.4744992256164551,-1.5763330459594727,0.0506080538034439,0.0000099999997474,-0.0770973712205887,0.2415381819009781,7.4731192588806152,-0.2736793160438538,2.8954632282257080,2.3144166469573975,-1.0538910627365112,-0.2577454745769501,-6.1370410919189453,-1.3441191911697388,0.4582369327545166,0.4809348285198212,-0.6753979921340942,0.5955505371093750,13.6490325927734375,4.6783318519592285,-7.0204162597656250,-8.3457698822021484,2.0511748790740967,2.1623370647430420,-13.7565708160400391,-4.9136471748352051,0.0605060011148453,0.5288661122322083,8.6855411529541016,2.9372346401214600,-2.5915334224700928,-0.1451178938150406,0.8894443511962891,0.5432051420211792,-13.2293453216552734,-0.7848170995712280,0.4575434625148773,3.5594587326049805,0.5786643028259277,-2.1102862358093262,0.4934134483337402,-0.2214119285345078,0.0748878121376038,2.7146694660186768,-0.4612112343311310,2.2593290805816650,1.9633880853652954,-0.2780060768127441,4.7501096725463867,2.1614835262298584,2.3464479446411133,-0.6141971349716187,1.8785387277603149,4.4408278465270996,2.2965536117553711,-1.8910031318664551,-2.2517333030700684,0.6033018231391907,3.3625268936157227,2.7614922523498535,-0.9513804316520691,-2.1776113510131836,-1.5479540824890137,-1.1772794723510742,3.7504830360412598,1.6426653861999512,-2.3975961208343506,1.2123405933380127,2.4609990119934082,-1.2161216735839844,-21.2912216186523438,-2.4725782871246338,-0.6050319075584412,-0.2557261288166046,-0.0511744245886803,-0.5568688511848450,13.6984109878540039,-0.4748307466506958,-0.0805577635765076,-0.0931381359696388,0.3194842636585236,-1.0021219253540039,-23.7346172332763672,-7.5939893722534180,6.7482628822326660,6.8377456665039062,0.3077303469181061,0.1486258506774902,29.5524253845214844,5.5463948249816895,0.3966096043586731,0.2755630016326904,-0.3270496129989624,0.5354580879211426,-1.7392650842666626,-0.2964789271354675,0.5515367984771729,-0.4316283464431763,36.0387077331542969,-2.0590908527374268,-3.4052376747131348,4.0177063941955566,0.7307839393615723,-1.5359190702438354,0.6868810057640076,-0.8952779769897461,-2.4634172916412354,3.7330987453460693,-1.4480402469635010,2.6471462249755859,4.5958580970764160,-0.0396192781627178,0.9470097422599792,-0.4476446807384491,0.5033555626869202,-1.8060899972915649,3.5534462928771973,6.2415213584899902,1.7603973150253296,-0.7993001341819763,-0.5609826445579529,2.2003693580627441,-6.5122613906860352,-1.4878449440002441,1.0300924777984619,-1.5997709035873413,-1.0770870447158813,1.6250002384185791,0.7361263632774353,0.5159382820129395,-0.7672870755195618,2.7339496612548828,-2.4643120765686035,1.0141841173171997,1.3325173854827881,-2.8133745193481445,-0.9164445400238037,-7.7830386161804199,-1.5130366086959839,1.3190648555755615,-2.1341843605041504,2.6042323112487793,0.2297567129135132,-2.5416276454925537,1.8000671863555908,-0.4642280042171478,2.2682383060455322,-1.4579991102218628,2.6288533210754395,7.6900439262390137,1.8109735250473022,-0.3026418983936310,-2.5964570045471191,1.5025824308395386,-1.7025520801544189,0.3107456862926483,2.5846652984619141,-5.9300704002380371,1.4489785432815552,-1.7725648880004883,0.5556426048278809,-0.6299386024475098,-1.3106459379196167,0.6041498184204102,1.9594534635543823,-0.7986907958984375,-23.0949764251708984,-0.8038569688796997,0.0908148735761642,1.4104137420654297,-0.4387817084789276,-0.5431239604949951,11.7532892227172852,-0.5482619404792786,-0.0467753820121288,0.3285289108753204,-0.1659723967313766,-0.1407613903284073,-28.6101341247558594,-5.4910597801208496,6.1757664680480957,6.3148536682128906,0.1361597776412964,1.0496585369110107,36.2545661926269531,4.4557523727416992,-0.0163532625883818,0.2760829329490662,-1.9650911092758179,0.6059660911560059,-1.6548739671707153,-1.8356506824493408,0.2494789063930511,0.4813092350959778,19.7764854431152344,-4.1960043907165527,-1.9471560716629028,-0.2743640542030334,0.5082493424415588,-0.2083296924829483,0.0632897391915321,-0.3095360696315765,-0.3241670727729797,3.0146188735961914,-0.9931264519691467,0.5837248563766479,-2.9526650905609131,-2.1000316143035889,0.6436291933059692,-0.5006972551345825,-0.3517327308654785,-1.0518145561218262,-6.2462983131408691,-10.9965839385986328,1.9513314962387085,3.1856691837310791,0.4365358948707581,1.5859167575836182,7.7302803993225098,10.6569490432739258,1.7071444988250732,0.5293158888816833,-6.7359623908996582,-1.6927959918975830,-2.4053242206573486,-0.3392023146152496,0.9008115530014038,1.8740587234497070,-1.6892045736312866,2.0831139087677002,1.8067668676376343,0.5596246719360352,-8.9022226333618164,-12.3279647827148438,0.9388741850852966,1.2170201539993286,-1.4876190423965454,0.5762645006179810,1.9130158424377441,0.9568214416503906,-1.0416681766510010,-3.1593048572540283,-0.1452964097261429,-1.1420171260833740,0.8156075477600098,-0.2635002732276917,-0.9293298721313477,-1.6962634325027466,0.4232783913612366,1.1755678653717041,-1.6991313695907593,-1.0728654861450195,-0.2091881781816483,-1.8114633560180664,3.5539782047271729,-0.5332842469215393,-0.2712935209274292,0.0047425003722310,0.5055043697357178,1.0574266910552979,1.5241566896438599,-0.1776374727487564,-12.9425373077392578,0.6531793475151062,-1.8978952169418335,-0.3369852304458618,0.4524032473564148,-0.3891495466232300,9.9689283370971680,0.8286004662513733,-0.2495782524347305,0.0807322859764099,-0.0182255040854216,-0.0005528189358301,-20.8554210662841797,-3.3099479675292969,7.1746907234191895,7.6736125946044922,-2.0353198051452637,-0.3766616880893707,21.4392910003662109,3.8276560306549072,-0.3840863108634949,0.1271222084760666,-8.6247758865356445,-2.2890684604644775,2.1037383079528809,-0.1820625215768814,-2.0940086841583252,-0.3316722214221954,14.0697174072265625,-2.0931158065795898,1.4371601343154907,-2.4663634300231934,-2.7061867713928223,-2.3869583606719971,1.3609797954559326,0.2109052389860153,-0.3172695338726044,3.2416820526123047,2.1729710102081299,-0.6543787121772766,-3.9938797950744629,-2.5987122058868408,1.5868916511535645,0.3159725666046143,-4.1318292617797852,-3.8470273017883301,2.0812494754791260,0.8104043602943420,-2.2803826332092285,0.3270477950572968,5.7577867507934570,4.1926803588867188,-0.2520876228809357,0.2144305258989334,2.8175635337829590,2.5697607994079590,-0.3148221671581268,4.9342517852783203,-0.6330636739730835,1.2106012105941772,4.2018699645996094,1.6533484458923340,-4.6817741394042969,3.4725778102874756,5.5344557762145996,-1.6802999973297119,1.4838922023773193,0.7623426914215088,1.7400749921798706,-0.4616323709487915,-7.2266159057617188,3.7741060256958008,1.2215533256530762,2.0700144767761230,-1.8169933557510376,0.0152886714786291,3.5520005226135254,-2.0575656890869141,6.1200017929077148,4.2482037544250488,-1.5255901813507080,-1.7065205574035645,-4.2232928276062012,2.1421778202056885,-1.4141572713851929,0.5830472707748413,7.7260823249816895,1.1170437335968018,6.4560060501098633,-2.3452448844909668,1.2109706401824951,0.6271519660949707,-3.3391323089599609,2.7004876136779785,3.4371945858001709,4.7846965789794922,-1.3657425642013550,-2.2502748966217041,0.9407178759574890,3.2158188819885254,-0.3610978722572327,-1.4372932910919189,1.8485195636749268,3.4432020187377930,0.5032942295074463,1.5420694351196289,-4.4357833862304688,-3.0919575691223145,0.3101366758346558,-1.1237794160842896,0.4892711639404297,-0.1154131963849068,1.4220825433731079,1.9382829666137695,-0.2974007725715637,1.6984908580780029,1.8607680797576904,0.3536571562290192,0.2638358771800995,-0.4218992292881012,-3.1804225444793701,1.2690215110778809,2.2579219341278076,1.6291432380676270,0.1387370824813843,1.4243605136871338,1.1338745355606079,-1.3650559186935425,-11.8360385894775391,-0.4138420522212982,-1.3318501710891724,-1.5559496879577637,0.2393601834774017,-0.3087424337863922,10.1113576889038086,-0.0455780811607838,-0.4428201913833618,-0.5649210810661316,0.1805589944124222,-0.4923046231269836,-18.2221374511718750,-5.1129832267761230,7.6012425422668457,6.9149508476257324,-0.7144632339477539,-0.1453099101781845,19.6723880767822266,4.6219501495361328,0.5568141937255859,0.1973429769277573,-8.1010866165161133,-3.0685834884643555,0.1658687293529510,-0.6530538201332092,-0.7274069786071777,-0.1964581161737442,18.4457778930664062,-0.6352753639221191,-0.1517760753631592,-1.0089697837829590,0.5596984624862671,0.7089068889617920,2.8231418132781982,3.0077819824218750,2.1684472560882568,0.8556458950042725,-0.3137107491493225,-0.7645426392555237,1.4274506568908691,-0.4057255983352661,-2.5827620029449463,-2.6411898136138916,-0.2511111199855804,-0.1206054836511612,-1.4977543354034424,0.2875900268554688,-1.6811013221740723,-1.7885569334030151,0.4196414947509766,0.0727280005812645,-0.5239044427871704,-1.2559634447097778,1.1207498311996460,1.1344157457351685,1.6323195695877075,-2.6394028663635254,-0.0588097535073757,-0.3603750467300415,0.5007469654083252,-0.2936292290687561,3.4060144424438477,-0.4880351722240448,-0.0547033585608006,-2.6899235248565674,1.0022352933883667,-1.7787445783615112,2.1802833080291748,0.1267520487308502,0.6521552205085754,1.2838114500045776,0.8244474530220032,-0.1749812513589859,4.2031393051147461,0.9039563536643982,1.0177019834518433,-2.1725463867187500,4.8522310256958008,2.2238013744354248,2.6570291519165039,0.3571219742298126,-0.6822934746742249,2.4173970222473145,0.6802831888198853,-2.9270935058593750,0.0893576964735985,-3.2302956581115723,0.7783105373382568,-0.0965744853019714,7.5162734985351562,0.4357496201992035,-0.3712524175643921,2.6096568107604980,1.2236831188201904,-14.2033882141113281,1.1770905256271362,5.2725372314453125,1.7965711355209351,0.1785481423139572,0.9113082885742188,0.4379803538322449,-0.8396776318550110,-7.4283127784729004,-0.1389458626508713,-0.2375559210777283,-0.0878033414483070,-1.4031771421432495,-2.3211886882781982,-0.0476878434419632,-9.3434000015258789,-9.5783472061157227,-0.3798353970050812,-1.1714702844619751,2.3544070720672607,-1.8462547063827515,-2.6494700908660889,-2.5758235454559326,0.3787578642368317,3.0276176929473877,6.1257643699645996,10.4028654098510742,0.6490352153778076,-0.0209847781807184,1.8447619676589966,-0.8830792903900146,-8.7491340637207031,8.0024309158325195,19.2842216491699219,-1.0559120178222656,3.6091639995574951,18.5394382476806641,8.0006694793701172,-20.9934959411621094,11.2442512512207031,8.8476314544677734,9.0046977996826172,-3.6905398368835449,12.0069360733032227,2.8515880107879639,-4.2973804473876953,-34.9347724914550781,80.7877731323242188,7.4955215454101562,92.9888916015625000,9.8879356384277344,4.4669103622436523,58.8701629638671875,37.1077003479003906,56.3385086059570312,76.1413726806640625,19.2148971557617188,5.5205407142639160,2.7410666942596436,78.2550048828125000,2.1600580215454102,4.5098471641540527,11.7424449920654297,0.1200691983103752,0.6588363647460938,0.0853900983929634,0.6790214776992798,0.6215652227401733,0.0956124737858772,0.6942458748817444,0.6543226838111877,0.1007024869322777,0.8363722562789917,0.2277339100837708,0.6221950650215149,0.0888884067535400,0.2170545458793640,0.2392311990261078,0.1852580606937408,-0.0540477074682713,-1.1073619127273560,0.0054262671619654,0.2410283386707306,-0.0005453142221086,0.0038955966010690,-1.1329756975173950,1.2086371183395386,0.0186066757887602,-2.9425973892211914,0.4395698308944702,1.9343003034591675,0.0431364029645920,0.6256521940231323,0.2399757951498032,0.7554476857185364,0.0000099999997474,0.0421815142035484,-3.5892548561096191,-0.7198694944381714,-0.6450027227401733,-1.5539028644561768,6.9039077758789062,1.4375203847885132,-1.3867849111557007,-1.3155140876770020,1.5557806491851807,-1.0419640541076660,6.0707712173461914,5.0462632179260254,1.2688989639282227,-3.5992755889892578,1.9964925050735474,-0.3720438480377197,3.4639685153961182,-3.4742023944854736,-0.1170441582798958,-0.0461701750755310,-0.7230352759361267,6.8333759307861328,0.1167499646544456,-0.7822443246841431,4.3329691886901855,1.9899144172668457,1.9928290843963623,0.6743165850639343,0.5816167593002319,-2.9391088485717773,0.5333240032196045,-1.1415097713470459,-7.8333225250244141,0.2443234324455261,-0.2565892040729523,1.5537412166595459,4.8240351676940918,-3.4468965530395508,1.1864819526672363,1.4720615148544312,1.4263659715652466,0.3198766708374023,4.6825919151306152,-0.0784656777977943,-2.5501487255096436,0.0335343182086945,0.2759887278079987,-0.5445604324340820,5.7207274436950684,1.7190362215042114,2.3354196548461914,3.5940425395965576,-4.3619284629821777,0.5425037145614624,-0.8775845766067505,1.3443460464477539,8.8336887359619141,0.7709252834320068,-1.9368230104446411,-0.2558470368385315,1.2323660850524902,-1.7538996934890747,4.7769341468811035,2.9915530681610107,-9.7943658828735352,1.3362668752670288,-0.1639808416366577,5.1363506317138672,15.5912733078002930,0.2325009107589722,0.2592894434928894,0.9889286756515503,-0.1129375919699669,0.7873404026031494,11.8435363769531250,-1.3969287872314453,-1.5212326049804688,-0.4852965474128723,2.1102306842803955,-3.2571680545806885,10.0956974029541016,0.4935353994369507,2.9870891571044922,0.7006657123565674,-0.9234591126441956,4.8148126602172852,-1.3409612178802490,-2.5690085887908936,10.3895778656005859,2.7243032455444336,0.7910197973251343,0.2919484674930573,-0.9282471537590027,1.1619235277175903,-1.6548459529876709,0.6819931268692017,0.2268559932708740,-0.1645077317953110,-1.0111594200134277,-1.3075313568115234,0.3177396655082703,-1.3878767490386963,-0.8456385731697083,-3.7786328792572021,2.5306472778320312,-1.1774146556854248,-0.0349844768643379,-1.1501885652542114,2.6282601356506348,-6.9289755821228027,-0.5069599747657776,-0.5825917720794678,-0.3933821022510529,-10.8278770446777344,-5.4339385032653809,-0.1410173326730728,2.5235726833343506,-2.3108162879943848,0.5534614324569702,-0.5155835747718811,-0.0388901382684708,-3.5152311325073242,-0.0401886850595474,-0.2013560682535172,0.7763434052467346,-0.6659977436065674,-1.6407672166824341,-8.1363019943237305,2.7285683155059814,1.4371596574783325,1.4570777416229248,7.9844689369201660,-1.3913842439651489,0.4285677075386047,1.2201694250106812,-0.3134785592556000,0.2291320562362671,8.0121421813964844,-1.3021956682205200,-1.2656136751174927,-1.1602166891098022,3.1930878162384033,-0.0478290207684040,8.2587261199951172,-2.7556414604187012,4.6870822906494141,-0.7078478336334229,-3.1012496948242188,2.4341177940368652,-0.6339146494865417,1.1947612762451172,7.4252648353576660,-2.1334350109100342,0.6814095973968506,-0.4066272675991058,-1.8133399486541748,2.4514565467834473,0.3601771891117096,0.3498889803886414,1.0413063764572144,-0.5083740949630737,0.1626996994018555,1.7735694646835327,-0.3266908228397369,-0.4212009608745575,3.4066872596740723,2.5067887306213379,-0.7548524141311646,5.0709314346313477,-0.1548983007669449,-0.9612218737602234,-0.7070171833038330,2.2745532989501953,-0.9850878715515137,1.8927593231201172,-0.3710265457630157,-0.2565000653266907,-0.1783240735530853,-0.2612135410308838,-0.7882921099662781,-0.1954884380102158,0.7592896819114685,1.1836072206497192,-0.5469735860824585,0.1830777823925018,-0.9696617126464844,2.5365550518035889,-1.3220447301864624,1.1452072858810425,3.4514331817626953,0.2133244574069977,1.3149418830871582,-5.4328689575195312,-0.4094698429107666,0.0087536415085196,-2.4017422199249268,2.9228925704956055,0.9164509773254395,-0.7736188173294067,0.4328835904598236,0.4335921406745911,-2.6910574436187744,2.3748342990875244,1.3604803085327148,-0.4865677952766418,-0.3100814819335938,7.9831614494323730,-1.8395587205886841,3.8694407939910889,1.5476707220077515,7.1826457977294922,1.9039943218231201,-1.3735945224761963,-6.1027851104736328,-0.6697408556938171,-1.8748600482940674,4.0099740028381348,-0.7020592093467712,1.3929637670516968,2.3451719284057617,-0.3082964718341827,-2.1589663028717041,-3.2774653434753418,0.8203902840614319,-0.9737896919250488,-1.3776204586029053,-0.0421379059553146,-1.7405494451522827,-0.6479352712631226,0.1631762981414795,-0.8652608990669250,2.5988864898681641,-1.6349455118179321,-1.9020400047302246,-2.6344640254974365,-4.5178394317626953,-7.2343339920043945,2.0113916397094727,3.2687060832977295,-1.2819889783859253,0.0483872741460800,0.0560997128486633,-6.5815396308898926,1.5975370407104492,-0.6564396619796753,-3.9911234378814697,0.2237761765718460,-1.3063728809356689,0.6438171863555908,-1.0144138336181641,0.7585240602493286,-2.4055070877075195,-0.0819180235266685,3.1439206600189209,7.8744587898254395,1.7037364244461060,-9.5464468002319336,-0.9722845554351807,-1.0651230812072754,-2.7300295829772949,10.5016202926635742,-0.3375595211982727,-1.0449867248535156,-0.7468572258949280,0.4492162764072418,-3.0785565376281738,10.2497644424438477,0.1079229116439819,-1.2457240819931030,-0.5835062265396118,-0.6265305280685425,-1.4242855310440063,12.4130544662475586,-0.8167311549186707,6.1070494651794434,1.2441432476043701,-2.9905507564544678,-1.2395553588867188,3.1947999000549316,-1.6381610631942749,12.9352655410766602,-0.9935497045516968,-0.3713333904743195,-0.9754434823989868,-1.6664217710494995,-1.7846004962921143,-1.1322532892227173,-0.1569339036941528,-1.3157340288162231,-1.9497523307800293,-1.4444329738616943,-0.7733046412467957,0.1278554797172546,-1.1746400594711304,4.2480506896972656,-0.1934306770563126,-0.3280768096446991,-1.1005284786224365,-0.1618134230375290,-3.2673845291137695,-0.0602410808205605,-0.4003058969974518,0.6542543768882751,-0.3514961600303650,0.6443713307380676,-3.3218488693237305,-0.5410376191139221,0.1748438477516174,1.3210170269012451,-4.9195299148559570,-1.0080242156982422,-0.2833946943283081,0.6316155195236206,-11.1911563873291016,-8.4887456893920898,2.2864410877227783,3.4745848178863525,2.6502220630645752,-5.1031999588012695,5.9182934761047363,-2.3559186458587646,0.7689756751060486,1.0117034912109375,-5.6799616813659668,0.4505724310874939,1.3835009336471558,-0.3357079625129700,-0.2913958728313446,1.5214855670928955,-5.7694940567016602,0.7104256749153137,1.4532946348190308,0.4534173309803009,-2.8277943134307861,0.9128223657608032,-5.9756293296813965,2.6499955654144287,-1.8870795965194702,-0.9373121261596680,4.8910269737243652,-3.4717025756835938,2.2355866432189941,-1.4511122703552246,-6.0354175567626953,2.0412209033966064,-0.8579659461975098,1.3547512292861938,0.9182603955268860,-1.5695096254348755,-1.0002062320709229,5.2023401260375977,-2.2334401607513428,-13.0149078369140625,0.9767069816589355,0.3060326576232910,1.9540504217147827,10.3612146377563477,0.1311042904853821,0.3497607409954071,1.3566222190856934,-0.5838710069656372,0.2765116393566132,10.1398725509643555,0.8548725247383118,-0.3861336112022400,-0.2443886548280716,1.6166423559188843,0.8818659782409668,9.7482662200927734,3.4985601902008057,6.2074089050292969,-2.1295378208160400,5.0118370056152344,1.2487735748291016,-2.5108096599578857,2.0606074333190918,8.6842908859252930,0.6020220518112183,1.4564561843872070,2.3571820259094238,-0.9752379059791565,3.6160330772399902,2.1731901168823242,-2.4243874549865723,4.5280823707580566,0.2726106643676758,-0.1636756509542465,1.9978276491165161,-18.5513057708740234,-0.2361159771680832,0.2181654125452042,-0.0186774749308825,0.4704721868038177,2.5595204830169678,-18.0264492034912109,0.6101745963096619,-0.4614826440811157,0.0171826686710119,1.4109407663345337,2.3368656635284424,-6.1864786148071289,1.6503462791442871,-15.3114547729492188,-1.6950470209121704,0.0314126685261726,0.4633093774318695,1.6842560768127441,2.4355092048645020,-9.7275791168212891,0.5746658444404602,0.7121002078056335,0.4954214692115784,0.0927609726786613,0.3240633010864258,-1.6842454671859741,0.9603623151779175,0.4700555205345154,2.8687021732330322,-1.1034061908721924,-0.5824196934700012,-0.3767673671245575,-0.4550322890281677,-4.0557117462158203,-4.0312733650207520,0.9223998188972473,-0.6577835083007812,-1.0337487459182739,6.5957417488098145,-1.8956702947616577,-4.8482642173767090,0.6937417387962341,-0.9856137037277222,-0.5261241197586060,2.1628661155700684,4.1036343574523926,-0.9006050229072571,0.1113456636667252,6.5628137588500977,-1.6683948040008545,-0.8067488074302673,-0.8083660006523132,-1.2116705179214478,-1.0730841159820557,1.7504638433456421,-1.4688086509704590,-0.7167489528656006,-2.9564018249511719,2.3098208904266357,-2.7637176513671875,0.0751979351043701,-0.4828820824623108,-1.6051677465438843,4.8871412277221680,-1.0991754531860352,0.7030747532844543,-0.4793847799301147,0.7160682678222656,-1.9169437885284424,4.7557520866394043,0.6682654023170471,1.9241640567779541,-0.6477650403976440,-3.0891542434692383,-2.4407453536987305,3.1409428119659424,-4.2959785461425781,9.6947727203369141,4.6130495071411133,-7.8227834701538086,4.0095548629760742,1.4086713790893555,-2.4789733886718750,4.6319913864135742,-0.6621984243392944,0.5319937467575073,-0.9736363887786865,1.0612949132919312,-4.6492781639099121,-0.9732213020324707,2.6945788860321045,-3.7684361934661865,0.3006047606468201,0.6231456995010376,-1.5153754949569702,3.6902446746826172,-0.4695607721805573,-0.8678507208824158,0.0348441116511822,-1.3076936006546021,-1.9466136693954468,4.1031317710876465,-1.3862634897232056,-1.8575717210769653,-0.4480362832546234,2.0068664550781250,-3.3237273693084717,4.4415798187255859,-1.2752346992492676,2.4477434158325195,3.2417910099029541,-1.2606223821640015,-0.8861530423164368,0.4754957556724548,-2.6392123699188232,3.8003199100494385,-0.2497891783714294,-0.3278000950813293,6.4350328445434570,0.2410602271556854,1.8618634939193726,-0.2518631815910339,6.2251582145690918,-0.3486306071281433,4.7174291610717773,5.8216710090637207,0.0456845238804817,3.5720970630645752,-11.4596233367919922,23.1642417907714844,-4.8368549346923828,-6.3405294418334961,2.2531893253326416,-3.2356085777282715,15.1032962799072266,-14.0174179077148438,-9.5377740859985352,4.3833346366882324,14.1924600601196289,18.1345653533935547,31.6821136474609375,4.0985746383666992,6.1020894050598145,2.4759511947631836,6.5894918441772461,8.7785148620605469,25.0634059906005859,25.2121524810791016,7.1896295547485352,26.7494411468505859,11.5756120681762695,3.9857084751129150,6.1734323501586914,1.9387325048446655,0.5879657268524170,0.5813426971435547,0.5361362695693970,2.3541908264160156,0.1941419243812561,0.9238943457603455,0.3278574943542480,0.3122588098049164,0.2216779291629791,0.2987859845161438,0.1856106519699097,0.1878594756126404,0.1412285417318344,0.9736058712005615,0.2391469031572342,0.2877086699008942,-2.5392625331878662,3.2752950191497803,-3.8777139186859131,-1.0512712001800537,-0.5409042239189148,1.2390787601470947,0.7001246213912964,-0.2095471024513245,-0.1620378941297531,0.4711031317710876,-0.4310111105442047,0.1769113838672638,-0.0051659834571183,-4.1123080253601074,1.1406894922256470,-0.2085165530443192,0.0000099999997474,0.1670276075601578,2.3377270698547363,5.0322318077087402,2.5321619510650635,8.3254051208496094,6.0631523132324219,0.6144816875457764,0.6469332575798035,1.5640119314193726,0.5077935457229614,-1.5721845626831055,-1.2123309373855591,-1.0466549396514893,0.5056648850440979,-1.3260966539382935,-6.2509050369262695,-0.4578301608562469,0.1265050321817398,-3.4190182685852051,-3.4169077873229980,0.4168924093246460,-0.1583904027938843,-0.3990419805049896,1.9309895038604736,-3.1509757041931152,-6.1663441658020020,0.9296985864639282,1.3438847064971924,5.5922150611877441,3.2045495510101318,-3.2145624160766602,-2.1330854892730713,-2.5357043743133545,0.1573645323514938,-8.9478149414062500,-2.7326517105102539,-4.7500896453857422,3.0608224868774414,0.3294037878513336,-0.4280804395675659,-1.6093178987503052,0.8824400901794434,0.3804031610488892,0.1421257406473160,-2.8161768913269043,0.4565481245517731,0.6450598835945129,-0.0113210100680590,-3.2262153625488281,3.3889832496643066,-1.4590976238250732,-0.1392893046140671,2.9755866527557373,1.7315503358840942,-11.5164613723754883,-1.9132899045944214,5.2790708541870117,-3.6512196063995361,-0.0443864166736603,-0.7662537097930908,2.8035078048706055,1.8229974508285522,0.0033002702984959,3.1054177284240723,-0.0577987357974052,4.4557147026062012,6.7754020690917969,-1.7366781234741211,2.1776237487792969,-7.2895135879516602,-0.5018717646598816,-0.3401528596878052,-5.0100789070129395,-1.2312726974487305,0.6480121016502380,1.3123860359191895,4.2679152488708496,-0.0573319867253304,-3.3473274707794189,-0.6326822638511658,-1.1422441005706787,-0.7588259577751160,1.4565914869308472,2.0943787097930908,-8.0631217956542969,-2.6389377117156982,-1.0324374437332153,-0.3328116536140442,-0.0639473125338554,-0.6911172270774841,-0.0743105411529541,-0.1309404820203781,-2.4295871257781982,-2.2522988319396973,0.7319496273994446,-2.0025892257690430,-0.5389705300331116,-0.3757692575454712,1.6550886631011963,-6.4886498451232910,-5.7925863265991211,-2.9040772914886475,0.0013661627890542,-0.2778411507606506,-0.3367511630058289,1.3650525808334351,-2.7349793910980225,-1.1524881124496460,-0.0645718500018120,-4.4523539543151855,0.8016787171363831,0.6273909807205200,0.8403405547142029,-9.4671258926391602,-1.7444595098495483,1.7653520107269287,0.2943116724491119,0.2723017036914825,0.6106511950492859,-8.9692716598510742,-0.1106466352939606,7.7934012413024902,0.7167733311653137,1.5899257659912109,1.6634300947189331,-2.3231461048126221,-0.5526549220085144,-1.5132819414138794,6.5364694595336914,6.4822969436645508,1.7239820957183838,3.5105412006378174,-2.0224599838256836,-0.4600090980529785,0.3071687817573547,-0.0431779511272907,8.2995796203613281,7.1477184295654297,0.5084375739097595,3.4148304462432861,1.2992905378341675,-1.4883180856704712,0.6324812173843384,-1.4225989580154419,-0.9545560479164124,-2.7744023799896240,2.2625780105590820,0.6777840852737427,3.1150977611541748,0.9453936815261841,4.8220806121826172,4.6811604499816895,-1.1264045238494873,-1.0055691003799438,-0.6189677119255066,0.9593723416328430,-1.5900574922561646,-0.9049677252769470,0.0872007608413696,0.4530705809593201,0.2137309014797211,-0.5065609216690063,-0.2430527210235596,2.1650793552398682,-0.0282502658665180,-3.0594089031219482,-1.3126766681671143,-1.4851341247558594,1.5622251033782959,-1.1790499687194824,1.6996730566024780,0.5400235056877136,4.1591720581054688,0.0875713527202606,4.6187252998352051,1.1586697101593018,1.2986091375350952,-1.1981658935546875,0.6145274043083191,1.5606411695480347,-1.8120406866073608,3.3674190044403076,-0.3592608273029327,0.5975602865219116,0.0035104642156512,3.7181138992309570,1.9174526929855347,-2.5554981231689453,1.3547438383102417,0.5234820246696472,-5.1889147758483887,1.5917627811431885,-1.4386572837829590,-3.7628223896026611,4.0187582969665527,0.2245447486639023,-3.0909824371337891,-1.8434141874313354,0.0761534124612808,5.2655162811279297,0.8267979621887207,0.2299966812133789,1.0825928449630737,2.3524215221405029,0.3663287758827209,4.4710969924926758,1.9960675239562988,-2.9398500919342041,0.2167344093322754,0.3977591395378113,0.5018261671066284,3.9690697193145752,-0.2263364493846893,-3.2688832283020020,-0.1580820530653000,-0.4663173258304596,-0.3671274781227112,-1.1514966487884521,0.8583848476409912,0.0697096288204193,0.7013858556747437,-3.1349713802337646,0.5919185876846313,0.7790518403053284,2.8296172618865967,-1.8141773939132690,0.4447323679924011,-9.0887603759765625,-3.7798333168029785,-12.0073547363281250,0.3798740208148956,1.0597578287124634,-1.7602367401123047,-2.5660650730133057,-0.5035966634750366,-0.2955538630485535,-0.7988523244857788,-2.7345817089080811,-1.3999061584472656,-3.1717946529388428,0.3512968420982361,-6.8659939765930176,-1.7949336767196655,0.4281436502933502,-1.4103851318359375,2.0627117156982422,0.5775332450866699,-7.3045802116394043,2.1041762828826904,5.9719867706298828,0.4818976223468781,0.3547244071960449,2.5221810340881348,-0.1948262304067612,-1.3957810401916504,-1.7044757604598999,-4.1037983894348145,2.9352226257324219,-4.6611914634704590,1.0300979614257812,-8.4423971176147461,-5.4470090866088867,-0.2890577316284180,-0.0699999704957008,-5.7152986526489258,0.1834440678358078,0.0683128759264946,0.6584061384201050,0.1305229663848877,1.3001195192337036,-0.1203234344720840,0.7874643802642822,-5.3040575981140137,4.7208433151245117,1.2304928302764893,-0.2121077626943588,1.9905812740325928,2.8988511562347412,-6.2428202629089355,1.5652002096176147,6.8549222946166992,-3.2126543521881104,-0.0192030631005764,0.0482629612088203,-2.2202949523925781,1.4944423437118530,0.7621132731437683,-0.6045964956283569,-0.1280359774827957,2.8379583358764648,5.0607810020446777,1.7180391550064087,2.2333714962005615,7.1753563880920410,-0.1063885092735291,-2.3803267478942871,0.6259124875068665,2.6132881641387939,0.0851968526840210,-0.4635197818279266,1.9224212169647217,2.3640327453613281,0.2547137141227722,1.7992330789566040,-0.4141786098480225,0.7723387479782104,3.3904504776000977,3.9247691631317139,-0.5980908870697021,-4.2165307998657227,0.5726543664932251,1.7171350717544556,-1.6357904672622681,-0.6472387313842773,0.5504150986671448,2.1543691158294678,5.2890343666076660,-4.0195856094360352,0.2357783317565918,2.0338673591613770,-1.6111049652099609,5.7670550346374512,0.9778538346290588,10.1767320632934570,-4.7402458190917969,16.1027679443359375,-0.0445751585066319,0.3873328566551208,-1.8049340248107910,0.3986561894416809,-1.5742247104644775,-0.0981410667300224,0.8407223820686340,3.1033620834350586,-0.5261710882186890,0.0931401923298836,-2.7213935852050781,5.5436244010925293,-1.1037207841873169,-1.2960788011550903,1.1821417808532715,0.4684949815273285,-2.5087864398956299,5.5363531112670898,2.4420394897460938,-11.7535381317138672,0.1341310739517212,0.1384561061859131,3.6953516006469727,1.4313160181045532,-1.4580584764480591,-0.2521945536136627,-0.8628615140914917,-10.0583782196044922,6.2848873138427734,-5.8610215187072754,7.1107850074768066,-8.5559520721435547,0.0663222670555115,0.1388407796621323,2.6394019126892090,-3.1626839637756348,0.2974069416522980,0.3528092801570892,0.5732456445693970,0.5835475921630859,-0.3114120066165924,0.5499542355537415,2.8248569965362549,-3.3816721439361572,-0.2306736260652542,-0.9240775108337402,-0.7516374588012695,0.7344886064529419,3.0429387092590332,-4.7676944732666016,-3.1542627811431885,10.2155103683471680,-0.1786837279796600,-0.3848959505558014,0.7541369199752808,-5.2307868003845215,-0.5319471955299377,0.8069716691970825,0.2463663667440414,2.9854083061218262,1.1329755783081055,0.9593642354011536,6.2645153999328613,3.8590443134307861,0.9119489192962646,1.7808022499084473,2.4306776523590088,1.2420330047607422,0.5553547739982605,2.9909675121307373,0.7687847614288330,0.3572722077369690,-0.9380100369453430,0.2228748798370361,-2.9555709362030029,5.7045240402221680,-0.4394015967845917,-3.3462679386138916,-0.7417711019515991,-5.1876392364501953,1.2095854282379150,4.2843861579895020,1.5372720956802368,-5.5515856742858887,-0.3138053715229034,-0.6761692166328430,0.1887613236904144,3.8367087841033936,2.6250798702239990,1.1758750677108765,-0.1677270382642746,0.8418472409248352,2.5628147125244141,10.6846094131469727,1.4927811622619629,25.2918949127197266,-0.1825816333293915,-0.5541575551033020,0.2288043051958084,2.4412891864776611,0.6752772927284241,0.5831364393234253,1.3424562215805054,4.3743958473205566,0.4667284488677979,0.4995515644550323,0.7407230138778687,2.1271927356719971,-0.1428879797458649,-0.2932205200195312,-0.0010754213435575,-3.3901057243347168,0.4056729972362518,13.3863706588745117,1.2064682245254517,-7.8836355209350586,0.2695051729679108,-0.0943552628159523,-2.8553755283355713,1.6350492238998413,0.3098195791244507,0.2450785934925079,2.0312817096710205,2.0588178634643555,2.3068249225616455,-1.8964964151382446,-2.0104591846466064,-2.8808417320251465,0.5183089971542358,0.3137329518795013,0.5571953654289246,1.3599424362182617,-1.1600011587142944,0.6317299008369446,-0.4166705906391144,2.1546361446380615,-2.2279884815216064,-2.6104798316955566,-4.6021032333374023,-0.0729809254407883,-3.3183195590972900,-7.2414550781250000,3.1706485748291016,-0.3348610103130341,1.4525109529495239,-0.1845930069684982,1.2382733821868896,4.6922588348388672,0.2501976490020752,1.3896727561950684,-2.1513755321502686,-4.1582393646240234,0.6593223214149475,-1.3467445373535156,1.5405590534210205,0.0649102851748466,2.5337700843811035,-3.3459498882293701,2.2510876655578613,-2.6967792510986328,-0.1289483606815338,0.0562217608094215,2.3392052650451660,-2.2523026466369629,-0.2305257171392441,0.3106022477149963,2.9199981689453125,-2.9216105937957764,-0.4244741797447205,0.6086867451667786,2.7563087940216064,-3.2522337436676025,-1.6229037046432495,1.0686880350112915,-3.7381751537322998,0.4321372210979462,1.4525855779647827,-3.6781220436096191,-2.3653745651245117,2.8932731151580811,-0.3137226700782776,-17.0063209533691406,3.3793227672576904,-3.7331740856170654,-0.7215784192085266,0.1917144358158112,-8.4582347869873047,-9.2206573486328125,16.2465476989746094,-4.0359201431274414,-10.3123111724853516,12.4285039901733398,16.6656265258789062,6.5424509048461914,12.5593414306640625,-0.8505679368972778,0.0012003593146801,9.9377498626708984,-5.9665093421936035,-9.3647375106811523,-9.5503530502319336,15.8482179641723633,23.4816436767578125,17.4536533355712891,2.8100261688232422,26.6190948486328125,11.1914224624633789,5.8894753456115723,13.2710266113281250,15.7917337417602539,11.0762557983398438,7.2279605865478516,17.7483844757080078,7.5955882072448730,12.2857713699340820,34.1063804626464844,3.6871616840362549,7.7739353179931641,0.4358507990837097,0.3012504875659943,0.2382386773824692,0.2273589074611664,0.4729118943214417,0.1952658444643021,1.2256538867950439,0.3632508218288422,0.1879782229661942,0.2740065455436707,0.2049441039562225,0.1349371522665024,0.4480521082878113,0.3666538894176483,0.2181885242462158,3.1620280742645264,0.9974859356880188,1.3852726221084595,0.3388803303241730,-0.2231050133705139,0.9184731841087341,-0.0707999840378761,2.3658440113067627,-1.2143220901489258,-0.4210671186447144,-2.7054765224456787,-0.4907392263412476,-0.0519586987793446,3.1921310424804688,-1.0598201751708984,0.5825353860855103,-0.2290800362825394,0.0000099999997474,-2.2438113689422607,-3.6247303485870361,-1.4229224920272827,3.0707578659057617,-2.1047592163085938,-2.1917994022369385,-1.0807414054870605,-0.1994140446186066,0.1400746107101440,-2.1432135105133057,3.0526261329650879,0.0357789434492588,-1.4896039962768555,1.4768950939178467,-0.5905957221984863,2.9060423374176025,-3.2551813125610352,-3.0332233905792236,2.2857642173767090,-2.2264735698699951,-0.4370878636837006,-0.5348832607269287,0.1392052322626114,4.1942214965820312,0.5674623250961304,1.9813605546951294,2.9627962112426758,0.0895114690065384,2.4817838668823242,-5.1581349372863770,0.5761628746986389,0.4220705628395081,1.5988131761550903,-1.4400786161422729,1.2655408382415771,1.9207876920700073,-0.3770007491111755,-1.5789054632186890,2.3470168113708496,4.9219288825988770,-0.7158856391906738,0.5117368698120117,1.0307130813598633,-0.8242091536521912,-1.5429168939590454,-0.0452204272150993,-1.2845832109451294,6.5566301345825195,-1.2526031732559204,1.8732154369354248,-12.3338956832885742,-3.9210903644561768,1.6181941032409668,-6.0109367370605469,-0.6946495771408081,-3.0526072978973389,1.2261689901351929,-11.7723722457885742,0.6077670454978943,-10.0274991989135742,2.1972696781158447,-1.9079490900039673,0.1382816731929779,0.2250834703445435,-0.0718539431691170,-0.7558459639549255,-1.2758444547653198,2.3759708404541016,0.6648767590522766,0.4301976561546326,-2.4126749038696289,0.1939043998718262,1.0687388181686401,2.2813825607299805,-1.3780263662338257,1.3126264810562134,1.1367118358612061,-0.7905479073524475,-2.4124026298522949,0.9582674503326416,-1.4695392847061157,3.8465480804443359,4.7566127777099609,-8.3889732360839844,-0.6098879575729370,-9.3596897125244141,1.1493762731552124,6.1233234405517578,4.7755880355834961,-2.9486443996429443,1.4020580053329468,-4.1879534721374512,-2.4643428325653076,1.1695338487625122,0.3071304559707642,0.5758567452430725,-1.2424424886703491,1.1831159591674805,-2.9645371437072754,1.9468647241592407,-1.0230162143707275,0.9120044112205505,-0.6853427886962891,7.0067067146301270,0.9063768386840820,-0.5132857561111450,-0.1664286255836487,0.9621489048004150,-0.1942550688982010,-0.2557232677936554,0.6031503081321716,0.9241134524345398,-1.0619615316390991,1.5320600271224976,1.4455147981643677,-12.7635583877563477,0.0001892928266898,-10.3924655914306641,0.2432857900857925,3.4099037647247314,-5.4061555862426758,-12.5047302246093750,4.3541007041931152,-9.2649755477905273,-1.0479619503021240,2.2273590564727783,-0.2239163368940353,0.2023806422948837,-2.6324031352996826,-1.9876663684844971,-1.1879181861877441,-0.8425306081771851,1.0946447849273682,-2.9858570098876953,-1.2626622915267944,-3.0697472095489502,3.0461647510528564,2.3841531276702881,-1.4264032840728760,1.6088914871215820,-0.3256821036338806,-0.3331783115863800,-1.7447180747985840,-0.0972895473241806,0.3133076131343842,1.9173383712768555,0.2888540923595428,0.3163318634033203,-1.3834615945816040,-4.9280271530151367,2.2529373168945312,-2.0833463668823242,-1.8733947277069092,7.4659814834594727,0.8591846227645874,0.0971381217241287,-1.3436188697814941,-1.9131048917770386,-0.2088385224342346,-3.0431344509124756,1.5883493423461914,-1.7113674879074097,-3.8495664596557617,0.9604229927062988,1.4747055768966675,0.0848608762025833,-1.3083415031433105,4.2820334434509277,-0.5031324028968811,-0.9235939979553223,0.5816777348518372,0.1231320202350616,0.8258653283119202,0.7004473805427551,-1.5495427846908569,0.7882690429687500,-1.9696060419082642,2.3741445541381836,-0.6735225319862366,-5.7560486793518066,1.1480878591537476,-7.4443149566650391,-0.1271245777606964,13.6833457946777344,2.1228318214416504,-11.5515489578247070,2.4927978515625000,-5.5173635482788086,0.0983756631612778,-0.4093015491962433,0.0475601255893707,-0.1960335224866867,-1.1065734624862671,-1.1443831920623779,-2.3703775405883789,0.5890252590179443,0.2657059431076050,0.3588058948516846,-0.5200172662734985,-1.6272224187850952,1.0053656101226807,0.9846379756927490,-2.2723875045776367,0.5186954140663147,-0.0232761763036251,-0.8526691794395447,-0.0595830827951431,1.4607545137405396,-0.3868813216686249,3.3372099399566650,6.6041345596313477,-2.3602080345153809,-0.0227837786078453,-4.5608859062194824,2.0948877334594727,16.2643299102783203,4.5509243011474609,-9.5454387664794922,2.1116933822631836,-0.0936472713947296,-2.4890546798706055,1.1020261049270630,-0.2808964252471924,0.5142414569854736,3.8659043312072754,0.5516480803489685,-2.1430759429931641,-4.4814462661743164,0.1342056691646576,0.1325578540563583,-1.0167462825775146,1.0560116767883301,-2.9779512882232666,-2.4739792346954346,-1.5764672756195068,-0.6583229899406433,0.8828618526458740,0.8854324221611023,-1.7707633972167969,1.8231945037841797,-7.5792956352233887,-2.3286564350128174,7.4690284729003906,-1.4454752206802368,3.3329317569732666,-2.5184757709503174,-3.2330980300903320,0.3022547066211700,7.5474786758422852,1.2963433265686035,3.5048930644989014,-3.3769445419311523,-0.4576123654842377,0.0111961821094155,0.2993270158767700,-0.0555790029466152,-2.3021409511566162,-1.3037344217300415,-1.7012678384780884,1.3560323715209961,-2.5275852680206299,1.3080250024795532,-1.0835469961166382,-2.4916756153106689,1.5584646463394165,-1.4641407728195190,-1.9411600828170776,-0.7095363736152649,0.6910268664360046,3.0477213859558105,4.6857128143310547,-0.2527009546756744,2.2441027164459229,-0.5888736248016357,1.2693898677825928,5.1888775825500488,-2.0216524600982666,1.5029361248016357,2.2011642456054688,-1.6361962556838989,4.0341739654541016,5.1912050247192383,0.9234210252761841,1.7269563674926758,-6.1154217720031738,0.3200267851352692,-0.1733954250812531,0.9969058632850647,1.4809219837188721,1.0850136280059814,8.8304538726806641,8.3090200424194336,-0.2319909632205963,0.2375398725271225,-0.5880160927772522,-1.6229128837585449,-4.4047069549560547,-2.7195689678192139,-0.6273110508918762,-0.4453805983066559,2.6683707237243652,1.9692847728729248,0.6067390441894531,-2.5052895545959473,1.8632335662841797,5.6067838668823242,-0.0515883602201939,-4.5818953514099121,-3.0685222148895264,2.1870625019073486,-1.5204401016235352,-1.2458751201629639,-6.0087976455688477,-6.6716771125793457,-4.5590367317199707,0.0332907401025295,0.0049696816131473,0.0740256831049919,0.5545483827590942,-0.1896606981754303,-0.6602530479431152,-0.9316099882125854,2.2195661067962646,-1.4477729797363281,3.9077491760253906,2.8808948993682861,-1.7673109769821167,3.3001136779785156,-3.2686696052551270,1.5720419883728027,0.0799299031496048,1.9946765899658203,2.4393537044525146,1.2587479352951050,-6.5338807106018066,0.3988169431686401,-0.8796857595443726,-0.8663912415504456,4.6761651039123535,12.8727302551269531,-0.2404847294092178,-1.1184711456298828,-2.0842528343200684,0.2099734544754028,-6.0492420196533203,-14.2569398880004883,-0.6428241133689880,2.4302120208740234,0.4396284222602844,-1.1750913858413696,0.2082000225782394,0.1951295137405396,0.5376925468444824,0.1304877698421478,4.3572177886962891,1.8729798793792725,2.4786758422851562,0.3888402283191681,1.0987334251403809,4.0880503654479980,0.4873696565628052,0.6963986158370972,-5.7177104949951172,-1.9760270118713379,-1.1451529264450073,-2.0853598117828369,-0.5946694016456604,-2.7170069217681885,2.9821608066558838,-3.4821171760559082,-6.1401386260986328,-6.4133844375610352,-1.6842896938323975,1.7290257215499878,-1.8279163837432861,2.2394461631774902,5.5958375930786133,-2.3620190620422363,-2.7589445114135742,-0.2070582211017609,2.3123207092285156,0.1476786881685257,-0.7939288020133972,-0.6311050653457642,-0.7578039169311523,0.8751200437545776,-2.7657997608184814,-0.5003517270088196,0.6710615158081055,1.2974725961685181,-2.0268523693084717,2.4054558277130127,0.2229276150465012,0.7154873013496399,0.3390973806381226,0.1189650893211365,0.3488687276840210,0.3067360222339630,-0.9042574763298035,-0.1195152997970581,-6.2252321243286133,-5.9569416046142578,6.0706491470336914,6.2398815155029297,2.9434521198272705,-3.1309509277343750,-2.0621724128723145,2.5585637092590332,5.8282923698425293,5.8383545875549316,5.4708442687988281,-2.1369132995605469,0.5450623035430908,-0.1973997503519058,0.0108627118170261,0.4396164417266846,1.2828140258789062,-2.9336295127868652,-4.3311533927917480,0.4822582900524139,-1.1200637817382812,0.3441594839096069,-2.4881567955017090,0.1876408308744431,1.8653826713562012,-2.3055930137634277,1.1976703405380249,-0.0084339231252670,0.3374182283878326,0.6411778330802917,-0.6831054687500000,0.8998285531997681,-5.3428897857666016,-1.8002088069915771,6.5356593132019043,3.5742423534393311,3.4716343879699707,-2.4588630199432373,-1.9274525642395020,2.7745609283447266,7.9362483024597168,-3.9547884464263916,0.1574411243200302,-2.2896258831024170,-1.0395649671554565,2.0318865776062012,0.2721216976642609,0.1097585782408714,1.1876850128173828,1.5113731622695923,1.8962640762329102,-4.6417670249938965,-0.8014668822288513,-4.2860960960388184,1.9672725200653076,1.1606094837188721,-1.7293164730072021,0.8732748627662659,-2.3163609504699707,-1.1013859510421753,0.1330548673868179,-0.0263655316084623,-0.2363311797380447,-1.5324742794036865,-0.8087150454521179,0.0090520912781358,-2.6758630275726318,4.4563078880310059,-2.1323983669281006,-3.9000153541564941,-3.8625209331512451,0.6051201224327087,-2.7698354721069336,-7.6963319778442383,1.9328483343124390,1.2011013031005859,-2.0811042785644531,-2.1544663906097412,0.5690527558326721,-3.9778361320495605,-2.5724079608917236,-1.5093344449996948,3.8180024623870850,3.0547494888305664,-1.6280629634857178,0.4941443800926208,6.5041079521179199,3.3439755439758301,2.0349862575531006,-1.4480949640274048,2.0362486839294434,-1.7459000349044800,0.9051758050918579,3.7515943050384521,-9.1792764663696289,-2.3328924179077148,-1.6209717988967896,-1.5382757186889648,-1.4846922159194946,-0.9731627106666565,0.2602734863758087,1.8560111522674561,-0.3344844877719879,-0.8698241114616394,-6.9034357070922852,-0.5826759338378906,-0.8431908488273621,0.1081452518701553,-0.0690854042768478,-0.4768649935722351,0.2933341860771179,-1.2098293304443359,-5.8476657867431641,9.5232076644897461,14.9244871139526367,-1.8278657197952271,4.3928732872009277,-0.6520913243293762,-14.4045667648315430,1.6775851249694824,-4.9476294517517090,11.2434291839599609,-29.4268054962158203,25.9441776275634766,1.7393712997436523,-5.5630855560302734,-15.0483913421630859,10.2589712142944336,7.5106225013732910,21.1501331329345703,8.2346067428588867,19.4567718505859375,5.2796192169189453,18.8045730590820312,7.9721560478210449,8.7857398986816406,4.2537260055541992,11.0963325500488281,6.1651964187622070,4.0183200836181641,12.7889690399169922,4.2858729362487793,7.2376370429992676,3.6036210060119629,0.6099916100502014,0.2490202188491821,0.2066998928785324,0.2346507757902145,0.3376681506633759,0.3308743834495544,0.2270347476005554,0.1633871644735336,0.2375783473253250,0.1880069375038147,0.1894107609987259,0.1380745768547058,0.2544779181480408,0.1397806704044342,0.3919888734817505,0.2913903594017029,1.1039413213729858,-0.6788650155067444,1.5706193447113037,0.8335514664649963,1.4238561391830444,-0.2600591182708740,-1.1082894802093506,-0.6149623394012451,0.9155617952346802,0.1284333765506744,-0.6233983039855957,0.2580088376998901,1.5344333648681641,-0.1430369317531586,-2.1856093406677246,2.0432531833648682,0.0000099999997474,-0.1159873455762863,-0.5951827168464661,2.2978980541229248,-1.2622581720352173,1.0866349935531616,-7.6544613838195801,1.1549954414367676,-5.3723587989807129,-1.1286363601684570,-4.5261530876159668,-1.2136522531509399,-1.0883400440216064,2.8614530563354492,0.2130171954631805,-1.8723480701446533,-1.9408227205276489,-0.9664614200592041,-1.6446779966354370,-1.2580704689025879,-0.7269406914710999,-4.0489454269409180,-2.4035000801086426,-0.4770746231079102,1.4044566154479980,-0.5097459554672241,3.6685304641723633,0.5164647698402405,0.8794435262680054,4.3350477218627930,5.0964241027832031,-1.2874559164047241,-0.6311796903610229,-1.6052126884460449,1.7036223411560059,4.9308691024780273,-0.8798067569732666,1.2711528539657593,-1.5026386976242065,-1.6100057363510132,-1.3705705404281616,1.2017242908477783,0.1489277631044388,1.7265968322753906,-0.5360670685768127,-1.6940885782241821,-0.8317552804946899,-3.3384082317352295,2.9317636489868164,1.6568602323532104,0.7359277606010437,-4.0277843475341797,1.0045974254608154,-2.1330041885375977,-2.8462748527526855,-0.3331559598445892,1.4190615415573120,-4.1130027770996094,0.4088380634784698,0.5066903829574585,1.6911705732345581,6.3506565093994141,-0.7301371693611145,-5.4824314117431641,-2.2824549674987793,1.3920902013778687,0.4063614904880524,3.2208518981933594,0.8298020362854004,1.8039251565933228,-2.8887629508972168,1.7718132734298706,-4.8710527420043945,-1.0218265056610107,-0.8383494019508362,-0.4551822245121002,-0.9559994935989380,-1.5503059625625610,-0.6163216233253479,-3.7772476673126221,-5.2078304290771484,0.0872833207249641,1.5106461048126221,3.1112983226776123,1.9481620788574219,-0.1969136744737625,2.6070909500122070,2.3418915271759033,-0.1728774756193161,-1.8624248504638672,1.9409193992614746,-0.2287084907293320,0.5433651804924011,-0.4754155278205872,1.5388605594635010,1.6507464647293091,0.4722132384777069,0.2252698242664337,0.7275722622871399,2.2500119209289551,-4.4070849418640137,-0.0532040260732174,-7.4891767501831055,1.1420061588287354,-12.4189500808715820,-0.4371595084667206,-0.7354421019554138,0.7231581807136536,-4.3929519653320312,-1.4508197307586670,-5.8039226531982422,-2.9511275291442871,2.2717957496643066,-1.3161349296569824,-1.7102538347244263,2.3988885879516602,0.9788388609886169,0.0699656158685684,0.1396380662918091,0.6943585872650146,0.1665926128625870,-1.1419885158538818,0.3055609166622162,1.6239019632339478,1.1406425237655640,-0.2597045302391052,-0.6824415922164917,0.5415302515029907,-1.1032441854476929,0.5973971486091614,0.1853954941034317,-1.8920111656188965,-5.5840525627136230,-0.0862883850932121,-3.4912314414978027,1.1736382246017456,-4.0773630142211914,0.7633394002914429,-5.2249402999877930,-0.7697785496711731,0.0068883872590959,0.8362246751785278,5.2228364944458008,1.2408902645111084,-3.4408102035522461,4.2599029541015625,0.2777564823627472,1.6215873956680298,-0.5407232642173767,-0.5552204847335815,1.3716191053390503,-0.9240629076957703,0.0372651405632496,0.3979185521602631,1.6972980499267578,0.6020806431770325,0.6231957674026489,0.3306191563606262,-5.3497552871704102,-0.6298900842666626,0.6367318630218506,0.5624040365219116,0.5318326950073242,-1.9209778308868408,2.2468366622924805,-0.6615033745765686,6.4644074440002441,-2.7002716064453125,3.1232459545135498,-0.4786162376403809,-2.9011993408203125,-0.7491139769554138,2.8567481040954590,-2.2181699275970459,3.2792558670043945,1.9063827991485596,-0.6887711882591248,-0.9635099768638611,-1.3861956596374512,-0.7346583008766174,-0.4861775636672974,1.2172179222106934,0.0103488322347403,0.0247116703540087,0.0941535979509354,4.5410833358764648,-2.9742298126220703,1.4838286638259888,0.8173208832740784,-0.4202259480953217,2.3660109043121338,0.8496312499046326,-1.5841618776321411,-1.3602123260498047,0.2471088469028473,-1.0864493846893311,2.0430572032928467,1.1159014701843262,-2.4540119171142578,1.8269757032394409,1.4072426557540894,-3.2148895263671875,-6.2922930717468262,-0.6137999296188354,-0.2666688859462738,0.1890899688005447,-1.3858399391174316,-4.6651997566223145,-0.3681239187717438,-8.2636547088623047,-2.8694086074829102,-0.8702653646469116,-2.8848369121551514,0.4900647997856140,-0.9103354215621948,-3.5423212051391602,1.3128725290298462,-3.6364893913269043,-0.0223919935524464,-0.7548032999038696,-1.1982587575912476,-2.0613381862640381,-4.7265062332153320,1.4123308658599854,2.4559118747711182,-0.2993887960910797,-3.0014939308166504,-0.2003003656864166,-3.1459934711456299,0.1929895877838135,-9.3915939331054688,1.0593007802963257,-5.2570972442626953,1.0555837154388428,1.9139646291732788,-0.3623490631580353,-4.0766015052795410,1.6695672273635864,-2.1774268150329590,-1.6453495025634766,1.0358901023864746,0.2659736871719360,-0.0181153211742640,-2.1083581447601318,-2.2416415214538574,0.0513232350349426,-0.8237676620483398,-1.2793838977813721,-0.1039311140775681,-0.2081042975187302,3.6689004898071289,-1.4453810453414917,-0.5256576538085938,1.1499229669570923,1.5437734127044678,-2.9140701293945312,-2.7629535198211670,0.4526774883270264,0.0234770253300667,-2.3264026641845703,0.1253870576620102,-1.0059612989425659,4.2312717437744141,0.8741261363029480,-1.4841610193252563,0.4504008591175079,6.3255591392517090,-1.1288797855377197,-1.1842913627624512,-0.1769825965166092,2.3905484676361084,0.1686839610338211,-4.9725699424743652,-0.2185719609260559,-2.6432781219482422,-2.8915309906005859,1.6379512548446655,0.5293278694152832,-0.9216710925102234,-3.6108255386352539,-3.9276616573333740,-2.2261126041412354,-1.0245022773742676,2.6198899745941162,0.8684371709823608,-1.8626191616058350,0.0220750086009502,-0.9928041100502014,2.0532834529876709,0.4228314757347107,-2.2106854915618896,1.9383841753005981,-6.0644550323486328,-0.0822157710790634,2.5624711513519287,0.0706279948353767,-0.0921670794487000,2.8042159080505371,-2.0867898464202881,1.3574739694595337,-3.1123936176300049,0.0055602174252272,1.6109948158264160,-0.0714989304542542,-2.9096226692199707,4.0298433303833008,-2.4762775897979736,1.5377942323684692,-1.6974872350692749,0.1879700124263763,0.9370255470275879,1.6651101112365723,-1.5992503166198730,1.2309406995773315,-2.4681713581085205,-3.1874556541442871,-1.4754245281219482,-1.0775564908981323,3.3359625339508057,-4.4907412528991699,-2.5128197669982910,-0.2238971740007401,-0.6105963587760925,1.0474478006362915,-1.5560646057128906,8.8072719573974609,-1.1393693685531616,-2.5957372188568115,0.4826479554176331,2.0379879474639893,0.4111500680446625,7.3370995521545410,-1.2567613124847412,0.6130344271659851,-0.1012203544378281,-2.3663909435272217,-4.7156400680541992,0.9878258109092712,-0.1531927734613419,2.1710360050201416,-1.2503209114074707,-1.5776275396347046,2.5943455696105957,-1.0099521875381470,0.2535445094108582,-0.3131907284259796,-1.9583767652511597,1.8127510547637939,4.0105156898498535,0.6976539492607117,-2.5685675144195557,-4.9054880142211914,2.8260729312896729,0.2628134191036224,0.4484440386295319,2.0252709388732910,-2.9259943962097168,0.6740852594375610,0.9067457914352417,3.5193152427673340,-1.6656876802444458,-0.8109160065650940,-0.8372082114219666,-0.4711222946643829,-1.8829233646392822,2.3184664249420166,-3.8234493732452393,-3.3763749599456787,-3.2193458080291748,0.2032496929168701,-0.1965774893760681,3.8061571121215820,2.7756557464599609,0.2356447875499725,-1.9407671689987183,0.3301267921924591,-0.5789925456047058,-3.5512382984161377,-4.4193015098571777,-0.7738360762596130,-3.4485690593719482,0.2331900149583817,1.6387611627578735,2.2984762191772461,-2.5566241741180420,-0.2211669087409973,0.2465313524007797,-1.8834035396575928,-0.8811279535293579,-2.3122732639312744,-1.1830909252166748,-1.2948952913284302,2.3594725131988525,-1.9413093328475952,-0.9933842420578003,-0.4417927861213684,0.2760846614837646,-3.1704547405242920,2.4733734130859375,2.8118200302124023,-4.3085298538208008,-2.4139237403869629,3.4480195045471191,0.9224398732185364,0.7826877832412720,-2.2617592811584473,-1.1065951585769653,-2.2425701618194580,0.5101153254508972,2.5809345245361328,-5.2276682853698730,2.4037947654724121,-0.8938377499580383,-3.8383419513702393,4.7987775802612305,-2.9503746032714844,5.4459710121154785,-0.3215192258358002,0.9036362767219543,-2.4825882911682129,4.3660001754760742,-2.9463584423065186,7.8525309562683105,-0.6627937555313110,1.4254505634307861,-1.0095833539962769,0.2845605611801147,-0.5711524486541748,2.5803720951080322,-1.7374415397644043,4.0276737213134766,2.9895999431610107,1.0261024236679077,-0.7917441129684448,-1.2979985475540161,-1.1559789180755615,1.3066942691802979,-0.4955558776855469,-0.2649279534816742,-3.0722353458404541,0.5183626413345337,3.1184787750244141,0.1722563505172729,2.7171056270599365,1.3201475143432617,-0.0651147589087486,-1.2671014070510864,0.5757912993431091,-0.2901994287967682,-1.1622447967529297,-1.3525391817092896,-1.2917710542678833,0.5174607038497925,-0.4867054820060730,-1.3391262292861938,1.5820260047912598,-2.9238450527191162,1.1106081008911133,0.3478405475616455,0.2040085196495056,-0.1997290253639221,3.0336930751800537,0.7664181590080261,0.0750980004668236,0.5292065739631653,-1.4414689540863037,-4.4136333465576172,-0.3025857806205750,3.9655845165252686,-2.7135832309722900,-5.5675649642944336,-0.9547118544578552,1.5049582719802856,0.1568529754877090,-5.8541121482849121,-0.6990445256233215,-1.6389026641845703,-1.8125169277191162,-3.7652769088745117,0.7180069684982300,3.2113716602325439,-0.5132802724838257,-0.0322445780038834,-0.0151827158406377,-6.3199567794799805,1.3056175708770752,-4.8867745399475098,1.3170629739761353,-5.0139999389648438,-0.7410372495651245,0.2284154295921326,0.4423250257968903,-2.3406038284301758,1.6276718378067017,-2.2000498771667480,-1.9955114126205444,-2.9907052516937256,-1.8706496953964233,2.4589219093322754,0.9556489586830139,-5.1091699600219727,0.6204530000686646,2.4170472621917725,-0.4417254030704498,0.4803375303745270,-0.0742128491401672,1.6375101804733276,-1.9414943456649780,-0.1197452843189240,-0.1996365785598755,5.6400647163391113,2.0521385669708252,-1.8141858577728271,-21.3264751434326172,-13.5750217437744141,3.2579929828643799,-8.8813152313232422,1.5926609039306641,-2.7187113761901855,-6.2901964187622070,-12.2456970214843750,6.9493727684020996,-4.1958909034729004,6.2899079322814941,0.6286680698394775,-0.8246807456016541,1.5223021507263184,-0.6874283552169800,-4.4457578659057617,3.2804992198944092,1.1559766530990601,3.9170041084289551,15.3895254135131836,1.9723769426345825,5.9342989921569824,1.5633889436721802,12.4802341461181641,2.1193904876708984,4.1979417800903320,3.3724031448364258,9.0669832229614258,1.7184126377105713,7.1460137367248535,3.2576947212219238,7.1720380783081055,0.4730862677097321,0.4092606902122498,0.1737630367279053,0.2533067166805267,0.2466885447502136,0.8221025466918945,0.2476389408111572,0.5413547158241272,0.2019954621791840,0.9132627844810486,0.2021761685609818,0.1711967438459396,1.2694185972213745,1.0641537904739380,0.2217075675725937,0.2250053435564041,0.6175219416618347,0.6964721679687500,0.9804683327674866,0.0490639545023441,0.2442509680986404,-0.6394208073616028,1.6280766725540161,1.9052764177322388,0.0609242953360081,-0.6004359722137451,-0.1267609149217606,-0.5018057227134705,-0.5044565796852112,-0.2239531725645065,1.0230664014816284,-1.2381581068038940,0.0000099999997474,0.1198152750730515,-3.4400801658630371,-0.4735808372497559,0.0978787913918495,-2.7289218902587891,0.7364380955696106,2.7305266857147217,-2.8487224578857422,0.5816008448600769,0.8440135717391968,0.5367488265037537,0.0145586421713233,1.1538105010986328,0.3744077086448669,2.8946447372436523,-7.0689525604248047,1.0578811168670654,0.9078672528266907,-0.1940167099237442,-1.9960937500000000,-0.5136634111404419,-0.2758414149284363,-4.4574232101440430,-8.0155944824218750,-0.0580338947474957,0.2724073827266693,-0.1791029423475266,-0.6791209578514099,-3.5226771831512451,-1.1521739959716797,2.8440670967102051,-10.8323125839233398,1.1483037471771240,1.4884830713272095,0.3218378722667694,-0.2444294095039368,-0.2199685126543045,5.8847908973693848,1.7044943571090698,-11.2950639724731445,-0.8527188897132874,-5.3361344337463379,1.4986840486526489,0.2684151530265808,3.1637966632843018,5.1855411529541016,0.2145020365715027,-4.7822360992431641,-0.7427946925163269,-1.2040543556213379,0.4646158516407013,1.0664392709732056,-1.2912911176681519,0.4711224436759949,-1.2020571231842041,0.6225846409797668,-0.0923183336853981,0.2533912360668182,-0.4598893821239471,2.4236478805541992,0.2493552416563034,-2.7530102729797363,-0.9757822155952454,-8.8731193542480469,0.0499030388891697,-1.0031312704086304,-0.6878691315650940,-0.0921246856451035,-4.7043447494506836,-0.0376892276108265,5.0418858528137207,1.6978162527084351,1.1477861404418945,-3.1575176715850830,-0.2045356035232544,-0.5715752243995667,4.6706800460815430,1.7520823478698730,0.7287940382957458,-1.3092205524444580,2.0070521831512451,-2.8084011077880859,-0.1600994765758514,-0.5399069786071777,0.2492545545101166,9.0628099441528320,-6.2422766685485840,0.7626950740814209,-0.2360976338386536,0.1551458388566971,0.2180051207542419,-0.4191942811012268,-1.1695673465728760,-0.0439219251275063,2.6903162002563477,-2.1513094902038574,-0.9516287446022034,-1.6310659646987915,-0.5769677758216858,-0.9435202479362488,2.0333647727966309,5.2609205245971680,-2.2190961837768555,5.0822482109069824,0.7697992920875549,2.4302914142608643,-0.6970502138137817,-0.6058857440948486,1.6734442710876465,1.7011451721191406,-1.6035798788070679,-1.7334378957748413,1.1299009323120117,2.1029863357543945,-0.6610211730003357,-0.5966331362724304,1.7106438875198364,1.8913558721542358,2.6534180641174316,6.6141843795776367,-0.2496855705976486,-0.7531617879867554,-0.6742093563079834,-2.0639584064483643,2.1057057380676270,5.8050699234008789,-3.6470811367034912,-1.9011909961700439,1.8619349002838135,0.5498455762863159,1.6047053337097168,0.3902369141578674,-2.7495236396789551,-1.6043592691421509,-3.4846501350402832,-0.0675593018531799,-4.3565068244934082,1.7423418760299683,1.9131908416748047,-0.4361495673656464,2.0800828933715820,1.9600642919540405,-2.9639565944671631,-4.7168002128601074,-1.2295089960098267,0.7857815027236938,6.4542665481567383,-0.7532039284706116,-2.4084293842315674,0.1788279116153717,3.8926255702972412,0.8905844688415527,0.5869319438934326,0.2164590656757355,3.6296260356903076,-0.1261025965213776,-0.4661853015422821,-2.1149222850799561,7.4796152114868164,1.0806730985641479,-1.0333524942398071,0.8698764443397522,2.6585931777954102,2.9587497711181641,4.6488609313964844,0.4088067710399628,-3.7162897586822510,-0.9105385541915894,0.4753950238227844,3.6415417194366455,-0.4934742450714111,-0.3286009132862091,-3.8588590621948242,0.2040594071149826,-1.9360786676406860,2.3416764736175537,0.0764135345816612,2.0102636814117432,0.2129295170307159,-0.1416272222995758,0.5757316350936890,-0.4793701171875000,5.3840370178222656,10.9522199630737305,0.6378912925720215,1.1948531866073608,1.8341871500015259,-1.0791596174240112,-1.0971821546554565,-3.0111346244812012,1.1427563428878784,0.1492728739976883,-0.1515018492937088,-1.0160104036331177,-0.6197265982627869,-0.0846610590815544,-5.2131748199462891,-3.8022892475128174,3.6299533843994141,-4.8168792724609375,0.6201769709587097,-0.7479811310768127,0.0056886109523475,1.0287728309631348,1.5094459056854248,0.2680418491363525,1.6092114448547363,-4.7562952041625977,0.4758243262767792,-0.6762196421623230,-0.2099542170763016,-0.0806360244750977,-0.5277063846588135,-0.8318725228309631,-4.9304022789001465,-6.1976647377014160,-0.0735177174210548,0.0202244203537703,-0.1132347211241722,0.3976037800312042,-1.2503713369369507,0.3420993983745575,2.8290791511535645,-8.8612422943115234,-1.3020590543746948,-3.3096306324005127,0.1890349835157394,-1.6581041812896729,-0.7481179237365723,-0.0345006994903088,-3.5410428047180176,2.9404473304748535,-0.3550712764263153,-2.0867240428924561,-1.2168873548507690,-1.4761394262313843,4.8941173553466797,2.0607299804687500,-5.0513958930969238,-1.7388296127319336,-0.1320163011550903,-0.9966853260993958,0.6068808436393738,-0.1798916310071945,2.8437685966491699,0.1864348202943802,6.7717776298522949,-6.3067402839660645,-0.2746361196041107,-1.9095859527587891,-0.6866723299026489,0.4511459171772003,1.5467728376388550,-3.4158143997192383,1.6618658304214478,3.6634140014648438,0.4051849544048309,0.5027072429656982,4.4731903076171875,3.6129565238952637,-8.4600067138671875,1.9909238815307617,-0.4513044059276581,1.3122652769088745,-2.3814072608947754,-1.5139089822769165,2.8351671695709229,-0.1515033245086670,8.2583131790161133,3.7432167530059814,1.2231684923171997,1.1773195266723633,1.4001786708831787,2.3527097702026367,2.3312659263610840,0.5371857881546021,1.1085319519042969,-0.6555747389793396,-1.3751949071884155,-3.6215796470642090,0.7831532955169678,-0.0075448369607329,-0.0484962128102779,0.1308812052011490,-1.4487264156341553,-1.1785668134689331,6.4565148353576660,2.0078463554382324,0.1623806059360504,2.6468229293823242,0.8561031818389893,-0.1440294981002808,4.4019193649291992,-1.4639890193939209,-1.7374466657638550,-1.3530220985412598,-1.6483355760574341,4.0019888877868652,-0.3315870463848114,-0.8332498669624329,-3.0349421501159668,8.4364452362060547,-2.9327630996704102,1.6802154779434204,-1.5536731481552124,-5.2182583808898926,0.6802464127540588,1.3065118789672852,-0.4112080335617065,2.1252839565277100,4.3747453689575195,-1.6648566722869873,0.2631270587444305,0.0217699687927961,0.4481654167175293,0.0924407169222832,0.4710731208324432,-7.6355066299438477,-2.4430451393127441,5.3862452507019043,1.7015719413757324,4.3282980918884277,3.3781211376190186,2.9655249118804932,-0.0677759125828743,0.6689079999923706,-2.7308375835418701,3.8666179180145264,-2.5244565010070801,1.0099071264266968,-0.0965784117579460,-0.0489338524639606,2.7325854301452637,-0.4309743642807007,-2.8243229389190674,2.1185107231140137,-1.7999862432479858,-2.9192576408386230,1.8808430433273315,-0.3644724190235138,0.3395379781723022,-3.9698710441589355,4.4095311164855957,-0.5593494176864624,1.1417243480682373,0.4951189458370209,2.5153584480285645,-0.5240062475204468,3.0345699787139893,4.1223111152648926,-0.7982038259506226,1.8546142578125000,-2.1393408775329590,-1.2192200422286987,3.9102070331573486,-0.7739956974983215,-0.1811997145414352,1.7004734277725220,2.3220109939575195,-0.7847372889518738,-1.4633568525314331,1.7631462812423706,-2.1991391181945801,-1.6075425148010254,3.2280154228210449,-2.9972703456878662,-0.1128588393330574,0.7915706038475037,-2.4301114082336426,-0.0370993912220001,3.0462286472320557,-0.0152078233659267,3.9842264652252197,-0.2593079209327698,-2.8583173751831055,-2.3291404247283936,2.0551066398620605,0.0146766351535916,4.7901840209960938,0.5050958395004272,-0.2099488079547882,0.6289448738098145,-2.6138215065002441,-2.0602247714996338,1.2937269210815430,-2.3063335418701172,1.0451172590255737,-2.0695860385894775,1.5852787494659424,0.1025114804506302,-1.2577743530273438,4.8466644287109375,0.9775845408439636,-0.4476197063922882,-0.2005629390478134,-3.4043750762939453,-0.8992555737495422,7.4972295761108398,-2.9616408348083496,4.0762581825256348,2.1202964782714844,0.4280501008033752,0.2364186793565750,-3.0376203060150146,0.6103745102882385,1.2452797889709473,1.1096205711364746,-3.2854754924774170,0.0548945441842079,0.3576057851314545,0.8043933510780334,-2.6586511135101318,-1.9999941587448120,-3.1046776771545410,0.6566842794418335,-0.5558925867080688,-0.8780388236045837,1.2636711597442627,1.5070170164108276,0.4867866635322571,0.0757742226123810,1.2925348281860352,0.4501062631607056,-6.5584354400634766,0.0496742725372314,-2.3550295829772949,-0.0644383355975151,3.9577634334564209,-2.8630306720733643,0.8035215735435486,0.0144609045237303,1.0639543533325195,0.0369696132838726,-2.8753147125244141,0.4248524010181427,1.1491811275482178,-0.1638517379760742,0.1034192144870758,-3.2562935352325439,7.3474707603454590,0.2257846593856812,-0.0286128930747509,0.0772408545017242,2.8609685897827148,1.1520029306411743,1.0968601703643799,2.9084382057189941,-6.1692481040954590,-0.0698114559054375,0.7441754937171936,0.2766075134277344,0.4885192513465881,2.0806374549865723,4.6344165802001953,-2.2648611068725586,4.0488839149475098,-0.5103178024291992,-0.4758599102497101,0.2514362335205078,-0.0897747203707695,2.8107047080993652,-0.0849831476807594,-0.9799314737319946,6.3797163963317871,-0.2907848358154297,-0.0051091685891151,0.1424163728952408,0.0815750360488892,0.3570510447025299,-0.1368985921144485,3.4813835620880127,2.1656887531280518,0.0256232880055904,-0.0092430841177702,0.0135372523218393,0.8876643180847168,1.8630380630493164,1.1449103355407715,-1.9231756925582886,10.4683475494384766,-0.9785219430923462,2.1250624656677246,0.8897162675857544,0.2643977105617523,-1.9559303522109985,-1.1168307065963745,0.5769479274749756,-2.3314323425292969,0.9259513020515442,0.7105326652526855,-0.8171441555023193,1.9153412580490112,0.3002496361732483,1.7783262729644775,-0.2298177778720856,-4.2418565750122070,0.5546277165412903,3.3949053287506104,-0.1560935080051422,-0.0860060751438141,0.4001524150371552,0.0104724047705531,-4.2916870117187500,-12.7013473510742188,-0.1226757615804672,-0.8048889636993408,0.2603325843811035,-0.2563047707080841,-0.1499526947736740,-2.8316204547882080,1.1683146953582764,9.4723320007324219,4.2226114273071289,11.7814998626708984,1.4291706085205078,12.2227830886840820,-20.1473922729492188,-7.3229875564575195,0.0864328891038895,-8.8697195053100586,3.1682538986206055,-2.0642180442810059,9.5922565460205078,7.1133923530578613,7.5743594169616699,-0.0076934937387705,5.3972182273864746,-6.3792257308959961,17.4316558837890625,20.5557270050048828,5.2518644332885742,13.3505010604858398,6.0591454505920410,7.8533492088317871,15.5131778717041016,5.2860326766967773,6.1433715820312500,8.9644613265991211,11.7815008163452148,2.5874407291412354,3.5666484832763672,12.4920139312744141,6.5275130271911621,7.1559739112854004,1.4642393589019775,0.2565445005893707,2.2150039672851562,0.1628620773553848,0.8341468572616577,0.1741540729999542,1.4487998485565186,0.2014085948467255,0.3072507977485657,1.5884418487548828,0.3487005829811096,0.3158580064773560,0.3062789142131805,0.4739018976688385,0.5866060256958008,0.4235693514347076,0.2766768932342529,-0.2724254429340363,-0.5721642971038818,0.4024654328823090,1.5798903703689575,-0.2561640739440918,-0.3499024510383606,-0.1350143849849701,-0.2647454142570496,0.4742383956909180,0.4551632404327393,0.7343913316726685,1.8373010158538818,1.6268012523651123,0.6419725418090820,-0.0869518816471100,0.0000099999997474,0.1642908006906509,3.1234676837921143,0.0278138350695372,2.8934824466705322,-0.0357595533132553,-0.0470562800765038,1.2159470319747925,-3.1437010765075684,1.1757413148880005,1.2083686590194702,5.0454082489013672,6.0828223228454590,-0.3567380011081696,0.5770474076271057,0.4120671153068542,2.7281155586242676,1.5088293552398682,1.5638517141342163,0.0570728182792664,1.8411879539489746,-2.6396734714508057,-4.6412887573242188,-1.7970806360244751,-0.5719321370124817,-0.8968757987022400,2.6181533336639404,1.8566975593566895,-1.3079892396926880,1.1928385496139526,0.4393301308155060,2.4621913433074951,1.7209899425506592,2.0863442420959473,2.3148348331451416,-2.8363955020904541,-2.6427030563354492,-0.9538893699645996,-0.1601074337959290,1.9238703250885010,1.9530923366546631,-6.5034117698669434,-2.2129237651824951,-8.3460702896118164,-6.8480424880981445,-2.4036343097686768,0.0974387004971504,-1.6885088682174683,-2.6562287807464600,-1.3740656375885010,-0.9052922129631042,0.7161846756935120,0.1927105635404587,-1.1759141683578491,0.1328366398811340,-1.1712310314178467,0.4279466271400452,1.5989301204681396,2.3120687007904053,1.2662510871887207,-0.4292436242103577,0.9533682465553284,1.0083763599395752,0.1098362505435944,-0.5741700530052185,0.3005799949169159,0.8708113431930542,0.3485126793384552,3.1922810077667236,-1.1779334545135498,-1.0107046365737915,-0.7771317362785339,-4.1703577041625977,-1.0463893413543701,-0.4374376237392426,-5.4543795585632324,-5.1814694404602051,-1.7520810365676880,-0.9529232978820801,1.8578438758850098,3.5893659591674805,2.5610964298248291,3.8644318580627441,0.8276975154876709,0.5684115886688232,-2.1825091838836670,1.3425735235214233,-4.6202688217163086,-5.1908788681030273,-0.4290737807750702,-0.9443331360816956,-2.4790701866149902,1.4002676010131836,0.5973320007324219,-1.6913217306137085,-1.6338126659393311,-2.6295981407165527,-1.2911603450775146,-0.6232680082321167,4.4231824874877930,6.9241638183593750,0.1396622657775879,0.1193829625844955,-0.9012623429298401,0.9034581780433655,1.4493126869201660,2.1822137832641602,6.8566126823425293,9.3124065399169922,0.7977499365806580,1.2013177871704102,0.9043343663215637,4.4513835906982422,1.9046099185943604,3.5866615772247314,-0.1831793934106827,-0.1358033418655396,0.2738353908061981,3.2487459182739258,-0.5820912718772888,-2.7333993911743164,-3.9580025672912598,-1.4544851779937744,0.4305559694766998,1.6311957836151123,0.3993352651596069,-0.5641289353370667,-0.0725940391421318,-1.1716225147247314,-0.1813059598207474,0.0302347708493471,-0.0833698734641075,1.3390840291976929,-0.5280442833900452,-0.2399621903896332,2.5759451389312744,20.8595752716064453,0.2258348464965820,1.3681886196136475,0.5527337789535522,0.8968592882156372,-0.1646829396486282,-3.3574070930480957,1.7585741281509399,1.2841824293136597,-1.1364412307739258,-0.7619681358337402,0.1317325383424759,0.7270154356956482,-3.0627110004425049,-4.0328712463378906,-1.6344180107116699,0.0769742503762245,-4.2495155334472656,-1.2461092472076416,0.6686193943023682,-1.8802119493484497,0.3609735965728760,-1.5949985980987549,-2.0050244331359863,-2.9687631130218506,0.1111926957964897,1.2942157983779907,-2.5244798660278320,-2.8157954216003418,-0.0682709515094757,0.3911970257759094,-3.3415606021881104,-10.7317886352539062,0.7896783947944641,3.0014789104461670,-0.6907998919487000,-1.9254996776580811,-0.1672696173191071,1.7956476211547852,1.6522299051284790,-1.0697147846221924,-0.0910471528768539,-2.8634448051452637,0.0594904534518719,0.5479340553283691,-0.5544304847717285,0.4060633778572083,0.1300288736820221,0.4952489137649536,0.3130550086498260,1.3286336660385132,-0.9482628107070923,3.2637934684753418,0.4229980111122131,-8.5017242431640625,-0.3843928575515747,5.3359756469726562,-0.8060414791107178,-0.6453050971031189,-2.0555515289306641,0.1350766420364380,-0.6367055773735046,-0.0160212013870478,-6.2824068069458008,-4.3250465393066406,-0.3575723767280579,1.8225592374801636,-4.5221166610717773,-6.1193194389343262,-0.3437410295009613,6.4732470512390137,2.1981940269470215,-3.2974174022674561,-0.9483817219734192,-0.8433889746665955,0.2129943519830704,2.2049436569213867,0.2262303084135056,0.3147864341735840,-1.9869993925094604,-1.7598433494567871,-1.3054250478744507,-7.1998863220214844,-1.4704096317291260,7.5192627906799316,-0.1264303028583527,-1.5417484045028687,-2.7867312431335449,0.3400089144706726,-2.1047677993774414,0.9770654439926147,3.6686139106750488,-1.1065919399261475,0.0643168091773987,0.5925539731979370,2.5371456146240234,0.4148651659488678,3.2064235210418701,1.6743513345718384,2.2167274951934814,-3.2614176273345947,1.5635819435119629,0.5635653138160706,0.5812684893608093,-0.7810712456703186,1.1030696630477905,-1.8375552892684937,-0.2486435472965240,0.1074619367718697,2.2815549373626709,8.1179685592651367,-1.7200192213058472,-1.9185067415237427,0.4114218950271606,5.2739729881286621,0.5798597931861877,-5.3708558082580566,-2.1305899620056152,0.9579349756240845,-0.3567597270011902,-1.6988301277160645,-0.7112147212028503,-1.3999550342559814,3.3753037452697754,-2.4608099460601807,0.1209232360124588,-0.0683829635381699,7.0732212066650391,5.1578507423400879,2.1659913063049316,1.4311970472335815,2.9947352409362793,3.4257216453552246,0.7061784267425537,3.2006702423095703,1.5569137334823608,-0.5323218703269958,1.7278614044189453,0.5328391790390015,-0.1458674222230911,0.1060101613402367,0.5197919607162476,-3.6050295829772949,-0.5636606812477112,0.9080037474632263,0.9164099693298340,4.8331794738769531,1.8145031929016113,-2.3732883930206299,-1.1083102226257324,3.2553830146789551,1.1997556686401367,-0.1900177448987961,2.1790666580200195,2.5220258235931396,3.4798192977905273,5.6579275131225586,-1.1270997524261475,-0.2033820599317551,9.1415109634399414,3.2358598709106445,-4.1764883995056152,-0.0020657486747950,-4.8301901817321777,1.2434314489364624,-2.6371042728424072,0.7630579471588135,1.3821007013320923,1.9164336919784546,-1.9988522529602051,-2.0243232250213623,0.8887656331062317,0.1783538460731506,-0.3816125988960266,1.2813829183578491,-2.5683052539825439,-1.4910994768142700,0.2721434235572815,-3.1789350509643555,1.6546187400817871,1.7739297151565552,0.8423625230789185,-0.0492086447775364,-0.7496908307075500,-0.5666059255599976,0.3780850470066071,1.9405045509338379,-2.2123415470123291,12.7569417953491211,-0.0864768624305725,0.3494903743267059,-2.8970677852630615,2.3570737838745117,-0.7412624955177307,-3.4084899425506592,-3.0819013118743896,1.4809021949768066,-0.0137389311566949,0.2206013351678848,-1.4782370328903198,-1.3653606176376343,1.3740574121475220,0.3424086272716522,0.1390899717807770,1.7736780643463135,0.0074917487800121,1.3301916122436523,-1.1742979288101196,1.6953362226486206,2.1113727092742920,-0.9566376805305481,-0.6580158472061157,0.5693215727806091,0.8591020703315735,-2.5481591224670410,0.5144827365875244,-1.5990504026412964,-0.3591054379940033,-1.2454993724822998,-3.3891348838806152,4.8531579971313477,-0.0242562890052795,-0.0226267706602812,-5.8780765533447266,-8.3257503509521484,-0.4102153778076172,-1.5311506986618042,-1.7598301172256470,-2.3617298603057861,0.3382700979709625,2.2414577007293701,-0.1051070243120193,-0.8080452084541321,-0.4082268774509430,2.1012661457061768,-0.0550884827971458,-0.5938646793365479,1.1212228536605835,2.4710471630096436,-0.3249442875385284,-0.7734880447387695,0.9649547934532166,-7.1452898979187012,-2.0828933715820312,5.0928344726562500,0.0493459850549698,-7.1772041320800781,0.0522320419549942,0.8407698273658752,0.5230740904808044,-1.3610442876815796,-3.5239024162292480,0.8344653248786926,-0.6109456419944763,1.7440794706344604,-7.0290083885192871,-2.6373491287231445,-0.6739510297775269,2.0401680469512939,-4.5485324859619141,7.1943421363830566,-0.7157924771308899,-0.4168290793895721,-0.2703446447849274,-9.0498371124267578,0.2067624479532242,0.1430245339870453,0.3165644109249115,-1.1187971830368042,-0.4328450560569763,2.0740919113159180,-3.0361866950988770,0.8533847332000732,2.4087159633636475,3.8688926696777344,-0.9451577067375183,-1.1262931823730469,0.4083398878574371,-1.9002097845077515,-0.6041276454925537,0.1293122172355652,-0.7364408373832703,0.3966006040573120,-1.5584305524826050,-0.1505096256732941,0.0892922207713127,-0.4149105548858643,1.4847280979156494,0.0866287350654602,-0.3521611988544464,5.0048403739929199,-3.2642564773559570,0.1653012931346893,0.7084733247756958,-0.2701489031314850,-1.5728619098663330,0.3928846120834351,-2.8764221668243408,7.1784729957580566,-0.7752151489257812,0.6520092487335205,2.7683086395263672,-1.0481969118118286,0.0284776017069817,-5.7631754875183105,-0.4049283862113953,-0.7755625247955322,3.3919935226440430,1.6959482431411743,0.5288098454475403,-0.9298114776611328,5.7020745277404785,-1.8211257457733154,0.7415376305580139,-0.3460465371608734,-9.6200790405273438,2.7939713001251221,-0.3484863936901093,-0.0433395355939865,-4.0199389457702637,0.4451484382152557,-0.4397996962070465,-2.1475105285644531,-3.9526908397674561,2.4899039268493652,0.4706250429153442,-0.1992668658494949,0.1383430659770966,6.9894638061523438,1.8048458099365234,1.2899456024169922,0.3290068507194519,-0.6869383454322815,-1.0649516582489014,2.1573412418365479,-1.5805462598800659,3.2227835655212402,1.0473701953887939,4.9259252548217773,0.7268207073211670,2.3040134906768799,-0.6346558928489685,-0.4381599724292755,-0.1284800767898560,-0.3322471976280212,-0.5355743765830994,-3.1185951232910156,3.7939138412475586,3.6129126548767090,0.3879085481166840,-0.4296828210353851,3.6018261909484863,4.0553960800170898,-1.0670006275177002,-0.7105672955513000,-0.9747795462608337,0.4928330183029175,0.5484196543693542,0.6190437078475952,-2.0305280685424805,0.1642640531063080,-0.8784083127975464,0.1947748512029648,-0.2422770559787750,0.4123079776763916,3.2285730838775635,2.2701508998870850,2.1788756847381592,-2.1740834712982178,-0.7453919649124146,6.0962080955505371,1.3473770618438721,-11.1662216186523438,-0.6667330265045166,7.3818616867065430,-0.6260607242584229,-1.9092986583709717,-3.9073455333709717,7.0137586593627930,-10.4049997329711914,-10.6678829193115234,0.6684890389442444,-0.1002209112048149,-5.3270835876464844,6.6086144447326660,8.5416011810302734,1.2194529771804810,-4.1225814819335938,-13.8145980834960938,0.9363896846771240,4.8220977783203125,6.1348443031311035,0.9745382666587830,7.9073834419250488,17.4786014556884766,5.0226893424987793,14.1941614151000977,26.5070171356201172,44.9058036804199219,30.2359046936035156,6.6109113693237305,3.2804245948791504,18.1405200958251953,12.2257270812988281,36.5920028686523438,13.3638238906860352,5.6863865852355957,4.4513354301452637,33.6279945373535156,0.2838045358657837,0.3112326860427856,0.2332685142755508,0.6581597924232483,0.2474316656589508,0.3841750323772430,0.7532969117164612,0.5721209645271301,0.5255684852600098,0.2068870663642883,0.2973627448081970,0.5713999867439270,0.3435970544815063,0.7468346357345581,1.2014887332916260,0.6414267420768738,0.2092164158821106,0.8464096188545227,-0.0978985950350761,0.8941380381584167,-0.3539050817489624,-0.7544366121292114,0.0346497185528278,0.6862734556198120,2.0581645965576172,0.2716925740242004,0.4405674338340759,-0.6801130175590515,-0.5179439187049866,1.1836739778518677,-0.3705256879329681,-0.1740546077489853,0.0000099999997474,3.1992075443267822,3.3958878517150879,1.3530894517898560,0.6376451253890991,3.7098910808563232,3.7669777870178223,3.6403231620788574,1.6222954988479614,-0.8539295196533203,-3.1385560035705566,-0.1630025357007980,-4.3705921173095703,-2.0318512916564941,-0.7674133777618408,-0.1404076218605042,-1.8319996595382690,0.8514687418937683,2.4934141635894775,-3.9830629825592041,-5.3936238288879395,0.7299780249595642,-0.9283634424209595,0.9072241187095642,-2.1185581684112549,0.7991653680801392,1.9649628400802612,-0.2812913656234741,-0.7662628889083862,-0.3906285762786865,-0.5427941679954529,1.1927725076675415,-0.9588230252265930,-1.5462663173675537,-5.9578003883361816,-1.0514388084411621,-1.8611091375350952,1.5328389406204224,4.8057951927185059,-2.5132393836975098,-2.8512480258941650,-1.0652183294296265,0.5130192041397095,-0.1531725078821182,-6.6845731735229492,-0.2709004282951355,-3.6512212753295898,0.6759327650070190,0.7916252017021179,-0.7403023838996887,-5.6393675804138184,1.4295397996902466,-1.3435823917388916,1.5159953832626343,0.9665116667747498,-0.0860761180520058,-4.0855002403259277,-0.3923668265342712,1.5621867179870605,-0.5229330062866211,-0.8178667426109314,-0.1150579005479813,-0.1330942809581757,0.5193958878517151,1.2443438768386841,-1.2956435680389404,-0.8557734489440918,0.9046847224235535,-1.2247381210327148,-0.0666800737380981,0.5624272227287292,-1.2425706386566162,1.4848400354385376,-4.3689832687377930,-0.4359657168388367,2.2566080093383789,-3.4421479701995850,1.6069856882095337,-0.1382615268230438,1.0318260192871094,4.3496670722961426,-0.2213378399610519,1.4370590448379517,-4.7282462120056152,-2.6888504028320312,-1.7978397607803345,-0.5683546066284180,0.3527760505676270,-4.5201616287231445,0.6446271538734436,0.9583123326301575,0.6425343751907349,0.2326351255178452,0.3840616941452026,0.7269210219383240,0.5661430954933167,4.7087130546569824,-0.7045370936393738,-1.0387089252471924,2.8652567863464355,-1.3746658563613892,-0.9007594585418701,2.2863306999206543,1.6951804161071777,-1.5663180351257324,2.0566067695617676,5.3713741302490234,-0.5302437543869019,-0.8440395593643188,-0.2723743319511414,-0.1014653220772743,-0.3233025670051575,-3.3969397544860840,-1.0216360092163086,12.1730079650878906,-1.5458079576492310,1.7625199556350708,2.2102391719818115,-0.5323752164840698,0.2581329643726349,-9.3233623504638672,-1.0068049430847168,-1.2916995286941528,-0.1538173258304596,-1.4844290018081665,-0.0088005522266030,-0.3766359388828278,-0.2382428199052811,2.9659473896026611,0.4906680285930634,-0.4644418954849243,-6.9325833320617676,-6.8918476104736328,0.2993188202381134,3.5744783878326416,2.8172597885131836,3.1976082324981689,-0.1149316430091858,2.0692555904388428,1.7758158445358276,0.7120975852012634,0.4249702394008636,0.9659420251846313,2.1695485115051270,3.4902853965759277,-0.6406700611114502,-4.1038942337036133,-3.0947196483612061,-1.6086605787277222,-1.6652674674987793,-0.1739381551742554,3.9912238121032715,1.5268107652664185,1.9522783756256104,0.7047702670097351,1.2611380815505981,0.3961151540279388,0.7146202325820923,0.1602383553981781,1.1462165117263794,-1.1919431686401367,-1.2137511968612671,-1.3686946630477905,3.2982361316680908,7.4123554229736328,1.2624323368072510,3.4665482044219971,-0.1477041691541672,-4.2007780075073242,0.1215180382132530,-3.2839627265930176,-0.1642856895923615,1.2464132308959961,-0.7069742679595947,-1.5035452842712402,-0.0998596698045731,2.6791799068450928,-1.0150654315948486,-7.5929017066955566,-3.2247924804687500,1.9696849584579468,2.9916512966156006,1.6282945871353149,0.0699132829904556,3.3151702880859375,-0.7884858846664429,-2.0920655727386475,-0.2042162269353867,-0.0705542415380478,-0.1318527609109879,-0.6096280217170715,0.4028990864753723,-0.5617391467094421,-2.7236406803131104,-0.4683627486228943,-1.3722122907638550,-6.0744647979736328,-2.3410029411315918,0.1144094392657280,0.5500403046607971,-2.2583012580871582,-0.4247760772705078,-2.4518244266510010,1.0323538780212402,-0.7409833073616028,0.7348124980926514,-1.3513714075088501,0.4454957246780396,9.0434103012084961,0.1386627852916718,4.6741766929626465,-1.6354916095733643,2.1623399257659912,1.4953118562698364,-0.2692704498767853,0.0886384472250938,-3.5517351627349854,-0.1802926212549210,1.6174830198287964,0.9727017283439636,1.1701896190643311,0.3081969618797302,0.3491857647895813,-0.8529091477394104,0.2955492734909058,-0.7078431248664856,2.6958930492401123,3.0741260051727295,-0.3818693757057190,2.7499177455902100,0.3194524049758911,0.8460232019424438,-2.1771018505096436,2.7541244029998779,-0.1919118165969849,1.0150091648101807,-3.1352014541625977,-0.2305032163858414,5.6427636146545410,0.1905260235071182,4.3737988471984863,-0.5905368924140930,-0.1473904997110367,-1.6613668203353882,-1.5803017616271973,-0.2182474285364151,5.7996096611022949,1.6570402383804321,-1.4585204124450684,-0.3981073498725891,0.6414593458175659,-0.6232163906097412,-0.4094953835010529,-0.1662435829639435,0.3176081776618958,1.7279429435729980,-1.2800320386886597,0.2953562140464783,-0.1887170821428299,0.6085492968559265,0.5185713768005371,-1.3197041749954224,-0.4004034101963043,-1.3561307191848755,0.2392539381980896,-2.7777619361877441,0.8802288770675659,1.7514997720718384,-4.3532042503356934,0.3339338600635529,-4.1449027061462402,-0.1631199568510056,0.3442529439926147,0.7394840121269226,2.4097602367401123,-4.4267749786376953,-5.6027650833129883,-2.4796793460845947,0.8811804056167603,-1.1067253351211548,-5.8906364440917969,1.5830276012420654,0.9406015276908875,0.8237217664718628,1.7602254152297974,0.3146869838237762,0.4416938722133636,-1.8438487052917480,-3.4709203243255615,-0.0712479278445244,3.3892931938171387,3.8989911079406738,-2.7971456050872803,-1.0121049880981445,4.0060067176818848,-3.1475188732147217,0.4243741333484650,-1.5029689073562622,-1.0436624288558960,0.5853757858276367,0.9639148712158203,0.3582315146923065,-0.5787293314933777,-0.9268954992294312,-5.1424961090087891,-1.0121124982833862,0.6621927022933960,0.4351685941219330,-5.2581562995910645,-1.5014623403549194,2.5411820411682129,-2.4518952369689941,0.6155600547790527,-2.0053584575653076,0.9843341708183289,-0.3908343017101288,-1.3173047304153442,-0.1932829022407532,-0.4545388221740723,-0.7933655381202698,-4.6861886978149414,0.9144777655601501,1.0004369020462036,1.8228253126144409,-0.1256529688835144,2.3448781967163086,-5.2609128952026367,0.6911419630050659,-5.0042219161987305,-0.7719090580940247,2.6645884513854980,0.5929719805717468,7.4839735031127930,-1.2830289602279663,0.8062620759010315,-0.7772834897041321,-0.0822002738714218,-0.5542218089103699,-0.9972714781761169,2.8902320861816406,-0.3565944135189056,1.5670675039291382,4.3858604431152344,-1.8563163280487061,-2.8268146514892578,-0.8359974026679993,2.1994497776031494,-1.0247882604598999,1.3729755878448486,-0.5089386701583862,0.7845275402069092,1.3462781906127930,2.8259115219116211,-1.3461652994155884,-2.7168762683868408,-4.6159105300903320,0.7120536565780640,-4.6744375228881836,-1.6114771366119385,-1.0029866695404053,-1.6641575098037720,0.5411096811294556,-0.0862570777535439,0.9362020492553711,1.9800363779067993,2.6281321048736572,2.8122119903564453,0.7043225169181824,2.7272269725799561,-1.6779301166534424,-0.3765256702899933,-2.2287809848785400,-7.3582420349121094,-3.0911333560943604,-4.9718742370605469,1.4127676486968994,-1.2223399877548218,0.8946429491043091,-0.2810040116310120,1.1806471347808838,0.4951230287551880,0.8997623920440674,0.9138830304145813,-1.4129921197891235,1.3992770910263062,0.9420726299285889,-1.3133637905120850,0.1845140606164932,-3.2225539684295654,1.2777460813522339,-0.5217530131340027,-0.6352209448814392,1.5446269512176514,2.8416314125061035,5.1533064842224121,-1.4650871753692627,-10.9901580810546875,0.5281499028205872,-0.0444817580282688,-0.7972916364669800,0.3233874440193176,0.0912988632917404,0.6143698096275330,2.0659394264221191,-1.5270841121673584,-1.7495173215866089,-5.8828029632568359,0.0708780363202095,-0.1564207673072815,0.1418833583593369,5.4862480163574219,-0.5908098220825195,0.4891309142112732,-0.2284972071647644,0.2903846204280853,0.4063385725021362,-2.5208306312561035,-0.9519703388214111,3.0566916465759277,2.9659504890441895,-3.1131665706634521,-1.4880862236022949,-2.0933105945587158,0.9840542078018188,2.1347956657409668,-0.2288659363985062,-3.9715325832366943,1.1172065734863281,-0.0189974065870047,-0.5146948099136353,0.8974782824516296,0.0060098804533482,-1.6878651380538940,-0.8846857547760010,-0.3668250739574432,-0.7677662968635559,0.4176844656467438,1.4915876388549805,0.7643563151359558,-0.8318079710006714,-2.5244495868682861,-0.7601571679115295,17.6746959686279297,0.2732050716876984,1.1661815643310547,0.0735507011413574,0.4544815719127655,-0.4730415642261505,1.7486665248870850,-0.5794149041175842,-1.0616439580917358,-2.1649212837219238,-6.5468711853027344,1.0075129270553589,1.1865643262863159,2.4532532691955566,0.8791137933731079,2.1462259292602539,-5.7271823883056641,-1.2574462890625000,5.2996363639831543,-0.8952431678771973,0.9719750285148621,-0.2540909051895142,-0.4793841540813446,0.3332989215850830,-9.4270906448364258,5.6097474098205566,4.6659388542175293,3.0777804851531982,0.3589490354061127,-0.0413208566606045,2.9396250247955322,-1.2463188171386719,-1.6065701246261597,-0.6547016501426697,-0.5131630301475525,-0.4023945033550262,-0.2573858499526978,1.2953710556030273,-3.0175700187683105,2.4354379177093506,-4.1188211441040039,-1.9092096090316772,3.1064612865447998,0.9177566766738892,1.3460326194763184,1.1270866394042969,-3.1585857868194580,5.0800647735595703,2.5872428417205811,-2.3863084316253662,-5.3383264541625977,-1.0260952711105347,2.8473749160766602,-0.5692507624626160,-1.8689600229263306,-1.8279521465301514,3.3425917625427246,0.2349149882793427,-3.4333813190460205,0.0862809866666794,0.4575152695178986,2.3517992496490479,-3.3897356986999512,-0.5886613130569458,-2.6947083473205566,-0.9938495159149170,-0.9890785217285156,-0.1761496961116791,-0.5695072412490845,0.1606833934783936,-2.6773779392242432,7.5363559722900391,-6.5824379920959473,3.9881467819213867,12.8142766952514648,-14.5958690643310547,-1.9993401765823364,7.1948118209838867,3.3513135910034180,7.3146495819091797,-3.8958485126495361,-3.6597950458526611,-11.6625804901123047,-1.4181122779846191,-3.0840821266174316,-11.2738142013549805,1.8216305971145630,5.5630140304565430,42.1949005126953125,43.9063301086425781,40.9507904052734375,44.6513214111328125,11.7208814620971680,26.2273387908935547,10.2324542999267578,23.8678798675537109,25.6731452941894531,5.4911665916442871,13.1804437637329102,22.8979053497314453,25.4697780609130859,35.5787506103515625,9.8284225463867188,0.2528477013111115,0.9205361008644104,0.8965494036674500,0.4360677003860474,0.4605300426483154,0.3479983806610107,1.0338304042816162,0.5085680484771729,0.6076852679252625,0.9072449803352356,0.4297603070735931,0.2477223575115204,0.4323100447654724,0.6391269564628601,0.9187644720077515,0.4884746670722961,0.2305361032485962,-1.5650864839553833,0.2388458400964737,-0.1286608874797821,-0.9393230676651001,-0.4378287196159363,-2.0054950714111328,0.1716633737087250,1.0702857971191406,-0.9728721380233765,-0.4963854551315308,0.1320712715387344,-0.1644977629184723,1.0617005825042725,0.3043506145477295,1.2884395122528076,0.0000099999997474,-0.9712930321693420,-1.2676461935043335,1.3225959539413452,2.8416142463684082,0.1825466156005859,0.2328646332025528,1.1601310968399048,10.1278848648071289,-2.0581264495849609,-1.9848263263702393,1.8886452913284302,-5.8557353019714355,-0.6357848644256592,3.1260507106781006,0.9265148639678955,1.8201867341995239,0.7643269896507263,0.7531260848045349,0.2748563587665558,-1.2647825479507446,-0.1440981030464172,0.5217417478561401,-0.7576617002487183,-4.8691549301147461,-0.5520799756050110,-1.4781140089035034,0.3757772743701935,0.5354017019271851,-0.4488161206245422,-0.5282283425331116,-0.5987092256546021,-4.6608533859252930,0.7370008826255798,1.2583155632019043,-2.1823432445526123,2.5373368263244629,0.6533270478248596,3.1082220077514648,1.9427332878112793,-3.6523661613464355,-3.4658129215240479,0.7370646595954895,-0.0572648309171200,-5.8062953948974609,-1.7330281734466553,1.2571371793746948,-0.1252644509077072,-3.3637890815734863,-1.1522268056869507,0.8416420221328735,0.7352973818778992,3.1556997299194336,-0.8566323518753052,1.5174033641815186,-0.3828819990158081,-1.6252988576889038,1.1218295097351074,7.8438363075256348,-0.4677388072013855,-0.5867983102798462,0.1668473035097122,-2.0540142059326172,0.6824480891227722,3.3548021316528320,0.3828533291816711,-3.8457767963409424,0.0591275990009308,-3.6851189136505127,-1.4470845460891724,1.5304445028305054,-1.4520856142044067,4.9330143928527832,2.9189596176147461,3.0888819694519043,-0.5651742815971375,-2.2715449333190918,0.4136463105678558,0.5929507613182068,0.3411121964454651,1.7907860279083252,-0.5976697802543640,0.9628049731254578,-0.5584535002708435,-2.8976244926452637,0.5398090481758118,-1.6426123380661011,3.7275171279907227,1.2174140214920044,0.6902690529823303,-1.2241123914718628,-0.8688981533050537,3.8827323913574219,-0.6335098147392273,3.7415068149566650,-1.2159460783004761,0.4471097290515900,0.0803901553153992,-0.0521999932825565,-1.6245914697647095,-4.3707728385925293,-0.8123064637184143,1.6088716983795166,0.3393873870372772,-0.5571864843368530,0.8143463730812073,0.8691875934600830,-0.9531652331352234,-2.3360548019409180,-0.3843445777893066,-0.8122410774230957,-0.1642637550830841,0.8386014699935913,-0.6387184858322144,-0.7601448297500610,0.5331281423568726,1.5959022045135498,0.1987602263689041,-2.0872662067413330,2.2981355190277100,1.6199561357498169,2.1786155700683594,-6.0138678550720215,-0.4062019288539886,-10.0902614593505859,0.7080563306808472,-1.2471908330917358,-0.2516686618328094,3.2463822364807129,4.7115626335144043,1.3365954160690308,1.6617614030838013,-1.4090704917907715,1.0017549991607666,3.3426616191864014,-1.0346164703369141,2.5951857566833496,-1.7834116220474243,-4.3973121643066406,2.9411315917968750,-1.2707200050354004,-0.5371001958847046,-0.9207221865653992,0.2170266956090927,0.9291899800300598,-0.2026766091585159,4.2776360511779785,0.2654342949390411,0.2315762937068939,-0.5058375000953674,1.8035687208175659,0.1734419614076614,-3.7639081478118896,-0.8303400278091431,-5.3499732017517090,0.1182618811726570,2.6555659770965576,-0.5951573848724365,-4.2167277336120605,-0.0887729227542877,4.4019398689270020,0.2150318026542664,2.4759700298309326,-1.8561668395996094,-1.5611823797225952,-1.5500603914260864,-0.4840584397315979,-2.2166409492492676,2.3018450736999512,2.6039059162139893,0.2494724690914154,-2.0475609302520752,3.8718085289001465,1.1150245666503906,-2.2053589820861816,-1.0336672067642212,-3.8251011371612549,1.4309016466140747,-2.4850583076477051,-0.1323757916688919,5.4919500350952148,0.5244521498680115,-3.8896424770355225,0.3425390422344208,-1.1810959577560425,-0.4532636702060699,-2.9035973548889160,0.2989176213741302,0.2453795522451401,-0.4477408230304718,2.8110830783843994,-0.3271105885505676,4.2393426895141602,0.3990333974361420,1.0138890743255615,1.1722249984741211,5.1893758773803711,0.3799455165863037,0.7253348827362061,-0.3655914366245270,-1.0751019716262817,-1.0220255851745605,-3.2577035427093506,0.7564436197280884,3.7623057365417480,0.0300552193075418,-1.5166158676147461,0.4651346802711487,1.5567319393157959,-0.0267548672854900,-11.6155166625976562,-0.0131674660369754,-1.6936912536621094,-0.2086115926504135,-2.3538775444030762,0.0964012816548347,1.0522755384445190,-0.9587897062301636,-0.8898224234580994,0.3007654845714569,2.8252463340759277,-0.7663967609405518,3.4591300487518311,0.1088053137063980,-3.7508151531219482,1.2477903366088867,3.4288005828857422,2.5348427295684814,2.8884861469268799,1.2130978107452393,1.7977998256683350,2.0328776836395264,-3.8491020202636719,-0.1297350525856018,1.7955191135406494,1.8422092199325562,0.8689551353454590,-0.9386938214302063,-5.7728881835937500,1.1080589294433594,3.3081061840057373,-1.6069972515106201,-1.8754941225051880,0.0979487448930740,0.2478509843349457,-0.6423006057739258,-1.9551055431365967,-2.1549139022827148,-1.9424901008605957,1.0412858724594116,5.4133982658386230,-0.3951575160026550,-3.0161421298980713,0.1500859707593918,2.5360262393951416,-0.3186771571636200,-0.9034443497657776,-1.5228544473648071,-1.4161121845245361,0.9395077824592590,-4.9610934257507324,1.0582431554794312,-3.8461894989013672,2.9638917446136475,-2.9701731204986572,-2.3675835132598877,2.9281990528106689,1.1340366601943970,-2.9798810482025146,-1.4979813098907471,-7.0335125923156738,0.4615046977996826,-0.4475303590297699,0.2490589767694473,-2.1721503734588623,0.0238688234239817,3.5153832435607910,-1.2745481729507446,0.7465109229087830,-5.4023375511169434,-0.1318316906690598,0.1224020346999168,0.7057085633277893,-0.3248372077941895,-0.3041973710060120,0.0758720561861992,3.4172017574310303,0.8812477588653564,-1.0932017564773560,3.0137479305267334,7.3261775970458984,-2.9465310573577881,-4.6160469055175781,-1.3301346302032471,-0.3456152677536011,-3.7850439548492432,-1.8886029720306396,0.4583534002304077,1.8323552608489990,-3.3940610885620117,-0.8787693381309509,-0.7762542963027954,-2.0250272750854492,-1.4399515390396118,2.0044934749603271,1.3015435934066772,-1.7350424528121948,1.1291806697845459,1.2976305484771729,0.7168031334877014,2.3316528797149658,3.5846340656280518,-1.1975021362304688,-1.5723595619201660,0.8774149417877197,0.6460222005844116,-0.7377105951309204,-1.7671605348587036,-0.2819758951663971,0.2799282073974609,-0.6828902959823608,2.3004081249237061,4.5496501922607422,-1.5648823976516724,-2.5960085391998291,-0.3466905653476715,0.1615790277719498,-1.5997685194015503,-0.7748656272888184,-0.4950052201747894,0.2806901037693024,-0.4589052498340607,-1.9025464057922363,0.2540054917335510,3.2092115879058838,-0.9330148696899414,-7.0674347877502441,-0.2269350737333298,0.1303683072328568,0.4937168359756470,-0.9332560896873474,0.6230374574661255,-1.5770286321640015,2.8598053455352783,-0.2012029290199280,0.9401734471321106,-1.1981017589569092,-0.4886225759983063,-1.2757148742675781,0.5078575611114502,-1.8466525077819824,-0.8249141573905945,0.1573603153228760,-0.6313230991363525,1.4640597105026245,0.1081123128533363,1.5831195116043091,0.5329244732856750,7.8963499069213867,0.3976626992225647,0.1062425598502159,1.3126353025436401,2.8808476924896240,-0.7144607305526733,0.7399026751518250,0.1862044930458069,12.0706033706665039,-0.1726264506578445,0.1314009428024292,-1.2675272226333618,4.3189353942871094,0.1440904885530472,0.7550799846649170,0.1151194721460342,1.0642702579498291,0.4606284201145172,-0.6448303461074829,1.0665688514709473,1.8912749290466309,-0.1801463663578033,-4.0573611259460449,0.8688948750495911,3.0497851371765137,-0.5200974345207214,1.7039445638656616,-1.0886509418487549,3.3728511333465576,0.8762972354888916,6.6362795829772949,0.0610542818903923,8.1205615997314453,-3.1107845306396484,0.8709431290626526,0.4171174764633179,-1.1701879501342773,-1.3532726764678955,0.5611809492111206,1.1950370073318481,3.4297904968261719,-0.7830082178115845,-1.1816543340682983,0.3388483524322510,0.0536950714886189,-0.6539982557296753,-5.0375809669494629,0.6309883594512939,-1.4109027385711670,1.8914537429809570,-3.0930976867675781,-0.9975367188453674,-1.7623015642166138,1.0788933038711548,0.9230268001556396,0.8622477650642395,-1.8976221084594727,-0.6905246973037720,1.9640989303588867,-0.6783194541931152,-1.3643569946289062,-1.0541048049926758,1.4793447256088257,-1.1063736677169800,-1.2205619812011719,0.1864543110132217,10.6014242172241211,-1.3949637413024902,-2.8138024806976318,0.2007184326648712,4.2364172935485840,-0.9552962779998779,-2.3984975814819336,0.3301530778408051,-0.5663442015647888,0.4955120086669922,1.2198619842529297,0.6583715081214905,0.5513318181037903,0.0415960289537907,-2.6974678039550781,2.6904222965240479,3.4133691787719727,1.6194007396697998,0.7233785390853882,-1.0624908208847046,-2.1446828842163086,-0.1529554575681686,-3.5358936786651611,-0.0187985785305500,4.3474369049072266,-0.0238316822797060,-1.3595967292785645,2.4311602115631104,2.9483833312988281,2.1318826675415039,1.6899058818817139,0.4413514137268066,-2.9737532138824463,-5.5885581970214844,-8.0388975143432617,3.3524255752563477,4.6171579360961914,-0.1959819644689560,1.0890322923660278,1.0847860574722290,0.7620468735694885,-0.7709982395172119,-1.5532029867172241,0.2664613723754883,-1.5561885833740234,-0.6760088205337524,-2.5478153228759766,-0.8089371323585510,-3.6450989246368408,-0.6718221902847290,-2.4986541271209717,0.4759028553962708,1.0754942893981934,-0.1524907648563385,2.8520638942718506,0.5218351483345032,-1.9140343666076660,-0.2267062813043594,2.2733783721923828,-1.4017659425735474,3.5349051952362061,-0.9406633377075195,-2.0488514900207520,-1.0523256063461304,5.8324589729309082,-0.0662445351481438,-0.3241728246212006,0.0362736508250237,3.0962350368499756,0.4746685922145844,1.9624228477478027,-0.3021143972873688,4.2119936943054199,0.0912687629461288,3.9489700794219971,0.0171320997178555,-0.8774537444114685,1.1696382761001587,-1.5665178298950195,5.2473859786987305,2.9133026599884033,0.5279566645622253,-0.0528470203280449,0.6398054957389832,2.3693294525146484,0.5592719316482544,-0.0017678100848570,-0.9308755993843079,-0.0916559621691704,-5.0612344741821289,2.8129172325134277,3.7778286933898926,0.8088264465332031,13.5794401168823242,2.4152030944824219,-7.9797339439392090,-4.4311642646789551,5.9683651924133301,8.0074300765991211,0.9240051507949829,-14.2640085220336914,-1.4236515760421753,4.6450324058532715,2.2797021865844727,1.0835835933685303,21.1974010467529297,36.6383361816406250,8.9873161315917969,10.3669414520263672,20.0522556304931641,24.3373508453369141,35.9612693786621094,10.1041002273559570,56.2762260437011719,17.6329212188720703,23.5797500610351562,44.1101264953613281,71.6867065429687500,39.2650642395019531,18.2838916778564453,4.8464469909667969,0.3604937791824341,0.4256926476955414,0.4022181034088135,0.2272295057773590,0.3172351419925690,0.4625982940196991,1.4541039466857910,0.3450323939323425,0.8830493688583374,0.6198828816413879,0.6970387101173401,1.1522502899169922,0.9177902340888977,0.2940985262393951,0.2640748322010040,0.9910281896591187,-0.6519562602043152,1.2862302064895630,0.5025741457939148,0.2434613257646561,0.4579784572124481,0.9317284822463989,1.4995619058609009,-0.4784596860408783,-0.4423633515834808,1.0154197216033936,1.0563217401504517,1.1417049169540405,-1.4905304908752441,0.1008667573332787,-0.1142311319708824,-2.1982574462890625,0.0000099999997474,3.0634760856628418,2.0841574668884277,3.2137429714202881,-0.5569840669631958,-1.2479424476623535,-2.5252096652984619,0.4476178288459778,1.2801227569580078,-0.4900809824466705,1.5329208374023438,-0.2590086758136749,3.3108386993408203,0.5189074277877808,-1.7236424684524536,1.1037862300872803,-3.7874529361724854,0.1009696647524834,-0.9745340347290039,0.4600946605205536,-3.6332056522369385,-0.8406071662902832,3.7580103874206543,-0.1075161322951317,0.7790542244911194,-0.9576591849327087,-3.3390753269195557,3.0817503929138184,5.3535327911376953,2.2382266521453857,-1.1364598274230957,0.5825303792953491,1.2594395875930786,1.7869430780410767,-1.1172780990600586,0.0562881007790565,0.8470112085342407,-0.2468592822551727,-1.7901210784912109,0.2448532432317734,-3.2260267734527588,0.4515566229820251,-2.6253151893615723,1.8171333074569702,-1.9202950000762939,0.1670095473527908,-2.7444052696228027,0.2711647450923920,-1.9414374828338623,-1.1605744361877441,1.3435660600662231,0.1096124276518822,0.7771848440170288,0.0925771892070770,1.1357728242874146,-0.5550795197486877,-1.3086130619049072,0.5992655158042908,-1.0169717073440552,-1.8742758035659790,-11.4085865020751953,0.3882134258747101,-2.1075034141540527,-0.1198396608233452,0.9197323322296143,-1.7185144424438477,1.4164150953292847,-0.6200932860374451,-0.9899582266807556,1.6093798875808716,0.8575988411903381,0.0162709895521402,-0.0793077647686005,-1.3231116533279419,1.2762426137924194,-0.7139911055564880,2.3565773963928223,-0.8307244777679443,2.4780020713806152,-1.1468862295150757,4.2682108879089355,1.1024947166442871,-3.6662220954895020,-0.3253355920314789,0.3418760895729065,0.5956567525863647,5.3831200599670410,0.5742835402488708,-0.3224993348121643,0.3583663403987885,0.9930654764175415,-2.7891070842742920,-0.5551441907882690,-2.6935250759124756,-8.8466577529907227,0.1515760123729706,-0.7095123529434204,1.5267218351364136,-0.6031228303909302,0.4629597067832947,-2.6482851505279541,0.4087066948413849,-0.4637119472026825,-0.8204177618026733,0.3820553123950958,2.0597832202911377,1.1348059177398682,0.4009678959846497,-9.1287174224853516,-0.4743940234184265,-2.1568710803985596,1.5407960414886475,2.1504685878753662,1.1108460426330566,2.1698384284973145,1.1591911315917969,0.4762451052665710,1.6629606485366821,2.5244503021240234,-0.4518812298774719,2.6905000209808350,-0.5431554317474365,-1.6970565319061279,2.0993075370788574,-1.9668663740158081,1.1974489688873291,-11.6602067947387695,-0.1763932853937149,4.1456270217895508,0.0161556173115969,5.4212536811828613,0.6968427896499634,1.4256252050399780,0.0702324658632278,-4.1355724334716797,-0.2942548394203186,0.3105491399765015,-0.6439328193664551,4.4063367843627930,0.6159223318099976,-0.8888087272644043,-0.4159629046916962,3.0969145298004150,-1.3945503234863281,-4.9795722961425781,1.3367249965667725,-1.7167663574218750,0.4744420647621155,1.5734657049179077,0.7984958291053772,2.6552174091339111,0.8445019721984863,-3.1984367370605469,-0.4673932790756226,3.2651977539062500,-1.0660302639007568,4.5441932678222656,-1.2762356996536255,-3.9759914875030518,0.3521617054939270,1.1366368532180786,-0.1695920228958130,4.7602977752685547,0.6790089607238770,6.9979047775268555,0.3748169243335724,0.5799984931945801,-0.3091326057910919,-0.6868789196014404,-0.3907374441623688,4.5492334365844727,-0.3165338337421417,-0.4183507859706879,-0.3883389234542847,0.4551939964294434,-0.3484337627887726,-5.6019234657287598,1.3763098716735840,1.3486828804016113,0.3154649138450623,1.2326837778091431,0.6492082476615906,0.2244463413953781,0.6042283177375793,-0.1617687940597534,-0.0503219515085220,3.6182157993316650,0.4705975651741028,3.6546466350555420,-0.0110799670219421,-7.7691035270690918,0.3154120743274689,1.9786660671234131,-1.5749446153640747,-3.1497261524200439,1.2269214391708374,-1.6861695051193237,1.3900028467178345,0.8521152138710022,0.3230098783969879,0.0138541553169489,-2.3694028854370117,2.5794219970703125,-0.9620966911315918,-0.6682791113853455,-0.9531713128089905,4.1322050094604492,-1.2655695676803589,4.2220306396484375,0.9320083856582642,-2.8237113952636719,0.4240591526031494,5.4933881759643555,0.9309829473495483,0.6296229362487793,0.1730136126279831,-3.7339823246002197,-0.6456397175788879,-1.4921468496322632,-2.3245017528533936,3.9858262538909912,-3.9181547164916992,-1.4585473537445068,1.4912805557250977,-0.4859928488731384,-0.0910578668117523,-3.0993800163269043,-0.4170448184013367,-0.5311788320541382,0.9464170336723328,-0.7662048339843750,0.3349772393703461,-0.8150882124900818,-1.4276582002639771,-0.4759977757930756,0.5692762136459351,3.5757751464843750,-0.8549607396125793,0.6641659140586853,-0.7966634631156921,-0.3948054015636444,-0.2692541182041168,-2.5189883708953857,-0.4622538387775421,-7.2544159889221191,0.7940642833709717,5.3308897018432617,-0.0473331324756145,1.6971993446350098,0.3689641058444977,3.4982771873474121,-4.5043382644653320,-0.4679541289806366,-2.1860456466674805,-0.6401150226593018,0.7646419405937195,2.5016145706176758,-0.3796469569206238,-1.0919044017791748,-0.4682630598545074,1.9395039081573486,1.0169435739517212,1.4977990388870239,0.3540953993797302,-0.0928518325090408,-2.3176715373992920,0.1698668599128723,-0.5152758955955505,-4.3306989669799805,-0.0350519083440304,5.0086131095886230,-1.1267068386077881,0.6197281479835510,-0.5286982059478760,-7.2178139686584473,-1.0661746263504028,-3.0747244358062744,-0.6102198958396912,0.1861821413040161,0.0222656782716513,1.4548608064651489,-0.1168795675039291,5.0062937736511230,-2.0264925956726074,0.1149753630161285,-2.1469354629516602,1.0644683837890625,0.2466311156749725,-0.0967159792780876,-3.9066939353942871,1.1141465902328491,-3.6722080707550049,-3.4720642566680908,-0.3142549991607666,-1.0187268257141113,-0.2063998430967331,-1.5118024349212646,0.7953795194625854,1.3887701034545898,0.1089830398559570,-7.0694699287414551,-0.1542507708072662,0.4300496280193329,0.0804118439555168,-1.3868929147720337,-0.0008627920760773,4.8255968093872070,-0.3475584089756012,-0.4488451480865479,0.2893203496932983,-3.6162734031677246,0.6184188723564148,-1.8890340328216553,1.8717502355575562,-2.6048598289489746,-2.4590184688568115,-1.1744902133941650,-2.3612232208251953,1.6838679313659668,0.2245149165391922,-1.1131242513656616,0.3622817695140839,-0.2365209460258484,-0.0595016740262508,5.8326454162597656,-0.4952004551887512,-2.9889156818389893,0.2175433188676834,-4.3209142684936523,1.0115078687667847,-3.7967460155487061,-0.0071011870168149,-2.1967718601226807,0.2592938244342804,-2.0717074871063232,0.7347686290740967,5.4840741157531738,-0.7144303917884827,1.9164497852325439,0.4578295350074768,0.9035350084304810,-0.1263564974069595,0.7626246809959412,-0.6138767004013062,-3.2407636642456055,-0.3337901234626770,-3.5660309791564941,0.9995095729827881,2.8803720474243164,0.3555940985679626,-5.2042841911315918,0.2776672244071960,-0.2524437904357910,0.6296927332878113,0.6746765375137329,-0.2473112791776657,-2.0138041973114014,-0.8991947174072266,-0.0459550172090530,-0.7868946790695190,-0.0375890992581844,2.2343833446502686,-2.6073522567749023,0.7586383819580078,4.2785506248474121,0.2687244117259979,-3.7719848155975342,0.5776006579399109,-0.5131661295890808,0.8008420467376709,4.3967194557189941,0.6244302392005920,2.5614004135131836,0.8216999173164368,3.0283238887786865,0.2231319993734360,-3.6399052143096924,-0.2361671030521393,-14.3717727661132812,2.3336081504821777,-0.6219357252120972,2.0478880405426025,0.3118843436241150,-0.2834466695785522,-0.5728868842124939,-0.1818508803844452,-0.5016624331474304,-0.8837898373603821,4.9055938720703125,-0.8348486423492432,-3.2364263534545898,0.5238391757011414,-0.3598216474056244,1.3207938671112061,1.8524215221405029,0.2499657124280930,-5.4103441238403320,0.2721631228923798,-0.4622286260128021,0.0403952449560165,3.4578616619110107,-1.4167488813400269,-0.5860463976860046,0.1405225694179535,-1.0100127458572388,-0.6855545043945312,0.8825508356094360,-0.6119552850723267,8.3102817535400391,-0.2110746949911118,-0.7829971313476562,-0.3743644952774048,-5.1481018066406250,0.1123028174042702,1.8884091377258301,-0.0126223368570209,-0.3643189072608948,0.4791825711727142,-1.1820780038833618,0.8463911414146423,1.1663287878036499,-0.2140164077281952,2.7616903781890869,0.6276745200157166,3.4726910591125488,-0.6460999250411987,-3.1794514656066895,-0.8003557920455933,-6.3380537033081055,0.2654824554920197,-2.0495460033416748,-1.2286027669906616,-4.7060284614562988,-0.2640883624553680,4.1832361221313477,-0.4524108469486237,-1.7087625265121460,-0.9401139616966248,-1.9093508720397949,0.0461840219795704,1.2748920917510986,-1.2751455307006836,-0.2482129782438278,1.2420752048492432,-5.6457486152648926,0.6900213956832886,2.7878983020782471,0.5374999642372131,0.5776748657226562,0.9428103566169739,-1.2618570327758789,2.4619944095611572,-9.2291641235351562,0.1856160014867783,-1.1292495727539062,0.2452775686979294,13.9091072082519531,-1.6028267145156860,-1.5602328777313232,-1.2686277627944946,-1.6448103189468384,0.0421196706593037,1.6041810512542725,0.1471414566040039,-2.5427834987640381,0.2374169081449509,1.2051823139190674,0.1953059583902359,-0.3613736331462860,-0.8557351231575012,2.0310757160186768,-0.0126063702628016,-1.0042518377304077,-1.0180821418762207,2.2209737300872803,2.5218677520751953,3.6137869358062744,0.7805551290512085,1.7598618268966675,0.0134786916896701,0.2987209260463715,-3.3610229492187500,-0.4579237699508667,-2.0104298591613770,5.7112836837768555,-0.2750459909439087,-0.3499113619327545,-0.4610141217708588,-12.6829128265380859,0.3271744549274445,0.2209986001253128,0.8840391635894775,-0.6196446418762207,0.1076695099473000,2.0245003700256348,-1.0258059501647949,-2.2199954986572266,0.5275120139122009,0.5688690543174744,-1.1233420372009277,0.7078225612640381,0.3597248196601868,-2.6784601211547852,1.1125717163085938,1.3708598613739014,1.6974289417266846,-2.7846734523773193,-1.7993642091751099,1.7389849424362183,-0.5544905662536621,0.8333646655082703,-0.1406681686639786,-0.7478545904159546,3.7259578704833984,-4.4760408401489258,6.0548839569091797,-6.8924298286437988,2.8829703330993652,5.2839303016662598,7.9703216552734375,-2.2068011760711670,-1.3967418670654297,-12.1241645812988281,-1.6146491765975952,10.6466455459594727,3.1378433704376221,-5.5473108291625977,-4.7981352806091309,5.9206366539001465,28.8353042602539062,14.6656808853149414,25.2724781036376953,15.1181459426879883,24.6901054382324219,39.2923240661621094,10.7648572921752930,19.8599853515625000,38.0747184753417969,14.7774820327758789,8.7591171264648438,75.9050750732421875,18.6036396026611328,4.9276113510131836,14.9216632843017578,9.2844886779785156,1.4996172189712524,0.3413898944854736,0.5698180198669434,0.7301821708679199,0.7578101754188538,1.3292376995086670,0.5801200270652771,1.2691391706466675,1.1453404426574707,0.6429929137229919,0.3656263649463654,1.5073468685150146,0.7096930146217346,0.2492702752351761,0.5618487596511841,0.7009064555168152,-2.0729451179504395,-0.0671691522002220,-1.2851780652999878,1.5466121435165405,1.2572069168090820,-0.1834054887294769,0.3346307575702667,1.3446329832077026,-1.5002740621566772,-1.3361902236938477,-0.3066726922988892,-0.7616699934005737,-0.1757506728172302,-0.1225724741816521,-1.0449050664901733,-1.0584168434143066,0.0000099999997474,0.0840951502323151,7.9131779670715332,-0.2734853923320770,0.2541671395301819,-0.4711313843727112,1.8670799732208252,-0.3799574971199036,2.8680548667907715,-0.1401195228099823,3.6161391735076904,0.3283227384090424,5.6996335983276367,0.5116319060325623,-5.4657125473022461,0.2622252404689789,0.6940257549285889,0.1431434452533722,4.9852690696716309,-0.6021910309791565,2.7849853038787842,0.1531413644552231,0.9293781518936157,0.0616083517670631,-4.2835192680358887,-0.1803514808416367,-1.5711292028427124,0.8627934455871582,-1.0385950803756714,-0.3236806988716125,1.5869686603546143,-0.1128674894571304,-2.7780981063842773,-1.4573882818222046,1.3341068029403687,1.9808048009872437,3.4928627014160156,4.8261017799377441,1.5569828748703003,1.8695842027664185,10.1263399124145508,0.1614829152822495,2.5524568557739258,0.4346224665641785,0.1907874345779419,-0.3468655645847321,0.2764486670494080,1.0923018455505371,4.6651616096496582,-1.1316136121749878,1.9545150995254517,0.6528025269508362,0.0249707102775574,-0.0023531017359346,-1.9163368940353394,-0.1646845340728760,-2.1679782867431641,-1.2275279760360718,0.8619989752769470,2.5645053386688232,-7.5399127006530762,-0.2488741427659988,0.1386982053518295,0.1863539516925812,-2.2659325599670410,-0.0804663598537445,1.1832215785980225,1.1747947931289673,-4.6500244140625000,0.1527797281742096,-7.1885786056518555,0.2367204427719116,-8.3626747131347656,-0.0736589431762695,-1.7847836017608643,-0.2026695162057877,-2.3023977279663086,0.0132752340286970,2.5751855373382568,0.0371348373591900,-1.9853768348693848,0.4380065202713013,-5.0056190490722656,-0.2231080085039139,-2.2700555324554443,0.0122562889009714,4.1299300193786621,-0.2027720957994461,-0.2057483494281769,-0.1007814481854439,-0.5212952494621277,-0.7278353571891785,-5.8758883476257324,0.2432329505681992,-5.2770395278930664,-0.3137280344963074,0.6468214392662048,-0.0086218733340502,-1.1060553789138794,0.7929739356040955,-2.2724318504333496,1.3966530561447144,1.2943285703659058,0.5065957307815552,-1.9448877573013306,-0.1311913430690765,5.3969531059265137,-0.2159905433654785,-1.2205322980880737,-0.2359517961740494,-3.2781314849853516,0.3333352208137512,2.0092287063598633,0.1554017364978790,15.4534215927124023,0.5010008215904236,1.6322982311248779,-0.1096392050385475,0.7916485071182251,-0.8637744188308716,-2.0570633411407471,-0.4892008304595947,2.6109073162078857,1.4150161743164062,-3.8056726455688477,0.3260579407215118,2.8203735351562500,0.0788657665252686,0.3369823992252350,0.2117670774459839,4.7100601196289062,-0.5921462178230286,1.4411801099777222,-2.4228215217590332,-0.2028241902589798,-0.4562403261661530,-2.2923474311828613,0.4084241986274719,-4.5931739807128906,0.2533033490180969,1.2717475891113281,0.5181610584259033,2.3667061328887939,-0.5007125735282898,1.1908923387527466,-0.0789900049567223,-4.2862567901611328,-0.4326648414134979,0.7338560223579407,-0.4029600024223328,2.8222506046295166,0.7984762787818909,7.1215381622314453,0.8554587364196777,1.4863121509552002,-0.9444790482521057,-1.2085322141647339,-0.1222999766469002,0.5570245981216431,-0.1682815998792648,1.7775044441223145,0.1324326097965240,0.1931580156087875,-0.9470400214195251,3.1521222591400146,-0.9476960301399231,10.7958936691284180,0.2623131871223450,1.3716350793838501,0.5282984972000122,-0.1055081561207771,0.3545833528041840,2.3909509181976318,0.2389727383852005,-1.1367441415786743,-0.4590374231338501,1.5324420928955078,-0.2798794507980347,20.9053478240966797,-0.3231352865695953,-0.8341892361640930,0.4625143110752106,0.2000968903303146,0.2672297060489655,0.6440269947052002,0.2013638168573380,-1.3236683607101440,0.3197387158870697,1.3765783309936523,0.1056403368711472,-1.1756110191345215,0.1135352030396461,1.1620880365371704,-0.0068587283603847,-0.2325215041637421,-1.9520907402038574,-0.5093167424201965,-1.0961267948150635,6.5059709548950195,-1.1021021604537964,14.1002864837646484,-0.0722803995013237,3.7735760211944580,0.3085359334945679,3.9449336528778076,0.2664204239845276,-0.1962845176458359,-0.2388366460800171,-1.2982697486877441,-0.1332230120897293,3.8800551891326904,-0.8962810039520264,-3.1508152484893799,1.1745953559875488,2.3780455589294434,0.3781159520149231,-0.0807075276970863,0.3152594864368439,2.1168088912963867,-0.0281636454164982,1.7395951747894287,-0.3779012262821198,-2.1917569637298584,-0.0517767928540707,0.0697426050901413,0.4952008724212646,3.6207842826843262,-2.1600601673126221,-4.4132719039916992,-1.8143868446350098,1.9919157028198242,-0.7134899497032166,1.5047310590744019,0.5443102121353149,-1.2213304042816162,0.3313119709491730,-2.1973891258239746,0.9818798899650574,-2.5333759784698486,-0.5410701036453247,1.6254770755767822,0.0099082728847861,-1.4336465597152710,-0.5544733405113220,-3.4230906963348389,1.5803821086883545,-1.0408277511596680,-0.2815049886703491,0.5370620489120483,0.2299295961856842,-3.4799795150756836,0.9176747798919678,-2.4510002136230469,0.0334040038287640,9.5152292251586914,0.0433654077351093,-4.8881402015686035,-0.0803217813372612,-0.8068392872810364,-0.2840747535228729,2.9946639537811279,0.3658572435379028,3.5187308788299561,0.5102717876434326,0.4075336456298828,0.1764668524265289,3.8506243228912354,-0.1084471717476845,6.1696300506591797,0.0997541174292564,-2.0505049228668213,0.3431189954280853,1.7217872142791748,0.1740822941064835,0.1264618933200836,0.9369786977767944,0.8749928474426270,-0.4720621705055237,1.2109142541885376,0.2765504121780396,1.4685572385787964,0.0963125675916672,6.6197142601013184,0.4898976087570190,-1.0485002994537354,-0.1574025005102158,4.8894224166870117,0.0367432795464993,-0.1278350651264191,0.1337256431579590,-7.9390063285827637,0.9661020636558533,1.7319443225860596,1.0116773843765259,-2.9307281970977783,-0.0310777164995670,-4.7207641601562500,-0.2499620467424393,-2.8061633110046387,-0.3293420076370239,0.8559033274650574,-0.1528618931770325,2.2173717021942139,0.0062045971862972,-4.4865922927856445,0.2287257760763168,0.3770566284656525,0.0792823135852814,7.1836867332458496,0.1737802624702454,-1.3900978565216064,-0.9098086357116699,1.6818662881851196,-0.4132218062877655,0.4169732630252838,0.1767885237932205,-0.8810375332832336,0.2841182351112366,-0.3131244778633118,0.0027880042325705,0.3658143877983093,-0.1647847443819046,-2.1804244518280029,-1.6184042692184448,1.8206328153610229,-1.0468143224716187,6.6737623214721680,-0.3355349600315094,0.1706282347440720,0.0212506782263517,-9.4947586059570312,0.0815130323171616,-1.9786161184310913,0.2412499487400055,-1.2271451950073242,0.1995025724172592,2.2364141941070557,0.1673817336559296,2.6911022663116455,-0.2035880982875824,0.1283823102712631,1.3586233854293823,-1.7746828794479370,-0.4442661106586456,0.0956923812627792,-0.0429278202354908,-0.4137974083423615,1.8342519998550415,0.2581801116466522,-0.1589051038026810,9.1590948104858398,0.1582808494567871,-0.4312710165977478,0.2664658129215240,1.8602927923202515,-0.1824473738670349,2.1150317192077637,-1.0202735662460327,6.7859835624694824,-0.6555867791175842,-1.1963490247726440,-0.0694053098559380,-2.4898993968963623,-0.0884604677557945,1.6616178750991821,0.2756250798702240,0.6709426641464233,0.0713046118617058,-1.2711930274963379,0.5224930644035339,0.7674653530120850,-1.0546451807022095,0.4593634903430939,0.8968710899353027,-12.0443840026855469,-0.7467316389083862,0.0513865426182747,-0.3794257044792175,-1.1569801568984985,0.8985234498977661,0.5694921016693115,0.1008974462747574,5.2518072128295898,-0.0361074246466160,-3.3010017871856689,-0.2897737622261047,-5.4411215782165527,1.3111082315444946,5.6415829658508301,1.3726557493209839,2.5029613971710205,0.4805195331573486,-1.5470809936523438,-0.5237682461738586,4.0308260917663574,-0.1729450225830078,-0.1962872594594955,0.0962125286459923,-2.3725626468658447,0.8441349267959595,0.5394360423088074,0.5555076599121094,0.4949555993080139,0.3131308555603027,4.4923839569091797,-0.5371829271316528,4.6809816360473633,-0.6474027037620544,2.3545296192169189,-0.8835835456848145,-0.0422110222280025,0.8473114967346191,4.4857811927795410,0.0040746647864580,1.5127565860748291,-0.0323729477822781,-4.1728425025939941,0.1945696324110031,0.9097803831100464,-0.1827925592660904,-0.1715414822101593,-0.5565584301948547,2.2878725528717041,-0.5605349540710449,-2.1137962341308594,-0.4727540612220764,1.0498633384704590,-0.2081061899662018,6.5280408859252930,-0.0797557681798935,-1.3193943500518799,0.0254906862974167,-1.7969900369644165,0.7485193014144897,2.2962145805358887,0.2242949008941650,3.3072509765625000,0.3119451999664307,2.5882339477539062,-0.6071783900260925,-5.9273586273193359,-0.0844461396336555,0.6077181696891785,-0.3020800054073334,-0.0156735759228468,-0.0558546259999275,3.2665061950683594,-0.2683541178703308,-0.9570370912551880,-0.2032791227102280,-1.0561845302581787,0.6049883365631104,4.8973469734191895,1.0520222187042236,-2.1272387504577637,0.6866860389709473,1.8957524299621582,-0.1036971062421799,-10.7445802688598633,-0.1475221663713455,-3.0575022697448730,-0.4117662608623505,1.7780376672744751,-0.0355733893811703,-2.1463150978088379,-0.0287514459341764,-1.8706218004226685,0.7315585613250732,12.3953266143798828,-0.2335167974233627,0.9686787724494934,0.1062185838818550,0.5353199839591980,0.1576851010322571,3.3825590610504150,-0.6169213652610779,-0.5479838848114014,0.2442675381898880,2.9777529239654541,-0.1444294303655624,1.9395724534988403,-0.2951576709747314,-1.0077242851257324,-1.1213135719299316,-0.8751881718635559,-0.2165701836347580,-0.6404026746749878,-0.1030157729983330,5.4032869338989258,0.2911034524440765,-5.6623492240905762,0.4843094050884247,-0.9956787824630737,0.2192818522453308,2.0345427989959717,-0.0272475965321064,0.7412572503089905,-0.5923585891723633,-6.8553905487060547,-0.2578628063201904,1.3813675642013550,0.4426201283931732,-2.3475551605224609,0.9109048843383789,5.3389616012573242,0.1885268837213516,-2.9316525459289551,-0.0198970343917608,3.2812385559082031,-0.5222547054290771,-3.5359325408935547,0.0379507914185524,1.2775796651840210,-6.6746864318847656,12.5300865173339844,4.3144612312316895,-11.8751831054687500,-7.7561841011047363,-19.7372322082519531,9.5539054870605469,-1.4395397901535034,-4.4230656623840332,-7.0699353218078613,-15.9861278533935547,-8.8910541534423828,-1.9453682899475098,-10.8293962478637695,-18.0227489471435547,8.2423810958862305,93.2529830932617188,67.7034835815429688,28.0955638885498047,102.3769760131835938,49.0884094238281250,132.3027801513671875,69.8860702514648438,26.4764556884765625,42.0309524536132812,44.6225738525390625,36.5723991394042969,17.9349555969238281,30.8910732269287109,43.3059577941894531,120.6791915893554688,65.9539489746093750,0.8146271705627441,1.1212642192840576,0.4911644756793976,1.2376158237457275,1.8094480037689209,1.6332983970642090,0.8407302498817444,0.3944818973541260,0.9192103147506714,3.5527882575988770,1.6433792114257812,0.3091363906860352,0.5099617838859558,1.5722180604934692,1.2635707855224609,0.8775216341018677,1.3470319509506226,-2.2375042438507080,-0.0973138064146042,0.9847500324249268,-1.3390964269638062,1.8737474679946899,0.9892920851707458,-0.2840993702411652,-0.8782970309257507,-0.1836665719747543,2.2187035083770752,-0.2316302210092545,-1.4439001083374023,-3.5447022914886475,0.8883327245712280,1.2130165100097656,0.0000099999997474,-5.5823068618774414,-3.8956980705261230,-1.5942223072052002,-1.4955726861953735,-0.1848537325859070,-1.1188135147094727,-0.5234242677688599,0.8564775586128235,1.7262183427810669,2.9371433258056641,-2.7429964542388916,1.0115337371826172,0.7140580415725708,0.9074169993400574,0.2206045389175415,0.9513957500457764,-1.0227879285812378,-0.3205461502075195,0.6814416050910950,-2.2333374023437500,7.3943057060241699,6.0549139976501465,-1.9301152229309082,-0.9658688902854919,3.5126869678497314,3.0429666042327881,0.3086520135402679,0.2047668099403381,-1.0351516008377075,-2.3974611759185791,0.1646933853626251,0.0093081044033170,0.5896336436271667,2.1409909725189209,-0.8639114499092102,1.0857779979705811,-1.9698007106781006,-0.3348508477210999,-2.7271490097045898,4.6505331993103027,0.5688625574111938,-1.2840710878372192,-0.8523025512695312,4.6898841857910156,-0.9114528894424438,1.9108927249908447,2.4404540061950684,-0.1516499221324921,-3.4468529224395752,0.5065401196479797,-1.6966679096221924,-3.0506355762481689,2.2531263828277588,0.9594154357910156,-0.9152711033821106,0.4733170568943024,1.7580469846725464,-3.9394419193267822,-3.5153884887695312,-1.0327082872390747,2.4715337753295898,-0.6368958950042725,3.3608286380767822,0.1561198383569717,-1.6082434654235840,2.9451696872711182,-1.4078161716461182,1.6736428737640381,2.7188377380371094,0.1672216206789017,0.8576466441154480,1.7657865285873413,1.1832733154296875,2.9788053035736084,0.5521448254585266,0.4067704975605011,1.2888518571853638,0.8830722570419312,5.3158607482910156,4.4238286018371582,-0.0848214924335480,1.7303248643875122,0.0394094847142696,-0.7867913842201233,4.4539575576782227,4.8907380104064941,3.7609260082244873,4.1383914947509766,1.7634538412094116,3.2862935066223145,2.6679286956787109,3.5979413986206055,0.4218710660934448,-2.1655178070068359,2.1675453186035156,0.9358080029487610,2.4640967845916748,-1.4033162593841553,0.5434607863426208,1.9513441324234009,4.2532544136047363,-5.0761017799377441,1.9119594097137451,-1.6998711824417114,-0.4534326493740082,-0.0678330212831497,-0.7764153480529785,0.9349836707115173,2.3267393112182617,-1.8663585186004639,-0.5777509212493896,0.4166473746299744,2.3756520748138428,-0.9915868639945984,-0.1366073191165924,0.3348912894725800,-1.1223763227462769,0.5073329806327820,-3.7476131916046143,3.0532407760620117,-6.4078483581542969,5.2291460037231445,8.0020980834960938,5.4767584800720215,-1.4588718414306641,1.6349925994873047,-3.7000796794891357,1.8635841608047485,1.2594841718673706,-0.3555542230606079,0.6435920596122742,1.6524282693862915,5.6827349662780762,1.8410496711730957,0.8528019189834595,1.0506805181503296,-1.3261088132858276,-2.5072462558746338,2.6822087764739990,1.8041911125183105,-0.3482441008090973,0.2608691751956940,0.6387162208557129,0.8065612316131592,-0.5099019408226013,0.1728328466415405,1.3149359226226807,0.9275283217430115,-0.6516606211662292,-0.5381779670715332,-3.9921746253967285,-2.7305879592895508,-5.3421139717102051,-5.2490339279174805,4.0212907791137695,3.7034764289855957,-0.7707589864730835,1.7208291292190552,-3.5864291191101074,-2.6100993156433105,2.2750260829925537,4.2068228721618652,0.4770354032516479,3.2633376121520996,1.9350284337997437,-0.7493204474449158,-0.4064303636550903,-1.1335523128509521,0.5712903738021851,-2.0589306354522705,1.2815725803375244,0.6429691910743713,0.9726955890655518,-0.1090339198708534,-1.3307025432586670,-1.2131567001342773,-2.7248003482818604,-0.1465033739805222,-0.7177255749702454,-0.6336095333099365,-0.6915149092674255,0.0462493039667606,4.0620870590209961,4.9226751327514648,-3.2443277835845947,-3.3146049976348877,2.5585963726043701,5.8372364044189453,1.2328984737396240,-1.6981158256530762,0.4118870198726654,-3.0758156776428223,-1.4896843433380127,0.0632077306509018,-0.7934443950653076,-1.8158719539642334,1.1306059360504150,0.0495664887130260,-1.3980520963668823,-0.5955744981765747,3.0263223648071289,0.8441469669342041,-0.9814100265502930,-1.1314783096313477,1.2842879295349121,0.6521283388137817,9.6590166091918945,8.4990043640136719,-0.7262672185897827,-0.8956701159477234,-0.7012671232223511,0.3199395835399628,2.0108323097229004,2.7935080528259277,2.4306414127349854,2.2228529453277588,0.7129684090614319,0.4427007436752319,-6.7791929244995117,-5.9284739494323730,-3.0436627864837646,-3.4165525436401367,0.3702450692653656,-0.8581039905548096,-2.2720131874084473,-0.8540521264076233,-5.6348738670349121,-9.5123119354248047,0.1169969812035561,-1.3741656541824341,-0.1708575636148453,-0.0515661835670471,1.1500124931335449,-0.2063556611537933,-0.3666994273662567,-0.1651029288768768,-0.9735069274902344,-0.0852648988366127,0.3438114225864410,0.4658953845500946,0.9190444350242615,-0.5112636089324951,0.0445125773549080,-0.2545740306377411,-0.1333979666233063,-0.5790088772773743,0.0846452116966248,0.6964552998542786,-0.1006884053349495,0.7308991551399231,-16.5808677673339844,-19.4419116973876953,1.0527743101119995,2.8755226135253906,2.5775823593139648,9.6028270721435547,-0.1086386069655418,-0.1253787726163864,-2.1973662376403809,4.1538929939270020,-5.5250792503356934,-0.2600185275077820,1.3708065748214722,2.4202232360839844,-0.6426349282264709,-1.5929670333862305,0.7132434844970703,1.0511504411697388,-0.8053923845291138,1.0999525785446167,1.5066531896591187,1.2056666612625122,1.6192358732223511,3.1626305580139160,0.5698649883270264,0.6187418699264526,-1.0349198579788208,-2.0418124198913574,-0.5734853744506836,-1.1675145626068115,1.9897665977478027,-6.3793106079101562,9.6882743835449219,14.1279916763305664,2.6862535476684570,-0.1150752678513527,1.7089649438858032,-2.2446489334106445,3.5220413208007812,1.6441115140914917,-0.2171129882335663,-1.2150577306747437,-3.1485955715179443,-2.4782845973968506,-2.0361523628234863,-1.0504529476165771,-2.4303884506225586,0.4105894863605499,2.7488658428192139,-0.2126537263393402,1.2877098321914673,-1.7201784849166870,-1.5965969562530518,-2.0250332355499268,2.3440706729888916,0.6891810297966003,0.7280135154724121,1.3036397695541382,-4.0630240440368652,-1.2274432182312012,2.0000627040863037,3.5336351394653320,-0.9667916893959045,6.4143509864807129,1.5436527729034424,-2.1404230594635010,2.7386713027954102,5.0337700843811035,0.1326250582933426,0.4360875189304352,11.0192098617553711,4.4977250099182129,-0.7126590609550476,0.7297521233558655,1.7566633224487305,2.6495645046234131,3.0759623050689697,-0.6376852393150330,1.3241430521011353,1.3787784576416016,4.1151561737060547,0.8647474646568298,7.8939318656921387,2.6685874462127686,0.1074856743216515,-0.4647670686244965,0.4141989648342133,-2.7263267040252686,0.0569568760693073,-0.1899990141391754,-0.7923356294631958,1.0442537069320679,-1.4610692262649536,-1.6588745117187500,-2.9212303161621094,-3.1477732658386230,4.1325387954711914,2.8355884552001953,-0.6813248395919800,-0.5898943543434143,0.4389306306838989,0.9863005280494690,0.2781191468238831,2.4492912292480469,-0.5511356592178345,-0.7610440850257874,-2.1571042537689209,1.1395705938339233,-5.7756495475769043,-0.8803599476814270,0.3696759045124054,0.1082347780466080,-3.0992147922515869,0.3023655116558075,-1.8341896533966064,0.9975015521049500,0.7150763273239136,0.4946148097515106,0.4065444767475128,0.6202223300933838,0.1776183694601059,-0.6367509365081787,5.1206145286560059,5.0944461822509766,3.5436995029449463,0.1632267087697983,3.6193463802337646,-1.3446042537689209,0.8129844665527344,1.9335700273513794,3.0281283855438232,0.7318541407585144,2.8663864135742188,0.0236718710511923,4.2692403793334961,4.0664429664611816,0.0306250285357237,0.4441240429878235,1.3828966617584229,-1.0586211681365967,-2.7157263755798340,-2.7958738803863525,0.2429137378931046,0.3316768407821655,-3.4059076309204102,-3.0878095626831055,1.9006549119949341,1.8534142971038818,0.8209469914436340,0.4325130581855774,-4.1943087577819824,-3.7785642147064209,-1.1533509492874146,-1.6151974201202393,0.4104286432266235,1.4820073843002319,-0.2743903398513794,1.0820412635803223,-1.2734547853469849,-1.9309488534927368,-0.2879164516925812,-1.4998908042907715,2.7699880599975586,2.6913785934448242,-0.8505099415779114,-0.9557150602340698,-0.8338056802749634,0.7037939429283142,1.8793026208877563,0.8149753808975220,-1.1204965114593506,-0.4144778549671173,0.6191758513450623,0.1542541384696960,-0.3701369762420654,1.0790584087371826,3.0320720672607422,3.3908510208129883,4.9011273384094238,3.3429110050201416,-2.3325726985931396,1.0624876022338867,3.3251657485961914,-0.3701420128345490,0.3252078592777252,-0.1395414173603058,-1.8100492954254150,-0.1537992507219315,0.0760594606399536,1.0200605392456055,0.6716151237487793,1.7885929346084595,10.3458213806152344,12.0972270965576172,0.2347129285335541,-1.4875923395156860,-0.4026009440422058,-0.3514415919780731,-2.3500466346740723,3.2309842109680176,1.1465616226196289,0.4380332827568054,-3.7924122810363770,2.9124791622161865,-2.1411998271942139,2.4671611785888672,0.4258796274662018,-0.4810602068901062,-1.3531426191329956,1.2738947868347168,-1.6726115942001343,2.3854770660400391,0.1909618824720383,-0.6971548795700073,-1.0438466072082520,2.9745390415191650,0.1860145032405853,-0.1793716996908188,0.6959242224693298,-0.8966902494430542,3.1010515689849854,-3.3111846446990967,3.6972687244415283,-4.9182181358337402,1.6634576320648193,13.3824968338012695,2.3636729717254639,-1.9694515466690063,4.0049529075622559,-5.1061697006225586,1.3265677690505981,2.2653629779815674,-0.2195942550897598,1.8011622428894043,2.9510307312011719,0.4543267190456390,1.6302714347839355,2.1862347126007080,0.0294946059584618,0.7067865133285522,-3.6447551250457764,-3.4551923274993896,-0.4543534815311432,-0.1775548458099365,2.6119177341461182,2.5282196998596191,-2.9166731834411621,-0.6140057444572449,-0.4736771583557129,-0.0237499065697193,1.7698259353637695,-3.4670162200927734,-3.7614455223083496,-1.6113222837448120,-1.0838696956634521,-3.2874910831451416,-6.0465564727783203,0.3219447433948517,-5.4026303291320801,-4.5922770500183105,-1.1192284822463989,-3.3621246814727783,-0.6415262222290039,21.2563304901123047,-3.6152596473693848,-14.7183361053466797,1.5269906520843506,-1.1089872121810913,5.9527754783630371,51.8848495483398438,-21.2511978149414062,-0.9418352842330933,21.9650993347167969,3.5691494941711426,11.5877504348754883,-20.0774669647216797,-15.0227031707763672,-0.8727725148200989,33.6922721862792969,31.3467254638671875,20.5336875915527344,16.5259590148925781,31.8436012268066406,41.8654823303222656,72.7155609130859375,167.7836914062500000,72.6181106567382812,16.5681228637695312,119.4984283447265625,35.5925178527832031,29.9819545745849609,87.6397018432617188,16.9565677642822266,38.0177574157714844,1.0018899440765381,0.8481385707855225,0.5986484289169312,2.2728893756866455,0.4241807758808136,0.6738566756248474,0.6807246208190918,1.8286015987396240,2.5729391574859619,0.5187848806381226,1.4227533340454102,1.3850324153900146,1.8680939674377441,3.0446484088897705,2.4446647167205811,0.6101484894752502,-3.4442448616027832,1.9585833549499512,-1.1398488283157349,1.2722464799880981,-0.3823948502540588,-1.2811542749404907,1.4512832164764404,-1.3509683609008789,1.2007700204849243,0.5142990946769714,-1.0358095169067383,0.3706309795379639,4.3178620338439941,-0.5629001259803772,0.9929134249687195,1.5962173938751221,0.0000099999997474,-1.4582005739212036,1.7145056724548340,-4.5353755950927734,-3.6667082309722900,1.0134232044219971,-1.0667353868484497,-3.2424879074096680,0.5901492834091187,-1.6535290479660034,-3.2532622814178467,0.7611173391342163,-2.0335516929626465,3.0209813117980957,2.1512553691864014,0.3594324886798859,-1.8382551670074463,5.0135407447814941,4.3615245819091797,1.6124781370162964,-2.3010230064392090,-1.0975109338760376,0.7000272870063782,0.0535705722868443,-1.6229599714279175,1.9934170246124268,-1.1851097345352173,0.7293010354042053,2.2228713035583496,-0.4607320427894592,3.4541628360748291,2.7565746307373047,2.5294859409332275,1.7993489503860474,8.3684740066528320,0.2180159687995911,0.0526422820985317,-0.1143721714615822,0.6524949669837952,-0.9278709292411804,-0.3749874830245972,0.7462027072906494,-3.3715484142303467,-5.0899448394775391,-5.5817317962646484,-3.7898049354553223,-1.0432672500610352,3.3821630477905273,0.8322212100028992,-0.8342980146408081,-1.0291085243225098,-3.7172918319702148,-0.4580656588077545,-0.7718657851219177,-1.9639006853103638,-0.0368335656821728,1.2760497331619263,-2.7906434535980225,11.3717107772827148,1.9455127716064453,1.3473356962203979,0.1847694963216782,0.2987698018550873,0.3584500253200531,-2.3574335575103760,-0.5304043292999268,-3.7572579383850098,2.4551906585693359,5.5727210044860840,0.6412459015846252,-0.6391670703887939,-3.0983281135559082,1.1904387474060059,-4.5392169952392578,2.4529550075531006,0.7082200050354004,6.1934223175048828,-0.2398320287466049,-2.7622885704040527,-0.3931279182434082,-3.4621632099151611,0.5425345897674561,-0.6059548258781433,1.6021652221679688,-1.1991672515869141,0.5580241680145264,-0.7301060557365417,-0.0955646485090256,-0.3626024723052979,-2.3605091571807861,-15.5673942565917969,0.3144920766353607,0.4988121986389160,-0.6278622746467590,1.2734637260437012,-4.0635285377502441,1.3624457120895386,-12.0500059127807617,-9.2811422348022461,-1.0661830902099609,-2.4268198013305664,-0.5057448744773865,-0.6486206054687500,-0.8431053757667542,-0.6533485651016235,1.7072808742523193,0.9391880631446838,1.3142434358596802,-0.6544004082679749,-0.8055112361907959,-1.7510856389999390,-3.2932562828063965,-0.8791824579238892,-0.3579616546630859,1.3262909650802612,-3.2792689800262451,-2.2056930065155029,-0.4839137792587280,1.6664526462554932,-0.1129075884819031,2.0383794307708740,4.7876253128051758,1.7662699222564697,0.5256124734878540,2.7870202064514160,3.4833767414093018,-0.6580895185470581,0.6364843249320984,4.2776508331298828,-3.2313838005065918,-1.7122174501419067,-0.5982174873352051,0.6476014256477356,-1.4642627239227295,-3.2168498039245605,1.2291027307510376,-0.3786915242671967,0.4499992430210114,3.1906602382659912,-2.1095449924468994,-1.2103946208953857,-11.3295478820800781,-11.0131692886352539,-2.6203055381774902,-1.8164200782775879,-0.6887288093566895,-0.2930097579956055,-1.7726266384124756,-1.1546326875686646,-0.0662643387913704,0.3237079679965973,1.1370925903320312,-0.4318493604660034,-2.2047133445739746,1.8082900047302246,0.3197127282619476,-1.0561277866363525,0.5622934103012085,0.2925482988357544,1.6897336244583130,-0.6971639990806580,-6.9536480903625488,-5.2275385856628418,1.3445012569427490,0.7384685277938843,-0.7057031393051147,0.5166613459587097,3.2740323543548584,2.1345441341400146,1.5994336605072021,-1.7653161287307739,-0.9705700278282166,2.2786087989807129,-2.9343788623809814,-1.5010178089141846,-0.6989322900772095,0.9424381852149963,0.0791560932993889,-0.8456324338912964,-3.9527766704559326,3.1154785156250000,3.8392238616943359,-2.9081642627716064,0.1399573236703873,1.1545027494430542,0.2470238506793976,0.1934467107057571,1.0599049329757690,0.0864283889532089,-1.2219237089157104,-4.1203289031982422,2.4272704124450684,-1.5100672245025635,-3.1999530792236328,0.0773903653025627,-0.4889123141765594,-0.3785684406757355,-0.2310215085744858,2.0621016025543213,0.0341992937028408,1.0630401372909546,2.2124333381652832,0.3360544443130493,-1.2042598724365234,-1.5370103120803833,-1.3854795694351196,-1.8718283176422119,-0.8690522909164429,-0.2219437807798386,-6.0445585250854492,-3.1852874755859375,-1.2927749156951904,2.5559897422790527,-2.2482423782348633,-1.1162438392639160,0.0577002055943012,-3.3514719009399414,0.1968580633401871,1.3115613460540771,-0.6001620888710022,-3.0606794357299805,0.7831665873527527,-1.0568172931671143,-2.3345658779144287,-0.7610080838203430,-10.2135610580444336,-9.4977083206176758,8.1742401123046875,1.9921187162399292,-1.2663133144378662,0.5264663696289062,-1.1042001247406006,3.6571459770202637,-1.1793835163116455,0.7110732197761536,0.4254508912563324,0.0122756082564592,-1.9799019098281860,-0.4020643830299377,-0.9932771325111389,-2.3040995597839355,-0.8069937825202942,-2.3408756256103516,0.1348019987344742,-1.3716835975646973,1.2596215009689331,-1.6263414621353149,0.7611286044120789,0.1683744192123413,-8.3460407257080078,-6.5814404487609863,1.7904422283172607,1.5616952180862427,2.7677276134490967,0.6190261244773865,0.7893106341362000,-0.3131958544254303,-4.4971170425415039,-3.7574017047882080,1.2300871610641479,2.5106220245361328,-1.0045663118362427,0.0802078172564507,-3.7596416473388672,0.9354511499404907,-3.3945946693420410,1.9653226137161255,0.4751918315887451,0.6371162533760071,1.9122056961059570,0.4026252925395966,1.2720490694046021,-2.9027750492095947,0.1787050068378448,0.5312408208847046,3.8514530658721924,-4.4348864555358887,-3.4545996189117432,3.7107977867126465,2.5083763599395752,-2.4550280570983887,-1.7029517889022827,-0.3511350750923157,-0.9765480756759644,0.7380247116088867,0.1364421397447586,1.0929342508316040,-1.3458904027938843,1.8741313219070435,5.7143936157226562,5.2558040618896484,1.7422707080841064,-1.7137086391448975,0.0158213581889868,1.3479710817337036,-0.5564576387405396,-0.6266887784004211,-3.0978012084960938,-3.0911176204681396,-10.0962324142456055,-5.2630782127380371,0.0069428454153240,0.1086239665746689,2.8416059017181396,1.9795435667037964,0.2784329056739807,-0.5129892826080322,-2.9352767467498779,-0.6876464486122131,0.7803501486778259,2.6447973251342773,-0.3128606379032135,2.2156240940093994,1.8837808370590210,2.1598148345947266,0.1866411268711090,1.5725924968719482,-0.0091683743521571,-0.8609607815742493,2.0642638206481934,-2.0286076068878174,4.5559053421020508,-7.4786810874938965,-0.7456406950950623,1.5719902515411377,0.7312175035476685,2.4881813526153564,-0.6228290796279907,1.8279771804809570,-1.1182299852371216,2.8047273159027100,-2.2713520526885986,-1.7622101306915283,2.8865087032318115,1.4140822887420654,0.9759832024574280,-1.5941972732543945,1.1947318315505981,-1.0702056884765625,-4.9121069908142090,-5.9769864082336426,0.6337207555770874,4.7268137931823730,-1.2913931608200073,1.4264893531799316,1.1264072656631470,2.1774415969848633,0.9220820069313049,-0.1075755953788757,1.1009091138839722,-0.5518186092376709,5.5904083251953125,9.4168853759765625,-10.6426610946655273,4.3425617218017578,2.4093530178070068,-0.4700713753700256,-1.1732316017150879,1.4955558776855469,3.9505779743194580,3.9030644893646240,1.2449817657470703,-0.7306209206581116,-1.1104785203933716,-2.4384841918945312,-1.8826867341995239,0.8731148838996887,-2.5553607940673828,1.9384351968765259,-1.1014794111251831,-0.2861259877681732,1.2703412771224976,1.5941712856292725,2.9144754409790039,3.2319545745849609,1.9267013072967529,-0.2561197578907013,-8.0031385421752930,-0.9461171627044678,1.2165256738662720,0.1543578356504440,0.8730857372283936,2.8543090820312500,1.3738423585891724,-2.6474206447601318,2.2516014575958252,0.7221759557723999,-2.0806629657745361,-0.2566224038600922,-7.5873551368713379,-8.2111330032348633,-1.3668936491012573,-0.5705755352973938,-2.1755933761596680,2.2555000782012939,6.3945055007934570,1.1824249029159546,-5.6139407157897949,-3.5937182903289795,2.6944231986999512,-2.0465791225433350,2.3902320861816406,-0.5547780394554138,-0.9524942636489868,-0.5976331233978271,0.9433094263076782,0.4491385817527771,0.0578398257493973,-0.2558382153511047,-0.9919079542160034,-0.0084660192951560,2.8610477447509766,1.3637142181396484,-1.3244407176971436,-0.5380724072456360,-1.4518989324569702,-0.4708211719989777,-8.1983642578125000,1.7011022567749023,0.3917889893054962,1.1335781812667847,-0.2602256536483765,1.1045442819595337,-0.4995735883712769,-0.5975315570831299,7.0946764945983887,0.4081617891788483,-3.9988985061645508,0.1879560202360153,2.0176002979278564,2.1487205028533936,-5.9665603637695312,-3.0279169082641602,-0.8224554061889648,-0.4483926594257355,-0.1831017583608627,3.2662801742553711,-0.8920847177505493,-0.9545186161994934,0.1831205934286118,-0.8579610586166382,-6.7316389083862305,-4.8971042633056641,-0.4076922237873077,0.5781277418136597,0.9940165877342224,-0.6165524125099182,4.8885197639465332,-1.5384919643402100,1.5338549613952637,5.1360583305358887,-2.1039109230041504,-3.6822915077209473,-0.3698465228080750,-1.7640180587768555,-2.0974617004394531,-0.5294346809387207,0.5435052514076233,0.4659523665904999,-0.4389432966709137,-2.8249871730804443,2.8451437950134277,1.7358406782150269,1.5396054983139038,-2.9622812271118164,-1.1713844537734985,0.8474999666213989,2.8576557636260986,-0.3107969462871552,-0.6281256079673767,1.5115863084793091,2.1222693920135498,-1.4775072336196899,-4.2118411064147949,-5.6560592651367188,0.6369137167930603,1.1217873096466064,3.0838742256164551,6.8314232826232910,-3.4593319892883301,2.0218653678894043,-1.8476428985595703,-4.2653760910034180,3.2001132965087891,2.0696985721588135,0.5171309113502502,2.8212118148803711,-0.4927152693271637,0.3658827841281891,0.3364073932170868,2.1915304660797119,4.6264600753784180,14.3284282684326172,5.8046832084655762,3.5153908729553223,0.6872906684875488,1.2723743915557861,0.9809004664421082,-0.7894434928894043,-0.1431559920310974,1.5205075740814209,-1.4084012508392334,-1.0299640893936157,1.6373586654663086,-0.1390506476163864,1.7728956937789917,-3.8344566822052002,0.4902181625366211,2.2351806163787842,0.8342873454093933,1.5584833621978760,-2.5373630523681641,-0.1957978606224060,6.8429341316223145,-2.6602096557617188,-14.1477918624877930,24.2444248199462891,-6.5824375152587891,10.0689067840576172,-0.7535110116004944,13.4012546539306641,11.7216444015502930,-0.1653383374214172,17.2317810058593750,1.2794796228408813,-12.5050268173217773,8.2313241958618164,-13.0101375579833984,-3.6430346965789795,64.4911270141601562,42.9007797241210938,44.0899887084960938,62.4523010253906250,57.8203353881835938,13.1761903762817383,45.4020919799804688,103.3538055419921875,10.5343217849731445,71.4225387573242188,83.3651199340820312,81.2296066284179688,46.9819679260253906,34.7524566650390625,40.2688674926757812,46.0941658020019531,0.7809162735939026,1.0755649805068970,1.1253799200057983,1.4043917655944824,0.5024495124816895,3.8565840721130371,1.1404279470443726,4.2681841850280762,7.7267236709594727,1.6104042530059814,0.5030136108398438,0.8074139952659607,1.1328061819076538,0.5576716065406799,0.7365783452987671,1.1591838598251343,-0.0728284493088722,-1.0636802911758423,0.3843944966793060,-1.3958047628402710,0.9676500558853149,0.8248860836029053,1.5940153598785400,-3.2059147357940674,-0.2182254642248154,-2.4112865924835205,0.4206939041614532,-0.1415547877550125,-1.3332169055938721,0.1870269179344177,-0.7000461220741272,0.8974226713180542,0.0000099999997474,2.6866431236267090,-0.0748751759529114,-0.4521801471710205,3.2796146869659424,2.4324305057525635,-1.0849710702896118,3.7914338111877441,-3.4114999771118164,4.0436248779296875,-2.4697270393371582,1.3629063367843628,0.8576683402061462,5.9409728050231934,1.0670357942581177,3.6254920959472656,3.5694243907928467,0.4597770571708679,-0.2725915610790253,0.1688688248395920,-2.8942258358001709,2.7870962619781494,-3.8575077056884766,-1.1026093959808350,-0.5135819315910339,-1.1640170812606812,-0.7867831587791443,0.5710992217063904,-0.9577028751373291,0.5753162503242493,-1.9306157827377319,-2.6860015392303467,0.1855108737945557,0.1070947349071503,-3.2149214744567871,0.6052923798561096,-0.9122341275215149,0.5235102772712708,-0.2506299912929535,-1.4176968336105347,2.6212594509124756,0.5926645398139954,-4.8046789169311523,1.4145916700363159,1.4656521081924438,0.5562170147895813,1.2795951366424561,-1.2830326557159424,-0.3519121706485748,-0.4275900125503540,-0.0992927849292755,-4.6589174270629883,-0.2209537476301193,0.3045170009136200,6.7914171218872070,2.8081018924713135,2.9502234458923340,3.3785507678985596,1.9557228088378906,0.0410026535391808,0.9708158373832703,0.5491263270378113,1.8935379981994629,3.6486110687255859,1.3930075168609619,-0.2816377580165863,-0.9927365183830261,4.0679111480712891,1.9814437627792358,-4.9534497261047363,-5.3918271064758301,-0.9220395684242249,-0.9110246300697327,0.1084955334663391,-0.9902506470680237,-0.8529207706451416,-0.3895189464092255,-1.0661786794662476,-0.1183400303125381,0.2798660397529602,-0.4414115548133850,0.2498936802148819,0.5204505920410156,-3.9585192203521729,-5.0484404563903809,-0.0348665192723274,-1.1424986124038696,-3.0324752330780029,-4.2474179267883301,0.8127473592758179,1.1198353767395020,-0.5459858179092407,-0.2145242691040039,0.9773797392845154,2.0140616893768311,0.5000415444374084,0.1887427270412445,-0.5446792840957642,0.2090431153774261,1.2917124032974243,2.5613672733306885,0.0336893685162067,1.7282367944717407,3.0683560371398926,1.2852092981338501,2.3936245441436768,-1.2528419494628906,-0.2947637736797333,1.3566339015960693,2.2707662582397461,2.9685614109039307,-1.6292006969451904,-3.1921894550323486,0.5842579603195190,-0.1733483076095581,4.0042691230773926,6.0080137252807617,-0.0636731162667274,-1.4019250869750977,-0.4556805491447449,5.0189981460571289,-1.5263241529464722,1.2139918804168701,1.1927194595336914,3.6646959781646729,2.0872151851654053,0.1607936024665833,-1.9840501546859741,-0.6482133865356445,2.3746929168701172,2.6479032039642334,3.0964839458465576,-1.5026938915252686,-0.5543957352638245,0.7661843895912170,-0.8484364748001099,1.6038122177124023,-1.0035666227340698,-8.7941532135009766,-1.1078717708587646,1.0198625326156616,1.7213435173034668,-0.9940936565399170,-1.6942392587661743,-0.6030647158622742,-0.5809541940689087,-1.0951303243637085,-1.1978918313980103,-0.5592881441116333,1.1805508136749268,-2.8833167552947998,-0.0172032583504915,-2.5743336677551270,-5.0946159362792969,-10.7527456283569336,-0.9142536520957947,-2.5907623767852783,-1.3259942531585693,-2.5643808841705322,0.0742471292614937,0.3041366934776306,0.4024364650249481,0.7648341655731201,1.0725557804107666,2.8622257709503174,-0.8096665740013123,-1.7867128849029541,1.1328326463699341,-0.5939791798591614,1.2359285354614258,3.2846527099609375,-0.7571457028388977,0.0246179271489382,1.0169425010681152,2.4840412139892578,1.4187704324722290,0.5580558180809021,0.0763390287756920,0.5141960978507996,-4.1585760116577148,-1.0991775989532471,-8.0051736831665039,-3.9507923126220703,-0.0666298568248749,-0.4154917597770691,1.9505940675735474,1.0815056562423706,-1.0841575860977173,-2.7247514724731445,1.7773777246475220,4.3034057617187500,-1.7696127891540527,-1.5231301784515381,-0.0350063964724541,-1.9306812286376953,-0.6126545071601868,0.2323693186044693,-0.3795374333858490,-1.4855929613113403,-1.5344697237014771,0.8669878244400024,-1.9840692281723022,-4.2841448783874512,-2.0427227020263672,2.3679804801940918,-1.7006311416625977,0.4173242449760437,1.2427265644073486,0.1206156909465790,0.2987853884696960,-0.5444657206535339,-0.5073341131210327,-3.7857592105865479,-4.4122242927551270,3.2065267562866211,-0.7049694657325745,5.4584131240844727,-0.9182872772216797,1.0402293205261230,-3.4709675312042236,7.1698603630065918,3.1464819908142090,-3.5475671291351318,0.7413760423660278,0.7598988413810730,-0.1848656386137009,3.5593068599700928,-2.7448775768280029,-0.6100265979766846,-0.0007685445598327,-1.8831387758255005,-4.6119723320007324,-1.8865727186203003,4.1980199813842773,-1.0910216569900513,-0.5226414203643799,-0.0942954719066620,-0.5631831884384155,0.3800288438796997,1.4200289249420166,2.4472463130950928,-0.7863615155220032,-0.4779966175556183,-0.5808959603309631,-1.9442679882049561,2.3513693809509277,-3.2043251991271973,6.4714012145996094,-1.4405664205551147,5.0349645614624023,-0.5482631325721741,2.1725749969482422,0.6873925924301147,-0.5612055063247681,-4.5954303741455078,-1.5133674144744873,-2.8547811508178711,-1.4955179691314697,2.7469925880432129,-1.2773574590682983,-5.2542114257812500,0.0691879019141197,1.4719905853271484,1.9209707975387573,-0.4376063942909241,7.0233926773071289,6.7232613563537598,-0.5240728259086609,-0.3337436020374298,-0.3493425846099854,-2.2618172168731689,-1.2076439857482910,-1.6010696887969971,0.0670846030116081,0.2581539750099182,3.1209769248962402,2.0792286396026611,0.1557109504938126,-2.7361164093017578,-1.0475525856018066,-1.2534967660903931,0.3220145404338837,3.8189704418182373,0.4863175451755524,2.9209327697753906,0.5794757604598999,-2.5297026634216309,-0.4747208058834076,-0.4698442220687866,-0.7098593115806580,-0.0552994310855865,-0.6930766105651855,-4.7891993522644043,-2.2643134593963623,-2.0751121044158936,0.8791337013244629,1.1739537715911865,-10.4276342391967773,-5.3676075935363770,2.3316340446472168,2.9664552211761475,-0.3325983881950378,0.1397853940725327,-0.5826435685157776,-1.0289130210876465,4.5918760299682617,4.8891224861145020,3.6785356998443604,4.1229028701782227,1.1049605607986450,-1.2900159358978271,-0.3163090050220490,0.4012483656406403,3.7181317806243896,-2.3948016166687012,1.9049798250198364,3.2722909450531006,0.6731194853782654,0.7548330426216125,-0.6553694605827332,-1.1341853141784668,-1.0368014574050903,-3.0960319042205811,3.8149809837341309,0.4574821889400482,-1.9301341772079468,-1.8465001583099365,-1.1788367033004761,0.6082080006599426,-2.0966255664825439,-2.5692472457885742,0.0575945116579533,-0.4267710447311401,6.7358784675598145,6.4648189544677734,1.6058233976364136,2.6095576286315918,-0.2590803802013397,-0.2308108359575272,-1.1900937557220459,-0.5530883073806763,0.8376826643943787,1.3758016824722290,-3.4147617816925049,-1.8021675348281860,-0.4461376667022705,0.0871179699897766,0.6979274153709412,0.6565512418746948,2.5694394111633301,-0.3444493412971497,-1.7343271970748901,-0.8804520368576050,-0.1195612400770187,0.7171202301979065,-2.3723728656768799,1.2306407690048218,-0.1023055464029312,-0.4029488861560822,2.1567327976226807,-3.4693262577056885,5.8641238212585449,-3.3652334213256836,0.6681035757064819,-0.1528336852788925,-0.9953668713569641,0.4627899229526520,-2.6529741287231445,-0.7069331407546997,-0.0602142177522182,-0.5077059864997864,2.7726266384124756,-0.2945471405982971,3.8991358280181885,-3.0137095451354980,0.6155076622962952,-3.2239603996276855,0.9497695565223694,-1.9576730728149414,3.5187785625457764,-5.4271502494812012,1.9154026508331299,1.4550656080245972,-1.4045616388320923,0.2727842032909393,0.0777067393064499,2.4279766082763672,0.6179988384246826,-0.2602333128452301,-2.2133159637451172,1.1445327997207642,-5.6751384735107422,2.5732595920562744,-4.6588296890258789,1.6160187721252441,0.6321006417274475,0.4736808240413666,0.5095539689064026,-0.1050838604569435,1.3823559284210205,-2.8876929283142090,-1.1908488273620605,-0.7899847030639648,-0.4563703835010529,1.3408118486404419,-4.4737348556518555,5.0938673019409180,-2.5247113704681396,-0.4760049283504486,-1.1222749948501587,-0.6298807263374329,-2.1442708969116211,1.9149715900421143,0.6337285637855530,2.6344034671783447,1.0779356956481934,-2.2614183425903320,-0.6305132508277893,-1.6826698780059814,0.5718101859092712,1.0968545675277710,5.1308641433715820,-0.0476281084120274,2.6805999279022217,1.2491967678070068,-0.5035908818244934,4.0670652389526367,-1.7403863668441772,1.6997345685958862,1.0889304876327515,-3.9248700141906738,-1.2831991910934448,-2.6627314090728760,0.3184632956981659,-2.6252827644348145,-3.9698231220245361,2.6474270820617676,-1.6819683313369751,2.4242796897888184,0.0226809717714787,0.6711301803588867,-4.0390181541442871,-0.0551993288099766,-4.5802216529846191,3.1563005447387695,-0.4970815479755402,0.4487733244895935,-1.9989243745803833,1.4189423322677612,-1.1601014137268066,-0.9762237071990967,-2.3185658454895020,1.3231263160705566,1.3171036243438721,-2.0729057788848877,3.1939666271209717,-3.3693819046020508,3.6329615116119385,-3.3561136722564697,-0.2829283177852631,-0.1959648579359055,-0.3401599526405334,-1.3443884849548340,-0.6609554886817932,0.3418665230274200,-0.4729792177677155,0.0402742661535740,2.3989033699035645,0.0625216662883759,6.5270571708679199,-7.7902016639709473,1.5804539918899536,-1.5720330476760864,1.4344190359115601,0.5122689008712769,3.2379512786865234,-1.9302405118942261,1.4806032180786133,1.2972824573516846,-1.7759606838226318,1.2892649173736572,-0.4306092858314514,0.5086584687232971,-0.2462320923805237,2.4158527851104736,-0.2611370384693146,6.0090589523315430,1.4352821111679077,3.5727860927581787,-3.6654801368713379,1.9964580535888672,-0.8996572494506836,-1.8021147251129150,-1.9525562524795532,-7.4557876586914062,1.2338027954101562,-2.5160567760467529,-0.4452689290046692,0.7187243103981018,-3.4008677005767822,-3.2635915279388428,-0.7215892672538757,-0.4224497377872467,-1.5854002237319946,-1.9766812324523926,0.5498877763748169,-0.2434473186731339,-0.9916578531265259,4.4390196800231934,1.4224470853805542,3.0073173046112061,-1.6273236274719238,-0.6449594497680664,4.3191475868225098,4.0234723091125488,-1.5434359312057495,-6.8423347473144531,5.4294795989990234,-5.6965703964233398,-1.2337623834609985,4.3631410598754883,5.2721390724182129,-11.5744504928588867,1.8969066143035889,1.2346538305282593,-0.8618432879447937,2.8071479797363281,-5.4262037277221680,-9.3958654403686523,17.9131813049316406,81.8189697265625000,88.8401031494140625,19.8107662200927734,153.8520355224609375,50.0244560241699219,25.2444076538085938,50.2531814575195312,34.3852882385253906,57.8862266540527344,108.4367599487304688,20.8909873962402344,22.8790569305419922,11.5793972015380859,11.6543388366699219,66.2430038452148438,2.1765244007110596,0.8023866415023804,0.4577518701553345,0.4977198243141174,0.8960018754005432,0.4868620336055756,0.8363394737243652,0.8862845301628113,0.6349382996559143,0.8040260672569275,1.1588555574417114,1.0322144031524658,0.7418692111968994,0.8753389120101929,2.6611826419830322,1.0220830440521240,1.3971704244613647,-0.7582455277442932,-0.6211283802986145,0.1099009811878204,-0.7401894927024841,-0.5725721716880798,-1.1083505153656006,1.6275334358215332,1.6961333751678467,-1.5648342370986938,1.0135562419891357,-0.5802163481712341,-0.2750765383243561,-0.4176659286022186,0.8508099317550659,-0.8902766704559326,0.0000099999997474,-0.4077277779579163,0.2691935002803802,0.3125331103801727,0.5651028752326965,-3.7305788993835449,-11.2257413864135742,2.6991417407989502,4.9605250358581543,2.4983949661254883,0.8129777312278748,0.1184550076723099,-0.3893381655216217,-1.0428546667098999,-0.1503758728504181,0.1100265309214592,-0.6264821290969849,1.1551282405853271,1.8246814012527466,-0.8797532320022583,-6.0364851951599121,-0.1896571218967438,-2.8949775695800781,0.9428063631057739,0.2631673514842987,-0.4330321550369263,2.4816682338714600,-0.4244743287563324,0.4091559350490570,0.0521094761788845,-0.0838874280452728,1.0491423606872559,-0.0364486463367939,0.3794588446617126,-1.6399414539337158,-0.9901255369186401,-4.2309293746948242,4.9924507141113281,1.1948570013046265,3.1291048526763916,1.3288941383361816,-0.2552238702774048,-0.4542427957057953,-1.3861862421035767,2.1753585338592529,-0.1537846028804779,-0.3304953277111053,-0.9606555700302124,-1.8079247474670410,2.4008791446685791,-4.9745845794677734,-0.2637615501880646,-6.8118634223937988,1.3264477252960205,3.9980058670043945,0.3330562710762024,-0.8006125092506409,-0.9140511155128479,0.8721504807472229,-0.0385152548551559,-1.6584249734878540,-1.1287707090377808,-0.4814210832118988,0.9807803034782410,-5.1759881973266602,-1.2192844152450562,-0.7261118888854980,4.3545107841491699,-3.5008580684661865,-10.7644376754760742,-3.3913373947143555,2.3000831604003906,-4.3349795341491699,-1.2716611623764038,0.9738221168518066,-3.5947060585021973,-0.1274702697992325,-0.1146539598703384,1.0344563722610474,-0.5532523393630981,-1.0430878400802612,0.5013954043388367,-2.0217931270599365,-0.4348052442073822,-0.0631018877029419,-3.7426068782806396,-0.8895156383514404,0.1122328341007233,-0.0458554662764072,-1.1869713068008423,-0.0096553536131978,0.3098657131195068,0.5287472009658813,0.9960213899612427,0.6397260427474976,2.2942039966583252,-1.0106680393218994,1.2678452730178833,-0.1773662716150284,9.3560914993286133,-2.9671688079833984,-3.7652809619903564,-0.8573908805847168,-0.4290043413639069,-0.9045793414115906,1.6548178195953369,1.2016662359237671,-2.0104181766510010,0.4103014767169952,0.6009477376937866,0.2560097873210907,8.9174566268920898,0.4760356843471527,-2.6180944442749023,-1.6114317178726196,2.1812376976013184,0.0992796942591667,-3.5711028575897217,-0.8662162423133850,-0.7777416110038757,-0.4223180115222931,-4.5654335021972656,-0.5329554677009583,0.1311253905296326,-0.3769585490226746,1.7578655481338501,-0.3120537102222443,-0.6215523481369019,-0.2165786921977997,-1.4954030513763428,-0.5225905776023865,2.7346944808959961,-3.6958775520324707,4.3026938438415527,-0.1397479027509689,1.0972639322280884,1.0214983224868774,2.9832558631896973,2.6153967380523682,-2.0542941093444824,-4.1435852050781250,-0.6228954195976257,-2.5418691635131836,2.7674570083618164,0.4674806594848633,-0.4616360366344452,-4.1383051872253418,1.6370398998260498,-1.7266896963119507,-0.5997905135154724,0.8956760764122009,-0.4685718715190887,-0.2268886715173721,-1.3040103912353516,1.9740002155303955,0.0467630848288536,0.5697535872459412,0.5406256914138794,2.0613539218902588,-0.1118028759956360,-6.1614489555358887,0.6190546751022339,0.1381874233484268,-2.7750167846679688,3.6297450065612793,-4.2071495056152344,-10.8860664367675781,-2.6279239654541016,1.3467373847961426,-0.7791534066200256,-1.6226584911346436,1.3706617355346680,-2.8334465026855469,0.9161524176597595,-1.6635868549346924,-0.2411688268184662,4.0065050125122070,2.1030507087707520,1.5632830858230591,1.0812177658081055,3.3164772987365723,-2.3314552307128906,-2.1279110908508301,-1.6250355243682861,-2.4509932994842529,2.1666929721832275,-1.3414350748062134,0.0447649583220482,-0.9085462689399719,-0.2519617080688477,0.7295218110084534,-1.8426417112350464,-1.5253462791442871,0.0233816131949425,0.3010915219783783,2.0430397987365723,4.4969754219055176,8.7035350799560547,3.3214969635009766,0.5245481729507446,1.6490025520324707,0.9453951120376587,-2.3106448650360107,-1.2454071044921875,-3.0444815158843994,0.4160130023956299,0.2465617209672928,-1.1532862186431885,-2.4018273353576660,-11.4852418899536133,0.5327319502830505,-0.2480871230363846,0.3531738519668579,-1.0213468074798584,-1.0749632120132446,-0.1125001758337021,-0.6435178518295288,-2.7092809677124023,-0.0199642982333899,-0.0239555742591619,-0.1941950172185898,0.4161996245384216,0.3663008809089661,0.6371615529060364,1.0322079658508301,0.0214879550039768,0.5116689205169678,4.2749285697937012,0.8137329220771790,2.2498946189880371,3.4973752498626709,4.2987279891967773,3.5483849048614502,-3.9992527961730957,-1.1779329776763916,-4.1796822547912598,0.7161540985107422,-0.5686247348785400,-1.7972123622894287,0.6037268638610840,2.4832911491394043,6.5262317657470703,-4.7073078155517578,1.5712411403656006,-1.0707458257675171,1.2193857431411743,0.7115017175674438,2.3403227329254150,0.4014383256435394,1.0019651651382446,-0.7128207087516785,-0.5229578018188477,-0.2294836491346359,0.2367376387119293,0.2897708117961884,1.2281308174133301,-1.3888423442840576,-0.4996262192726135,-0.0327072367072105,6.6473808288574219,0.7545771598815918,2.9107584953308105,-0.4998293519020081,1.3154606819152832,-0.4748138487339020,-5.4544677734375000,1.5700110197067261,1.9564461708068848,1.7106382846832275,-0.1998420804738998,0.6460179090499878,5.1359682083129883,-2.0280556678771973,6.1323719024658203,1.0595740079879761,-1.9695214033126831,0.5952579379081726,-0.2183715403079987,-0.7469686865806580,-5.8843102455139160,1.1489886045455933,0.8486410379409790,-0.0542907863855362,1.1693444252014160,-0.0978145003318787,-0.5599969029426575,0.3447928726673126,4.8381009101867676,0.0937573015689850,1.3164211511611938,1.3538486957550049,-0.0333932340145111,1.9693791866302490,-7.5271859169006348,5.3128581047058105,3.9936282634735107,-0.8577776551246643,0.9188121557235718,0.5198798775672913,0.8204284310340881,3.2699379920959473,-0.8116360306739807,-1.1079218387603760,-0.4157275855541229,-1.5612883567810059,4.2983760833740234,4.3880605697631836,0.5435046553611755,0.0252263545989990,0.8209944367408752,0.8289107680320740,-0.7544494867324829,-0.6077533364295959,0.9552753567695618,4.3800749778747559,1.0206379890441895,-1.3135186433792114,-0.7260334491729736,0.4779748320579529,-0.0461447089910507,-3.0840890407562256,0.5071281194686890,-0.6191938519477844,1.8968619108200073,-2.6893959045410156,-2.0880134105682373,-3.3016657829284668,2.2750549316406250,-1.1025977134704590,-1.5016909837722778,-0.1264191120862961,-2.8397171497344971,3.5613448619842529,3.6723582744598389,0.4919197261333466,-2.6922645568847656,-2.8240518569946289,-5.8145241737365723,3.9437804222106934,-2.7016365528106689,1.7986364364624023,1.4182783365249634,-1.5159311294555664,3.8304231166839600,-0.3739743828773499,4.0803141593933105,1.2969022989273071,-1.5542653799057007,-0.4507997334003448,1.1423270702362061,0.0428488701581955,2.9306762218475342,-2.7389869689941406,0.2023172676563263,0.6437502503395081,-1.1664543151855469,0.8894925713539124,-0.5949232578277588,6.0569124221801758,2.3519370555877686,1.5275393724441528,1.2721363306045532,3.1323401927947998,-1.7801753282546997,-0.1243823468685150,-0.5499735474586487,0.9541885852813721,0.9275485873222351,-1.5704058408737183,-2.4908599853515625,-20.2118167877197266,0.3758537173271179,-0.8723025918006897,0.8968954086303711,-1.7917402982711792,-0.5600880980491638,0.6501193046569824,0.3770087659358978,-1.2357387542724609,-0.5439950227737427,-0.6372232437133789,-0.0318980067968369,-0.9086644053459167,1.4462649822235107,1.7425279617309570,0.8695119023323059,0.2150907665491104,6.1474537849426270,0.2063708752393723,-3.5037963390350342,-1.3048803806304932,-2.0355751514434814,-3.0217375755310059,-4.0000739097595215,0.8915261626243591,-1.8514049053192139,-0.2531060874462128,3.7443497180938721,1.8884572982788086,-1.2496688365936279,-1.8903543949127197,-0.0830493941903114,-4.0009956359863281,-2.9508571624755859,-4.8886208534240723,3.2557978630065918,0.6852821707725525,1.5700478553771973,1.3535809516906738,0.2685657441616058,0.9069743752479553,0.6653580665588379,0.6159154176712036,0.0071659805253148,0.2870547175407410,4.1083359718322754,1.6254971027374268,0.3404356837272644,0.6211795210838318,3.1431214809417725,3.4585750102996826,-2.9217889308929443,5.6583886146545410,-3.9094884395599365,-1.4007980823516846,4.0944843292236328,-0.0884282141923904,-2.4734883308410645,-2.9252409934997559,0.7117885351181030,1.3339605331420898,-8.4356441497802734,-2.3879590034484863,-3.4673440456390381,-6.3476223945617676,-0.5758772492408752,-2.3504781723022461,-2.7958340644836426,0.6524082422256470,0.1093198060989380,-0.3212172687053680,-0.4688304364681244,0.4111393988132477,-0.6681479811668396,-0.2762461006641388,0.4076476693153381,0.3343060016632080,0.1916985064744949,0.2773379981517792,-0.2340454757213593,0.2388827502727509,1.9909456968307495,-1.3384599685668945,-0.3239494264125824,-0.3586530387401581,-0.3045640885829926,2.0197200775146484,-1.9032384157180786,1.2240232229232788,0.2903895676136017,0.9065926074981689,8.0634927749633789,0.0390534922480583,1.0250674486160278,0.2104553133249283,-2.6744625568389893,1.6072371006011963,-1.7942849397659302,-1.0727492570877075,-4.1383452415466309,-0.8356807827949524,2.3216481208801270,0.1139877438545227,-5.7866115570068359,-1.2397370338439941,-0.2904935777187347,-0.7280692458152771,-1.3313304185867310,-0.2348881363868713,9.2980813980102539,0.3902124166488647,0.9888680577278137,0.1232116967439651,0.2567876279354095,-0.6607103943824768,6.3473711013793945,0.7912173867225647,1.5009294748306274,0.4417063295841217,-5.4657177925109863,2.3115105628967285,-6.5385656356811523,-2.6585164070129395,0.2938060164451599,0.0012150014517829,-1.2323971986770630,0.0749240517616272,-0.0456877537071705,-0.0042960438877344,8.5301933288574219,4.5223789215087891,0.0591794550418854,-1.4850622415542603,-3.6089038848876953,-2.8668248653411865,1.5430762767791748,-0.3240518271923065,0.3927047848701477,-1.0257917642593384,-1.6303761005401611,-0.5845844149589539,1.4408237934112549,-1.1224027872085571,11.8172760009765625,5.6540102958679199,1.8401666879653931,0.6686916947364807,2.0906307697296143,12.8648471832275391,-19.7342758178710938,4.9769539833068848,2.9849805831909180,7.4948844909667969,-6.3359050750732422,-24.5041084289550781,-3.7488734722137451,-20.6661510467529297,-9.0855960845947266,-8.2067432403564453,16.9461860656738281,101.7427139282226562,76.4816894531250000,114.7335968017578125,76.8788452148437500,111.9729843139648438,14.8685607910156250,17.8387546539306641,91.0389022827148438,22.0974807739257812,18.3198890686035156,45.6843490600585938,35.8152046203613281,22.2719650268554688,144.4577331542968750,42.3567733764648438,0.2966454923152924,1.1193619966506958,0.5680320262908936,0.7871542572975159,0.6133265495300293,0.5773829221725464,0.2742596268653870,0.3102686405181885,0.7428630590438843,0.9648597836494446,0.4931946098804474,0.7362743616104126,0.9186360239982605,0.6227247714996338,1.0097057819366455,0.3581442534923553,0.0252391900867224,-0.6889169812202454,0.5344904661178589,0.4765509068965912,-0.4241935610771179,0.0597784593701363,0.1199630945920944,0.3187284469604492,-0.1138275638222694,0.1502612829208374,0.6919155120849609,-0.1736825853586197,0.6233466863632202,1.1798229217529297,0.8550828099250793,-0.0766966044902802,0.0000099999997474,-2.1606266498565674,2.3846812248229980,-1.4995981454849243,-2.0888442993164062,-3.5462665557861328,-4.5111861228942871,-1.1609339714050293,1.4550806283950806,0.4413776695728302,0.3374036550521851,-5.5030665397644043,-1.9459019899368286,-0.3497185409069061,0.9227738380432129,-2.4256908893585205,2.1275548934936523,-0.5963513255119324,2.4388363361358643,-0.0602918788790703,1.7775877714157104,1.9531214237213135,1.0495731830596924,-0.9290677309036255,-0.8778373599052429,-1.9171991348266602,2.4939317703247070,0.8943642377853394,2.6351816654205322,0.3896664679050446,-4.2622914314270020,1.3484659194946289,2.8173868656158447,5.1633715629577637,-0.9569002985954285,-1.8424841165542603,0.9627497792243958,-0.4719685018062592,-4.2242999076843262,0.9548289179801941,0.9210758209228516,-5.2730250358581543,-0.2200847417116165,0.6219485998153687,-0.1279096752405167,-2.1019661426544189,0.6761896014213562,-2.0511667728424072,-0.1326482892036438,-1.8860967159271240,-3.2785339355468750,-1.6102923154830933,-1.4354705810546875,-1.4196351766586304,2.7242035865783691,-1.3625406026840210,-0.0108701856806874,-3.2125308513641357,0.1297120451927185,-2.3715531826019287,1.0542869567871094,3.2969202995300293,-0.3207720518112183,4.0385818481445312,2.8944909572601318,3.0331609249114990,1.8181920051574707,1.9540627002716064,-1.4409407377243042,-6.6341285705566406,-4.3917174339294434,0.1144836768507957,-3.0811498165130615,-2.2297265529632568,-0.4025890231132507,-2.0736098289489746,-2.7127830982208252,-1.1359986066818237,-6.4086036682128906,0.9871857166290283,-1.0082715749740601,0.4456002414226532,-1.8982537984848022,1.0240212678909302,0.9339375495910645,-0.6712396740913391,-1.3932589292526245,2.6369409561157227,-0.3947718143463135,3.0327062606811523,0.5505037903785706,-1.3846297264099121,1.7322593927383423,0.2544514238834381,2.7337589263916016,-1.7283034324645996,-1.5809226036071777,-4.0250020027160645,1.1142382621765137,-2.8030006885528564,-0.8664792180061340,0.5795665383338928,3.2564876079559326,-0.1180588975548744,-2.3089263439178467,1.3250870704650879,0.1967777609825134,-0.3445221185684204,-0.8922633528709412,-5.1973423957824707,-0.8506514430046082,0.9249934554100037,1.3740181922912598,-1.0703516006469727,5.9913940429687500,0.4399516880512238,0.8156598210334778,-2.0395772457122803,0.4152425229549408,3.9296624660491943,0.4593371748924255,1.2673808336257935,2.0463709831237793,3.5564596652984619,-2.5066339969635010,1.7742056846618652,1.3893671035766602,0.3581786751747131,3.5653352737426758,2.7276823520660400,-0.6778030991554260,-3.4583399295806885,-0.4475099742412567,-4.4177823066711426,-3.5682234764099121,-0.0472668968141079,0.0139537146314979,2.7249825000762939,0.4148673713207245,4.3156595230102539,2.6920571327209473,-0.8657222390174866,-0.2061862498521805,-3.3842909336090088,-0.2356664538383484,-0.8079600334167480,0.9917575716972351,2.1478533744812012,0.0105908280238509,3.3521347045898438,3.5102477073669434,-0.0829417556524277,-0.0220853779464960,2.8260014057159424,1.3678750991821289,4.0235166549682617,2.7138831615447998,-0.2215227931737900,3.2035205364227295,-2.0222129821777344,-0.0202825535088778,-0.3991881608963013,-0.1974811106920242,1.9721835851669312,0.0733421519398689,3.5719163417816162,-1.1490000486373901,0.1815673261880875,-0.0230440981686115,-2.3426709175109863,0.4096140861511230,5.7314524650573730,2.4890668392181396,9.5003585815429688,-2.9912698268890381,2.2100942134857178,-2.0357468128204346,3.2011649608612061,-0.7750025987625122,-0.1599486172199249,-0.1032757014036179,-0.6683833003044128,-1.1691625118255615,0.7284709811210632,0.5140944123268127,-2.4919075965881348,0.1831538230180740,-0.1614989638328552,2.7853224277496338,-2.8445854187011719,-0.7774558067321777,-0.8069351315498352,0.6292824745178223,3.0888154506683350,0.8339384198188782,-0.7622464895248413,-1.5667879581451416,-2.0787405967712402,-0.1209972500801086,1.1448237895965576,-3.5579435825347900,1.1923826932907104,1.2168651819229126,-0.9279606342315674,-1.8081697225570679,-3.8561549186706543,0.9709348082542419,5.4195766448974609,-3.3789145946502686,-0.3976030349731445,-8.4224433898925781,0.8712149262428284,0.9940550327301025,-0.4530948698520660,2.1182284355163574,0.4428606927394867,1.5046871900558472,-0.7187557816505432,-1.6357361078262329,2.5621135234832764,0.5351102948188782,0.4301097691059113,0.1750351488590240,2.2790553569793701,-3.4478468894958496,1.7967500686645508,1.8308410644531250,1.3213829994201660,1.0100848674774170,0.0206440109759569,3.3282058238983154,0.3550293445587158,-7.3785524368286133,2.7793257236480713,-0.3770663440227509,0.0751915350556374,-0.1112420707941055,-1.8441389799118042,-2.4746911525726318,2.6682057380676270,-2.0920755863189697,-1.2046413421630859,2.4524040222167969,-0.4762118160724640,0.0420028604567051,0.6099979281425476,-4.4223484992980957,-1.3595225811004639,0.4603130221366882,-0.7889875173568726,-4.9797496795654297,0.0390190519392490,0.5845438241958618,0.3232601284980774,-4.0483970642089844,1.8255404233932495,0.6966708898544312,-0.8164280652999878,0.6300080418586731,-0.0317573659121990,2.9301517009735107,-5.0063481330871582,-1.4491074085235596,-2.0046775341033936,0.3652170300483704,-1.1576381921768188,-3.5822560787200928,-5.3852639198303223,2.3997702598571777,1.7170512676239014,-4.4905376434326172,-0.5400026440620422,2.2672510147094727,0.5279206037521362,1.0311940908432007,0.1171732321381569,-0.9795976877212524,-1.0486993789672852,-3.7500154972076416,-2.8154170513153076,-2.2886235713958740,-1.2486311197280884,-1.1326469182968140,0.0067068361677229,-1.0788489580154419,0.9553112983703613,0.5405510663986206,0.1952510178089142,-0.7887207269668579,-0.7093231678009033,0.4188039600849152,4.2583112716674805,0.7942205071449280,1.4760112762451172,3.2617032527923584,-0.1928475350141525,-12.2256813049316406,0.5670121312141418,-0.0594784244894981,-0.5341495871543884,0.0382281020283699,0.8473089933395386,1.7606130838394165,0.9727734923362732,0.1718411892652512,0.8387202620506287,-5.1305246353149414,-1.6025910377502441,-0.1261960715055466,-1.0958464145660400,0.0935724675655365,-0.3418144285678864,0.3973222374916077,-0.5254280567169189,2.3658499717712402,-2.6711220741271973,-1.1594440937042236,-0.3401181399822235,3.7395031452178955,-0.9648015499114990,-1.9089331626892090,0.7858467698097229,-8.8480052947998047,0.0970599725842476,3.4941747188568115,-1.3752017021179199,-0.1727125048637390,-0.4064799845218658,0.6591373682022095,-1.7840254306793213,3.7089722156524658,-1.3147450685501099,-6.7195239067077637,0.6893321871757507,-0.6562891602516174,2.5428001880645752,0.7505779862403870,0.7861803770065308,0.1276436001062393,-0.0193687938153744,-1.0365412235260010,1.0193874835968018,2.2504804134368896,0.3584045171737671,4.9603476524353027,0.9708591103553772,-0.1763568669557571,0.3456059098243713,-2.5525677204132080,-0.5398826599121094,0.7589333057403564,-0.1545624732971191,-0.1495145261287689,-0.2608011364936829,0.2237403839826584,-1.0020653009414673,-1.8593887090682983,3.2692840099334717,4.0510511398315430,1.0445169210433960,4.5799670219421387,-0.2345640659332275,1.7492876052856445,3.1505465507507324,1.6945244073867798,0.3773284256458282,-4.1138811111450195,-1.3807072639465332,-0.5570839047431946,0.4306347072124481,-2.8156647682189941,0.4661837518215179,1.5578358173370361,0.0577478744089603,0.5213632583618164,0.0987184271216393,-0.2734088301658630,-2.1056137084960938,0.0612497515976429,2.6367762088775635,-0.0498847775161266,-0.0755249708890915,-4.1896896362304688,0.1335084885358810,8.1556720733642578,-1.4301789999008179,-2.4135751724243164,1.2988315820693970,-0.3890007436275482,-2.5758299827575684,-7.7709255218505859,-1.0077536106109619,-3.2404117584228516,-0.3282416462898254,-0.5354989171028137,-0.6023187041282654,-7.0599956512451172,4.7866482734680176,3.2782499790191650,3.3958063125610352,-0.1686980873346329,0.7676323652267456,-0.2015986591577530,0.4512447714805603,-0.0587898790836334,-0.0512350350618362,1.0308145284652710,1.0933690071105957,-2.9647879600524902,1.9301865100860596,-0.9385181665420532,-1.6338660717010498,1.5058947801589966,0.2989735603332520,3.1325180530548096,-2.3447155952453613,0.5194875597953796,-1.8417129516601562,0.5159527659416199,-3.7162625789642334,0.2936654090881348,-5.2107391357421875,0.5140225291252136,2.5197079181671143,-1.9092953205108643,3.5977101325988770,0.1190154179930687,0.1692793518304825,0.6725175380706787,-4.7245130538940430,0.5521064996719360,0.0619390867650509,1.0212731361389160,-0.6900632381439209,-1.7084189653396606,3.3587229251861572,0.7802811264991760,0.8526655435562134,-2.6599225997924805,-0.1030918136239052,-1.2270652055740356,-0.5246434211730957,0.2401639670133591,-2.7475893497467041,-3.1987569332122803,-3.8427119255065918,-3.2753441333770752,0.0621672868728638,1.9870638847351074,-4.0653023719787598,-0.7622708678245544,-0.1360392421483994,-1.2088733911514282,3.1847517490386963,4.8919973373413086,1.5964220762252808,-2.4155838489532471,0.6287485361099243,0.5529531836509705,0.2511965632438660,0.3795061111450195,-1.3375045061111450,0.1509548872709274,-0.9148240685462952,1.1145293712615967,-0.2547561824321747,1.6365791559219360,0.9927249550819397,0.5492086410522461,3.7386281490325928,0.2588974237442017,1.4021855592727661,0.8678073883056641,-3.0545022487640381,2.0882201194763184,2.9341967105865479,-1.5708153247833252,0.8947314023971558,6.1044077873229980,-0.2496924549341202,4.7073779106140137,-2.6978979110717773,-1.8530653715133667,1.1263269186019897,1.2932891845703125,-1.4639251232147217,-0.8525887727737427,-0.2390821725130081,-0.4581336677074432,4.5947322845458984,2.1306188106536865,0.4278820753097534,3.1285853385925293,2.8560044765472412,1.4614442586898804,-5.1611289978027344,-3.5715982913970947,-2.9931883811950684,-2.2264225482940674,-0.7955659031867981,-1.7862365245819092,-0.4370165467262268,-1.8894931077957153,2.7524611949920654,-0.0511786565184593,1.4390937089920044,-0.8887980580329895,1.1168068647384644,2.9655816555023193,-1.3535830974578857,0.2444096356630325,4.7149934768676758,2.9831264019012451,0.2481960803270340,0.0260099228471518,-4.0159840583801270,2.4112761020660400,8.5147142410278320,0.3307438194751740,1.8663872480392456,-8.1550598144531250,-5.3342733383178711,-4.7021880149841309,-3.3012678623199463,4.5014142990112305,-1.7584784030914307,-9.2781352996826172,8.0821828842163086,-5.5140872001647949,23.7698116302490234,26.9922904968261719,35.7773513793945312,26.1212959289550781,15.0946950912475586,14.2464809417724609,95.9292449951171875,47.9125747680664062,27.0585918426513672,56.4514541625976562,93.2435989379882812,53.9968452453613281,70.3330993652343750,64.5181884765625000,31.0579490661621094,41.6110191345214844,0.3100754320621490,0.2974736094474792,1.0057116746902466,0.3276855647563934,0.3693206608295441,0.5595384240150452,0.8043474555015564,1.0335679054260254,0.5762477517127991,0.8339963555335999,0.4248919188976288,0.6368619203567505,0.5770305395126343,0.6961262226104736,0.5860817432403564,0.2274009734392166,-0.0519037693738937,0.1439093947410583,0.7917155027389526,0.5731994509696960,0.0725793465971947,0.1040130555629730,-0.2945496141910553,-0.3161035776138306,0.4088718593120575,0.5180883407592773,-0.3853076696395874,1.6499047279357910,0.1220824271440506,-0.9938235878944397,0.0233023185282946,-0.0188451763242483,0.0000099999997474,0.0018538120202720,-5.2148113250732422,-2.2933578491210938,-2.2699358463287354,1.3997411727905273,-0.5557389855384827,-0.5537503361701965,2.2190876007080078,4.0993561744689941,4.7532668113708496,-0.0383411794900894,1.1039324998855591,0.7144480943679810,2.1664905548095703,0.5867569446563721,0.0974106416106224,-0.7105411291122437,-3.0631525516510010,-1.5983898639678955,1.4612027406692505,-1.7383786439895630,-6.4951896667480469,3.0133264064788818,2.3915748596191406,-2.6101703643798828,-2.9343531131744385,1.3123602867126465,-1.8529430627822876,-1.3261568546295166,-2.3735241889953613,0.4543640017509460,-2.6651206016540527,-2.1628644466400146,-4.1265959739685059,2.4371774196624756,-2.7092108726501465,-1.4280686378479004,0.3092770278453827,0.2932633459568024,-3.9872422218322754,-2.8106918334960938,0.4907334148883820,0.5862450003623962,-1.0278280973434448,-2.3765542507171631,-0.9201791286468506,-0.0059879664331675,0.5334812402725220,-2.5457501411437988,2.3848898410797119,1.6638534069061279,2.1256601810455322,-1.8685953617095947,-0.3243023157119751,2.0739290714263916,0.9810817241668701,-2.8536818027496338,-2.8707964420318604,-0.1800023317337036,-0.1357576698064804,0.3950687646865845,0.4609542191028595,3.8310842514038086,8.5367870330810547,-0.9310561418533325,-0.0063112010248005,1.7644386291503906,7.1985116004943848,-0.5916852355003357,-0.4267592430114746,0.0193627811968327,4.3499498367309570,-1.8504382371902466,0.1447462737560272,-0.0170267112553120,2.4192829132080078,0.7896822690963745,6.0804648399353027,0.1579502969980240,-0.6744286417961121,0.2793567478656769,1.9157931804656982,-0.9123535156250000,-0.5154742598533630,1.0345084667205811,2.0478181838989258,0.7789103984832764,-4.2490439414978027,1.2542099952697754,2.3384723663330078,-0.2789623737335205,1.2915010452270508,1.2264629602432251,1.1285291910171509,0.3291798532009125,1.6411509513854980,0.8421173095703125,-2.3655703067779541,-1.6337565183639526,-3.3244845867156982,0.6610493659973145,-1.5412354469299316,0.0556207448244095,-5.4547586441040039,2.2345445156097412,-1.4389305114746094,0.8223607540130615,4.7565698623657227,0.2731775939464569,0.3300406634807587,0.5191372632980347,0.0763954371213913,-1.2076258659362793,-2.4294121265411377,-0.2863483726978302,0.6664388775825500,-5.6823053359985352,0.0255227088928223,3.1560993194580078,1.9375070333480835,-5.1129202842712402,2.3774721622467041,-2.7931919097900391,-0.9626722335815430,-0.2543100416660309,3.3400673866271973,2.5268507003784180,1.0910712480545044,-2.3859863281250000,4.7953648567199707,1.8659483194351196,8.9529914855957031,1.0211945772171021,3.2577221393585205,0.0534836389124393,-1.7452774047851562,0.3002196848392487,-2.4520745277404785,-0.0764442011713982,-0.4863077104091644,0.6140983104705811,-2.2365236282348633,-0.2673477828502655,-0.0067940633744001,-0.6956833004951477,0.2493004798889160,-0.1311086714267731,-0.0204483196139336,-1.0124094486236572,-3.0361301898956299,0.3952827155590057,-0.9249408245086670,-2.2318081855773926,-3.2699549198150635,-1.1604926586151123,-4.7921223640441895,1.4020988941192627,-0.4069037735462189,1.0854991674423218,-3.8496611118316650,-0.2708148658275604,1.3825435638427734,-0.7919526696205139,1.0777513980865479,-1.0626137256622314,-0.0794183686375618,-0.9786279201507568,1.1214184761047363,-0.6467550992965698,-1.5204281806945801,-0.4762521386146545,0.6274107098579407,0.6545290350914001,1.3365813493728638,0.4063482582569122,-0.6534602642059326,0.4282090961933136,-2.8939185142517090,-1.1052333116531372,-0.3787458240985870,4.2990684509277344,0.1231783777475357,1.9168424606323242,2.4489257335662842,2.6264960765838623,0.3885706067085266,-0.3574792146682739,-3.4288361072540283,0.5875781774520874,0.0557080060243607,10.6332349777221680,6.4252080917358398,0.4930477440357208,5.5439376831054688,0.3191192150115967,-2.4996712207794189,-1.2067363262176514,0.8492346405982971,-0.7219974994659424,-0.9355748295783997,-0.6460145115852356,-2.9694738388061523,-0.4424178302288055,0.1454294472932816,-0.0925374478101730,3.2768578529357910,0.0536293685436249,-0.3825699985027313,1.2921391725540161,8.0748367309570312,-0.1978116929531097,-1.0567992925643921,3.4165585041046143,0.3343763351440430,-1.5650099515914917,-1.2543824911117554,2.5634121894836426,2.4825365543365479,0.9466742277145386,-0.9074370265007019,0.4138095378875732,4.4799857139587402,-3.6785809993743896,-0.1293550431728363,-0.4820632338523865,1.5059041976928711,-0.2643590867519379,2.6327490806579590,0.2867055833339691,-3.9735498428344727,-0.5590704679489136,0.2578679621219635,-0.7354931831359863,-3.6027710437774658,-0.0407165735960007,2.1547846794128418,0.3087443709373474,1.4764902591705322,0.4269216656684875,-0.2712859809398651,-0.3916943073272705,3.7450659275054932,-0.4137437939643860,-7.1236662864685059,1.3769007921218872,1.6799848079681396,0.8207970857620239,1.3234007358551025,-0.5783717632293701,-1.2242879867553711,-2.9487955570220947,-10.3826932907104492,0.3989227116107941,0.6352605223655701,2.1573560237884521,-3.7373561859130859,-0.9493163228034973,-4.1748170852661133,0.3343106210231781,2.1411833763122559,0.2670950293540955,0.6601315736770630,0.2913064956665039,3.1337211132049561,0.5697214603424072,0.5195453763008118,0.0725296810269356,0.5943259000778198,0.3695486485958099,-2.8355050086975098,-0.0097614470869303,0.0915190130472183,-0.1506484150886536,3.2849757671356201,-0.4918139278888702,5.8603715896606445,-2.9765279293060303,-0.9904003143310547,1.4659328460693359,-2.0533089637756348,-0.8748257756233215,2.0450818538665771,-1.3758963346481323,2.0265493392944336,0.4781295061111450,8.9925556182861328,1.1088588237762451,-2.2269370555877686,0.6038094162940979,0.6355071663856506,-0.5987651944160461,-1.7578378915786743,-0.1796137690544128,-0.0452527776360512,0.0781459286808968,-9.9523286819458008,-0.4456353485584259,0.9428628683090210,-0.1062817275524139,-2.1291034221649170,0.1690006405115128,3.9321854114532471,-0.0461835861206055,-4.2609734535217285,0.9386793971061707,1.0307729244232178,0.3779709041118622,-0.9965386986732483,2.1592264175415039,1.3196405172348022,-0.0308851543813944,-3.7881183624267578,1.4098234176635742,-1.6641258001327515,0.3386082053184509,-2.3265511989593506,-0.5151055455207825,-3.0134825706481934,-1.3656978607177734,1.8987783193588257,1.3481489419937134,2.4272694587707520,-3.5365614891052246,-3.3184471130371094,0.6546840071678162,0.5129065513610840,-1.0306800603866577,-1.6460987329483032,-0.5009771585464478,3.3010098934173584,-0.0848811715841293,4.2228212356567383,-0.9721524715423584,-0.9623634219169617,0.1671903431415558,-0.2237824052572250,1.4138888120651245,0.3995969891548157,-0.4341759681701660,-0.0855816900730133,4.3563919067382812,0.6793929338455200,-0.8841922879219055,-1.8339542150497437,5.4957656860351562,1.4319677352905273,-0.7421621084213257,-0.0851205214858055,-2.4186356067657471,-1.5252702236175537,-6.0584521293640137,-4.9954919815063477,0.3624723851680756,1.9662531614303589,-0.3743061125278473,-4.8128800392150879,-0.1789927035570145,-1.0304257869720459,-0.1570835262537003,-5.9987683296203613,-0.3571075499057770,-1.7096978425979614,0.0673466473817825,-2.3654868602752686,-0.4016470611095428,4.9185299873352051,0.0847289785742760,-4.7450633049011230,0.0829850286245346,0.4828768074512482,0.1137655600905418,2.5834555625915527,0.0121921729296446,-0.3774080574512482,-0.8332835435867310,0.6055210828781128,0.5856233835220337,-0.6632291674613953,0.5701807737350464,-1.6707458496093750,-0.2019489407539368,3.7307724952697754,-0.7574983239173889,-1.2125701904296875,6.5965971946716309,4.6662368774414062,-0.5104651451110840,-2.3111743927001953,3.5540218353271484,2.9157354831695557,1.2915757894515991,-1.1451864242553711,3.1577658653259277,0.5869734287261963,0.6273509860038757,0.0860553234815598,3.6226568222045898,-0.2655800282955170,-0.3136673867702484,0.7676422595977783,-2.7514736652374268,-2.0943222045898438,-0.4727576971054077,-1.9444775581359863,-1.4450155496597290,-0.3438981771469116,-1.0196455717086792,0.7988049983978271,-2.7998936176300049,-1.9602730274200439,-0.9597435593605042,1.0864611864089966,1.1114892959594727,1.5223103761672974,3.8004529476165771,1.8541345596313477,0.8497462272644043,0.0102909523993731,0.0113136265426874,6.0517935752868652,-0.0184687618166208,-0.4039929211139679,0.7351338267326355,3.6299285888671875,-0.2990293800830841,6.8769659996032715,-0.0703773945569992,1.4666942358016968,-0.2578928768634796,-0.9041707515716553,-0.2281447350978851,2.1020514965057373,-0.1505387425422668,2.4710576534271240,1.2550170421600342,4.8007540702819824,2.1350979804992676,3.1584904193878174,-0.1732062250375748,-1.1101741790771484,-0.2241199016571045,1.5431237220764160,0.3754650950431824,-0.2190416157245636,-0.6038959622383118,-1.5847156047821045,-0.2594847977161407,-0.2156329154968262,3.2101078033447266,4.2912774085998535,-5.3891639709472656,1.1515219211578369,0.3300558030605316,-1.2363911867141724,-1.0780684947967529,0.4835138916969299,2.1606833934783936,-0.8296170234680176,0.8916156291961670,0.9496600031852722,-0.8481522798538208,-0.1940032392740250,0.6370387673377991,-0.7943443655967712,-1.5868875980377197,0.4206433594226837,-0.1092180758714676,0.6898833513259888,4.1475124359130859,0.6502113342285156,1.5124880075454712,-0.4238783121109009,-2.3746795654296875,-2.6529834270477295,4.5746436119079590,1.4617226123809814,-3.4848492145538330,-2.7081158161163330,3.7003297805786133,0.1604252457618713,0.5746359229087830,-1.2478055953979492,-0.4180209338665009,-5.0231227874755859,0.0370307750999928,3.5014934539794922,0.0086280973628163,1.6606411933898926,0.2691386342048645,2.8173496723175049,0.1493342220783234,-1.1315702199935913,0.2076926231384277,0.2794323861598969,-0.0609184838831425,2.6549212932586670,0.2764599919319153,2.0249083042144775,0.5817523598670959,6.8618359565734863,0.7220584154129028,1.3439996242523193,-0.2802271246910095,-10.4702758789062500,-1.2027590274810791,0.9807645678520203,2.3442332744598389,-4.0524969100952148,-0.5354129076004028,-2.2956700325012207,-2.5038206577301025,0.3702057003974915,6.8043594360351562,2.4732220172882080,-2.2887415885925293,4.1091771125793457,6.7901515960693359,2.4153871536254883,-2.9425134658813477,5.9819049835205078,6.6580553054809570,-8.4009218215942383,-3.6332213878631592,-3.0443677902221680,-0.7314595580101013,2.7592377662658691,-6.4068074226379395,-4.7387051582336426,37.1416664123535156,21.2298755645751953,11.1936473846435547,42.2203102111816406,19.0025634765625000,15.1993942260742188,50.6251602172851562,56.6694412231445312,29.7916336059570312,31.5692596435546875,45.0896568298339844,7.7955627441406250,10.8039293289184570,7.3691520690917969,20.6646690368652344,89.4652557373046875,0.1851287931203842,0.2337892055511475,0.5493503212928772,1.1411918401718140,0.2025598585605621,0.1688293069601059,0.9329474568367004,0.6990687847137451,0.4828443825244904,0.6659031510353088,0.6059280633926392,0.5791487693786621,0.1625002920627594,0.3798109889030457,0.2579867243766785,0.6443344354629517,0.1206168010830879,-0.1459972113370895,0.4064379036426544,-1.1233083009719849,0.1099033579230309,0.0596139989793301,0.2248511016368866,-1.0830715894699097,0.9897013902664185,0.6602234840393066,-1.1765692234039307,-0.9685853123664856,-0.0354684777557850,0.0822270587086678,-0.2867050468921661,-0.4922173023223877,0.0000099999997474,3.6422266960144043,-0.5386831164360046,3.3276047706604004,0.8289412856101990,0.5243290662765503,5.5340652465820312,-0.4076437652111053,1.0632414817810059,1.6165106296539307,-1.6434413194656372,0.9259272813796997,-2.0280089378356934,-0.5360798835754395,-2.8201189041137695,0.5619203448295593,-5.3957858085632324,0.6517832279205322,1.9970960617065430,-0.7483382225036621,0.2646625936031342,-1.1059505939483643,0.9614821076393127,-0.0541723594069481,0.6565178632736206,0.6026999354362488,-0.5879237055778503,-0.3841190338134766,-3.6279692649841309,1.1053876876831055,-1.6246814727783203,-0.9501222968101501,3.8599133491516113,6.7422685623168945,1.9884505271911621,1.1285116672515869,0.5134919881820679,1.5554888248443604,0.4474606513977051,-1.2188185453414917,-1.1220575571060181,3.4806036949157715,0.9333306550979614,-5.6784911155700684,-3.8595697879791260,-0.2103672921657562,0.3285764753818512,0.3401210308074951,-2.4886276721954346,-0.4803377091884613,1.2433279752731323,-0.5001481175422668,-0.5750679373741150,1.1221455335617065,0.4021440744400024,0.4574148356914520,1.6603000164031982,5.0110783576965332,2.4224908351898193,-0.1636102497577667,-1.8393052816390991,-3.9688801765441895,-7.0894141197204590,-1.2779828310012817,1.0899422168731689,-4.9808259010314941,-4.1397514343261719,-0.4285038411617279,-0.7623341083526611,-0.6799135208129883,-0.5821613669395447,0.0757331475615501,-0.1747221350669861,0.9783173799514771,3.9437017440795898,7.4322676658630371,4.5484237670898438,0.5807407498359680,1.4349333047866821,1.3492015600204468,-0.6257048249244690,-0.0609530322253704,-2.0281233787536621,0.2699536681175232,1.2699781656265259,0.7566103935241699,-0.0580334700644016,0.6210296750068665,3.0571527481079102,-1.7768096923828125,2.4059786796569824,1.1421647071838379,0.6929992437362671,-5.2973780632019043,-4.2134857177734375,1.2954410314559937,-1.4733685255050659,2.7327435016632080,-2.8384711742401123,-7.6858820915222168,-2.2995121479034424,-1.3617295026779175,-0.1694333255290985,-1.0824813842773438,-0.3152570128440857,-1.6978397369384766,-1.1925711631774902,-4.2803506851196289,-2.9746637344360352,1.7700808048248291,-0.9713327884674072,-0.0100447246804833,-1.0347524881362915,-1.5136201381683350,1.9620445966720581,2.2223050594329834,0.6270159482955933,6.3069486618041992,1.5607438087463379,0.7422164678573608,0.5370475649833679,5.4945535659790039,-3.7395126819610596,1.8575237989425659,-1.8155051469802856,-4.7279691696166992,-1.7059230804443359,1.7122437953948975,1.2464914321899414,-3.8328392505645752,-2.1184155941009521,-1.2438130378723145,0.3211663961410522,1.6804410219192505,2.7452692985534668,-0.0440157614648342,-0.8178151845932007,-2.6235828399658203,-5.3650107383728027,-1.5117657184600830,7.6372728347778320,0.0677451640367508,2.1736919879913330,-1.3484760522842407,-0.7281492948532104,-0.4600430130958557,-1.7151883840560913,-0.2427675276994705,1.0097961425781250,-0.9498041272163391,-2.0562078952789307,-0.3904496729373932,-2.7791476249694824,3.2816417217254639,-0.5373669266700745,-0.5583520531654358,-0.4006468057632446,3.3259844779968262,1.5109391212463379,-0.4280682802200317,-1.9046368598937988,-1.4023028612136841,6.4285750389099121,-2.2177481651306152,-1.7270522117614746,-0.5974553823471069,-1.4330766201019287,0.1993387639522552,-1.1092661619186401,-0.4423364400863647,-2.7987823486328125,-1.3185149431228638,4.8016819953918457,-0.0183706674724817,-0.4047711789608002,-0.3286730945110321,0.7368825078010559,-0.1998707056045532,-5.1786274909973145,0.5905883312225342,-1.8140902519226074,-0.1665652990341187,1.9814504384994507,0.0342555642127991,-2.0116937160491943,-0.5329030156135559,0.9726985096931458,0.3161682188510895,4.1210680007934570,0.7846076488494873,-4.0168986320495605,0.9944893717765808,6.3928375244140625,2.4979708194732666,3.9902534484863281,-2.1852262020111084,-4.9986710548400879,-0.7905699610710144,-2.3542850017547607,0.4248514175415039,0.4602002203464508,2.3056294918060303,9.9334459304809570,1.8137488365173340,3.1819739341735840,0.3915905058383942,3.0407896041870117,0.4465002417564392,4.3200564384460449,1.1460784673690796,-1.3168040513992310,-0.1072644516825676,-0.1602389365434647,-0.5616503953933716,-2.5084235668182373,0.1646457612514496,-0.0192312169820070,-1.0170865058898926,-5.8554220199584961,0.2642318904399872,1.6004900932312012,-0.0523099750280380,-1.2097339630126953,0.8273142576217651,-2.5077145099639893,-3.1107287406921387,-1.6694214344024658,-3.0909898281097412,-0.7228348255157471,-1.5170578956604004,0.6338213086128235,1.0023217201232910,-0.4032102227210999,1.6836318969726562,-1.5553376674652100,-2.4864943027496338,-0.2946905493736267,1.1303215026855469,0.3926650881767273,0.8288070559501648,1.3349034786224365,0.6543571949005127,-1.4263802766799927,-0.1927869170904160,1.7938426733016968,-0.1828961670398712,1.1717762947082520,-0.2004046142101288,-0.5957078337669373,-13.1397981643676758,-6.1513576507568359,-0.4410693347454071,0.4434007704257965,-5.3103828430175781,-0.8645012974739075,0.2641721367835999,-2.3074908256530762,0.7270190119743347,-11.6793365478515625,-1.5371646881103516,-7.8677077293395996,-0.2883050739765167,-1.6144919395446777,0.2984223663806915,1.2469043731689453,1.5336772203445435,3.7295546531677246,-3.0570299625396729,-0.9396846294403076,-0.3913977146148682,-0.3571434915065765,-0.3413449227809906,0.0283003281801939,0.2576360702514648,-0.2638288140296936,-0.1862545907497406,-0.4945176541805267,-0.2894006073474884,-0.7434346079826355,0.0970000997185707,1.0197838544845581,-1.3543428182601929,-0.0764246433973312,-0.2916132807731628,1.2740149497985840,1.3326305150985718,1.2498224973678589,0.6813427209854126,4.6288142204284668,2.0182452201843262,-2.9094090461730957,3.2794597148895264,1.8542469739913940,0.0033715732861310,-2.2811925411224365,-0.0511056073009968,-1.6962404251098633,-0.5724940299987793,-5.2056703567504883,1.7042752504348755,-1.1776973009109497,-0.3187065422534943,-2.0334613323211670,0.1062282323837280,4.6041674613952637,0.3961830437183380,1.1629635095596313,-0.1983895599842072,-3.7142772674560547,-0.6905835270881653,-0.4219064712524414,-0.2956852912902832,-5.4848251342773438,0.7313483357429504,-1.3214015960693359,0.0073817856609821,-4.2363820075988770,1.1980379819869995,-0.2238501906394958,-1.3335016965866089,3.0293033123016357,3.7289297580718994,-3.4459211826324463,7.3196163177490234,6.1127872467041016,-0.6789110302925110,-3.1378188133239746,0.3779782056808472,1.4511684179306030,-1.7983069419860840,1.5598266124725342,1.4982584714889526,2.1591634750366211,-1.3994245529174805,-0.9579886794090271,1.0165303945541382,1.6485600471496582,0.8930109143257141,0.2358167916536331,-0.3399690985679626,0.7005165815353394,-2.8977744579315186,-1.6734575033187866,-0.6821568012237549,1.7543209791183472,-0.2025868743658066,-5.0588793754577637,0.1672904491424561,1.2363086938858032,5.6212549209594727,0.3302232921123505,-2.0963778495788574,-0.2632397711277008,2.0019536018371582,-2.5205557346343994,0.9966008663177490,0.3957547843456268,0.0625399723649025,1.1418490409851074,-0.0496858544647694,0.3514213860034943,1.3649725914001465,0.2398431897163391,0.9114393591880798,0.8033871650695801,-0.1281328201293945,-1.0309257507324219,0.7061325311660767,-0.5525070428848267,0.0745846331119537,1.1897615194320679,-0.3397842645645142,-5.4521355628967285,0.5303150415420532,2.5866997241973877,0.1136230304837227,-1.3765448331832886,0.3285160958766937,-0.2862245738506317,-0.1839528530836105,-1.7805240154266357,-0.6904955506324768,-0.7261193394660950,0.3155800402164459,6.3068723678588867,-0.2802447974681854,-1.2462813854217529,-1.3915568590164185,0.2970459759235382,-0.2490705251693726,-2.1016473770141602,0.0429752543568611,-0.0286216866225004,0.1413058191537857,0.1134787648916245,-2.4401049613952637,-0.8343412280082703,-0.1312579214572906,0.7078340649604797,-0.1591673493385315,3.1563344001770020,-0.4167738556861877,-8.3840885162353516,0.3190602362155914,10.6604080200195312,0.4295024573802948,-0.5029830336570740,0.1366041749715805,0.9386641979217529,0.2212800681591034,3.0268502235412598,0.1744093596935272,-0.4152160584926605,0.0161095112562180,-1.4305536746978760,0.6179446578025818,-1.5135290622711182,3.3391864299774170,-1.3778067827224731,3.2241616249084473,-0.8099662661552429,-0.1570386886596680,2.6740415096282959,-0.0084247356280684,0.3600643873214722,0.7850717306137085,-0.7360719442367554,2.0805742740631104,-2.0024912357330322,-0.1807795017957687,-1.6844022274017334,1.2768099308013916,-2.7892937660217285,0.1360005438327789,3.2433879375457764,-0.3632910549640656,4.5859403610229492,-0.8316645622253418,-4.6028218269348145,-0.2828834652900696,-1.8648297786712646,1.2814190387725830,-4.8716382980346680,0.2632403373718262,-2.5302109718322754,-0.8482460975646973,-0.7842975854873657,-1.2884395122528076,3.0895826816558838,4.9784622192382812,-0.0811914056539536,3.8128719329833984,3.5629537105560303,0.3666820824146271,1.5464073419570923,-0.2843145430088043,2.9739847183227539,0.3361491858959198,2.5715396404266357,2.0895752906799316,0.0793852359056473,0.2495042532682419,-1.0505691766738892,0.2972853481769562,-4.2328171730041504,0.4121316671371460,-1.1701757907867432,-0.1847830265760422,-3.1233272552490234,-0.6181896924972534,-6.7203488349914551,-0.4817715287208557,-0.5523620843887329,1.5959433317184448,-5.9404172897338867,-0.2025518417358398,-2.2850859165191650,-0.3361992239952087,0.7322452068328857,-1.7758574485778809,-1.1460905075073242,-4.2654604911804199,2.8380138874053955,-2.8233013153076172,0.1901764571666718,-0.2840351462364197,-2.2230446338653564,0.0947337299585342,2.3601872920989990,-0.4252893924713135,6.1032934188842773,-3.1380851268768311,1.4694716930389404,-0.3798838853836060,3.7405769824981689,-0.7566310167312622,0.3959477841854095,-0.7923854589462280,-6.4476428031921387,0.1235593929886818,3.8750336170196533,1.8661304712295532,1.6818200349807739,0.6075994372367859,1.5644063949584961,-1.0645325183868408,1.0591787099838257,0.0938879996538162,1.2166085243225098,0.0878889039158821,-1.0217604637145996,1.2329033613204956,2.3523945808410645,4.1975536346435547,4.2599930763244629,-1.2255579233169556,-2.6994454860687256,4.9802846908569336,-5.3353548049926758,2.3385255336761475,1.0082738399505615,-3.8205840587615967,-1.8142861127853394,-2.7808663845062256,-5.3754973411560059,-4.0371427536010742,10.6107769012451172,6.5958490371704102,-8.9441137313842773,22.7572326660156250,10.6442604064941406,9.1529588699340820,42.8772926330566406,16.6702175140380859,19.9920425415039062,18.0573730468750000,11.0700016021728516,14.7493658065795898,18.9012260437011719,19.7490577697753906,7.1833004951477051,25.6159152984619141,15.3030357360839844,47.6016693115234375,24.2633342742919922,1.1569461822509766,0.1546316146850586,0.1900662332773209,0.5464943051338196,0.2784735560417175,0.6678161025047302,0.2029130905866623,0.1496368497610092,0.2171422392129898,0.5650995969772339,0.5285431742668152,0.9174161553382874,0.4779198765754700,0.5495907068252563,0.7479512691497803,1.2676571607589722,-0.9701238870620728,0.1722274869680405,0.0298261549323797,0.0611913055181503,0.2822335958480835,0.8011357784271240,0.1344020366668701,0.0258856434375048,-0.0823063254356384,-0.3051974177360535,0.0220845341682434,-1.2054367065429688,-1.0487450361251831,1.3123594522476196,-0.0806803032755852,1.2487560510635376,0.0000099999997474,0.6884973645210266,1.0193576812744141,1.5992183685302734,1.8186132907867432,-1.5127979516983032,-5.5930604934692383,-1.2562631368637085,-0.0973478183150291,-1.3565064668655396,0.5297603011131287,-0.5178178548812866,-4.0036129951477051,2.9939098358154297,0.2636205852031708,-0.3252676725387573,5.0060458183288574,-2.9951968193054199,0.3885272443294525,-0.0840094685554504,-5.2924747467041016,-0.0845603421330452,2.9354753494262695,0.0239962525665760,0.4210185408592224,-0.4297871589660645,2.6254405975341797,0.3562430143356323,-0.1896688044071198,-0.2912228107452393,-3.6581096649169922,-0.0579797141253948,0.5311766266822815,-0.4084858596324921,1.1109732389450073,-0.7422310113906860,-6.6094160079956055,-1.1157668828964233,-2.7821662425994873,1.3998298645019531,-1.1263976097106934,0.6103230714797974,2.0060820579528809,-0.1856891661882401,7.1881594657897949,-2.0825912952423096,5.4418063163757324,1.3662450313568115,-3.0829145908355713,1.9988728761672974,-4.2119383811950684,-0.5966449379920959,0.4733787477016449,0.3738394677639008,-3.1437921524047852,0.2225840687751770,1.3082695007324219,0.6125119924545288,3.3643577098846436,-1.0648981332778931,1.6634129285812378,0.0542951971292496,-0.8155347704887390,0.2378706932067871,0.9253245592117310,-0.0773947834968567,-0.9383782148361206,-1.6741358041763306,-7.4644589424133301,-0.4298978447914124,2.3639309406280518,1.1971132755279541,0.3012024462223053,-0.3340707719326019,0.3860630691051483,0.1084544137120247,-2.5433135032653809,-0.7736281752586365,-8.0709390640258789,1.5349103212356567,-2.8830459117889404,0.8048725128173828,10.4870910644531250,0.2208936959505081,-3.1909453868865967,1.4734756946563721,0.3159580230712891,0.1252643167972565,1.1742771863937378,0.0598641857504845,-5.5924181938171387,0.2534641921520233,0.2632638812065125,-0.1903565824031830,-0.2642428874969482,0.3431223332881927,-1.9678025245666504,-0.1889006942510605,-0.1340523958206177,-3.2925164699554443,3.3016591072082520,1.0068271160125732,3.7411246299743652,-0.7093377709388733,1.8658488988876343,0.6066735982894897,-1.9186358451843262,-0.1508967876434326,-1.7926235198974609,-0.7120825052261353,-7.2254018783569336,1.1872740983963013,6.7390604019165039,-1.9785676002502441,-0.7232745885848999,1.0209966897964478,1.4137928485870361,2.0892388820648193,7.5953259468078613,-0.1278041154146194,-0.3461597561836243,-1.2964872121810913,-3.7616934776306152,0.2924228608608246,-2.3072075843811035,0.7868182659149170,-1.5135648250579834,0.3018820881843567,0.3153367340564728,-0.0013151909224689,0.8265785574913025,2.6092033386230469,-2.7194509506225586,-1.8781733512878418,-6.1780667304992676,0.2285624891519547,-1.5196658372879028,0.6901166439056396,1.0290292501449585,-0.1215099692344666,-1.4064049720764160,0.9021827578544617,13.5156803131103516,0.6901639103889465,2.0727782249450684,-1.5683796405792236,0.7823532223701477,-0.9362723231315613,-1.3965898752212524,0.3575742840766907,-0.8734130263328552,0.0223016645759344,0.1127803474664688,-0.2025730907917023,2.4062950611114502,-1.1593167781829834,2.6087477207183838,0.2135631144046783,3.1745541095733643,-0.2956650555133820,0.1824176609516144,0.0473352074623108,0.9635745286941528,0.4859631061553955,-2.9058842658996582,-1.5387636423110962,-5.9166483879089355,-0.4590699374675751,0.9726998209953308,-0.6682028770446777,-0.2753040194511414,-0.4694791436195374,-5.3003621101379395,1.2817682027816772,1.5547493696212769,-0.1026885658502579,3.9520411491394043,-1.0387475490570068,-3.0570857524871826,0.2792737483978271,-0.3059991896152496,0.1685474663972855,0.5212724208831787,0.0402610935270786,2.9681267738342285,0.0838462635874748,6.3196034431457520,0.1324830502271652,4.0232901573181152,0.1215316951274872,-2.6926491260528564,0.2275354415178299,1.9264547824859619,0.1789488941431046,-0.3292944431304932,6.0305032730102539,7.1701517105102539,-2.9420669078826904,-3.0407288074493408,-2.9454207420349121,1.6030375957489014,-4.9469785690307617,-4.0214529037475586,-0.4562300443649292,-0.4191591739654541,2.3359403610229492,-3.7885489463806152,7.4221153259277344,2.0590903759002686,-0.2977167665958405,-0.2873391807079315,0.2034667432308197,2.2846803665161133,-1.0213247537612915,0.1654976457357407,0.1959375143051147,0.2029955685138702,0.5482655167579651,3.4905645847320557,0.6730753779411316,-0.9639660716056824,0.0656676441431046,-0.9975227713584900,0.3486698567867279,1.6314840316772461,0.2473083585500717,0.6962571144104004,-4.9286260604858398,-4.5740718841552734,4.0423927307128906,-3.4149985313415527,-0.9600307345390320,2.2895748615264893,-0.7129141688346863,-5.9876327514648438,-0.1932829469442368,-2.0292470455169678,-2.8260779380798340,3.0457348823547363,-2.7876656055450439,-4.6677613258361816,0.2867557108402252,-1.0663810968399048,0.4684822261333466,-0.7315150499343872,-0.9320449233055115,-0.6839905977249146,0.2544347941875458,0.1672696322202682,0.1607524454593658,4.9298872947692871,-0.0068747210316360,-0.5857557654380798,-0.7922297120094299,-0.8857747316360474,0.4089696109294891,1.1721050739288330,0.1923333853483200,0.5888554453849792,0.5303652286529541,-1.2271244525909424,-0.4995346963405609,-4.0284895896911621,-0.2756573855876923,0.2884213030338287,-0.5488494634628296,2.3896291255950928,0.2943988144397736,4.4195070266723633,1.5874961614608765,-5.7959303855895996,-0.3391648530960083,4.4349231719970703,-1.0476095676422119,-6.4658579826354980,0.2017358541488647,2.6504926681518555,0.0736751109361649,-3.5169763565063477,-0.1559476703405380,1.4645998477935791,-0.4591790139675140,5.8475060462951660,0.3153644502162933,1.4907050132751465,-0.1333964020013809,-4.5878071784973145,0.2652990221977234,-1.3169523477554321,-0.0426109693944454,0.2833976745605469,-3.2126233577728271,-3.2458076477050781,-0.2275345474481583,-0.5246785283088684,-0.4147620797157288,-4.6506414413452148,2.6378390789031982,-0.1035469025373459,-2.3457961082458496,1.8795057535171509,0.9451864361763000,0.4690401256084442,5.6843152046203613,-0.9559674859046936,-3.4859127998352051,0.7762184739112854,0.2026906907558441,0.2467849701642990,3.1968069076538086,-4.6577701568603516,1.3424812555313110,-0.9879872798919678,-2.1190173625946045,-2.1969304084777832,2.5821313858032227,-3.1172475814819336,0.8429811596870422,2.2794175148010254,0.1875418871641159,-1.6465435028076172,-0.4695857167243958,-0.7544950842857361,4.1501913070678711,0.1082772985100746,-0.7302194833755493,2.4407100677490234,1.9296278953552246,4.9370560646057129,0.5918204188346863,0.7399163842201233,1.3059048652648926,1.8003829717636108,-4.9463152885437012,1.2021797895431519,0.8836029171943665,-8.8891811370849609,7.8689475059509277,0.5607275366783142,-1.1003479957580566,0.5897842049598694,-2.8578314781188965,-0.7629967927932739,-0.8035398721694946,-0.7072926759719849,1.9619350433349609,0.2252973914146423,-2.3651578426361084,0.7753164768218994,-1.5664675235748291,-0.6192405223846436,-0.3414688706398010,-0.4032245278358459,-0.5717093348503113,-0.0410204306244850,-0.4106853902339935,2.1726434230804443,-7.7489275932312012,-5.4356870651245117,2.8530080318450928,1.4034938812255859,-2.7710323333740234,-3.3078775405883789,-0.4012556672096252,-1.7265237569808960,-0.4826031327247620,-3.2345266342163086,-4.0724267959594727,-1.5459601879119873,-0.3508757650852203,1.8932878971099854,-1.4557354450225830,-0.9268623590469360,-0.9985057115554810,1.0833188295364380,-0.1304606199264526,0.0047290441580117,2.8579943180084229,3.3341860771179199,-0.1760442256927490,-2.6395270824432373,-1.4062788486480713,-1.3030154705047607,0.0057316012680531,-0.3263834118843079,0.0184398572891951,-1.2768161296844482,0.8695661425590515,-0.7014957070350647,-0.3624129891395569,-2.5786237716674805,-0.3812047243118286,-1.0630457401275635,-0.4668833017349243,-3.3098714351654053,0.1834275424480438,4.6464948654174805,1.2495042085647583,-3.3795702457427979,-0.1428418010473251,1.1072117090225220,-1.8613030910491943,1.3283004760742188,0.0911377966403961,-2.7912678718566895,0.1608314961194992,-2.2768030166625977,-0.0516154505312443,1.3305174112319946,-0.0239888876676559,4.1351342201232910,0.3364420831203461,7.7106542587280273,0.2623409032821655,5.6314892768859863,-0.0109097100794315,-1.8799240589141846,-0.0799420028924942,1.6725183725357056,1.2679064273834229,2.1673188209533691,0.5059008598327637,4.3864154815673828,0.0336378440260887,0.4888028800487518,0.0752148330211639,0.3600059151649475,0.1866216510534286,-1.9446861743927002,-0.6107810139656067,0.9554400444030762,0.9910951256752014,-4.7490644454956055,2.8100211620330811,-4.4223523139953613,0.1389039903879166,-5.1115565299987793,-0.6996948122978210,0.6744375228881836,-0.0057436088100076,-3.5163791179656982,0.5261746644973755,-0.7607252597808838,0.2517672479152679,-4.8318109512329102,-0.0866238176822662,-2.3157916069030762,0.0277927126735449,-3.4336445331573486,-0.0508648492395878,-0.7680141925811768,0.0314731784164906,0.2060920298099518,1.0570555925369263,-0.4132375419139862,-2.5789942741394043,1.6000436544418335,1.8649508953094482,7.1793422698974609,-1.0328978300094604,1.0391185283660889,-5.9699997901916504,-5.3513288497924805,0.5521175265312195,-6.3495407104492188,2.5049924850463867,-2.5596556663513184,-0.7449883818626404,1.2487635612487793,-1.6645506620407104,0.4933390319347382,0.0420565530657768,0.0596942268311977,0.6136022806167603,-3.0360286235809326,-1.3647224903106689,0.4153519868850708,-1.0348215103149414,-0.6390967965126038,-0.4808005988597870,-0.2745628356933594,-0.2620618939399719,1.7132122516632080,1.0754085779190063,-2.6372792720794678,-0.5125126838684082,8.2165021896362305,1.0666149854660034,-0.2185482978820801,0.9692173004150391,5.1757183074951172,0.2420950531959534,-1.2966451644897461,-0.9944549798965454,-1.5383150577545166,3.2384939193725586,-0.0299076847732067,2.6237185001373291,0.7752893567085266,0.0220856945961714,2.7947731018066406,0.6574726104736328,1.4509029388427734,-0.1030147075653076,-2.3232045173645020,-0.1088753864169121,10.9392518997192383,-0.4452354311943054,-2.9580283164978027,0.4081834852695465,0.2334305495023727,0.0596721172332764,2.6023845672607422,-2.4170885086059570,0.5886288285255432,-0.9892380237579346,0.6284867525100708,0.8043642640113831,-5.5324301719665527,-3.3913736343383789,-8.4013919830322266,-1.9429939985275269,0.8951061964035034,0.1119217798113823,-9.1770792007446289,3.8805248737335205,-2.6879243850708008,1.5335309505462646,-8.2087955474853516,9.3344621658325195,11.9860391616821289,12.0979032516479492,10.6201744079589844,15.0926313400268555,2.9758620262145996,10.3361091613769531,13.7100725173950195,14.2379779815673828,20.2464752197265625,41.5736351013183594,10.4047393798828125,10.7166080474853516,9.3241586685180664,12.9416294097900391,19.8599376678466797,0.2814662158489227,0.5160788893699646,0.2088825553655624,0.5804285407066345,0.2548680007457733,0.5402818918228149,0.1462179422378540,0.1938936412334442,0.6253750920295715,0.3375644087791443,0.7171297669410706,0.2361718267202377,1.0092813968658447,0.3252853453159332,0.2125433087348938,0.2272677272558212,-0.2731033861637115,-0.7021678686141968,-0.4908702075481415,-0.3277549147605896,-0.1334226876497269,-1.4751299619674683,-0.0551653355360031,-0.0919267088174820,-2.0062191486358643,-0.5582004189491272,0.0674331411719322,-0.7101963162422180,-0.4477357864379883,0.1688101440668106,-0.0594702251255512,-0.0903655439615250,0.0000099999997474,0.2010861635208130,1.2595033645629883,-1.0435048341751099,2.3850395679473877,-3.1584398746490479,-1.0260125398635864,0.1755733788013458,0.9153101444244385,2.0390386581420898,0.3358890712261200,0.4737095832824707,-1.9710206985473633,1.1663451194763184,2.1714358329772949,-1.9418423175811768,-2.2370123863220215,-0.6454862952232361,1.5446264743804932,0.2499981969594955,7.6694970130920410,-1.5128499269485474,4.3055644035339355,0.6427616477012634,-2.1228389739990234,0.0433526113629341,0.0861177742481232,0.1141222491860390,1.1219762563705444,0.9988121986389160,1.2509782314300537,-1.6041308641433716,-1.8270246982574463,3.0189061164855957,0.9903924465179443,-1.0364627838134766,0.7786827087402344,0.8395875096321106,-2.4929521083831787,-0.3027257919311523,-1.6882548332214355,-1.7817956209182739,2.5034968852996826,0.4963591992855072,0.0210806000977755,4.8145222663879395,-5.6715226173400879,1.1657478809356689,0.2657452821731567,-0.5147466659545898,-2.7486016750335693,6.0285601615905762,2.8923058509826660,2.4017801284790039,-0.6846443414688110,-8.8237419128417969,2.8604400157928467,0.1120551973581314,0.1443655937910080,-0.7178496718406677,1.2927770614624023,0.5962737798690796,2.0790517330169678,0.7967026829719543,0.6591846346855164,0.8086063265800476,-9.3210601806640625,0.3437127470970154,0.6571137309074402,2.2162506580352783,3.1022858619689941,-0.7256876826286316,0.4103873074054718,-0.8465445637702942,-0.1116526126861572,-0.7339426279067993,1.1152108907699585,1.3130718469619751,0.8146922588348389,0.8143025636672974,5.1788721084594727,0.6088139414787292,0.2056170850992203,-0.1882591694593430,-2.7593746185302734,0.5312243700027466,-2.6769771575927734,0.9186241626739502,3.6861834526062012,0.0180300511419773,-2.4386332035064697,-0.1169513687491417,-2.1723375320434570,0.1220658123493195,1.6880624294281006,0.6946420669555664,-3.4997997283935547,0.3214671611785889,2.5662553310394287,-0.3695219159126282,1.4921083450317383,-1.7453243732452393,-3.7849192619323730,0.0785022601485252,-0.0234513152390718,0.6628324389457703,0.3064232766628265,0.0329771228134632,3.6912219524383545,1.1935477256774902,2.3296976089477539,0.2671361267566681,4.6560301780700684,0.4076511561870575,4.4578137397766113,0.3338626325130463,0.7176788449287415,-0.0690256878733635,0.1322810202836990,-0.1526335328817368,2.2711400985717773,0.0350283049046993,1.2513358592987061,-0.1191191896796227,1.0554946660995483,-0.8499562144279480,-0.3893255591392517,-1.1848489046096802,13.9403362274169922,-0.8008621335029602,-0.5244374871253967,-0.4673577249050140,2.1881289482116699,-0.9595769643783569,-4.6869168281555176,-1.0238250494003296,-3.1867702007293701,-2.1617159843444824,-0.1477037370204926,0.5906286835670471,1.4869706630706787,-4.9386401176452637,-1.0998942852020264,5.7943582534790039,-3.0439519882202148,0.7710222601890564,-3.7055251598358154,-1.7626358270645142,2.6667838096618652,0.4955177605152130,1.2807444334030151,0.3543314337730408,-3.8127350807189941,0.0098476652055979,0.3059252798557281,-0.0261558070778847,2.3310484886169434,0.9750971198081970,-5.8050913810729980,-0.7992253303527832,0.2137306034564972,-0.8920563459396362,0.2728570699691772,0.7985407114028931,4.5883417129516602,1.5533254146575928,2.5610725879669189,0.6280828118324280,2.3873505592346191,0.1057205125689507,3.0852355957031250,-0.1736335158348083,-0.5665738582611084,-1.5780848264694214,1.2647427320480347,7.4148402214050293,-0.3783623576164246,0.5504229664802551,1.2048119306564331,-0.5802435874938965,0.2652259171009064,0.0731216669082642,0.5107178688049316,-0.5763234496116638,-3.8539452552795410,0.0488263964653015,0.0055360770784318,0.2380101084709167,1.8162367343902588,2.1772804260253906,-7.2934241294860840,-0.1874275356531143,-1.5626213550567627,0.6131370663642883,1.6116114854812622,-0.7921776175498962,-4.3526272773742676,-2.2756242752075195,1.4227989912033081,0.5304493904113770,-0.5051807165145874,0.0638258010149002,-0.0557758882641792,1.5493750572204590,3.6376659870147705,-1.9478304386138916,1.4939914941787720,-0.6602957248687744,-2.3209373950958252,-2.2481734752655029,-2.4129669666290283,2.9778206348419189,6.5277299880981445,0.6037687659263611,3.2328617572784424,-0.2366192191839218,3.3736553192138672,0.0103156808763742,-0.1593542397022247,-0.8062564134597778,-0.3893343508243561,-0.1734925061464310,3.8431315422058105,-1.0214470624923706,-2.1559758186340332,-0.3886689841747284,-2.4676935672760010,0.2251555770635605,-4.3147463798522949,1.4077746868133545,5.4794039726257324,-0.1437736451625824,-0.6744591593742371,-0.2007767558097839,5.2271451950073242,-0.0658642575144768,0.0104418555274606,-0.9772565364837646,-1.7859183549880981,-0.4401833713054657,6.5190215110778809,-0.3348231017589569,-16.5805454254150391,-0.4235855042934418,0.9143910408020020,0.0429346114397049,-0.5623635053634644,0.5184063315391541,0.6639545559883118,-0.0343251489102840,0.9300099015235901,0.1218960732221603,-0.2547864019870758,1.1964157819747925,-0.3411532640457153,1.2578271627426147,0.7454216480255127,0.6367740035057068,0.4830608665943146,0.3137452006340027,-1.4242910146713257,-1.5898610353469849,-1.7265688180923462,-0.0788948088884354,-1.8550509214401245,1.4831329584121704,1.4347398281097412,0.5760093927383423,1.7089759111404419,4.1191153526306152,0.1422637850046158,-1.5817461013793945,-3.2328236103057861,-0.4592997431755066,1.4661589860916138,0.3854993283748627,-0.4943175911903381,1.2988243103027344,-0.4380712211132050,1.7827030420303345,-0.9950803518295288,0.0696948841214180,1.4554606676101685,0.5247890949249268,2.5780816078186035,-2.5635392665863037,0.9251900315284729,-2.7611594200134277,12.3889579772949219,-0.7926963567733765,-2.9127373695373535,0.3995580673217773,-0.3331719338893890,2.5431342124938965,-3.4976487159729004,-0.1484493762254715,-0.3347312211990356,0.1484635770320892,-7.7025704383850098,0.0270713120698929,1.0863232612609863,-0.3934215903282166,-2.5066428184509277,-0.0213061366230249,-1.9217821359634399,-0.3900640606880188,-5.4792766571044922,-1.0360524654388428,2.2779402732849121,-0.7573604583740234,1.1134731769561768,0.5132387876510620,-1.1024503707885742,-0.1042799949645996,1.8727369308471680,0.1090113148093224,-4.9488935470581055,1.9430674314498901,0.6364167332649231,1.6888698339462280,-5.2404594421386719,0.4292325377464294,0.9729456901550293,-0.7677756547927856,1.4395656585693359,-2.0047094821929932,-1.1186892986297607,-0.3076429665088654,-0.6311029195785522,3.2409949302673340,4.6501965522766113,-1.7885788679122925,1.8267250061035156,1.9993603229522705,0.2260226756334305,-0.7580778002738953,-12.0348529815673828,-0.9134519696235657,-0.4725842475891113,-0.3013560771942139,2.2211999893188477,-0.3918696343898773,-2.9417924880981445,0.9481792449951172,-0.7791054844856262,-0.2000441551208496,-0.6332283020019531,0.0846152082085609,1.2644690275192261,5.1747961044311523,-2.3197662830352783,-0.1194669902324677,-3.0910849571228027,1.3601708412170410,3.5711576938629150,-0.0121490294113755,4.2982268333435059,-1.3561004400253296,7.3543963432312012,-0.6706533432006836,1.1523219347000122,0.1704598367214203,0.0966630205512047,-0.5268837213516235,-1.1741802692413330,3.9564650058746338,1.2601507902145386,0.2185499966144562,0.3082609772682190,0.7425420284271240,-0.4418221116065979,0.1164899542927742,-2.0818526744842529,0.8974536657333374,-0.0070189815014601,0.9730280637741089,1.9485601186752319,0.0851520821452141,1.4749183654785156,0.2402940690517426,6.8037238121032715,-1.7454967498779297,-0.4442923367023468,-2.1128530502319336,-1.3568936586380005,0.4747920930385590,-1.6594802141189575,-0.5935052633285522,-2.9625618457794189,0.0631971657276154,3.0555026531219482,-0.1376128047704697,-3.4104139804840088,-1.0061050653457642,0.4819702506065369,0.0809143260121346,-0.4863088130950928,-3.8550596237182617,-2.9154775142669678,1.1894550323486328,-2.5615775585174561,-0.6922938823699951,-0.9422655105590820,1.3396790027618408,2.6829202175140381,1.2225130796432495,-0.8221052885055542,-0.4834968447685242,-0.8307408094406128,0.0269877351820469,-2.1423039436340332,-0.5243903994560242,-7.8284893035888672,3.3364851474761963,1.3716285228729248,1.5330196619033813,3.2134871482849121,-1.2753303050994873,-0.1937585920095444,-1.3128116130828857,0.0985643565654755,-3.4456138610839844,2.7464320659637451,1.6431828737258911,0.7921929955482483,1.0469259023666382,2.1703450679779053,1.0765163898468018,-0.2201033830642700,-2.7789390087127686,7.3277192115783691,1.0733846426010132,-1.6964514255523682,0.3400465846061707,-1.3023713827133179,1.0924214124679565,3.0303561687469482,-1.6133776903152466,-0.0269924048334360,-6.6025872230529785,-7.1223821640014648,0.1724661141633987,0.2774601876735687,-0.6002009510993958,0.2759346365928650,-1.8234682083129883,-1.1692104339599609,-1.0370787382125854,1.4361062049865723,-1.7409574985504150,0.3064089417457581,0.0503357611596584,0.3372482657432556,2.7968559265136719,1.3778264522552490,-0.1084813997149467,0.2301141321659088,1.8706952333450317,-4.2818245887756348,-1.0008270740509033,1.7733561992645264,0.4568478167057037,-9.8393239974975586,-3.3818659782409668,1.4898051023483276,-0.5847679376602173,-0.1801466047763824,-2.1260194778442383,0.9967136979103088,-2.1099689006805420,-1.5016977787017822,0.2820182144641876,-3.1189725399017334,-0.2626134157180786,0.9094941020011902,0.0713267847895622,3.5897567272186279,3.3399472236633301,5.1193308830261230,3.4613387584686279,3.0997765064239502,-1.3904544115066528,-1.0249254703521729,-0.2500464916229248,-2.6684780120849609,0.1273508965969086,-2.7801260948181152,0.7277824878692627,-3.2494390010833740,1.0326288938522339,-3.6655740737915039,0.0413872860372066,0.0920287072658539,1.7579560279846191,1.4523358345031738,-4.3060173988342285,-1.3953142166137695,-0.0633414015173912,-1.4609142541885376,-0.3390878736972809,0.8466422557830811,-1.1738017797470093,-0.5895417332649231,-5.6422538757324219,-6.4532003402709961,-0.0173588749021292,-0.9106097221374512,0.0138389449566603,-2.9553458690643311,-2.3303551673889160,-1.9977586269378662,1.2587941884994507,-0.3952419757843018,-1.5380082130432129,1.9702934026718140,-3.3425908088684082,-10.2208576202392578,6.6501784324645996,-3.7481091022491455,-3.4880194664001465,13.3158121109008789,-1.7630271911621094,6.0019998550415039,1.6291123628616333,-5.0565276145935059,1.5237826108932495,6.3218307495117188,0.7504724860191345,12.6590423583984375,8.0250091552734375,10.4152507781982422,13.1033325195312500,17.3077793121337891,9.6776847839355469,8.4764413833618164,5.4995341300964355,9.8138408660888672,11.1573944091796875,8.7862815856933594,24.6728553771972656,10.7628498077392578,6.8373804092407227,13.7822761535644531,10.6852407455444336,7.6576499938964844,0.4233311116695404,0.1986834853887558,0.7431143522262573,1.8698188066482544,0.2024071961641312,0.2577950954437256,0.4749270081520081,0.9328543543815613,0.2984752058982849,2.0300893783569336,0.2648174762725830,0.3216713964939117,0.1960250437259674,0.6693660616874695,0.2167090624570847,0.2440294623374939,-0.5802299380302429,0.0374466963112354,-0.4934202730655670,0.1111637204885483,0.1962519884109497,0.0823729857802391,-1.4367690086364746,-0.0922661349177361,-0.1534130573272705,-0.2049223929643631,0.0123955700546503,-0.0771498456597328,0.0558952800929546,-0.2856382131576538,0.0790012404322624,0.6252906918525696,0.0000099999997474,0.7794001102447510,6.7245435714721680,0.1999965161085129,-7.5974998474121094,-0.4922125637531281,-1.0236215591430664,-0.0244104079902172,-0.0177418068051338,0.0165895409882069,-3.6163356304168701,1.2020380496978760,6.4047455787658691,2.6317281723022461,0.3708058893680573,-0.4507726430892944,-0.1846932321786880,0.6125732064247131,-1.4803107976913452,0.0175973027944565,-0.3392483592033386,-3.9576804637908936,-2.9812905788421631,2.1443665027618408,-0.5063906908035278,2.0036635398864746,1.2336443662643433,-2.8258759975433350,-1.7198020219802856,-0.2114345431327820,-1.1758674383163452,2.7612013816833496,-4.1658530235290527,-0.0790088772773743,5.1553807258605957,-0.8528800606727600,1.6414763927459717,-0.3663441538810730,5.8720412254333496,0.0642398223280907,1.1719496250152588,-0.3087792396545410,2.3408613204956055,0.0983381047844887,-1.2902936935424805,-1.4207549095153809,-7.9207897186279297,0.2729409337043762,0.2021068632602692,-0.8383192420005798,4.9681987762451172,-0.0201558135449886,0.0875669121742249,2.2112772464752197,2.8451538085937500,-0.7525153160095215,-4.9026618003845215,-1.2270547151565552,3.6560592651367188,0.8086241483688354,0.7852265834808350,-0.5241397023200989,-3.3561360836029053,0.8850923776626587,2.2440550327301025,-0.9027622938156128,-1.1523149013519287,0.5256729125976562,-1.2252416610717773,0.3512396812438965,3.2180523872375488,0.6033933758735657,-2.2255961894989014,1.5853718519210815,2.0706343650817871,-1.5173771381378174,-3.5701503753662109,-3.7135081291198730,1.0103031396865845,0.3548743426799774,-1.5248030424118042,-3.1438291072845459,2.4602966308593750,-0.0609747469425201,-0.1978536546230316,-3.8888614177703857,-0.8755053877830505,0.7325758337974548,-2.5199973583221436,3.1247570514678955,-2.2336847782135010,-0.4505654871463776,3.2754421234130859,6.2256236076354980,5.3208289146423340,-1.1651856899261475,1.2218775749206543,0.0351209789514542,-1.2035262584686279,0.2396570146083832,-1.4251580238342285,0.3175796270370483,-1.9811937808990479,0.0739108622074127,1.4770165681838989,-1.2050749063491821,-1.9424654245376587,-0.4540498554706573,1.9177819490432739,-0.7569372057914734,6.3491291999816895,0.2049320042133331,2.3328855037689209,-0.6575148701667786,5.7246541976928711,-0.1257510930299759,1.0963047742843628,0.7354635000228882,9.2080078125000000,-1.7095210552215576,-2.6737473011016846,0.9428167343139648,-4.2287168502807617,1.2598050832748413,2.5100619792938232,3.0686290264129639,3.9701464176177979,-4.2096214294433594,-1.8057756423950195,0.2135229855775833,0.1975951045751572,-0.1215007826685905,-2.4637341499328613,0.0643276944756508,-4.2271809577941895,0.1127257868647575,2.4678306579589844,-1.7039239406585693,-5.4482064247131348,1.7959145307540894,5.7008223533630371,-1.0085963010787964,-2.5660493373870850,0.1057152599096298,0.4822946190834045,-0.2351321130990982,-3.4963095188140869,-0.0320366695523262,0.9900730252265930,-2.7281796932220459,3.2811989784240723,-0.7904805541038513,-0.9328513145446777,2.4842836856842041,3.0455412864685059,0.0648711472749710,-0.4302563369274139,4.7045726776123047,-4.5771574974060059,-2.4096360206604004,0.4681962728500366,0.0514226928353310,2.7320525646209717,-0.7786555290222168,-0.2110843956470490,-0.7335309982299805,-1.2064129114151001,-0.5248534679412842,1.4531593322753906,-0.8958479166030884,1.2453461885452271,-0.9840292334556580,1.0447747707366943,-0.8438400626182556,-5.9956173896789551,-0.1758426129817963,2.1046056747436523,1.2791923284530640,-1.9356884956359863,-0.1466125994920731,0.0738928020000458,4.7409725189208984,5.0973920822143555,-1.5392792224884033,1.0066822767257690,-0.6996442675590515,8.4918727874755859,2.2708706855773926,0.1666933298110962,-2.6236088275909424,4.6280794143676758,-1.5719621181488037,-2.5089178085327148,0.7936829924583435,-5.2565417289733887,0.5789115428924561,-0.5277466773986816,-0.0875760242342949,0.0491634383797646,0.0641735494136810,-0.2572380006313324,0.9455268383026123,3.0578551292419434,-1.2141324281692505,-6.8862309455871582,3.9582037925720215,0.0086859632283449,-0.3640130460262299,0.7273307442665100,0.2763995528221130,-1.5060409307479858,0.0165732111781836,-0.5028266310691833,-0.3740827739238739,4.7883439064025879,2.0681514739990234,-1.3254495859146118,0.9895743131637573,-0.9991246461868286,-1.6913490295410156,2.0886974334716797,-2.5002589225769043,0.8976891636848450,0.5946518778800964,-7.9884948730468750,1.0878286361694336,2.3549165725708008,4.5243978500366211,0.4928536713123322,1.1287310123443604,0.7244446277618408,-0.6892099976539612,-0.5402895212173462,-1.7827912569046021,1.8516988754272461,-2.3656790256500244,1.0285108089447021,1.5532188415527344,-7.1491446495056152,-1.1419835090637207,-0.5829225182533264,4.4186367988586426,-1.4193714857101440,0.1849458664655685,0.3939737975597382,0.9562932252883911,-2.6562776565551758,-0.5706732869148254,-3.8528211116790771,-2.3406946659088135,3.3520967960357666,3.4503104686737061,2.8179457187652588,-4.9885301589965820,1.8126252889633179,-6.0614600181579590,-0.2603364884853363,-0.1895880401134491,-0.4155978560447693,0.2593111991882324,-0.6125230789184570,-0.0451866015791893,-1.2834445238113403,0.1117617413401604,-5.2655558586120605,0.0206922236829996,2.3924870491027832,-0.1583955287933350,0.4639893770217896,-0.6492994427680969,5.7800507545471191,-0.1056464910507202,0.3577343821525574,-0.5589477419853210,-6.1802477836608887,-0.0191404558718204,-0.7671622037887573,-1.3552747964859009,4.3254871368408203,0.3938275575637817,5.2823119163513184,1.4532238245010376,-4.9735722541809082,-0.0521718338131905,0.8630179166793823,1.8823808431625366,-1.1813604831695557,-0.2442877590656281,-0.3130072355270386,-1.1473599672317505,0.4879336357116699,0.5104132294654846,6.1222920417785645,-0.6346853971481323,0.9365668892860413,-0.4330249130725861,0.0034527794923633,-1.0584781169891357,-7.2972445487976074,1.7071278095245361,3.4258444309234619,-3.4242970943450928,-3.5979325771331787,0.4168931543827057,0.0315110348165035,-0.9385268092155457,0.9150381684303284,-0.1578937619924545,-0.4556238055229187,3.6256997585296631,-2.0171020030975342,-5.6023130416870117,0.7524015307426453,-4.0994148254394531,-1.2303785085678101,3.6818094253540039,0.8984583020210266,1.2632515430450439,0.1689307540655136,-2.3749475479125977,4.0557913780212402,0.3780945241451263,4.9221401214599609,1.7474894523620605,0.2750080227851868,-0.3535620570182800,2.3695285320281982,0.1271774321794510,-0.6110027432441711,1.5389038324356079,-2.0773479938507080,-2.2480359077453613,-9.6092386245727539,0.3953581452369690,1.7069411277770996,0.2205835133790970,-2.3885734081268311,-2.0739679336547852,-0.1912309527397156,-0.1531052887439728,-0.1555875390768051,3.1248934268951416,4.3221859931945801,-2.2268226146697998,-0.9273121356964111,-1.8598670959472656,-3.1860904693603516,-0.6536706686019897,-0.2477006763219833,-1.5166360139846802,0.7150112986564636,-2.1982336044311523,7.6079912185668945,1.5359666347503662,0.4917020499706268,-0.0634356141090393,-14.3162937164306641,-0.4746596813201904,-0.5392314791679382,-0.3122974336147308,0.3082551360130310,-0.3983484506607056,4.1351246833801270,-0.5936893820762634,0.4386740326881409,-2.7551124095916748,0.9867860078811646,-0.6049422621726990,0.0463430918753147,-1.0102813243865967,-0.1824729591608047,-0.6204054951667786,-0.4898831546306610,-3.7581627368927002,-2.5653150081634521,4.7917461395263672,-0.6734138727188110,3.6676909923553467,-1.7684013843536377,-1.6209561824798584,-2.5439512729644775,-0.9157589673995972,2.5049622058868408,2.2184300422668457,0.2808340787887573,-0.1674624681472778,2.5462400913238525,-0.1713265031576157,3.1103515625000000,-0.2388918548822403,0.8545909523963928,-0.0479789413511753,0.0742911547422409,0.9498262405395508,0.2151629477739334,-0.6957996487617493,0.7142864465713501,0.4750571548938751,-1.8544409275054932,0.0986138656735420,-0.4653774201869965,-0.1824444085359573,10.0382471084594727,-0.0310285761952400,-0.9593782424926758,3.5508520603179932,-1.2560285329818726,-0.8695292472839355,-1.3216642141342163,-3.5991668701171875,-4.9254574775695801,0.3298384249210358,-0.5982133746147156,-4.8607511520385742,7.5063991546630859,1.6248646974563599,1.8406552076339722,0.1351296305656433,-0.0881511643528938,-0.0349604971706867,2.3207182884216309,-0.0558096393942833,-1.4464304447174072,0.0040015671402216,0.9028928279876709,0.7740806937217712,-1.4316427707672119,-1.0825546979904175,-0.7107443809509277,0.4778258800506592,-0.2458751052618027,0.1592639982700348,0.4593724310398102,-0.1333152204751968,10.0169086456298828,-0.0261536352336407,0.3884374499320984,4.1547312736511230,-0.5845143198966980,-0.9998848438262939,4.3702144622802734,-3.6948542594909668,-4.3729362487792969,0.4321874380111694,0.3741882145404816,-5.2986078262329102,7.6383028030395508,0.7123607993125916,0.7175285220146179,0.7355859279632568,7.9289903640747070,0.9089302420616150,0.2627568840980530,0.1917946487665176,3.3107488155364990,0.0514450371265411,-1.3099740743637085,0.6710345149040222,-2.9476287364959717,-1.0208494663238525,-9.0967016220092773,2.8165087699890137,3.8015983104705811,0.1718557178974152,-1.9186060428619385,-0.4218234121799469,0.6892480850219727,0.0115295527502894,0.0866851285099983,2.6934249401092529,3.5450277328491211,-1.2470880746841431,-0.6696415543556213,-2.4343163967132568,-0.8977666497230530,-1.3830807209014893,-0.4600673913955688,-2.9244616031646729,1.5272058248519897,-1.2601808309555054,7.4473676681518555,0.8867600560188293,-2.5701181888580322,0.1822420358657837,2.3950562477111816,-0.2393878847360611,-0.4068634808063507,-0.0014529145555571,-0.4254548847675323,-1.2767418622970581,-4.4241380691528320,2.1725864410400391,-1.2450133562088013,2.7493638992309570,-2.2851355075836182,-0.1090548858046532,-0.9282762408256531,0.7516412138938904,-5.6782097816467285,0.0338877961039543,0.1851600110530853,-1.8874825239181519,-5.2080583572387695,0.5697004795074463,0.6014755368232727,-0.0362092331051826,-0.5974880456924438,-1.5388931035995483,-0.8107871413230896,-1.0843605995178223,-1.0480794906616211,2.0777404308319092,-9.9340667724609375,-5.7189335823059082,4.9821333885192871,3.0623452663421631,-8.2866334915161133,3.0956058502197266,3.3235657215118408,-5.0553746223449707,-2.2552061080932617,-2.6902885437011719,5.5232820510864258,-2.4664623737335205,3.3833425045013428,0.7078847289085388,-1.2604992389678955,-8.4022531509399414,-3.6659228801727295,12.2553815841674805,8.9846906661987305,12.2803115844726562,32.5012550354003906,8.5870656967163086,17.7201461791992188,5.5869846343994141,7.9900636672973633,18.3607463836669922,11.7643308639526367,28.0806713104248047,20.4808959960937500,18.5814247131347656,33.5380058288574219,37.0122871398925781,15.0733079910278320,0.4873019456863403,0.3130652606487274,0.2634298801422119,0.8926982879638672,0.6393836140632629,0.4534896612167358,0.4603956639766693,0.3616285920143127,0.6079702377319336,0.5530489683151245,0.3374015688896179,0.9461635351181030,1.9066476821899414,3.1166336536407471,0.4408908188343048,0.3869894146919250,-0.8885411024093628,-0.6297202706336975,0.0496013648808002,-1.5593540668487549,0.0874361023306847,0.0822385177016258,-0.1999310851097107,-0.7856682538986206,-0.0503528974950314,-0.1672550439834595,-0.8945964574813843,2.4464492797851562,0.5776293277740479,1.2242980003356934,1.4421365261077881,-0.6097272634506226,0.0000099999997474,-0.3837380111217499,-6.4884891510009766,0.7669867277145386,2.7158966064453125,-2.1958577632904053,-1.9634387493133545,0.6570252776145935,2.5943765640258789,0.2263664454221725,0.2378549277782440,-1.1835354566574097,-2.2181520462036133,-0.4700418412685394,0.4290558695793152,-0.4114097654819489,-0.6065362691879272,0.4861458837985992,-1.4593586921691895,-0.7084605097770691,-2.9025313854217529,1.2688369750976562,-2.4814999103546143,-0.2480232715606689,-3.6080584526062012,0.0949893742799759,0.2677370309829712,-0.1309306323528290,1.1107779741287231,0.3886947929859161,-7.1756601333618164,-0.2831597924232483,7.1935200691223145,-0.0474724397063255,-0.9976522922515869,-0.0788066089153290,4.2829146385192871,-0.4983428120613098,-2.3756830692291260,0.0803923159837723,1.2291221618652344,-0.0808870941400528,0.1103607863187790,-0.2272968739271164,-0.7124693393707275,-0.0539133213460445,-2.5940377712249756,0.1360205709934235,0.3873894512653351,-0.1008828878402710,4.0028204917907715,-0.1344554871320724,-1.0828975439071655,0.1154236271977425,-2.8119862079620361,0.1530935317277908,-0.7622966766357422,-0.0579657703638077,-3.1090772151947021,0.0429727621376514,5.1599054336547852,0.3980674147605896,4.2015442848205566,0.2659030258655548,2.0760295391082764,-0.0912648662924767,-3.1571967601776123,-0.9999382495880127,3.3304448127746582,1.3997715711593628,-1.3625062704086304,-0.8425774574279785,0.2142939269542694,0.1602245718240738,-0.3825466334819794,-0.1937276124954224,-8.2219228744506836,-0.3398313820362091,2.2602355480194092,1.1250895261764526,-1.7033487558364868,-0.5031242370605469,-0.2833953499794006,0.2640549540519714,3.6910994052886963,-1.7703443765640259,-1.3246855735778809,-0.3003616333007812,2.8189172744750977,-0.0422647185623646,0.3990228474140167,-0.1515244841575623,-1.1854431629180908,-1.6801040172576904,-1.5755523443222046,-0.4822634160518646,3.7658624649047852,0.6775806546211243,0.3022325634956360,-0.8966322541236877,-2.8042876720428467,1.1399226188659668,-3.8600068092346191,-0.9560067653656006,0.6433324813842773,-0.5103512406349182,-0.9874162077903748,1.1049677133560181,2.9408409595489502,0.2778831422328949,1.1774660348892212,-0.5673933625221252,-6.1570215225219727,-0.3681051433086395,-0.9396411776542664,-0.0774550139904022,0.3868077993392944,0.3507708013057709,6.0440239906311035,-0.5011690855026245,-3.1528222560882568,-0.0175749622285366,3.6092503070831299,-0.0397104397416115,-4.6240153312683105,-1.0458993911743164,-1.2971553802490234,-0.1312244534492493,-0.2044673860073090,-0.4073166549205780,-5.4623365402221680,1.0817869901657104,0.1782821118831635,-4.5966496467590332,0.9199969768524170,0.1635094583034515,-2.4319424629211426,0.0362777262926102,-1.9628945589065552,-1.8612329959869385,2.2119195461273193,0.0010518392082304,1.7806998491287231,-0.8611657619476318,0.6292230486869812,0.6916579008102417,-0.5121033787727356,-1.0388939380645752,-5.3619785308837891,2.0448749065399170,-2.0628707408905029,0.4507318735122681,-1.7417734861373901,0.1246154308319092,0.6818416118621826,-0.2543456554412842,-0.6189296245574951,2.0751678943634033,-3.8154931068420410,-1.4189599752426147,8.8098440170288086,0.1095730811357498,0.9444534778594971,0.0097444150596857,6.6782259941101074,0.2818019092082977,-1.0733025074005127,-0.2335966080427170,-0.0703612864017487,-0.0263055656105280,1.0080893039703369,0.0193226076662540,-2.2602598667144775,0.0785508453845978,1.0437324047088623,0.1078654676675797,0.3743289411067963,0.0187817011028528,-6.3562436103820801,0.1212258636951447,0.7004427313804626,-0.4373472929000854,3.8182384967803955,0.5716275572776794,1.2191120386123657,0.0051613966934383,1.8213576078414917,0.0298312287777662,6.6574845314025879,-0.1986542791128159,-1.9987950325012207,-0.0378105454146862,-3.5162887573242188,-0.2890816628932953,0.2183239012956619,-0.2630644142627716,-2.5032851696014404,1.8814046382904053,-0.0410447455942631,-0.0374768450856209,3.1053309440612793,0.1284330338239670,3.2436435222625732,1.2032055854797363,-3.2704026699066162,-0.4430287182331085,0.2551178634166718,0.2953354418277740,-1.6665176153182983,-0.2093338519334793,4.3079414367675781,0.1598731577396393,1.1648947000503540,0.0279552005231380,-10.6723546981811523,0.5683753490447998,-3.6501843929290771,0.1590235382318497,2.0389227867126465,0.0967380180954933,0.2508495450019836,-0.9151564836502075,-6.7887310981750488,1.2266393899917603,1.4638084173202515,-0.3097055554389954,4.0097770690917969,1.8638011217117310,0.0730851888656616,-7.3652071952819824,2.3601989746093750,0.7211407423019409,-0.4107384979724884,0.1288323104381561,-1.6353484392166138,-3.3052198886871338,4.2731633186340332,-0.4385501742362976,0.8908182978630066,-1.1811602115631104,1.4708709716796875,1.1196573972702026,-0.4020142257213593,-1.2410192489624023,-6.9658031463623047,2.6537811756134033,-5.9872364997863770,0.2612271010875702,3.3897998332977295,0.1601310968399048,0.4150852560997009,-0.3683670163154602,-0.1041768714785576,2.6476736068725586,-2.0075116157531738,-1.7074781656265259,-0.1548017114400864,-0.1238871887326241,1.8956940174102783,-1.2243119478225708,-0.8430823087692261,2.1623091697692871,4.3180708885192871,-0.4331012666225433,1.6954573392868042,0.0467939488589764,-0.3065539002418518,1.2155451774597168,0.5177100300788879,-0.6781265139579773,-0.4908289909362793,0.2133872061967850,-4.3950223922729492,-0.9245287179946899,0.8505411148071289,0.3708435297012329,1.5384513139724731,-0.3987058997154236,21.2901687622070312,0.3844832479953766,-4.6660685539245605,-0.1218643933534622,0.0370035097002983,0.0924381464719772,-0.4936653375625610,-0.5195504426956177,13.2971496582031250,1.8413807153701782,-1.6541413068771362,-0.6804637908935547,7.5879616737365723,0.9191107749938965,-0.4872322678565979,-1.0871723890304565,2.6511456966400146,0.2419348657131195,-0.0717868879437447,0.2638585269451141,0.5307536721229553,0.0477564558386803,-3.5389177799224854,0.0285642351955175,3.2420365810394287,-0.0041093714535236,-0.5029958486557007,0.1679504364728928,1.7322359085083008,-0.7498337030410767,-1.7372871637344360,1.5366232395172119,6.6198287010192871,0.2866243124008179,-5.3252182006835938,0.1698687225580215,-0.0808464586734772,0.0521986186504364,1.5878642797470093,1.5209606885910034,2.9275035858154297,0.7664250135421753,3.6946444511413574,0.8157709836959839,2.6284847259521484,0.9073266386985779,-4.8930964469909668,0.9882265925407410,3.2754123210906982,-0.0683664977550507,-0.1549269109964371,0.1036778762936592,-2.4823825359344482,-0.6065502166748047,-11.1541700363159180,0.0656999349594116,-1.2328448295593262,-0.5781559348106384,2.6395330429077148,0.3272567689418793,0.8525583744049072,0.2121501266956329,3.1985907554626465,-2.8851027488708496,-2.1589589118957520,0.3924875557422638,4.1180419921875000,-0.1400896757841110,-0.3343729972839355,0.1414929032325745,-0.7373004555702209,-2.0358126163482666,-1.1643226146697998,-0.6277234554290771,3.2378811836242676,0.1239971518516541,-7.7592649459838867,-1.5239751338958740,1.3713479042053223,2.9893851280212402,-2.0427267551422119,-1.2131078243255615,2.4771819114685059,-0.5305040478706360,-1.5067429542541504,2.0099835395812988,7.9720554351806641,0.2652354836463928,1.5690879821777344,-0.1406379789113998,-4.3232698440551758,-1.0933717489242554,-1.3963224887847900,0.2111526876688004,-1.9985898733139038,-1.2150709629058838,-0.9004852175712585,-0.1861467510461807,-6.4322013854980469,-0.2235860973596573,-0.5606652498245239,0.1153611913323402,0.0525768361985683,-0.2328766286373138,0.2774828076362610,1.2305399179458618,0.6780011653900146,0.2278173267841339,0.7968838214874268,-0.0052488306537271,-0.3847996294498444,0.3339203298091888,-2.4715006351470947,-0.4313793182373047,5.5847067832946777,-0.0928832516074181,-0.1248150840401649,0.1597047895193100,-0.9290882349014282,0.0458910651504993,-2.2318625450134277,0.1198006123304367,-1.1930745840072632,-0.0648982226848602,-6.7131085395812988,-0.1095235347747803,0.3033456206321716,-0.1801045835018158,-3.5124402046203613,0.3762064576148987,4.9800767898559570,0.0531464517116547,2.7833664417266846,0.0576536990702152,-3.3499295711517334,-0.1258963495492935,1.8318042755126953,0.5633596777915955,3.7544465065002441,0.2464470863342285,-1.5477222204208374,-1.0833292007446289,1.9162590503692627,0.5549355149269104,2.8967893123626709,-0.4578936994075775,4.3331494331359863,0.0398700609803200,0.0883525982499123,0.4181577861309052,2.8560554981231689,0.3318727016448975,-7.1241164207458496,0.5807185769081116,-0.2220764905214310,-0.6447713375091553,1.8090850114822388,0.3897210359573364,-2.2593312263488770,-0.1865789294242859,7.9293513298034668,0.5378543734550476,0.7283731102943420,-0.1782992035150528,2.3896074295043945,-0.0035431862343103,-2.6382060050964355,0.6227892637252808,5.4307055473327637,0.4173363745212555,2.2836728096008301,0.4328166544437408,-0.9984867572784424,0.5953516364097595,6.3573842048645020,-3.6567916870117188,3.1298756599426270,0.4727905988693237,0.3502390384674072,-1.2137089967727661,0.3049832284450531,-1.3084225654602051,1.8674335479736328,-3.3239281177520752,-4.3658514022827148,-0.6471285223960876,-7.3615741729736328,0.4079229235649109,1.0277459621429443,-0.3963476717472076,0.4472605586051941,-1.1272323131561279,-2.6166279315948486,0.7784675359725952,3.8119964599609375,1.6556522846221924,-0.6903919577598572,-0.6750700473785400,-0.1283553093671799,-0.1418732553720474,-3.9604949951171875,-0.7377371788024902,2.8717536926269531,0.5632635354995728,0.2161055505275726,1.1954939365386963,-1.6509903669357300,-2.2034473419189453,-3.2624394893646240,0.3138051331043243,-4.6787357330322266,0.1535146981477737,-3.2619731426239014,-1.8414829969406128,-3.7585837841033936,0.9338005185127258,-5.0099525451660156,-0.4145740568637848,3.1836485862731934,0.9102670550346375,1.4080345630645752,-0.0653678551316261,0.1742071062326431,-0.3666647970676422,0.7569009065628052,-0.1487693637609482,7.2113528251647949,-0.0137245357036591,-0.3614972829818726,-0.1700778156518936,0.5093907117843628,-0.1066224128007889,1.9129250049591064,-2.7273430824279785,8.0510692596435547,-10.9185466766357422,2.3123326301574707,0.0111667783930898,-4.6956977844238281,-1.1306567192077637,-2.4168045520782471,-3.0946614742279053,4.0612869262695312,-5.5996136665344238,-12.8984031677246094,1.1056158542633057,1.4258900880813599,3.0207240581512451,-1.6514747142791748,4.4138560295104980,6.5991334915161133,10.7899971008300781,3.3640120029449463,16.6940784454345703,4.2051267623901367,15.3573322296142578,72.0921630859375000,13.6978044509887695,19.6898479461669922,36.2637252807617188,13.3141984939575195,38.4032783508300781,22.1528129577636719,23.8189620971679688,13.3061389923095703,9.6663818359375000,30.9896812438964844,0.7034099102020264,0.4117777645587921,1.1203494071960449,0.4996477067470551,0.8719341158866882,1.9844158887863159,0.3638555705547333,0.6749157905578613,0.4807123839855194,0.3807869255542755,0.9231988787651062,0.3186635076999664,0.8841972351074219,0.8967945575714111,1.1572120189666748,0.3735298514366150,-1.7113674879074097,0.8101872205734253,-0.6221404075622559,-2.0023818016052246,0.2008737027645111,-1.6296784877777100,-0.8131278753280640,0.1505761444568634,0.2868166267871857,-1.1965368986129761,2.3431184291839600,-0.0904042422771454,-1.4893945455551147,-2.2449810504913330,3.5341012477874756,-0.7731366753578186,0.0000099999997474,-0.2017110139131546,0.6943045258522034,-0.7752183079719543,1.4199494123458862,0.5930781364440918,1.3891388177871704,1.1150945425033569,-0.5538148880004883,-2.5392842292785645,-3.4734992980957031,2.5222101211547852,-0.2884235382080078,2.0115993022918701,0.7905756235122681,-1.6000227928161621,-2.5798928737640381,-1.5006277561187744,-1.2606632709503174,-3.1248042583465576,-2.9616503715515137,-0.5510963201522827,-0.0129420394077897,0.4662197828292847,-0.8929880261421204,0.8854547739028931,0.2642531096935272,-2.4194624423980713,0.2119994163513184,0.6255281567573547,0.1017494872212410,0.7639970779418945,-0.0131862955167890,2.0091557502746582,0.4552171826362610,0.9194979667663574,0.2794273197650909,0.3203064203262329,0.6555483341217041,1.0891263484954834,1.6284421682357788,-3.3712649345397949,-0.0422546193003654,4.4493827819824219,-0.0097196856513619,3.3605673313140869,0.6230153441429138,-3.2354989051818848,-0.5355402827262878,-1.9795542955398560,-0.3563127219676971,-0.8553144931793213,-0.7480418086051941,-0.1359122544527054,0.3025829195976257,1.2780779600143433,-0.7299948334693909,-1.6676852703094482,0.6457278132438660,0.0352026522159576,0.4885149598121643,0.2578785419464111,-0.6672606468200684,-0.5520210266113281,-0.0666687563061714,0.0814357027411461,1.8340057134628296,-0.0383174456655979,1.4930647611618042,-0.2180592715740204,-3.1874191761016846,-0.6859288215637207,-0.4066682755947113,0.0981844440102577,-0.1808120012283325,0.0205331742763519,3.2178275585174561,-0.3812766969203949,-1.1355992555618286,-0.3937276005744934,0.5774558186531067,0.2951776385307312,-1.2879010438919067,0.1722818613052368,-2.6958737373352051,-2.2241687774658203,-8.8880023956298828,-0.0175878535956144,6.5293416976928711,-0.3285113871097565,-5.0196485519409180,-0.3360197246074677,0.9997345209121704,-1.0881185531616211,2.4216799736022949,-0.3908181488513947,-5.7285819053649902,-4.0261693000793457,0.0866190269589424,-2.4278130531311035,0.9527339935302734,1.0712556838989258,0.8001673817634583,-0.6823092103004456,-0.6657524108886719,-3.9758975505828857,-0.4223492145538330,-1.7933425903320312,1.0340803861618042,-1.5101145505905151,-0.8876683115959167,-3.3834085464477539,0.1935558170080185,3.2225902080535889,-0.1692036092281342,-1.0751167535781860,-2.2159795761108398,0.2164093106985092,1.0929594039916992,-2.2249467372894287,-0.6353005170822144,0.8347508311271667,-0.8641742467880249,1.5372530221939087,-2.2082040309906006,2.4039804935455322,0.1878129243850708,-0.4277513921260834,0.8465361595153809,-2.2389500141143799,-1.0934710502624512,-4.3945221900939941,1.2275233268737793,1.4724923372268677,-0.6632110476493835,-0.6015735864639282,1.0421909093856812,-0.9210454225540161,2.1711659431457520,-3.3271663188934326,1.4160404205322266,-2.3934504985809326,-0.5396345257759094,-2.3184375762939453,-0.2707440555095673,2.3957858085632324,0.3973620831966400,-0.3032549321651459,0.6409047245979309,-0.3907721638679504,0.9007832407951355,-1.2517999410629272,0.3984728753566742,1.5832769870758057,-0.8476648330688477,3.3950839042663574,-1.7657189369201660,-0.2739664018154144,-1.0877031087875366,-0.9466958045959473,1.9227904081344604,-3.5331699848175049,1.3189671039581299,1.9712402820587158,0.6957442164421082,2.9211487770080566,0.0772259235382080,-1.1994427442550659,0.6435195803642273,0.5927067995071411,0.6817483901977539,-3.9059903621673584,0.2988289594650269,-3.6418707370758057,-0.6249454021453857,-2.0853104591369629,0.4530079364776611,2.7566294670104980,0.4960865378379822,0.5275837779045105,0.4200801849365234,0.7557305097579956,-0.1955680996179581,-1.9524893760681152,-0.0590665787458420,-1.6621913909912109,-0.3595046401023865,1.3003466129302979,-0.4344773888587952,-0.4947533011436462,-0.4476110637187958,1.8710069656372070,0.5023251175880432,4.9153227806091309,0.3257616758346558,-1.9085243940353394,-0.8169711232185364,0.4878553152084351,-0.6980192065238953,1.9284446239471436,1.5809442996978760,-0.6538999080657959,-1.4376505613327026,2.7255539894104004,-1.4980669021606445,2.0871284008026123,0.4093650281429291,-1.3382819890975952,-1.3414032459259033,-3.3008334636688232,0.1013510078191757,0.4429394304752350,2.9742815494537354,-2.0499398708343506,-2.2887623310089111,1.2378542423248291,1.1847206354141235,4.2208127975463867,0.8822229504585266,-0.7536703944206238,1.1038535833358765,-2.0216758251190186,-1.9000971317291260,1.3484166860580444,-1.0443444252014160,0.3973918855190277,-1.6916913986206055,-3.2718985080718994,-0.5990455150604248,1.6855947971343994,-0.4850760996341705,0.3152737915515900,0.5427435636520386,-4.8670835494995117,-0.5215354561805725,0.9032613635063171,-0.1437504589557648,3.5041730403900146,0.4726670980453491,-2.4001493453979492,-2.4359486103057861,-1.7452012300491333,-1.0222802162170410,-2.0985138416290283,-2.1733705997467041,0.2039122134447098,0.4040871858596802,-0.5695903897285461,-0.0165201909840107,-0.3954870998859406,0.8438927531242371,-0.4693427383899689,0.9485698938369751,0.2486531138420105,-0.4883880615234375,-0.0049214009195566,1.2781965732574463,-0.0902161300182343,2.2434213161468506,0.0375522263348103,2.8954916000366211,0.1570121496915817,2.9205884933471680,0.5898429155349731,4.4954347610473633,-0.0882652848958969,-2.8589432239532471,-0.0341928303241730,2.0590093135833740,0.2701665461063385,6.3826904296875000,0.3045700490474701,3.2070510387420654,-0.2334466129541397,-6.2576322555541992,-0.1701778471469879,-1.8262077569961548,1.6901357173919678,1.7189148664474487,-0.0125762457028031,1.4857629537582397,0.2576924860477448,0.5015360713005066,0.1955495029687881,-4.2121276855468750,0.6403198838233948,0.4055829048156738,0.2803610265254974,-2.6030051708221436,2.2135295867919922,0.1316806077957153,-1.5599234104156494,0.8709956407546997,-0.3355931043624878,-1.0814391374588013,-0.3053171932697296,0.4750300645828247,5.8406786918640137,-0.0559365414083004,2.1151878833770752,-0.8088216781616211,-2.2861239910125732,-0.0629531517624855,2.2103042602539062,-0.8156017661094666,1.1187138557434082,0.9995911121368408,1.9540586471557617,1.8358359336853027,0.8647186160087585,-0.0063533764332533,0.8205404281616211,1.4910157918930054,2.7764492034912109,-0.2885827124118805,0.1430974751710892,0.9455725550651550,1.6062083244323730,-0.7604747414588928,-0.0411577112972736,-0.9866535663604736,0.0497288592159748,-0.3430218398571014,-0.7030267715454102,0.3169559240341187,-3.6630969047546387,0.8836787343025208,0.6865444183349609,0.3001810014247894,0.5721505880355835,0.6038748621940613,6.0757598876953125,0.7680146694183350,1.1931984424591064,-0.3556742072105408,0.7902356386184692,0.8799950480461121,-2.0161719322204590,-0.0263990629464388,-0.7892909049987793,-0.6755100488662720,-1.1271136999130249,-0.3159600496292114,2.0152559280395508,-0.5899257063865662,-1.3147124052047729,-0.0591961555182934,-1.2409111261367798,-0.7874938249588013,-0.1561886966228485,0.3052113354206085,-1.0725566148757935,-0.4192146360874176,0.8069977164268494,-0.7870831489562988,-1.5133594274520874,-3.0250978469848633,4.4036221504211426,0.5634863972663879,0.9213367700576782,-0.4245368838310242,1.9251577854156494,-0.9001373052597046,-3.8681781291961670,-0.1069969162344933,0.5090755224227905,1.0268301963806152,-0.6642388701438904,0.2883604466915131,-0.4434361457824707,-1.6318342685699463,-0.7056506872177124,-0.3854404687881470,0.6753236055374146,0.9645729660987854,-0.2411701232194901,-0.5899870991706848,0.8323168754577637,1.1122515201568604,-0.9414346218109131,1.0636649131774902,-0.3207918107509613,0.9326385855674744,1.9630821943283081,-0.4997247755527496,2.2767617702484131,-1.2608746290206909,-0.9437862634658813,-0.0820441171526909,-1.1792593002319336,0.2144333273172379,1.5626531839370728,-1.6197837591171265,-1.4685544967651367,-0.4095790684223175,4.5306205749511719,-0.2633512020111084,2.5564997196197510,0.4580608606338501,-1.3987355232238770,-1.3079563379287720,-2.2959024906158447,-0.6442059874534607,-3.1238393783569336,-1.5010161399841309,-1.4167313575744629,0.2821021378040314,3.1861226558685303,-0.0480010882019997,0.9985854625701904,0.7761161923408508,-2.3825030326843262,-0.4578760564327240,0.7481569647789001,0.9854354262351990,-0.9278128147125244,0.2922428250312805,-0.0510026738047600,-0.1238096356391907,3.0867526531219482,-2.4882955551147461,-3.3403627872467041,0.0630417242646217,-2.3898234367370605,-0.0038058201316744,3.3377230167388916,-0.3442358374595642,1.0633760690689087,-0.8138344883918762,-0.0323779247701168,0.1753879636526108,4.8223085403442383,0.8217204809188843,-2.0265662670135498,0.1912969797849655,0.6030558943748474,0.9688255190849304,0.3963976204395294,0.0272695235908031,0.6220021843910217,0.6854392886161804,-0.8094280958175659,0.2171966433525085,-1.4900085926055908,-0.1878708600997925,0.1045874506235123,-1.4841336011886597,0.7184048295021057,-0.9990029335021973,0.0631327703595161,-0.2126367837190628,-1.9262728691101074,-0.5962958931922913,1.4316689968109131,1.0469514131546021,1.9465847015380859,0.6170072555541992,-3.5450780391693115,-1.9225138425827026,2.6623439788818359,0.0443050302565098,2.0940022468566895,1.4359261989593506,-3.4141805171966553,-1.3643190860748291,-0.4027140140533447,-1.5825449228286743,-2.7192764282226562,-1.3646649122238159,-1.0601507425308228,0.7797809243202209,1.2799117565155029,-0.5530071854591370,-0.9667387604713440,-0.2072564810514450,-0.4538919329643250,0.0504095666110516,0.7124026417732239,0.4272121191024780,-1.1628488302230835,0.6799301505088806,-4.1043825149536133,-0.8028951883316040,2.3025717735290527,-0.6493748426437378,-0.9957538247108459,0.1505951136350632,-2.5452282428741455,-2.0060067176818848,0.4235105514526367,1.7255003452301025,-4.3709163665771484,1.2881803512573242,-1.5320187807083130,0.0488500036299229,2.0108423233032227,0.6282866597175598,2.4150495529174805,0.0072631044313312,0.2386812418699265,0.5262818932533264,2.4161424636840820,1.0362323522567749,-3.2284250259399414,0.0285628810524940,-2.5968954563140869,-1.0017971992492676,0.2067020237445831,-0.9476064443588257,0.9235062003135681,-0.3945070505142212,1.1174044609069824,0.0994936376810074,-0.0889828130602837,-8.4785070419311523,0.0530940853059292,12.0129346847534180,-0.0995807200670242,6.6030650138854980,-28.1914882659912109,-4.8564414978027344,-2.1923143863677979,-3.9697580337524414,-0.2287667095661163,-3.8318264484405518,-0.4899016618728638,3.9163036346435547,-4.1003394126892090,19.4702777862548828,19.0333271026611328,21.6063156127929688,37.8705596923828125,25.2697372436523438,15.0312347412109375,28.9750709533691406,15.6622772216796875,17.8600845336914062,26.0834865570068359,15.9008808135986328,29.1566581726074219,29.9493904113769531,24.8738613128662109,23.8300571441650391,21.5175228118896484,20.2627105712890625,0.0000133319472297,0.0010139496298507,0.2884259521961212,-0.0000000882346853,0.0000003425432169,0.0000843551533762,-0.0000824357921374,-0.0000061044188442,0.2250962704420090,-0.0000038572475205,-0.0000244764869421,0.0001890558050945,0.0001925997930812,0.0000004736980088,0.0000544526628801,0.0002895600337069,0.0000050227286010,-0.0007586952997372,-0.0185813456773758,0.0000002024193719,-0.0000017184396484,0.0013756734551862,0.0001474317832617,-0.0000015198792198,0.0237628351897001,-0.0000020876343569,0.0000523673334101,-0.0002393606555415,-0.0002479662944097,-0.0000008128272384,0.0000352519964508,0.0001017296526697,0.0000099999997474,0.0000046704608394,0.0006781636620872,0.2136625647544861,0.0000002333436697,0.0000010417704743,-0.0010609977180138,-0.0000363241997547,-0.0000018305659069,0.3026083707809448,-0.0000005134120329,-0.0000039540732359,-0.0002228717930848,0.0001792346592993,-0.0000003441040803,0.0000255311042565,-0.0001705120957922,-0.0034262980334461
+// };
// Deluxe Reverb; Vibrato channel
// (LSTM)
#pragma once
// Automatically-generated model file
-#include <vector>
#include "json.hpp"
#include "lstm.h"
+#include <vector>
#define PYTHON_MODEL_VERSION "0.4.0"
const int NUM_LAYERS = 3;
const int INPUT_SIZE = 1;
const int HIDDEN_SIZE = 24;
nlohmann::json PARAMETRIC{};
-std::vector<float> PARAMS{ 2.0489573478698730f, 0.1933414638042450f, 0.1476908475160599f, -0.1654383838176727f, -0.6908612847328186f, 0.6639771461486816f, 0.4730506539344788f, -0.0655516535043716f, 0.0208173431456089f, -0.2037237435579300f, 0.6323392987251282f, -0.1102447286248207f, -2.7987713813781738f, 0.0649964436888695f, 0.0896731242537498f, -0.1117325872182846f, 0.0366864763200283f, 0.1867888271808624f, 0.2518888711929321f, 0.3618419766426086f, -0.2112888246774673f, -0.0434864163398743f, -0.0320326201617718f, -0.0620613060891628f, -0.4964939355850220f, -3.0164320468902588f, 0.0439599752426147f, -0.1006019860506058f, -0.4739657044410706f, -0.0365134328603745f, -0.0900147184729576f, 0.2053224444389343f, -0.0718419551849365f, -0.3238714039325714f, -0.1678547710180283f, -0.0133444266393781f, -0.1493849158287048f, 0.1586515456438065f, -0.3328085839748383f, -0.0698479041457176f, -0.0275022853165865f, 0.1548341214656830f, 0.0226651001721621f, -0.1901601254940033f, 0.1074674651026726f, -0.0434130169451237f, 0.8817045092582703f, 0.0981762707233429f, 0.3872948884963989f, 0.4083728790283203f, 0.6341379880905151f, -0.2639393210411072f, 0.0004781087336596f, -0.0858992189168930f, 0.0347429476678371f, 0.0325405038893223f, 0.0297035891562700f, -0.3229550719261169f, -0.5372757911682129f, -0.0217366553843021f, 0.2795856595039368f, 0.0625466555356979f, -0.0617235042154789f, 0.2297457456588745f, -0.2137532979249954f, -0.1402188539505005f, 0.0137731954455376f, 0.2163609713315964f, 0.0964132249355316f, -0.2695592045783997f, -0.3350453674793243f, -0.1988014876842499f, -0.2870804369449615f, -0.1838946044445038f, -0.2009769827127457f, 1.2054336071014404f, 0.1512652039527893f, -0.4799761176109314f, -0.0268743503838778f, 0.2130637764930725f, 0.1192054450511932f, 0.0930281504988670f, -0.3128347694873810f, 0.3428840935230255f, 0.0109272552654147f, -0.2604643404483795f, -0.2555932104587555f, 2.5266394615173340f, -0.5473155975341797f, 0.0685801655054092f, 0.0862755179405212f, -0.8529782891273499f, 0.1035216450691223f, -0.2106979787349701f, -0.4394134283065796f, -0.2981429696083069f, 0.7577933073043823f, 0.1957272887229919f, 1.0374133586883545f, 0.2280952185392380f, 1.3744105100631714f, 0.2549518644809723f, 0.0282215494662523f, -0.2766875624656677f, 0.0274462196975946f, -0.2091217935085297f, 0.1436840593814850f, -0.5170418620109558f, 0.1935098320245743f, 0.0119470236822963f, -0.1327743828296661f, -0.2040033340454102f, 0.4056170582771301f, -0.1422214359045029f, 0.3999834358692169f, -0.2794499397277832f, -0.0734039694070816f, 0.1543390154838562f, 0.1831001043319702f, -0.1543661057949066f, -0.1081717088818550f, 0.0650807842612267f, -0.4292232394218445f, 0.3023249506950378f, 0.0175302717834711f, 0.2928945124149323f, -0.9262003898620605f, -0.3714082837104797f, 0.4484099447727203f, -1.0158429145812988f, 0.6072778701782227f, 0.2512175142765045f, -1.1030093431472778f, -0.0027459517586976f, 0.1744838804006577f, 0.2458967864513397f, -0.5200793147087097f, 0.0920361503958702f, -0.5137282609939575f, -0.6516503691673279f, 0.4995285570621490f, 0.2482204884290695f, -0.1847816556692123f, -0.1757712513208389f, 0.8214370012283325f, -0.5294921398162842f, 0.5943850278854370f, -0.6960861086845398f, 0.3843683898448944f, -0.5597902536392212f, 0.6476036310195923f, -0.0029016123153269f, 0.0989225208759308f, -0.4649192988872528f, -0.1146908178925514f, 0.0378340817987919f, -0.1509984284639359f, 0.1227464005351067f, -0.4199704825878143f, 0.0039796642959118f, 0.1377901583909988f, -0.2171348929405212f, -0.0623728521168232f, 0.1775793731212616f, -0.3340983688831329f, -0.3868163228034973f, -0.4149476885795593f, -0.2528791725635529f, -0.2778531014919281f, -0.3419952392578125f, 0.0025778971612453f, 0.5568776130676270f, 0.0568858124315739f, 0.5322324633598328f, 0.4142455756664276f, -0.3512687087059021f, -0.3001449704170227f, -0.5367367267608643f, -0.4268401265144348f, 0.2375645190477371f, 0.4681410193443298f, 0.2695516347885132f, -0.7597129940986633f, -0.1137691065669060f, -0.3853348493576050f, 0.2513551115989685f, -0.0967577323317528f, 0.7728744745254517f, -0.4976500272750854f, -0.1434543281793594f, 0.0260632447898388f, -0.0315130986273289f, 0.2918923497200012f, -0.4583184421062469f, -0.0181866120547056f, -0.3914074897766113f, 0.4648630321025848f, -0.4912708699703217f, 0.0551616549491882f, -0.3988439738750458f, 0.0575872547924519f, 0.0913332402706146f, 0.0011628608917817f, -0.2302085012197495f, 0.0572620742022991f, 0.0995518118143082f, 0.0226208604872227f, -0.1090625673532486f, -0.2427479624748230f, 0.2372753322124481f, -0.1997310817241669f, 0.0278452578932047f, 0.3466667830944061f, 0.0321747101843357f, 0.1188775449991226f, -0.1224612370133400f, 0.0403359755873680f, 0.1491788774728775f, -0.0802237018942833f, -0.0516691729426384f, 0.0119069842621684f, 0.0761324614286423f, -0.1431495398283005f, 0.0525529198348522f, 0.0627333596348763f, 2.2454466819763184f, -0.0247305389493704f, -0.2702670991420746f, -0.1715027093887329f, 0.1212148964405060f, -0.0199239570647478f, -0.0625054538249969f, -0.4019668996334076f, -0.1377610862255096f, -0.0815830975770950f, 0.0130984522402287f, -0.2178250700235367f, -0.3635123670101166f, -0.1339327543973923f, 0.1718902736902237f, -0.1308216750621796f, 0.1135387346148491f, 0.0374602228403091f, 0.0094286706298590f, -0.1232610791921616f, -0.3892281949520111f, 0.6228287816047668f, -0.2830896675586700f, -0.0008378007332794f, -0.3141828775405884f, -3.2458026409149170f, 0.4029110074043274f, -0.2284428626298904f, -0.1776694506406784f, 0.2893263399600983f, -0.0802714452147484f, -0.1558915972709656f, -0.0281925871968269f, 0.2230313718318939f, -0.0040592504665256f, -0.1460326462984085f, 0.1200656965374947f, 1.2250236272811890f, -0.2593645453453064f, 0.2417252212762833f, -0.1022737622261047f, 0.1990400105714798f, -0.1885427534580231f, -0.0338130928575993f, -0.0591115802526474f, 0.9637766480445862f, -0.6681304574012756f, -0.2664802968502045f, -0.1006377413868904f, 0.2374074757099152f, -1.8576722145080566f, -2.5888895988464355f, -2.7158913612365723f, 1.2172634601593018f, -2.0509164333343506f, 2.0458931922912598f, -2.2552385330200195f, 2.3916912078857422f, 0.9574933052062988f, 0.9565038681030273f, 2.6733996868133545f, 0.6361970901489258f, 0.1360512226819992f, -2.2598028182983398f, -1.9279553890228271f, 1.4123090505599976f, -0.7171441316604614f, -2.0128707885742188f, 0.6675446629524231f, 1.4362733364105225f, 2.4131219387054443f, -2.0739719867706299f, 2.5918715000152588f, 0.0569315515458584f, -1.5108370780944824f, -2.9120802879333496f, -0.1502350866794586f, -0.2471801936626434f, -0.0767566412687302f, 0.1433807313442230f, -0.3957455456256866f, -0.1623180359601974f, 0.0521882139146328f, 0.0674800127744675f, -0.2601650357246399f, -0.3193491995334625f, -0.0655687078833580f, 0.6690545082092285f, -0.1951713562011719f, -0.0760862976312637f, -0.0662517622113228f, 0.1848894804716110f, -0.1656896322965622f, -0.2976960539817810f, -0.0687350109219551f, 0.4861311912536621f, -0.4832611382007599f, 0.0207320526242256f, 0.1838800013065338f, 0.2451442629098892f, 2.2541651725769043f, -0.1380540877580643f, -0.0832900330424309f, -0.3921653926372528f, -0.2959801852703094f, 0.2600748836994171f, -0.3110733926296234f, 0.0570304915308952f, -0.0216266587376595f, 0.0381286069750786f, 0.1006105095148087f, -0.4455384612083435f, 0.5665569901466370f, -0.1574307978153229f, 0.1281362920999527f, -0.0224836021661758f, -0.1573715955018997f, 0.2721976041793823f, -0.0088471341878176f, -0.0486871451139450f, 0.0643084570765495f, -0.9793856143951416f, 0.3421410620212555f, -0.3519926667213440f, -0.0260980688035488f, 0.5701264739036560f, 0.2880021631717682f, -0.0059497463516891f, -0.3131400942802429f, -0.1482176631689072f, 0.1325895041227341f, -0.0825941637158394f, -0.0580285713076591f, -0.3089871704578400f, -0.1475306600332260f, -0.1674345731735229f, -0.0764139220118523f, 0.5738445520401001f, -0.0857750847935677f, 0.3474932312965393f, -0.1409428715705872f, 0.0279089156538248f, 0.2525369524955750f, -0.0634127333760262f, 0.0133484099060297f, 0.0846997275948524f, -0.0766210183501244f, -0.0778213739395142f, 0.0166219696402550f, 0.1393759548664093f, -1.4628689289093018f, 0.5476814508438110f, -0.0724057555198669f, 0.1002083122730255f, 0.0995517671108246f, 0.0184198934584856f, -0.5895864963531494f, -0.0914156883955002f, 0.0897461771965027f, 0.2431572973728180f, -0.0110929869115353f, -0.4818038046360016f, 0.2436957806348801f, -0.1529906690120697f, -0.0060981255955994f, 0.2616188526153564f, -0.1176244094967842f, 0.0515941269695759f, 0.0345493629574776f, -0.4549625813961029f, 0.2123681604862213f, -1.3788518905639648f, 0.2844837009906769f, 0.0530401840806007f, -0.2701013088226318f, -1.0607007741928101f, -0.0227835141122341f, -0.0240656100213528f, -0.1695065647363663f, 0.4923743605613708f, -0.2973504960536957f, 0.4161053597927094f, -0.1018461361527443f, -0.1540762633085251f, -0.0677367523312569f, -0.5799031853675842f, -0.1653974503278732f, -0.1569925248622894f, 0.3993836343288422f, -0.0069082756526768f, 0.1376867592334747f, 0.1680923253297806f, 0.0173837076872587f, -0.4125554263591766f, -0.1819571703672409f, 0.0585228540003300f, -0.4826630055904388f, 0.0683548972010612f, 0.4080400168895721f, 0.5828855633735657f, -0.0101829068735242f, 0.3655629754066467f, -0.6947423815727234f, -0.1227861568331718f, -0.5580217242240906f, 0.6068432927131653f, -0.2458561062812805f, 0.0120092453435063f, 0.0595733635127544f, -0.0351836532354355f, 0.4760924875736237f, -0.2709779143333435f, -1.3122667074203491f, -0.2865369021892548f, -0.3365456759929657f, 0.1293197423219681f, 0.2727429568767548f, -0.0976614877581596f, 0.4097594022750854f, -0.8087298870086670f, -0.2284953296184540f, -0.2834317982196808f, 0.0445494130253792f, 0.3449363708496094f, -0.2416238635778427f, 1.5104665756225586f, -0.0022394889965653f, 0.1054053306579590f, 0.4387697875499725f, -0.5724850296974182f, -0.0442188009619713f, -0.4220517277717590f, -0.3663706779479980f, 0.3153556585311890f, -0.0166224688291550f, -0.3679195046424866f, -0.1106000840663910f, -3.7094976902008057f, -0.0723235607147217f, -0.0204712767153978f, 0.0872624740004539f, 0.1329642981290817f, 0.3054551184177399f, 0.9373006224632263f, -0.5419206023216248f, 0.4252804219722748f, -0.9942709207534790f, 0.0881447196006775f, -0.1249606832861900f, -0.3098393082618713f, -1.4848955869674683f, 0.3206807971000671f, -1.0351780652999878f, -0.4039717316627502f, 0.4772836565971375f, -0.0506612844765186f, -0.6135893464088440f, 1.1866922378540039f, -0.0969527289271355f, -0.2307419478893280f, 0.1103226840496063f, -0.2507125735282898f, 3.8206942081451416f, -0.7318412065505981f, 1.1027554273605347f, -0.2937612831592560f, -0.8645290732383728f, -0.0732276886701584f, -1.3976283073425293f, -0.8427084088325500f, -0.3392539322376251f, -0.4221206903457642f, 0.3587102591991425f, 0.8381894230842590f, 0.6918489933013916f, -4.5126094818115234f, 0.2182488739490509f, -0.4930441081523895f, 0.5148372650146484f, -0.2924279868602753f, 0.5524638891220093f, -0.7948968410491943f, 0.2831612229347229f, 0.3897500932216644f, 0.2376239597797394f, 0.4907377362251282f, -0.1316628903150558f, 1.4991477727890015f, 0.0349229723215103f, 0.0975028201937675f, 0.1838301122188568f, -0.2625370025634766f, -0.4050431251525879f, 0.2894965410232544f, -0.3589214682579041f, 0.6664612889289856f, -1.5376429557800293f, 0.5790559649467468f, 0.6114532351493835f, -0.3003905117511749f, 0.5011210441589355f, -0.0343990549445152f, -0.5939598083496094f, -0.3280038237571716f, 0.2569217681884766f, 0.1065478250384331f, -0.4852462112903595f, 0.0214306619018316f, -0.0550326667726040f, -0.0364108122885227f, 0.1649428308010101f, 0.0894346609711647f, -0.7445338964462280f, -0.1238525062799454f, -0.2364594638347626f, 0.1196476221084595f, -0.3087966144084930f, -0.0385869219899178f, 0.0163895469158888f, 0.8430457711219788f, 0.0003760606341530f, 0.3548544645309448f, 0.0287182331085205f, 0.3931958079338074f, 0.4748546481132507f, 0.0079241367056966f, -0.0733209177851677f, 0.0673133432865143f, 0.1452800333499908f, -0.3061696290969849f, 0.0453626178205013f, -0.0496156401932240f, -0.0788144767284393f, -0.1082285866141319f, 0.1287466883659363f, 0.2563495934009552f, 0.0703960657119751f, 0.0556680262088776f, -0.0386316962540150f, -0.2493261396884918f, 0.0312204807996750f, -0.1032334417104721f, -0.1465263068675995f, 0.1447509825229645f, 0.4445500373840332f, -0.1210658103227615f, 0.1615569591522217f, 0.0952751934528351f, -0.1097226515412331f, -0.3680497407913208f, 1.3145105838775635f, -0.0194410365074873f, -0.0673162490129471f, -0.2045985162258148f, 0.2139478921890259f, -0.0955192372202873f, 0.1212861761450768f, -0.6289610862731934f, -0.1464878916740417f, -0.3469243645668030f, -0.1315412968397141f, -0.2845713496208191f, 0.0567209981381893f, 0.0631541386246681f, 0.3623808324337006f, -0.3851811587810516f, 0.2969767749309540f, 0.5015155673027039f, 0.2556938529014587f, 0.1357434242963791f, -0.3121169209480286f, -0.1501129865646362f, -0.5688452124595642f, -0.1290668100118637f, 0.1979955583810806f, 1.9418596029281616f, 0.0887442156672478f, -0.2048481553792953f, 0.1074514687061310f, -0.2888284921646118f, 0.4096551835536957f, -0.5726684927940369f, 0.2747631072998047f, 0.0677610337734222f, 0.1642618775367737f, 0.6060172319412231f, 0.0503011941909790f, -0.2967095077037811f, -0.1720739901065826f, 0.0604597553610802f, -0.0528242066502571f, -0.5252202153205872f, 0.1847758740186691f, 0.0363725833594799f, 0.0773378983139992f, -0.2853370606899261f, 0.4487186968326569f, 0.2938188612461090f, 0.0342376641929150f, -0.5566986799240112f, -3.2972667217254639f, -0.0423056669533253f, -0.0189411714673042f, -0.2715029418468475f, -0.0237892977893353f, -0.1397639662027359f, 0.3905186653137207f, -0.2715131938457489f, -0.2437936514616013f, -0.2642339468002319f, -0.0295099932700396f, -0.1427370905876160f, -0.4603838026523590f, -0.0893019512295723f, 0.1588265597820282f, -0.2192833423614502f, 0.3754500448703766f, -0.0811568424105644f, -0.2885548472404480f, 0.1808993816375732f, -0.3159965872764587f, 0.4720279872417450f, 0.0459593683481216f, 0.1941230893135071f, 0.6524944305419922f, 2.4154634475708008f, -0.0579099431633949f, -0.0369409397244453f, -0.2969715595245361f, -0.1402620226144791f, -0.0092677222564816f, 0.1776350438594818f, 0.5895962715148926f, -0.7110648155212402f, 0.1667979210615158f, 0.3657338619232178f, -0.1875876635313034f, -0.2745892107486725f, 0.0933784395456314f, 0.0497282035648823f, -0.2613303065299988f, 0.2862084209918976f, 0.0281499102711678f, -0.0220777764916420f, -0.0940020382404327f, -0.4076301753520966f, -0.2959200739860535f, 0.1253229081630707f, 0.0483915135264397f, 0.0157192237675190f, 0.9048746228218079f, 0.4310983121395111f, 0.1399424672126770f, 0.1585452854633331f, 0.5343303680419922f, -0.1999984234571457f, -0.0652284994721413f, -0.9647319912910461f, -0.0666885972023010f, 0.1882058978080750f, -0.3243403732776642f, -0.0570661239326000f, 0.8896479010581970f, -0.2133316844701767f, 0.2457466423511505f, -0.0948672443628311f, -0.7651609182357788f, 0.1364660859107971f, 0.1199960708618164f, -1.5187900066375732f, -0.0401971116662025f, -0.4589492082595825f, -0.4867163896560669f, 0.9111065864562988f, -0.1126524731516838f, 2.1754913330078125f, 0.1237153559923172f, -0.0651025548577309f, -0.1094155535101891f, 0.0049917097203434f, 0.0197938792407513f, 0.1888529360294342f, -0.2510172724723816f, -0.0644650012254715f, 0.2084625065326691f, -0.3337605893611908f, 0.2209840267896652f, 0.0937350839376450f, -0.2417344599962234f, 0.3614881336688995f, -0.1687109917402267f, -0.1304805427789688f, -0.0331069529056549f, -0.0268311034888029f, -0.3128840625286102f, -0.2489093542098999f, -0.2215196937322617f, -0.2656051218509674f, 0.2184087485074997f, 0.0458140335977077f, -0.3299934267997742f, 0.0555751547217369f, 0.1146132871508598f, 0.1105750426650047f, -0.2066882997751236f, -0.1727288216352463f, 0.1104229763150215f, -1.3632602691650391f, -0.1678529232740402f, 0.2964646220207214f, -0.7547919750213623f, -0.1748220324516296f, 0.1132440716028214f, -0.1727494001388550f, -0.0497938878834248f, 0.3989444077014923f, -0.2268789559602737f, 0.1026298403739929f, -0.3093045651912689f, 0.0139965349808335f, -0.4097098708152771f, 0.5267755389213562f, -1.2371313571929932f, 0.5566686987876892f, -0.1287262290716171f, 1.1730467081069946f, -0.1428631842136383f, 0.4274198114871979f, -0.0559057183563709f, 0.1512922346591949f, 0.0977225974202156f, -0.2803885042667389f, -0.1278851926326752f, -0.4397604167461395f, -0.0029309752862900f, 0.1463754922151566f, -0.0016567709390074f, -0.9551635384559631f, 0.2924065887928009f, 0.4543647766113281f, -0.0206138323992491f, -0.1562771946191788f, 0.0146112088114023f, -0.1062403917312622f, -0.5265048742294312f, -0.3623809218406677f, 0.1542350649833679f, -0.2429519742727280f, 0.2697823345661163f, 0.0900692194700241f, 0.3196718394756317f, -0.1956382989883423f, 0.4140773117542267f, 0.0349452011287212f, 0.2126396298408508f, 0.1935501992702484f, 0.1052182987332344f, -0.3519704937934875f, 0.0905227959156036f, 0.1618528366088867f, 0.0430004708468914f, -0.2342748194932938f, 0.4815383851528168f, -0.2572831809520721f, -0.4302442073822021f, 0.3842555880546570f, -0.0831741541624069f, -0.1117652878165245f, 0.2162218242883682f, 0.2476395666599274f, -0.5322592258453369f, 0.1362759172916412f, 0.1462159007787704f, 0.0014967155875638f, -0.3799646794795990f, 0.3164782226085663f, 0.3467737734317780f, -0.0407170616090298f, -0.1231117770075798f, -0.0780742019414902f, -0.0240209680050611f, 0.0107587249949574f, 0.0064830882474780f, -0.1895166635513306f, -0.0909552499651909f, 0.0136423809453845f, -0.0533618181943893f, 0.1243891641497612f, 0.3332341313362122f, 0.2647615969181061f, -0.1121836900711060f, 0.0005602844757959f, 0.0184344500303268f, -0.1085522398352623f, -0.3135164082050323f, 0.2180708348751068f, -0.1804032772779465f, 0.0610131658613682f, 0.3471052646636963f, -0.0404437817633152f, 3.3931431770324707f, -0.2248236536979675f, 0.2400533556938171f, -0.3885629773139954f, 0.3577381968498230f, -0.0126308370381594f, 0.2515330314636230f, -0.5411596894264221f, -0.4182600975036621f, -0.2909102737903595f, -0.1165281832218170f, -0.1588227003812790f, -0.0050241104327142f, 0.1578565090894699f, 0.3450132906436920f, -0.0572462230920792f, 0.1487601250410080f, 0.1056989431381226f, -0.0736201852560043f, -0.0539955310523510f, -0.4199914634227753f, 0.2978714108467102f, -0.4805668592453003f, 0.0795629024505615f, -0.0839985534548759f, -2.4739904403686523f, 0.2758843004703522f, 0.3240824341773987f, -0.0907136052846909f, 0.1227347254753113f, -0.3615121543407440f, -0.3782137930393219f, -0.1200837567448616f, -0.2574126422405243f, 0.1652225553989410f, -0.6630024313926697f, -0.5495710372924805f, 0.1334957182407379f, 0.3514100909233093f, 0.1645128279924393f, -0.0384238585829735f, -0.3400966227054596f, 0.2998638749122620f, 0.1861171424388885f, -0.3297077417373657f, -0.0429101027548313f, -0.4783232212066650f, -0.1383280754089355f, 0.3570207059383392f, 0.4724126756191254f, -3.6607794761657715f, 0.5018948316574097f, 0.7436102628707886f, 1.0989855527877808f, 1.3579106330871582f, -0.6546975970268250f, 0.0999565050005913f, -1.1067794561386108f, -0.3525831401348114f, -0.1771267652511597f, -1.2823873758316040f, -1.8336287736892700f, -0.0177654307335615f, 0.5961927771568298f, -0.1899909675121307f, -0.1365461349487305f, -1.5629343986511230f, 0.1485884487628937f, 0.0507021248340607f, -2.1568510532379150f, -2.2446849346160889f, 4.1149053573608398f, -0.0312349218875170f, 0.9430848360061646f, 0.0065887132659554f, -1.9503715038299561f, -0.4424284100532532f, -0.2706582248210907f, 0.0379581414163113f, -0.2654217183589935f, -0.4745105504989624f, -0.0542801916599274f, 0.3190141320228577f, -0.0666872113943100f, -0.0784460529685020f, 0.1554699540138245f, 0.1068839654326439f, -0.1587209403514862f, -0.0357891619205475f, 0.1373842209577560f, -0.0556604266166687f, 0.0853258222341537f, -0.1878253221511841f, -0.1026823893189430f, 0.0206657815724611f, 0.3824776709079742f, -0.5458354949951172f, 0.0690095722675323f, -0.1376961320638657f, -0.0095256203785539f, 3.0415861606597900f, 0.1287332922220230f, -0.2186504900455475f, -0.1082145050168037f, -0.0334616228938103f, -0.2072174996137619f, -0.1741067916154861f, 0.3108893930912018f, 0.2120726108551025f, 0.0484638512134552f, -0.1295900791883469f, -0.1571410000324249f, 0.2693650424480438f, 0.0047344020567834f, 0.2910195887088776f, -0.0339885987341404f, -0.1105325073003769f, 0.0542463921010494f, -0.1546224057674408f, -0.8356595635414124f, 0.0175980199128389f, -1.1747311353683472f, 0.4545037150382996f, 0.0070102931931615f, -0.1907545328140259f, 1.4651474952697754f, 0.0685828700661659f, -0.0859160050749779f, -0.1781231164932251f, -0.0726885944604874f, 0.1751708537340164f, -0.1266760677099228f, 0.3325976431369781f, -0.1142935529351234f, 0.2481341063976288f, 0.2468804270029068f, -0.1490906029939651f, 0.2213572561740875f, 0.1935286223888397f, 0.1375827342271805f, -0.1606815457344055f, 0.0315781086683273f, 0.0974860340356827f, -0.0626631453633308f, -0.4589937627315521f, 0.2349891662597656f, -0.4657534062862396f, 0.2932130396366119f, 0.2428811043500900f, 0.2289018183946609f, -0.8143546581268311f, 0.1609410941600800f, -0.0639163926243782f, 0.3779844045639038f, 0.2103015631437302f, 0.0085157770663500f, -0.7024713754653931f, -0.3648572266101837f, 0.1663324236869812f, 0.0653708502650261f, 0.2896756231784821f, -0.2025641053915024f, 0.7045933604240417f, -0.0081872120499611f, 0.0455344729125500f, 0.3272480368614197f, -0.0917202681303024f, -0.2380334287881851f, 0.4701574742794037f, -0.0970344617962837f, -0.1269222795963287f, -0.5699775218963623f, 0.1370822787284851f, -0.2510142624378204f, -0.9236454963684082f, -0.7955643534660339f, 0.2469256818294525f, 0.2653119564056396f, 0.1512973904609680f, 0.2846314609050751f, -0.3645574450492859f, 0.4941793978214264f, -0.0055944952182472f, -0.1699546575546265f, -0.1698262840509415f, -0.4683224558830261f, -0.1846932619810104f, -0.6616317033767700f, 0.4588728547096252f, 0.3196034431457520f, 0.0294582471251488f, 0.1445696055889130f, 0.2675340473651886f, -0.4643590450286865f, -0.1259471476078033f, -0.4044198393821716f, -0.4508551657199860f, -0.0669077634811401f, 0.4436153769493103f, 0.4768935441970825f, -1.2953644990921021f, 0.0956019610166550f, 0.4462337493896484f, -0.2204557359218597f, 0.4800420701503754f, -0.2993392646312714f, 0.5447343587875366f, -0.4929139018058777f, -0.1745553761720657f, -0.1599195152521133f, -0.8764441609382629f, -0.2682106196880341f, 1.3790581226348877f, 0.0721675604581833f, 0.3770602941513062f, -0.3339757025241852f, 0.1984640657901764f, 0.5778872370719910f, -0.4306083321571350f, 0.5096714496612549f, -0.1822541803121567f, -0.1626892536878586f, -0.6046152114868164f, 0.2592666745185852f, 0.5234420895576477f, 1.6143407821655273f, -0.1949235200881958f, 0.9477424025535583f, 0.2967473566532135f, 0.7390557527542114f, -0.1701401770114899f, -0.3635388910770416f, -0.0267888121306896f, -0.5958873033523560f, -0.2053929120302200f, -0.2076158523559570f, -0.3033237457275391f, -1.4156750440597534f, 0.4635525047779083f, -0.0804456770420074f, -0.1843617409467697f, -0.6545463204383850f, 0.2632534503936768f, -0.6362972855567932f, -0.8844673633575439f, -1.1721091270446777f, 1.7918598651885986f, -0.1693327575922012f, 0.4410873949527740f, -0.0429898388683796f, -0.9911776185035706f, 0.6791160702705383f, -0.2692197263240814f, -0.4092354774475098f, 1.2274469137191772f, -0.2437100112438202f, 0.1395345181226730f, 0.4663012623786926f, -0.2064050585031509f, 0.0445161610841751f, -0.2331732660531998f, 0.4345844686031342f, 0.7817612886428833f, 0.2147252857685089f, 1.2146918773651123f, -0.4268832802772522f, 0.0162181835621595f, 0.2612631022930145f, 0.4600454568862915f, -1.9266126155853271f, -0.5998649597167969f, -0.0498258657753468f, -0.1486022919416428f, 0.5619627237319946f, -0.0825848504900932f, -2.9716391563415527f, 0.1307191550731659f, 0.5512906312942505f, 0.4870328903198242f, -0.1009988412261009f, -0.2580405175685883f, -0.0979609861969948f, -0.1724865436553955f, -0.2605873346328735f, -0.0259870588779449f, -0.6044501066207886f, -0.5920249223709106f, 2.0171599388122559f, 0.4765931665897369f, 0.2903555929660797f, -0.0368634648621082f, 0.1234344169497490f, 0.4321481287479401f, 1.1423094272613525f, -0.6618250608444214f, 0.0664875134825706f, 0.5137055516242981f, -0.7413001060485840f, -0.1669799387454987f, 0.1314758807420731f, 0.4970326423645020f, 0.3792807161808014f, -0.2022052109241486f, 0.0099911838769913f, 0.0649781972169876f, 0.1747663170099258f, -0.1432548761367798f, 0.1477968692779541f, -0.1391299366950989f, 0.0003276473726146f, 0.0286301132291555f, -0.0610779374837875f, -0.9629705548286438f, 0.2618387341499329f, -0.4129762947559357f, 0.2094744741916656f, -1.0133181810379028f, -0.2221995890140533f, 0.2253727763891220f, -0.0693255960941315f, -1.5877718925476074f, 1.9275523424148560f, -0.0177704282104969f, 0.5964049100875854f, 0.3980265259742737f, 0.7119191288948059f, 0.0039828908629715f, 0.5786589980125427f, 0.1527138352394104f, 0.0071071567945182f, -0.0521008297801018f, -0.1116328462958336f, -0.2917875349521637f, -0.0175223890691996f, 0.0406624563038349f, -0.0172052104026079f, -0.1021609604358673f, -0.8040812015533447f, 0.2359548360109329f, -0.3192983865737915f, -0.0133227789774537f, -0.3427484035491943f, 0.2394531220197678f, 0.1793227940797806f, 0.4213730990886688f, -0.1208378821611404f, 0.2708030343055725f, -0.0091053023934364f, -0.0451458133757114f, -0.4211779534816742f, 2.1411886215209961f, 0.1995768398046494f, -0.5252507925033569f, -0.1512298732995987f, 0.3429505825042725f, 0.0445971414446831f, -0.4199299812316895f, 0.4331805706024170f, 0.5545129776000977f, -0.2827989459037781f, -0.1393873095512390f, 0.3990790545940399f, -0.1913165152072906f, -0.4549637734889984f, -0.0102582387626171f, 0.0827290490269661f, -1.0031709671020508f, -0.0858988687396049f, -0.3236645162105560f, -0.4638522267341614f, -0.3038618266582489f, -0.5401058197021484f, 0.1363317668437958f, 0.3834004998207092f, -0.0740179419517517f, -1.9267228841781616f, 0.3089363873004913f, -0.3182657063007355f, -0.2248516976833344f, 0.5686917901039124f, -0.2516727447509766f, 0.0209283828735352f, 0.1241291090846062f, -0.1818788945674896f, 0.0011008399305865f, -0.5856695771217346f, 0.1101767495274544f, 1.0808168649673462f, -0.3665207028388977f, 0.2374588698148727f, 0.1186776608228683f, -0.2279574126005173f, -0.0850048884749413f, -0.1279713511466980f, -0.1597946137189865f, 0.0029573412612081f, 0.2512446343898773f, 0.1244057640433311f, -0.1622343361377716f, 0.3807862699031830f, 3.7722671031951904f, -0.1428519189357758f, -0.0371810793876648f, 0.2731631696224213f, 0.0516683310270309f, 0.1764407306909561f, -0.0963987782597542f, 0.1364382952451706f, 0.3291892409324646f, -0.1061784774065018f, -0.0869491472840309f, 0.1667933911085129f, 0.2760004103183746f, 0.1760642230510712f, -0.2405225038528442f, 0.1112490966916084f, -0.2237931191921234f, -0.0150269754230976f, -0.0808234810829163f, 0.1433390974998474f, 0.1461447477340698f, -0.2674111425876617f, -0.0469760969281197f, -0.1390516608953476f, -0.5056141018867493f, -0.3350203335285187f, 0.1964310705661774f, -0.2214118242263794f, 0.1845736801624298f, 0.2263688892126083f, -0.1079355478286743f, -0.1384494453668594f, -0.4435503184795380f, 0.4432384073734283f, 0.1158717721700668f, -0.3136934340000153f, 0.0365843921899796f, 0.0606398768723011f, -0.2949869334697723f, 0.2204179316759109f, 0.1002106368541718f, -0.0488943047821522f, 0.0407512187957764f, -0.1930989623069763f, 0.0666612908244133f, -0.1788121908903122f, 0.1388907432556152f, -0.4138779640197754f, 0.3922595381736755f, -0.1219884529709816f, -3.2098817825317383f, 0.0844578519463539f, 0.0741122439503670f, -0.0835255160927773f, -0.3998015224933624f, -0.0917885825037956f, 0.0923642367124557f, 0.1130429282784462f, 0.0061028487980366f, -0.0182769894599915f, -0.0677941739559174f, -0.0560218766331673f, -0.9799228310585022f, 0.3180440664291382f, -0.0619743838906288f, -0.1057508885860443f, 0.3445331454277039f, 0.0320527330040932f, 0.3304715752601624f, 0.1634801775217056f, 0.0693957060575485f, 0.0341124050319195f, 0.1151718869805336f, 0.0013847448863089f, 0.4861494302749634f, 2.6789045333862305f, -0.0762211978435516f, -0.1277200877666473f, 0.3202638030052185f, -0.1563098579645157f, -0.1199061796069145f, -0.0230274517089128f, -0.2304675579071045f, 0.3035396039485931f, 0.2063630819320679f, 0.0609482452273369f, 0.1418608874082565f, 0.5649673938751221f, -0.2268186658620834f, -0.2146264910697937f, 0.3198679089546204f, -0.2044861614704132f, -0.1526365131139755f, 0.1375715583562851f, 0.0018079665023834f, 0.2346809059381485f, -0.2624493241310120f, 0.0276400968432426f, 0.2254969924688339f, -0.4387587606906891f, 2.1184685230255127f, -0.1720886826515198f, 0.4002450704574585f, 0.1019940599799156f, 0.1838424801826477f, -0.1930200457572937f, -0.1913556754589081f, 0.3001644909381866f, 0.3389724195003510f, 0.1263760030269623f, 0.1254660934209824f, 0.1158207654953003f, -0.1629831343889236f, 0.4413470625877380f, -0.3296048045158386f, 0.2354642003774643f, -0.3157335817813873f, 0.1621689945459366f, 0.4858034551143646f, 0.2429050207138062f, 0.2223311960697174f, -0.4960121810436249f, 0.5220410227775574f, -0.2210209518671036f, -0.2145091295242310f, 3.0637910366058350f, 0.2824899256229401f, 0.2132061272859573f, 0.2338260412216187f, -0.0019597946666181f, 0.0463077239692211f, -0.0911594480276108f, 0.1120235845446587f, 0.0389902815222740f, 0.0666203200817108f, 0.0393508002161980f, -0.1457509398460388f, -0.3987466096878052f, 0.1262700408697128f, -0.0157036725431681f, 0.0762423202395439f, -0.3928784132003784f, 0.0412668995559216f, -0.1428868025541306f, -0.1242490708827972f, -0.2531034350395203f, 0.3113514780998230f, 0.3452260792255402f, 0.5336059331893921f, 0.1269730925559998f, -2.4020421504974365f, 0.3623866438865662f, -0.5364015102386475f, -0.2571588158607483f, 0.3445996642112732f, -0.3009187579154968f, -0.2907521724700928f, -0.4080539047718048f, -0.1080403253436089f, -0.3528085947036743f, -0.4082140028476715f, 0.1258752197027206f, 0.4502485394477844f, -0.3096339106559753f, 0.1071486696600914f, -0.3112764358520508f, 0.1721828430891037f, 0.1378230899572372f, -0.4105497598648071f, -0.3112262189388275f, -0.1712848395109177f, -0.2229210436344147f, -0.4187478423118591f, 0.3137454688549042f, 0.5516767501831055f, 1.5086991786956787f, -0.2454974353313446f, -0.2075463086366653f, 0.0018537356518209f, 0.1717229038476944f, -0.2499236464500427f, 0.0677858665585518f, -0.2844863235950470f, 0.1208165213465691f, -0.1682436913251877f, -0.4827979803085327f, 0.2166027873754501f, 0.3087242245674133f, -0.0523065365850925f, 0.0708118304610252f, 0.0281952712684870f, -0.2404240518808365f, -0.1122238188982010f, -0.2336812317371368f, -0.1605731993913651f, 0.0431864894926548f, -0.1042892634868622f, -0.1049249917268753f, -0.1517875641584396f, -0.2872189879417419f, 3.7722368240356445f, -0.1060498133301735f, -0.0958782657980919f, 0.3088602721691132f, -0.0595864914357662f, 0.2584978640079498f, -0.2403489649295807f, 0.0641144812107086f, 0.1373822689056396f, 0.3340767621994019f, 0.2923637926578522f, -0.0233439449220896f, -0.2699418962001801f, -0.1737982034683228f, -0.2780585587024689f, 0.3756441473960876f, -0.0912213623523712f, 0.0639022961258888f, 0.2719146311283112f, 0.2388963699340820f, 0.0634789019823074f, 0.0821927562355995f, 0.2069768756628036f, 0.0857465714216232f, -0.4392510950565338f, -3.3365638256072998f, 0.1750002056360245f, -0.0101389801129699f, -0.0376123636960983f, 0.4052968323230743f, 0.0322576239705086f, -0.0365035049617290f, -0.3820544183254242f, -0.0889850780367851f, -0.0673978999257088f, -0.2932975888252258f, 0.1230137646198273f, -0.1774448603391647f, 0.2989571690559387f, 0.1031819358468056f, -0.0350346527993679f, 0.1624046415090561f, -0.0943097993731499f, -0.1293271034955978f, -0.1922871321439743f, -0.0676734745502472f, 0.0242431871592999f, -0.1205841898918152f, 0.1514715850353241f, 0.0510928258299828f, -6.4794082641601562f, -0.3356034457683563f, -0.3095468878746033f, -0.1220595687627792f, 0.8467937111854553f, -0.3085717260837555f, 0.6200531125068665f, 0.0419191010296345f, -0.3223780393600464f, -0.0873500183224678f, 0.0386033132672310f, -0.3503760099411011f, 0.2387343943119049f, 0.3629381358623505f, 1.7456113100051880f, -0.5535885691642761f, -0.5869209170341492f, 0.1868881285190582f, -1.1559879779815674f, 0.7095598578453064f, -0.3633295595645905f, 0.3700300455093384f, 1.1334291696548462f, -0.2811590433120728f, -0.1461464464664459f, 2.6877660751342773f, 0.1129603087902069f, 0.3946161866188049f, 0.2191263437271118f, -0.1357333213090897f, 0.5560711026191711f, -0.0559393204748631f, -0.0308086480945349f, 0.1166548505425453f, 0.1165548339486122f, 0.3788664937019348f, -0.0369127616286278f, -0.3440184593200684f, 0.1128688380122185f, -0.0032239987049252f, -0.1352205276489258f, 0.0662459731101990f, 0.4700005054473877f, 0.3143270909786224f, -0.0376881211996078f, -0.1819494813680649f, 0.1925762295722961f, -0.3633426725864410f, -0.0175485759973526f, -0.2959020435810089f, -0.5569868087768555f, -0.0014560773270205f, 0.4684384465217590f, -0.3461608588695526f, -0.5055155158042908f, 0.1854504942893982f, 0.3124135434627533f, 0.3965800106525421f, -0.0396553985774517f, -0.0515940375626087f, 0.3408977389335632f, -0.2796918153762817f, -0.8493441939353943f, 0.4531470835208893f, -0.3627629280090332f, -0.2095365673303604f, 0.0619104243814945f, 0.1769257187843323f, 0.1188869997859001f, 0.0445274673402309f, -0.0906370431184769f, 0.5929306149482727f, 0.1549349129199982f, -0.3751780688762665f, 0.3221308290958405f, 0.2040750235319138f, 0.0349781587719917f, -0.0873460844159126f, -0.0260092150419950f, 0.4001426398754120f, 0.0189478322863579f, -0.1939253509044647f, -0.3842742741107941f, 0.3082840144634247f, -0.0849328190088272f, -0.2858294546604156f, 0.2140257656574249f, 0.4001101255416870f, -0.2390288859605789f, 0.0605544522404671f, 0.0017109458567575f, 0.0744221433997154f, -0.1140724569559097f, 0.1193265169858932f, 0.0918500944972038f, -0.2637812197208405f, 0.1026119142770767f, -0.2459901124238968f, 0.2280582785606384f, -0.1532961428165436f, 1.4853239059448242f, -0.1368989944458008f, 0.0082345567643642f, 0.0261496771126986f, -0.8947465419769287f, -0.0258521493524313f, 0.1883402019739151f, -0.0415336117148399f, -0.2172725200653076f, 0.1616245657205582f, 0.0603950917720795f, -0.3318394124507904f, 1.1603692770004272f, -0.1853891015052795f, -0.1944519728422165f, 0.0183030981570482f, 0.0673372820019722f, 0.1830518841743469f, 0.2016485333442688f, 0.1551908105611801f, 0.4359299242496490f, -0.3696191906929016f, 0.1887909471988678f, -0.1956291347742081f, 0.1043597459793091f, -0.0066299815662205f, 0.2218336313962936f, 0.0661592632532120f, -0.3060612380504608f, -0.3969598114490509f, 0.1829151064157486f, 0.0337364375591278f, 0.3938368856906891f, -0.1466488987207413f, 0.2724946141242981f, -0.0756459832191467f, -0.2273132354021072f, -0.1538963168859482f, 0.2570367157459259f, -0.0584483668208122f, 0.0390096306800842f, -0.0223888736218214f, -0.3455843329429626f, -0.0265974663197994f, 0.0561404153704643f, 0.1281796991825104f, -0.2545743882656097f, 0.0012761938851327f, 0.1506992280483246f, 0.0882515758275986f, 3.6055295467376709f, 0.0086734127253294f, -0.1868122965097427f, 0.3346596956253052f, 0.1122745350003242f, -0.2850451469421387f, -0.3525361418724060f, -0.0490154959261417f, 0.1780132502317429f, -0.0198458340018988f, 0.0796033218502998f, 0.1296709477901459f, 0.9146992564201355f, -0.0047649606131017f, 0.0180098768323660f, 0.2052278816699982f, 0.0183071307837963f, -0.0910572260618210f, -0.5325632095336914f, 0.0717112496495247f, 0.1678434312343597f, -0.2600057721138000f, -0.1668008416891098f, 0.0488626100122929f, -0.2455814182758331f, 1.0995898246765137f, -0.1225944310426712f, 0.3193888366222382f, 0.3112682998180389f, -0.3803210556507111f, -0.0099829118698835f, -0.5225816965103149f, -0.0856366306543350f, 0.4480780959129333f, 0.0233478117734194f, 0.0888196304440498f, 0.0996402427554131f, -1.0832071304321289f, 0.2475021183490753f, -0.2787582278251648f, 0.4289815723896027f, 0.1667062342166901f, 0.0012356436345726f, 0.4982503950595856f, -0.0963546633720398f, 0.2979574501514435f, -0.2969038784503937f, 0.0745802372694016f, 0.3047618865966797f, -0.0979666784405708f, 0.4781192541122437f, -0.2356041967868805f, -0.2699993252754211f, -0.0449517443776131f, 0.0024890683125705f, -0.0518912337720394f, 0.2425391376018524f, 0.1768530458211899f, 0.0150988083332777f, -0.1902424544095993f, -0.0288921985775232f, 0.1363873481750488f, 1.4649158716201782f, 0.0160222053527832f, 0.4690616726875305f, -0.0866784825921059f, -0.0884839519858360f, 0.3289057612419128f, -0.2994452416896820f, -0.3324750959873199f, -0.4701330363750458f, 0.1011072844266891f, -0.1451762616634369f, 0.1486738473176956f, -0.2532503604888916f, 3.2942550182342529f, 0.0004890973214060f, -0.1235245987772942f, 0.0770673230290413f, 0.6860526204109192f, 0.0171637572348118f, 0.2265448272228241f, 0.0730681344866753f, 0.2028920799493790f, 0.0332022048532963f, -0.1816225796937943f, 0.4219168126583099f, -0.4714066684246063f, -0.1989175826311111f, -0.0955965295433998f, 0.0876746699213982f, -0.1611848771572113f, -0.0622577629983425f, -0.6514706611633301f, 0.8992281556129456f, 0.0352694019675255f, -0.2400999814271927f, -0.0604567490518093f, 0.1432877033948898f, 0.1286577284336090f, 1.7811349630355835f, 0.0722824111580849f, -0.2933537662029266f, 0.0159938633441925f, -0.0660669356584549f, -0.0831772163510323f, 0.0311699137091637f, -0.1908195167779922f, 0.4071507751941681f, -0.0814791843295097f, 0.0674774050712585f, -0.1464388966560364f, -0.6734074354171753f, 0.0298250298947096f, -0.2415335774421692f, -0.1187996789813042f, 0.1686989665031433f, -0.0533037558197975f, -0.1643702834844589f, 0.0529886782169342f, -0.4743897318840027f, 0.8534631729125977f, 0.0152977751567960f, 0.1864327639341354f, 0.6663702130317688f, -2.7090475559234619f, -0.0605670139193535f, -0.1331764757633209f, -0.1589842587709427f, 0.1678462028503418f, 0.1453600525856018f, 0.0522219836711884f, -0.0815080329775810f, -0.3466220498085022f, 0.0378203950822353f, -0.1912661492824554f, -0.1779737472534180f, -0.1803308129310608f, -0.2334495931863785f, 0.3317167758941650f, -0.1383842974901199f, 0.3396047651767731f, 0.0858260467648506f, 0.0120244985446334f, -0.1239311844110489f, -0.1654642671346664f, 0.4703324139118195f, 0.0140281496569514f, -0.0290397517383099f, 0.2700845003128052f, -1.7580339908599854f, -0.0825186297297478f, -0.0155034605413675f, -0.5290063023567200f, -0.0625584274530411f, -0.0505620092153549f, 0.4543069005012512f, 0.2902062833309174f, -0.5657122731208801f, -0.1952331364154816f, 0.4330784082412720f, -0.2766291797161102f, -0.1435235589742661f, 0.0799963548779488f, 0.1795055717229843f, -0.1136198788881302f, 0.1204668805003166f, 0.1271824091672897f, -0.0502328537404537f, -0.0200699921697378f, -0.2441564202308655f, 0.2292335629463196f, 0.2114590108394623f, -0.2961697876453400f, 0.1962105631828308f, -1.2886127233505249f, 0.0270190611481667f, -0.0623738281428814f, 0.1097838506102562f, -0.2632713913917542f, 0.0569144673645496f, -0.1760105341672897f, -0.1303888708353043f, -0.1825494766235352f, -0.1027167886495590f, 0.3277443349361420f, 0.1075458526611328f, -0.6286976337432861f, 0.0771483108401299f, 0.3150310814380646f, -0.0198330841958523f, -0.0408642180263996f, 0.2453792095184326f, 0.0201479289680719f, -0.0873784720897675f, 0.0960814133286476f, 0.2770211100578308f, -0.3087199032306671f, 0.0278256945312023f, -0.2600677609443665f, -4.6141362190246582f, 0.3970987200737000f, -0.2683904767036438f, -0.2214710265398026f, 0.6279229521751404f, -0.2537671923637390f, 0.2017428427934647f, -0.1788091063499451f, -0.1725158840417862f, -0.0605170801281929f, -0.3640137612819672f, 0.1730578988790512f, 1.5833439826965332f, -0.4776481688022614f, 0.3781460523605347f, -0.0189896747469902f, 0.1060544401407242f, 0.1227584630250931f, -0.6074493527412415f, -0.1167052462697029f, -0.1135126054286957f, -0.1376971900463104f, -0.3763317465782166f, 0.2913348078727722f, 0.4785412251949310f, 2.4438712596893311f, -0.1725518554449081f, 0.2001104950904846f, -0.2682885825634003f, 0.0068635251373053f, -0.0562929362058640f, 0.3281936347484589f, 0.2378578782081604f, -0.6875407099723816f, 0.0943206846714020f, 0.0905805006623268f, -0.3495917916297913f, -0.6000638604164124f, 0.2762236595153809f, 0.1120949462056160f, -0.1849085837602615f, -0.0520702078938484f, 0.1358846873044968f, -0.1201239004731178f, -0.5479570031166077f, -0.1570298224687576f, 0.0498909913003445f, -0.1212644949555397f, -0.2444248199462891f, 0.2797782421112061f, 4.9123225212097168f, 0.0873057097196579f, 0.0355823822319508f, 0.0602468401193619f, 0.0049630897119641f, 0.1729788780212402f, 0.4381017088890076f, -0.4212224483489990f, 0.1706955283880234f, 0.1501117497682571f, -0.3067547976970673f, -0.8367545604705811f, -0.4320380985736847f, -0.0982656851410866f, 0.0544916801154613f, 0.0825371816754341f, -0.3455870449542999f, 0.1150974482297897f, -0.7674058675765991f, 0.6660196185112000f, -0.6218196749687195f, 0.2658126950263977f, 0.3626446127891541f, 0.2908075451850891f, 0.0625952109694481f, 4.3475127220153809f, 0.2135279178619385f, 0.2863844037055969f, -0.0689911693334579f, 0.2522473633289337f, -0.1156362965703011f, 0.5144541263580322f, -0.3853789269924164f, -0.0106993857771158f, 0.0615909174084663f, -0.2131418734788895f, -0.4663819968700409f, -1.5164835453033447f, 0.3556308150291443f, 0.4016515016555786f, -0.0688660666346550f, 0.0027324797119945f, 0.2127175033092499f, 0.4327133297920227f, -0.5800922513008118f, -0.4891740381717682f, 0.2346778959035873f, -0.2340007424354553f, -0.0708553493022919f, 0.0262503083795309f, 3.2930309772491455f, -0.0007434732979164f, 0.0037458206061274f, 0.1532468497753143f, 0.2459500581026077f, 0.4576879143714905f, -0.0237907152622938f, -2.2940621376037598f, 0.2476390302181244f, 0.4732235968112946f, -0.6001303195953369f, 0.0339120887219906f, 2.6243717670440674f, 0.1266935616731644f, -0.7536566257476807f, 0.5834664106369019f, 0.5163909196853638f, 0.0467292964458466f, 0.7377868294715881f, 0.1161118596792221f, -1.2897597551345825f, -0.9822244644165039f, -1.5713618993759155f, 0.4796119928359985f, -0.5221843123435974f, 1.5733635425567627f, -0.0830489620566368f, -0.0728491395711899f, -0.3391624987125397f, -0.0250499267131090f, 0.0546145327389240f, 0.1427095532417297f, 0.1354075223207474f, 0.0024072122760117f, 0.1244402602314949f, 0.3360956311225891f, -0.0732475817203522f, -2.2315335273742676f, 0.0602779127657413f, -0.3183481693267822f, -0.0563012510538101f, -0.3310582339763641f, 0.0207943432033062f, -0.1845386177301407f, -0.0941205993294716f, -0.3422338962554932f, 0.0848736166954041f, 0.5138523578643799f, -0.0798928067088127f, 0.0512115806341171f, 1.3428008556365967f, -0.2680534124374390f, -0.6682574748992920f, -0.5298263430595398f, 0.1412558853626251f, 0.3160445094108582f, 0.0381697081029415f, -0.0352890528738499f, 0.2384729683399200f, -0.0553031340241432f, 0.4104660153388977f, 0.8590620756149292f, 2.1283824443817139f, -0.6440500020980835f, -0.0803234502673149f, -0.0818906128406525f, 0.0524999126791954f, -0.0432468988001347f, -0.1345015466213226f, 0.4797594547271729f, -0.1677168607711792f, -1.4279083013534546f, -0.2992129325866699f, -0.0956857427954674f, -0.0940516144037247f, 0.9860250353813171f, 0.1078367531299591f, 0.2481093406677246f, -0.2353802919387817f, -0.1343444287776947f, -0.1521914452314377f, -0.0502250194549561f, -0.0290026236325502f, -0.2334211915731430f, 0.1444112360477448f, 0.0289351809769869f, 0.0856747701764107f, -0.5353673696517944f, 0.2004751414060593f, 0.2049209773540497f, -0.0586800463497639f, 0.1923543810844421f, 0.0276928544044495f, 0.0378462933003902f, -0.2318774610757828f, -0.0807381346821785f, 0.1475221812725067f, -0.1887422055006027f, 0.3092361092567444f, 0.1297438591718674f, 2.5403871536254883f, 0.2409139573574066f, 0.2145299911499023f, 0.1698224991559982f, 0.3831995725631714f, 0.1133752241730690f, 0.3870470523834229f, -0.6342494487762451f, -0.1679275333881378f, -0.1181293800473213f, -0.3463591337203979f, -0.2559256553649902f, -2.7190699577331543f, 0.3134377896785736f, -0.1342437416315079f, -0.1137456819415092f, 0.0260202344506979f, 0.1456034332513809f, 0.2136067301034927f, -0.2208228260278702f, -0.4572198092937469f, 0.8866833448410034f, -0.3469862639904022f, -0.3067166805267334f, -0.2729413211345673f, -1.4966065883636475f, 0.3430936038494110f, -0.1738933920860291f, -0.2722353935241699f, 0.1146065965294838f, -0.2377660423517227f, -0.3445573747158051f, -0.4284462928771973f, 0.4130742251873016f, -0.0597146116197109f, -0.4721607267856598f, 0.2731007039546967f, 1.3875949382781982f, 0.2105656117200851f, 0.0706430077552795f, 0.0896561369299889f, 0.0090529490262270f, -0.1330713778734207f, -0.1672977209091187f, -0.4932508468627930f, 0.4525351226329803f, -1.9611415863037109f, -0.2684890627861023f, 0.1937805414199829f, 0.2549967169761658f, -2.8222184181213379f, -0.9230474233627319f, -2.5009717941284180f, 0.9351903796195984f, -1.6686241626739502f, 1.3056000471115112f, -2.5763738155364990f, 0.1327637135982513f, 0.9249325394630432f, 0.7107031345367432f, 1.6741013526916504f, 0.3254649043083191f, 0.2657146751880646f, -1.9233756065368652f, -1.6136150360107422f, 1.0663703680038452f, -0.3697451055049896f, -1.6319478750228882f, 0.1791522651910782f, 0.4545457959175110f, 1.5765180587768555f, -1.5960600376129150f, 0.8638438582420349f, 0.7624816894531250f, -1.2405974864959717f, -0.1555179804563522f, 0.0962228327989578f, -0.1503744572401047f, -0.0722518712282181f, 0.8458489179611206f, -0.7929329276084900f, -0.1112177595496178f, -0.5823390483856201f, 0.2619748711585999f, -0.2548123598098755f, -1.1748324632644653f, 0.0836275517940521f, 3.2251243591308594f, -0.1898134499788284f, 0.0273571480065584f, 0.2809373438358307f, 0.1020807176828384f, -0.0591194368898869f, -0.7935857176780701f, -0.2600544989109039f, -0.5769445896148682f, -0.5893537998199463f, -0.5174826383590698f, 0.0874004736542702f, 0.4741633534431458f, 7.6118664741516113f, -0.0919555053114891f, 0.2641530930995941f, -0.0972545892000198f, 0.1593421399593353f, -0.2110180705785751f, 0.4213441312313080f, 0.1127225831151009f, -0.2663854956626892f, -0.2291790544986725f, -0.0390929318964481f, -0.6130549907684326f, 0.3928730487823486f, 0.3917396068572998f, 0.5276155471801758f, -0.0009398247348145f, 0.2888995110988617f, 0.3661862611770630f, -0.2579139173030853f, -0.2861767113208771f, -0.5351729393005371f, 0.2003140002489090f, -0.0041256244294345f, -0.0251494050025940f, 0.0210933592170477f, 3.5994982719421387f, 0.2261462360620499f, 0.1393755376338959f, -0.2869482636451721f, 0.0973969101905823f, -0.1693160980939865f, 0.4295679628849030f, 0.2138454020023346f, -0.3013233542442322f, -0.0127668324857950f, 0.1971771717071533f, -0.4096187651157379f, 0.3408953547477722f, 0.5818501710891724f, 0.4164095520973206f, -0.1249651685357094f, 0.0976089239120483f, 0.3732388615608215f, -0.0606972351670265f, -0.5221763253211975f, -0.2965866327285767f, -0.0628625899553299f, -0.0007021587225609f, 0.3263964056968689f, 0.1775832623243332f, -3.1758985519409180f, 0.4284580349922180f, 0.2041513621807098f, 0.2763658165931702f, 0.0411114804446697f, 0.2960012853145599f, -0.3749549090862274f, -0.3871015906333923f, 0.4366810619831085f, 0.1536222547292709f, -0.4490315616130829f, 0.1136404648423195f, 0.8253939151763916f, 0.3875626623630524f, -0.0016584463883191f, 0.1108890101313591f, -0.2314418703317642f, 0.0984780490398407f, 0.1149859130382538f, -1.0066635608673096f, -0.2654913365840912f, -0.9092468023300171f, 0.3983800113201141f, 0.1345786452293396f, -0.6142876744270325f, 1.7368737459182739f, -0.0755802318453789f, -0.0143598886206746f, -0.0569125264883041f, 0.3749828338623047f, -0.1671440750360489f, 0.3182989358901978f, 0.0426955521106720f, -0.2081041038036346f, 0.0732331797480583f, -0.5419937968254089f, -0.2611787021160126f, 0.7155333161354065f, 0.5307643413543701f, 0.0761092752218246f, -0.0723103657364845f, 0.0488796606659889f, 0.2156176567077637f, -0.5380271077156067f, -0.1574674695730209f, -0.4143904447555542f, 0.1238187551498413f, -0.2063382714986801f, 0.1111293062567711f, 0.4454600811004639f, -1.8075464963912964f, 0.2221654355525970f, -0.5236834883689880f, -0.3732566833496094f, 0.1253961622714996f, 0.6490839719772339f, 0.3625596761703491f, 0.1361468136310577f, -0.0019928582478315f, -0.0158752724528313f, 0.2001055479049683f, -0.2085645645856857f, -0.0444033071398735f, -0.3348256349563599f, 0.1477434933185577f, -0.1224471554160118f, 0.2749582529067993f, -0.0543397106230259f, 0.5145409107208252f, -1.2300977706909180f, -0.6856430768966675f, -0.6684533953666687f, 0.1678686738014221f, -0.0787151530385017f, 0.0899935960769653f, 0.2199736833572388f, -0.2066960781812668f, -0.2246060520410538f, 0.0367833077907562f, -0.3874911069869995f, 0.0905046761035919f, -2.7355091571807861f, 0.0883729457855225f, 0.4151702523231506f, 0.1110438033938408f, 0.3016450405120850f, 0.3701267540454865f, -1.6482046842575073f, -0.3536312878131866f, -0.5096774697303772f, 0.2587240338325500f, 0.9238862395286560f, 0.4237575232982635f, 0.6226897239685059f, 0.7109626531600952f, 0.4787846207618713f, -1.2473655939102173f, 0.0515583083033562f, 0.1345580220222473f, -0.1017081961035728f, 2.3363823890686035f, 0.6683751344680786f, -0.3071183860301971f, -0.3672411441802979f, 1.1317665576934814f, 0.0212034061551094f, 0.0787734389305115f, -0.1919746100902557f, -0.1867135018110275f, -0.2425040900707245f, -0.1354030072689056f, 0.5200763344764709f, 2.7862396240234375f, 0.3976922035217285f, 0.6323051452636719f, -0.0630376264452934f, -0.4804017543792725f, -0.0935523062944412f, -2.2655925750732422f, -0.9124672412872314f, -1.0930651426315308f, -0.6733566522598267f, -0.8001334667205811f, 0.4184147417545319f, 0.3917789757251740f, -1.1054271459579468f, -0.2112202495336533f, -0.4210434556007385f, 0.6444375514984131f, -0.9006974697113037f, 0.8649893403053284f, -0.9723567366600037f, -1.2815246582031250f, 0.9718070030212402f, 0.2328884154558182f, 0.2116535604000092f, 0.5437766313552856f, 2.4034657478332520f, 0.0949383154511452f, -0.6017908453941345f, 0.4110456705093384f, 1.2349942922592163f, -0.3054752647876740f, 1.1392022371292114f, 0.0292592179030180f, 0.4661217629909515f, -2.2185351848602295f, 0.3318904042243958f, 0.7711439728736877f, -0.8005815744400024f, -4.4220542907714844f, 0.7122796773910522f, -0.6707584261894226f, -0.3177913725376129f, 0.4101401269435883f, -0.6461087465286255f, -0.6174593567848206f, 0.1548060774803162f, 0.0262406077235937f, -0.0739664956927299f, 0.1830350458621979f, -0.1084597334265709f, -2.5228142738342285f, -0.4440223276615143f, 1.2842092514038086f, -0.4722580313682556f, -0.1894987374544144f, 0.3124286532402039f, 0.3708302676677704f, -0.5733308196067810f, 0.7312179803848267f, 0.4193670153617859f, -0.0614894255995750f, -0.3324055075645447f, 1.3050600290298462f, 0.8670950531959534f, 0.0576667413115501f, -0.0222408119589090f, -0.0845025032758713f, -0.2159292846918106f, 0.4208927154541016f, 0.0729995891451836f, 0.0858134627342224f, -0.0861646607518196f, 0.0054435529746115f, 0.3190390765666962f, 0.1716272979974747f, 0.1856740415096283f, -0.0400329977273941f, 0.1017450615763664f, 0.0733509957790375f, -0.1895193308591843f, 0.1564052700996399f, 0.1149713471531868f, 0.3694878816604614f, -0.1820817738771439f, 0.1563041806221008f, -0.0525811016559601f, -0.1605901122093201f, -0.5026513338088989f, 2.0805246829986572f, 0.1620181053876877f, -0.2103950679302216f, 0.0295698251575232f, 0.1047729030251503f, 0.1152441054582596f, 0.2155034691095352f, 0.0316515639424324f, -0.1551382094621658f, -0.0859913527965546f, 0.0629770457744598f, 0.3074284493923187f, -2.2208511829376221f, -0.1039902046322823f, 0.1816886514425278f, -0.2993946373462677f, -0.3575505018234253f, 0.1564156264066696f, 0.1612064540386200f, -0.6035657525062561f, -0.2286606431007385f, -0.1985873132944107f, 0.1754048913717270f, -0.1714714169502258f, -0.2313130050897598f, -3.5770485401153564f, -3.3536896705627441f, -4.4072790145874023f, -3.7091066837310791f, -4.2137804031372070f, -3.1421401500701904f, -4.1334090232849121f, -3.4744665622711182f, -4.6070485115051270f, -3.7121219635009766f, -4.2734470367431641f, 0.7181396484375000f, -3.5798745155334473f, -4.1542844772338867f, -4.2441749572753906f, -4.4083557128906250f, -4.3378214836120605f, -3.1616387367248535f, -4.2547578811645508f, -3.7733335494995117f, -3.8906121253967285f, -4.1808004379272461f, -4.2249765396118164f, -4.3447442054748535f, 4.3167562484741211f, 4.2275409698486328f, 3.5509829521179199f, 3.5986263751983643f, 3.9801368713378906f, 3.5622377395629883f, 4.0602750778198242f, 3.8961415290832520f, 3.5743331909179688f, 4.2852783203125000f, 3.6805348396301270f, 3.2604076862335205f, 4.7266321182250977f, 3.7189092636108398f, 3.8728818893432617f, 3.5678591728210449f, 3.5239961147308350f, 3.4045612812042236f, 3.7721328735351562f, 2.9355740547180176f, 2.6330370903015137f, 4.0923504829406738f, 3.6018357276916504f, 4.6364331245422363f, -0.0478883348405361f, -0.4605031013488770f, 0.1273502707481384f, 0.1572407484054565f, -0.1463194191455841f, -0.3090939223766327f, 0.0694637671113014f, 0.1553003042936325f, 0.0159565210342407f, -0.1444542407989502f, 0.2940474748611450f, 0.2740068137645721f, -0.5595951676368713f, -0.4481551647186279f, 0.1777066737413406f, -0.1407157778739929f, -0.2737067043781281f, -0.2009659111499786f, -0.1143105030059814f, 0.2050923109054565f, -0.2536995410919189f, 0.4498143792152405f, 0.1115546971559525f, 0.1378243714570999f, -0.1348911523818970f, 0.0017044171690941f, 0.0705074444413185f, -0.0746937543153763f, -0.1268029958009720f, -0.0896917060017586f, -0.0261379405856133f, 0.6460864543914795f, -0.7233890295028687f, 0.0070776678621769f, -0.3093505799770355f, 2.9804859161376953f, -0.2880009412765503f, -0.9981555938720703f, -0.3555262088775635f, -0.4206368327140808f, -0.5980639457702637f, 0.6019409894943237f, 0.3118340671062469f, -0.7435073256492615f, 0.3023015558719635f, -0.0485949479043484f, -0.1004386544227600f, 0.2502706348896027f, 0.0348132885992527f, -0.2389990687370300f, 0.0314182154834270f, -0.0324973277747631f, 0.0472552329301834f, -0.1463956385850906f, 0.0162407662719488f, 0.2802724838256836f, 0.0043948786333203f, 0.0854606106877327f, 0.0135149853304029f, 0.0158816371113062f, -0.4049422144889832f, -0.1107825636863708f, 0.0573450103402138f, -0.0179943460971117f, -0.0177823677659035f, -0.0106626041233540f, 0.0031346902251244f, 0.0225946791470051f, -0.0359022878110409f, 0.2154399156570435f, 0.0005841453676112f, -0.1180650889873505f, 0.0786948576569557f, -0.5288764238357544f, 0.0803275555372238f, -0.0663122087717056f, 0.1352439969778061f, -0.3511719107627869f, 0.0314749740064144f, 0.3829755485057831f, 0.0166721418499947f, 0.2214175015687943f, 0.0304953213781118f, 0.0159237664192915f, -2.2508599758148193f, -0.6841046810150146f, 0.1941861212253571f, -0.0411812886595726f, -0.0712865069508553f, -0.0152455316856503f, 0.0041130576282740f, 0.0938366279006004f, -0.0464916899800301f, 0.4627795517444611f, 0.0011811917647719f, -0.2103119790554047f, -0.5099634528160095f, -0.1232783272862434f, 0.4959490895271301f, 0.2808390259742737f, 0.2628213763237000f, 0.2128546535968781f, -0.4126639366149902f, 0.1227431297302246f, 0.3106313645839691f, 0.3110287785530090f, -0.1319033801555634f, -1.1094224452972412f, 0.0502338632941246f, -0.5074225664138794f, 0.3097894489765167f, -0.2454304099082947f, -0.1247733384370804f, -0.3910671174526215f, 0.3952075839042664f, -0.0971890762448311f, 0.2082541882991791f, 0.4029285311698914f, -0.3099379539489746f, -0.2450408786535263f, -0.1315523386001587f, -0.0006261827074923f, -0.2582720518112183f, -0.0008877734071575f, 0.4150935113430023f, -0.3692936003208160f, 0.5740954279899597f, -0.3150782585144043f, -0.2359920740127563f, -0.6454752087593079f, 0.8155373930931091f, 0.3359858691692352f, 0.2474650442600250f, 0.0772229507565498f, -0.0699826851487160f, -0.5913844704627991f, -0.8163781762123108f, -0.0268075894564390f, -0.3282446265220642f, -0.1346390098333359f, 0.4140945076942444f, 0.1184404194355011f, 0.5462102890014648f, 0.1551320850849152f, 0.0805414393544197f, -0.1533078849315643f, 0.3333875238895416f, 0.3059208095073700f, -0.1395678967237473f, 0.1224222481250763f, 0.3475280106067657f, 0.2301474511623383f, 0.0523288920521736f, -0.1890446096658707f, 0.4642477333545685f, -0.1605455279350281f, 0.0972493067383766f, -0.1123989298939705f, 0.0133003601804376f, 0.0486169196665287f, -0.0693402066826820f, 0.0828466862440109f, -0.5905010104179382f, 0.6746973395347595f, -1.0084941387176514f, 0.4089202880859375f, 0.3496617376804352f, 0.4538494646549225f, 0.0924598723649979f, -0.0034554949961603f, -0.0927010402083397f, -0.0897815600037575f, -0.1516827344894409f, -0.2636948525905609f, 0.1140530183911324f, -0.5517675876617432f, -0.1847511678934097f, 0.0527660101652145f, 0.0535085685551167f, -0.6631445884704590f, 0.0120959710329771f, 0.0676118060946465f, 0.3182201683521271f, 0.0386196523904800f, 0.1853922903537750f, -0.1789866983890533f, -0.1094367727637291f, -0.7748025655746460f, -0.4240719676017761f, -0.1684910953044891f, 0.3531082570552826f, 0.0282824635505676f, 0.2577657401561737f, 0.4455934464931488f, -0.0042224857024848f, 0.3298919200897217f, -0.4121924042701721f, 0.2266861945390701f, -0.0985687598586082f, -0.1560246646404266f, -0.2571349740028381f, -0.1702522933483124f, -0.5334021449089050f, 0.0891997069120407f, 0.7859170436859131f, 0.5215425491333008f, -0.4941930174827576f, 0.5514796972274780f, 0.0490968525409698f, -0.3140164613723755f, -0.6626597642898560f, -0.5594390630722046f, 0.4791563153266907f, -0.3474088907241821f, 0.6149983406066895f, 0.5449395179748535f, -0.7096330523490906f, -0.4349941909313202f, 0.6919514536857605f, 0.2253116965293884f, -0.2243059277534485f, -1.0603692531585693f, -0.7974285483360291f, 0.2651258111000061f, 0.1132943704724312f, 0.3571173250675201f, 0.8402689099311829f, -0.1084166839718819f, 0.0715269520878792f, -0.4947268664836884f, 0.6041535139083862f, 0.4148640036582947f, 0.1881379932165146f, 0.3586440086364746f, 0.0250286869704723f, -0.5262081623077393f, -0.1437038034200668f, -0.5752384066581726f, -0.3070509433746338f, -0.3226996660232544f, 0.1556210070848465f, 0.3295260965824127f, -0.0500437170267105f, -0.1007031202316284f, 0.0928753390908241f, 0.1799594610929489f, 0.0596821978688240f, 0.1092123538255692f, 0.1904273629188538f, 0.1185676753520966f, -0.2374645024538040f, -0.4008899033069611f, 0.2860569953918457f, -0.0370055511593819f, 0.0180479269474745f, 0.0932569876313210f, 0.0541724674403667f, 0.0699426233768463f, 0.0168766453862190f, 0.0747124999761581f, -0.1887980997562408f, 0.1027661040425301f, -0.2552863359451294f, -0.0809502005577087f, 0.0687654614448547f, 0.1183653250336647f, 0.1437701433897018f, -0.1582496464252472f, 0.1349569261074066f, -0.5857056379318237f, 0.1100729778409004f, 0.3545008301734924f, -0.0524915270507336f, -0.0545262210071087f, -0.1523599475622177f, 0.3426884412765503f, 0.1998182088136673f, 0.2907483875751495f, -0.1080207899212837f, -0.2017305195331573f, -0.1705586016178131f, -0.6449316740036011f, -0.1762579977512360f, -0.2578878104686737f, -0.0298664085566998f, -0.1213372722268105f, -0.1224309504032135f, 0.1110152304172516f, -0.0155439097434282f, 0.5414785146713257f, 0.0908507108688354f, 0.0724690407514572f, -0.3841033279895782f, 0.2809865176677704f, -0.1462126076221466f, -0.5278930664062500f, 0.1939412802457809f, -0.2229105979204178f, -0.4465048015117645f, 0.6405402421951294f, 0.7563554644584656f, 0.3518261015415192f, -0.2828328311443329f, 0.1422876417636871f, 0.1683554798364639f, 0.2415064722299576f, -0.2385091930627823f, -0.1106494665145874f, 0.5112857222557068f, -0.3382844924926758f, 0.2889729440212250f, 0.2555647790431976f, -0.1053968444466591f, -0.0308841578662395f, 0.4711414873600006f, -0.1235388219356537f, -0.5234942436218262f, -0.3220242261886597f, -0.0695662200450897f, -0.6040276288986206f, 0.0296660196036100f, -0.2598401606082916f, 0.0714231878519058f, 0.6647661924362183f, -0.1819739639759064f, -0.0068193557672203f, 0.2626882791519165f, -0.0459224171936512f, 0.1384029537439346f, -0.9730591773986816f, 0.5530658960342407f, -0.5048903226852417f, 0.0906578078866005f, -0.0785785689949989f, -0.2672066688537598f, 0.3463276922702789f, -0.0810423493385315f, -0.3098863661289215f, -0.1750583946704865f, -0.5202543139457703f, -0.1299053579568863f, -0.7726128697395325f, 0.3791592121124268f, -0.1422974914312363f, -0.0290541201829910f, 0.2808239758014679f, -0.2689719200134277f, 0.1122049540281296f, -0.4324690401554108f, -0.3074279129505157f, -0.0529043227434158f, 0.0761329531669617f, -0.3814029395580292f, 1.0127547979354858f, -1.0885646343231201f, -0.4060138463973999f, 0.4800525307655334f, 0.1335280090570450f, 0.0144950160756707f, -0.1917038708925247f, 0.4605241417884827f, -0.0091634662821889f, 0.6206452250480652f, -0.1259987950325012f, -0.0066887605935335f, -0.8756542205810547f, -0.1434327363967896f, -0.1655030548572540f, -0.0653154253959656f, -0.0606728084385395f, 0.4344295263290405f, -0.0782385692000389f, 0.1479403674602509f, 0.2890215218067169f, -0.7607132792472839f, -0.6215587258338928f, -0.2225526869297028f, 0.6250320076942444f, -0.0577726736664772f, -0.2531565725803375f, 0.5285242199897766f, -0.3328817486763000f, -0.2938776016235352f, -0.4194594621658325f, -0.1505710184574127f, -0.2446438372135162f, 0.0381015390157700f, 0.1478553712368011f, -0.1046861186623573f, -0.9092587232589722f, -0.2752147912979126f, 0.1812611520290375f, 0.0868061631917953f, -0.2588023543357849f, 0.1269872784614563f, -0.5153473615646362f, 0.1474886983633041f, 0.2446860373020172f, -0.1732910275459290f, 0.0218738336116076f, 0.3242703974246979f, 0.0206544604152441f, -0.5003872513771057f, 0.2240023165941238f, -0.1321081668138504f, 0.0778331682085991f, -0.1759859025478363f, 0.2899251580238342f, -0.1464117169380188f, -0.0421533100306988f, -0.1135832890868187f, 0.1935654133558273f, 0.3615925610065460f, -0.4808438718318939f, 0.0412831045687199f, -0.0567144490778446f, -0.1512397378683090f, -0.2549523115158081f, -0.3099668622016907f, 0.1323778480291367f, -0.1103215068578720f, -0.1336933225393295f, 0.2935757040977478f, 0.0018855489324778f, 0.2112889140844345f, 0.0210948996245861f, 0.0988038480281830f, 0.0979122146964073f, 0.2492038458585739f, -0.0130993416532874f, -0.0178263708949089f, 0.0054101422429085f, 0.2709207236766815f, 0.1238399446010590f, -0.0213255546987057f, 0.3333053290843964f, -0.1094298735260963f, 0.1682479232549667f, -0.0926528871059418f, 0.0735263600945473f, -0.0145758511498570f, -0.1787118911743164f, -0.2417148649692535f, -0.3794705867767334f, 0.2426922917366028f, 0.2913261055946350f, -0.2511431574821472f, 0.2938812375068665f, 0.2819563746452332f, -0.1837953180074692f, -0.2805964052677155f, -0.0645999535918236f, -0.0820473805069923f, -0.1478468477725983f, 0.0782185271382332f, -0.1308408975601196f, -0.2876295149326324f, -0.2025005966424942f, 0.1923179924488068f, 0.1959640085697174f, 0.3139632046222687f, -0.3114348351955414f, -0.1793331056833267f, 0.4513488113880157f, 0.3680599033832550f, -0.1865395158529282f, 0.1956592798233032f, -0.1435193866491318f, -0.0164529588073492f, -0.2402433604001999f, -0.1580758094787598f, -0.2374412715435028f, 0.1820490360260010f, -0.2974674701690674f, -0.6324115395545959f, -0.8652626276016235f, 0.0788621455430984f, -0.2419195473194122f, -0.2317558079957962f, -0.0046200035139918f, 0.0849735960364342f, -0.1407234817743301f, -0.0532814711332321f, 0.0357573665678501f, -0.0609799921512604f, -0.1966078430414200f, -0.0877093300223351f, 0.4815045297145844f, -0.1170487329363823f, -0.3975169658660889f, -0.1717556715011597f, 0.4019400775432587f, -0.2686490118503571f, 0.0201634839177132f, 0.1757864505052567f, -0.0393431149423122f, -0.0398233644664288f, -0.0729641169309616f, 0.0658287927508354f, -0.0844148099422455f, -0.1741815209388733f, 0.2109525650739670f, 0.3229543864727020f, -0.0364093817770481f, 0.0094054564833641f, 0.0844487249851227f, 0.1063382178544998f, 0.0570333264768124f, 0.6968826651573181f, 1.2946372032165527f, 0.2561282813549042f, 0.0868357047438622f, 0.0382961072027683f, 0.0669614225625992f, -0.0783482566475868f, 0.0837333276867867f, -0.0309809837490320f, -0.1134927570819855f, -0.0300310049206018f, 0.0363984107971191f, 0.1668491810560226f, 0.1270934343338013f, -0.2246003299951553f, -0.1668633818626404f, -0.6057926416397095f, 0.1338934898376465f, 0.1102383285760880f, -0.1117165461182594f, -0.0403207018971443f, 0.0486732125282288f, 0.0916237235069275f, 0.4654433429241180f, -0.1814520210027695f, 0.4092951118946075f, -0.3447994589805603f, -0.0874229744076729f, -0.1417106688022614f, -0.2457603216171265f, -0.0480407029390335f, -1.0243905782699585f, 0.0860999524593353f, -0.2686477899551392f, -0.0002082004939439f, -0.0214078910648823f, 0.0896929278969765f, -0.1210264340043068f, 0.0398208610713482f, -0.3700317442417145f, -0.5897076725959778f, 0.1110081225633621f, -0.0233961399644613f, 0.5252254605293274f, -0.0517800711095333f, -0.0764484554529190f, -0.0636403784155846f, -0.1711868643760681f, 0.2044985592365265f, -0.0485530011355877f, -0.0204713977873325f, -0.4903884530067444f, -0.5840172767639160f, -0.3360745012760162f, -0.3042998611927032f, -0.4186033308506012f, -0.1947015374898911f, -0.2499147355556488f, 0.2562277019023895f, -0.1714530587196350f, -0.2355559319257736f, -0.5905042886734009f, -0.2064549475908279f, -0.0699824541807175f, 0.3510562777519226f, -0.0904739648103714f, 0.9428728818893433f, -0.3812941312789917f, 0.0094133093953133f, -0.6804405450820923f, 0.6458201408386230f, -0.3309103548526764f, 0.4592895805835724f, -0.8555672168731689f, 0.4045478105545044f, 0.8274193406105042f, 0.2509249746799469f, 0.6964655518531799f, -0.3438614606857300f, 1.9131140708923340f, -1.1014463901519775f, -1.0186722278594971f, 0.3214769661426544f, 0.0573541410267353f, -0.5508825182914734f, 0.0071040438488126f, 0.4291910529136658f, -0.2570236325263977f, 0.4953309893608093f, 1.3347406387329102f, 0.7964122891426086f, 0.0294587258249521f, 0.6813189983367920f, 0.8329743742942810f, -0.3262118697166443f, -0.4551708996295929f, 0.0893771350383759f, 0.7920868992805481f, 0.6499024033546448f, -0.2704327702522278f, 0.1413220316171646f, -0.2006015479564667f, 0.5370618700981140f, -0.6869952082633972f, -0.0431455187499523f, 0.4733400046825409f, -0.3051854074001312f, -0.4254705905914307f, 0.4193469285964966f, 0.3068336248397827f, 0.5154539346694946f, 1.0894216299057007f, -0.8599275350570679f, 0.3241333365440369f, -0.1779925227165222f, -0.5069849491119385f, -0.0916191786527634f, -0.0915641188621521f, -0.4362797141075134f, 0.3992627561092377f, -0.2727925777435303f, 0.1395879089832306f, -0.2011670470237732f, -0.0636936724185944f, 0.0137707442045212f, -0.5987129211425781f, -0.3090083897113800f, -0.1238134875893593f, 0.3394481539726257f, 0.5553344488143921f, -0.6940697431564331f, 0.2155615240335464f, 0.0318451076745987f, 0.1312161237001419f, -0.2734176516532898f, -0.7551304101943970f, 0.7759010195732117f, -0.6449130773544312f, 0.1360422521829605f, 0.3865574598312378f, -0.1897819936275482f, 0.0214299242943525f, -0.3080749511718750f, 1.2168493270874023f, -0.9143616557121277f, -0.6352270841598511f, -0.6346628069877625f, 0.5778445601463318f, 0.1776736229658127f, -0.9946184754371643f, 0.4541442990303040f, -0.4778782129287720f, 0.0498764440417290f, -0.2340169548988342f, -0.3226498067378998f, 0.3632045686244965f, 0.7469033598899841f, 0.3380582332611084f, -0.3942472040653229f, -0.2260307222604752f, -0.7045059800148010f, -0.3852535784244537f, 0.3116746842861176f, 0.3954181969165802f, -0.0883889719843864f, 0.1281742006540298f, -0.4029861092567444f, -0.1262482255697250f, 0.1577729880809784f, 0.7008622288703918f, 0.0088007319718599f, -0.1295546591281891f, 0.2502313256263733f, 0.1448516398668289f, 0.0140934744849801f, -0.7591791749000549f, 0.1342061907052994f, 0.0698536932468414f, 0.0109013058245182f, 0.1474416553974152f, 0.1859996169805527f, -0.1817367374897003f, 0.0276282653212547f, -0.0185419060289860f, 0.2145324349403381f, 0.1382126659154892f, 0.2698526680469513f, 0.7008063197135925f, 0.1268418133258820f, -0.0132699254900217f, 0.3833102285861969f, -0.0958094224333763f, -0.0294635314494371f, -0.8657738566398621f, -0.0803629979491234f, 0.2142542004585266f, -0.0593106858432293f, -0.1505899727344513f, -0.0951451808214188f, 0.0217887833714485f, 0.2267459332942963f, 0.1542504280805588f, 0.0108804171904922f, -0.2457497864961624f, -0.0743496268987656f, -0.3146976530551910f, 0.0996996089816093f, -0.0923159122467041f, 0.4843037426471710f, -0.1248729974031448f, 0.0965972617268562f, 0.0869703516364098f, 0.2466250061988831f, 0.1301575750112534f, 0.1772854030132294f, 0.2815626263618469f, 0.0883782729506493f, 0.2732185721397400f, -0.0448014289140701f, -0.0734457373619080f, 0.2801739275455475f, -0.0785443782806396f, 0.0452015548944473f, -0.5650857686996460f, 0.1123086288571358f, -0.0699691846966743f, -0.0462508164346218f, -0.1667592674493790f, 0.2772358357906342f, -0.0606738179922104f, -0.0150812696665525f, -0.4684415757656097f, 0.1533204615116119f, 0.1548507511615753f, 0.2119000852108002f, 0.3179209828376770f, 0.1915244162082672f, 0.1398035883903503f, -0.1022762805223465f, -0.1287950873374939f, -0.0511810109019279f, -0.7201074957847595f, 0.2114942967891693f, -0.1164260506629944f, -0.2529778778553009f, -0.2229748219251633f, -0.6458949446678162f, -0.0416885353624821f, 0.0279293842613697f, 0.3519616127014160f, 0.4199601709842682f, -0.3788475692272186f, -0.2622933983802795f, 0.0503694340586662f, 0.2232291847467422f, -0.5870421528816223f, -0.0788984224200249f, 0.0130201503634453f, -0.0066022071987391f, 0.1058318316936493f, -0.0320764258503914f, 0.0902275070548058f, 0.0354751795530319f, -0.3242141902446747f, 0.1404608488082886f, 0.1747351735830307f, -0.0674651414155960f, -0.3369153439998627f, 0.2082716226577759f, -0.0495302304625511f, -0.0509281456470490f, -0.1744396090507507f, -0.1539286971092224f, -0.1590749770402908f, 0.0699482932686806f, 0.0684203431010246f, 0.0133117055520415f, 0.3165205717086792f, 0.0644271373748779f, -0.2888003289699554f, -0.0845697596669197f, -0.0342462547123432f, -0.0243177488446236f, -0.0232114344835281f, 0.5277227163314819f, -0.1949116885662079f, 0.3990941047668457f, -0.0442420579493046f, 0.8371717929840088f, -0.3949204981327057f, 0.0488567352294922f, -0.6588047146797180f, -0.1047951877117157f, 0.1685046404600143f, 0.0876819863915443f, -0.1183761805295944f, -0.0381380952894688f, 0.0234628971666098f, 0.2332331538200378f, -0.4481461346149445f, -0.3446487784385681f, 0.0929009616374969f, -0.3660524189472198f, 0.0415044464170933f, 0.3639097213745117f, -0.3102199435234070f, 0.1746703535318375f, -0.2818614542484283f, 0.3078942894935608f, -0.6315706968307495f, 0.3327934741973877f, -0.1537753343582153f, 0.0472782626748085f, -0.7253506183624268f, -0.0461014471948147f, 0.3553999066352844f, 0.4088357388973236f, -0.1910198479890823f, 0.1055734083056450f, -0.3551282882690430f, -0.0774172469973564f, -0.0558476522564888f, 0.4514892995357513f, -0.2521710395812988f, -0.4692680239677429f, 0.1210579648613930f, 0.0727374404668808f, 0.3236624300479889f, -0.4403754174709320f, 0.0932285264134407f, 0.0697630867362022f, -0.1355644166469574f, -0.0063782017678022f, 0.0695379227399826f, 0.2222720682621002f, -0.1628793030977249f, 0.0531109310686588f, 0.0722701773047447f, 0.1663051247596741f, 0.3893114626407623f, 0.1961091756820679f, -0.2488027215003967f, 0.5008733272552490f, 0.0221910048276186f, 0.0490011088550091f, 0.3861890435218811f, -0.4109849631786346f, -0.3469063341617584f, -0.3632224500179291f, 0.1177283152937889f, 0.1070979833602905f, -0.0449774637818336f, 0.2702497541904449f, 0.1216127127408981f, -0.6939331889152527f, 0.2952066063880920f, 0.5109938979148865f, -0.1544717103242874f, 0.0765013247728348f, -0.3220861554145813f, 0.2920522987842560f, -0.4421087801456451f, 0.0940266251564026f, 0.2456156760454178f, -0.0861024633049965f, -0.0137611534446478f, 0.0034584798850119f, -1.2105973958969116f, -0.0630225986242294f, -0.0292530320584774f, -0.0234668236225843f, -0.4513331949710846f, -0.1141191720962524f, -0.2590308189392090f, -0.7886923551559448f, 0.1416625231504440f, -0.0455789454281330f, 0.0447189621627331f, 0.3919189870357513f, -0.1168603971600533f, -0.5765039324760437f, 0.4872214496135712f, 0.2198202461004257f, -0.1817391514778137f, 0.1659898012876511f, -0.1210702136158943f, 0.0208871196955442f, 0.3695004284381866f, 0.4629049003124237f, -0.1662154197692871f, 0.1721357703208923f, -0.2430086731910706f, 0.1214370131492615f, 0.3682659864425659f, 0.2438054233789444f, -0.2822322249412537f, -0.0299131702631712f, -0.1987364441156387f, 0.0396962128579617f, 0.4125508069992065f, 0.2615351378917694f, 0.0668251439929008f, -0.6667090058326721f, -0.2661702334880829f, -1.0687443017959595f, -0.6011318564414978f, -0.3710954785346985f, 0.2563537359237671f, -0.5172296166419983f, -0.9761030673980713f, -0.1047918796539307f, 0.2252174913883209f, 0.2849448323249817f, -0.4530338346958160f, -0.2283737510442734f, 3.4722318649291992f, -0.8233656883239746f, 0.1338212788105011f, -0.3213342726230621f, -0.7112274169921875f, -0.0277370400726795f, -0.1098654493689537f, 0.8530048727989197f, -0.8889346718788147f, 1.8187872171401978f, -0.3617397844791412f, 0.2479341179132462f, 0.9783022999763489f, 0.0711794868111610f, 0.6111890673637390f, -1.8691371679306030f, -0.4094778001308441f, -0.5014998912811279f, -0.3466764688491821f, -0.2210600972175598f, -0.2538900077342987f, -0.2869157493114471f, -0.9948353171348572f, 0.5004786252975464f, -1.8079127073287964f, 0.6622315049171448f, 0.4542798697948456f, 0.2203160226345062f, 1.5829925537109375f, 1.3036627769470215f, 0.7823151350021362f, -0.7550739049911499f, 1.3831127882003784f, -2.1669855117797852f, -0.0612868331372738f, 0.7882762551307678f, -0.0653214603662491f, 0.7717352509498596f, 0.0827244296669960f, -0.2587598562240601f, 0.3526419103145599f, -0.1348467618227005f, 0.1388800740242004f, 0.4304073452949524f, -0.7671651244163513f, 0.0132181346416473f, -0.0875847414135933f, -0.1210379451513290f, 0.7150874733924866f, 0.1728895008563995f, 0.4118437767028809f, -0.2757800519466400f, 0.0656388774514198f, 0.1238654032349586f, 0.1787449270486832f, -0.6367720961570740f, -0.2327623069286346f, -0.1839154213666916f, -0.3397896587848663f, -0.0301292501389980f, 0.4341689050197601f, 0.1320602744817734f, -0.0662733986973763f, 0.2161710262298584f, 0.2748703360557556f, -0.2489592432975769f, -0.0498239360749722f, -0.5244380235671997f, -0.8669948577880859f, 0.4076478481292725f, 0.5713768601417542f, -0.1875877827405930f, 0.2276393920183182f, 0.1658642292022705f, 0.0195044912397861f, -0.0707096233963966f, 0.0385320186614990f, 0.2350615411996841f, 0.4302477240562439f, -0.0140621569007635f, -0.0276094693690538f, -0.2549503743648529f, -0.1966237425804138f, 0.0064003844745457f, 0.6773918271064758f, -0.1422361135482788f, -0.6310063600540161f, 0.2363294064998627f, -0.3019554913043976f, -0.1298492252826691f, -0.4006209969520569f, -0.1875980645418167f, 0.5110660791397095f, 0.2429332882165909f, -0.0280067026615143f, -0.0984271168708801f, 2.5493438243865967f, -0.3724481761455536f, -0.3283046185970306f, 0.2559559047222137f, 0.1814140230417252f, -0.4708448648452759f, -0.3734663724899292f, 0.4051504135131836f, 1.5088412761688232f, -1.3608914613723755f, 0.2528891861438751f, 0.2334703356027603f, 0.3762503564357758f, -0.0630974993109703f, 0.3392451107501984f, 0.1493225395679474f, 0.0815913826227188f, -0.0261849742382765f, -0.1908423900604248f, 0.0127488132566214f, -0.3026172518730164f, -0.1266561448574066f, -0.2314082086086273f, 0.4212130904197693f, -0.3676225841045380f, 0.2785925567150116f, 0.2317101061344147f, 0.9812971353530884f, -0.3326624333858490f, -0.5273278355598450f, -0.7020574212074280f, 0.5599890351295471f, 1.0493800640106201f, -0.1333196759223938f, 0.0493133217096329f, 0.5091276168823242f, -0.0428483076393604f, 0.2991782724857330f, 0.4583112895488739f, -0.0389143899083138f, -0.5799219012260437f, 0.7706199884414673f, -0.4506193101406097f, 0.2215992957353592f, -0.0045608370564878f, 0.2921413183212280f, 0.9203600287437439f, -0.2051683217287064f, -0.0295658092945814f, 0.2356081902980804f, -0.3069392144680023f, 0.2126459330320358f, 0.1497165411710739f, -0.4192104041576385f, 0.4270024299621582f, 0.0534054413437843f, 0.0270542856305838f, 0.5750212073326111f, 0.0343567356467247f, -0.3015544116497040f, -0.4530352056026459f, 0.0646412894129753f, 0.2282896041870117f, 0.5742148756980896f, 0.0099633596837521f, -0.0443229451775551f, 0.2023871243000031f, 0.1234241202473640f, 0.0877856314182281f, 0.3266662955284119f, -0.2822308540344238f, 0.3776197433471680f, 0.0483662858605385f, 0.7029853463172913f, 0.3697718977928162f, -0.0475921966135502f, -0.3983400464057922f, -0.1729322820901871f, 0.1051734834909439f, 0.2835234105587006f, -0.1816971302032471f, 0.2348698526620865f, 0.0647634342312813f, -0.3589619398117065f, -0.2724784910678864f, -0.0183809697628021f, 0.0766881257295609f, -0.1680577695369720f, 0.2908987104892731f, -0.2691932618618011f, -0.4651404619216919f, 0.0079826163128018f, -0.1768166571855545f, 0.1887798160314560f, -0.1849495321512222f, 0.0301525667309761f, 0.0530173033475876f, 0.1869350671768188f, 0.2907291352748871f, -0.2495542764663696f, -0.1493789851665497f, 0.1578584760427475f, 0.0654502883553505f, -0.1654351651668549f, -0.0558370128273964f, -0.0972852110862732f, -0.1313823461532593f, 0.3994122147560120f, 0.2287988066673279f, -0.0019592291209847f, -0.0666037127375603f, -0.0184846073389053f, 0.0491916984319687f, -0.3929594159126282f, -0.2158697843551636f, -0.0445890761911869f, -0.1628129780292511f, 0.1511191129684448f, -0.0316122956573963f, 0.1890018135309219f, 0.1327155232429504f, -0.0922366678714752f, -0.0338578037917614f, 0.2493950277566910f, -0.0211556088179350f, -0.1424189060926437f, -0.2030888050794601f, -0.3224163353443146f, -0.0504959449172020f, -0.0629161596298218f, -0.1174899339675903f, -0.1426526010036469f, 0.0620619133114815f, 0.1617462486028671f, 0.1546501815319061f, -0.1410878300666809f, -0.0901839286088943f, 0.1132841408252716f, 0.1776892542839050f, -0.3400985598564148f, -0.0780180469155312f, 0.2556171417236328f, -0.0535765103995800f, -0.4454008340835571f, -0.0850513428449631f, 0.3763752281665802f, 0.1254839450120926f, -0.0661514922976494f, 0.2402910590171814f, 0.1314952820539474f, 0.0543854385614395f, 0.2024577260017395f, -0.3673114776611328f, 0.4929739832878113f, -0.2850627005100250f, 0.3558898866176605f, 0.0551673881709576f, -0.5888780951499939f, -0.1112925186753273f, 0.2986673712730408f, 0.0780372247099876f, 0.3239250779151917f, -1.1229412555694580f, 0.1639237105846405f, 0.2052571624517441f, 0.2797575294971466f, -0.3609429597854614f, 1.1957901716232300f, 0.0073417359963059f, 0.2996194064617157f, -0.0664675608277321f, -0.0590554103255272f, -0.1881938278675079f, -0.3233462572097778f, -0.4276044666767120f, -0.3863928914070129f, -0.5242529511451721f, 0.1288419216871262f, -0.2488694041967392f, 0.1333796381950378f, 0.0209031384438276f, 0.1026580780744553f, 0.1631463766098022f, -0.3468611538410187f, 0.2551182508468628f, -0.2498138695955276f, 0.5138455033302307f, -0.0964414104819298f, -0.1225670278072357f, -0.1661078482866287f, -0.5845011472702026f, -0.1198979690670967f, -0.1185151860117912f, 0.5602027773857117f, 0.2248694598674774f, -0.2646226584911346f, -0.1616347432136536f, 0.3196301460266113f, -0.0148090571165085f, -0.1230183020234108f, -0.2053768336772919f, 0.1125767305493355f, -0.2171820104122162f, -0.0413993448019028f, 0.0572843663394451f, -0.2974418997764587f, 0.0223290547728539f, 0.2483057975769043f, -0.0682891383767128f, -0.4882099628448486f, -0.4851542711257935f, 0.2898688316345215f, 0.9603116512298584f, 0.0983774438500404f, -0.0298187062144279f, -0.0167355909943581f, 0.1143606826663017f, 0.2954840064048767f, -0.0182234272360802f, -0.0668383166193962f, 0.7310746908187866f, 0.8342067003250122f, -0.0694085508584976f, -0.3556479513645172f, -0.0412380024790764f, -1.2445256710052490f, -0.1171616241335869f, 0.3750059008598328f, 0.0891274362802505f, 0.0957263261079788f, 0.3003936707973480f, 0.3460576534271240f, 0.0081513430923223f, 0.0165853872895241f, 0.6779677271842957f, -0.4916289150714874f, -0.0325429290533066f, 0.1536154896020889f, -0.0734314024448395f, -0.0350639522075653f, -0.7991351485252380f, 0.4651991426944733f, -0.1620285511016846f, 0.0646652877330780f, -0.0615061782300472f, 0.0389114879071712f, 0.0192001983523369f, 0.4606018364429474f, -0.5268618464469910f, 0.6979516744613647f, -0.0780137628316879f, -0.4880067408084869f, -0.2176204770803452f, -0.6934407353401184f, 0.1455810070037842f, -0.1042486652731895f, 0.2424720078706741f, 0.1334406584501266f, 0.9442120194435120f, 0.4939731061458588f, -0.2262450605630875f, -0.2507153153419495f, -0.5881659388542175f, 0.1442462950944901f, 0.0997155979275703f, 0.3006626963615417f, -0.1059283763170242f, -0.3226221501827240f, 0.0895509645342827f, -0.0291010886430740f, 0.2989163994789124f, -0.0781130716204643f, 0.1586186140775681f, 0.0669040828943253f, 0.1397491246461868f, 0.5176234841346741f, 0.1249167919158936f, 0.3381043970584869f, 0.3758234381675720f, 0.2759560346603394f, 0.3169528245925903f, -0.0925217792391777f, 0.3330132961273193f, 0.2795437276363373f, -0.0929512679576874f, -0.0010349367512390f, -0.0410381034016609f, -0.1255855262279510f, -0.5483295917510986f, 0.1808154731988907f, -0.1114597022533417f, 0.0453231967985630f, -0.4594241976737976f, 0.1823266148567200f, 0.1845790892839432f, -0.4254648685455322f, 0.2229580879211426f, -0.4329637885093689f, 0.2359220981597900f, 0.2142120003700256f, 0.5973510742187500f, 0.1985779106616974f, 0.0141063947230577f, -0.0335299856960773f, -0.0292729251086712f, -0.3704132139682770f, 0.0009222290245816f, 0.2077418714761734f, -0.3409152626991272f, -0.5065515041351318f, -0.0706212222576141f, -0.1861748695373535f, -0.3996264636516571f, -0.0132020609453321f, 0.0349423475563526f, 0.2190018445253372f, 0.2952402532100677f, 0.0824657678604126f, 0.1875493228435516f, 0.0610847845673561f, -0.5524590015411377f, -0.3114198744297028f, -0.1769044101238251f, 0.0205622278153896f, -0.2237962633371353f, 1.0683945417404175f, -0.8907706737518311f, 0.5672227740287781f, -0.5825833678245544f, 0.1019214168190956f, -1.3135840892791748f, 0.5662982463836670f, 1.2397655248641968f, 0.2068089693784714f, -0.0508012771606445f, 0.6962518692016602f, 1.1119780540466309f, -0.6598203778266907f, -0.6069148778915405f, 0.5346646308898926f, -0.2540019154548645f, -0.7636907100677490f, -0.2387666106224060f, -0.3295311927795410f, 0.6540442109107971f, -1.6145132780075073f, 1.2911307811737061f, 1.2599908113479614f, -0.1287018805742264f, 1.6544234752655029f, 0.7836000919342041f, -0.0907101407647133f, -0.6038657426834106f, 0.2503931820392609f, 1.6073024272918701f, 1.0812216997146606f, 0.0382386595010757f, 0.5661543607711792f, -0.1302122026681900f, -0.6554849147796631f, -0.8998619914054871f, -0.1644405126571655f, 0.4963732361793518f, -1.1906073093414307f, -0.4647843837738037f, -0.0567448735237122f, 0.5319308638572693f, 0.3763753473758698f, 1.0631457567214966f, 0.0836334973573685f, 0.8144845366477966f, -0.2607363760471344f, -0.1254869699478149f, 0.1909898668527603f, 0.0522480532526970f, 0.0579485781490803f, -0.0011009692680091f, 0.2036530524492264f, -0.2088446468114853f, -0.0864312127232552f, 0.2630740106105804f, 0.1145207434892654f, 0.2253738790750504f, 0.0438199788331985f, -0.0975294783711433f, 0.0349904447793961f, -0.2334394305944443f, 0.1293214857578278f, -0.0528039336204529f, 0.2154014557600021f, -0.0307025052607059f, -0.1863528937101364f, -0.0419513583183289f, 0.2004716098308563f, 0.0578459426760674f, -0.1623324900865555f, -0.1676186770200729f, 0.1388514935970306f, -0.0217840448021889f, 0.2257482260465622f, -0.0039973161183298f, -0.2383580654859543f, -0.3912435472011566f, 0.2537644505500793f, 0.3262116611003876f, -0.0268579255789518f, -0.3081837296485901f, -0.1058148071169853f, 0.4541089534759521f, 0.2154206782579422f, 0.1591872721910477f, 0.0630471035838127f, -0.2462202608585358f, -0.4729474782943726f, -0.6405259370803833f, -0.1152311265468597f, -0.2259069532155991f, -0.0026485593989491f, 0.1287888586521149f, -0.2335917353630066f, 0.1515566408634186f, 0.0973711609840393f, 0.2692356109619141f, -0.0137264663353562f, -0.4534346163272858f, 0.0128911370411515f, -0.1549757570028305f, 0.0014368713600561f, -0.5021004676818848f, 0.1518847793340683f, 0.2648415267467499f, -0.4446501731872559f, -0.5301651358604431f, 0.3002235889434814f, -0.3235043883323669f, -0.0224761012941599f, 0.1360423862934113f, -0.1267541795969009f, 0.2769782841205597f, -0.4111383855342865f, 0.2114573270082474f, -0.4199692010879517f, -0.1369758397340775f, 0.3255870044231415f, 0.1135024279356003f, 0.2924013435840607f, 0.3803755939006805f, 0.5491822957992554f, 0.0447395071387291f, -0.3484230935573578f, -0.2011758983135223f, -0.1673078685998917f, -0.2832018733024597f, -0.1296143084764481f, -0.3430744111537933f, 0.8332006335258484f, 0.2851304113864899f, 0.2504948079586029f, 0.2173037976026535f, 0.1873152554035187f, -0.4587132930755615f, -0.0273320432752371f, -0.3550652861595154f, 1.1177744865417480f, -0.4431223273277283f, 0.4130512177944183f, 0.0597613789141178f, -0.4166538715362549f, 0.2109554409980774f, 0.9815610647201538f, 0.2241633087396622f, 0.2178612500429153f, 0.5953181385993958f, -0.1831831037998199f, -0.3236790001392365f, 0.2375207990407944f, -0.0193207170814276f, -0.1408912539482117f, -0.5110807418823242f, -0.6409800052642822f, -0.8025971651077271f, 0.3856869339942932f, 0.2098921090364456f, -0.2048407942056656f, -0.2834655642509460f, 0.1665953099727631f, 1.2598237991333008f, -2.1839692592620850f, -0.5932906866073608f, 0.4682934880256653f, -0.0733039751648903f, 0.4778208434581757f, 0.0249854996800423f, 0.5052565932273865f, 0.0515117458999157f, 0.7096709609031677f, 0.0385594554245472f, 0.7033121585845947f, 0.3383179903030396f, -0.3048824369907379f, 0.6592938303947449f, -0.2342823743820190f, -0.3727549910545349f, -0.9842804670333862f, -0.1963888853788376f, 0.3652745187282562f, 0.2101262658834457f, -0.1732808351516724f, 0.1178379654884338f, 0.1226580739021301f, 1.0523102283477783f, -0.7736749649047852f, -0.1292047947645187f, -0.1146843209862709f, -0.2097447663545609f, 0.1274744868278503f, -0.7967455983161926f, 0.1228181421756744f, 0.2037256211042404f, -0.1480851173400879f, -0.1103977188467979f, -0.1779702007770538f, -0.2786864936351776f, -0.0903765559196472f, 0.1637604534626007f, 0.1862942278385162f, -0.3811771571636200f, 0.1038865298032761f, -0.5776480436325073f, 0.2256085574626923f, 0.1279687285423279f, -0.0989023447036743f, -0.0912349075078964f, 0.2613338828086853f, -0.0944625735282898f, -0.4232456386089325f, -0.0251864697784185f, 0.1029734313488007f, -0.2379811406135559f, -0.2213426977396011f, 0.3515269160270691f, -0.5086347460746765f, 0.1662179082632065f, -0.3918935060501099f, 0.1585598886013031f, 0.0142031470313668f, -0.0451476648449898f, 0.1109777167439461f, -0.1064154431223869f, -0.0670866519212723f, -0.3165611922740936f, 0.1185782179236412f, 0.1882568299770355f, -0.2113655656576157f, 0.1731744706630707f, 0.2784476578235626f, 0.1247915402054787f, 0.3255363702774048f, -0.0217772014439106f, -0.0723078548908234f, -0.0796866118907928f, -0.2129967212677002f, -0.1466572880744934f, -0.0333069711923599f, -0.0851097553968430f, 0.2064152806997299f, -0.2177240103483200f, 0.3249440491199493f, -0.3517293334007263f, 0.5335851907730103f, -0.6351698637008667f, 0.1357932239770889f, 0.0163078606128693f, 0.0092536173760891f, 0.4084859192371368f, 0.0976907014846802f, -0.2919804453849792f, -0.3927160501480103f, -0.5313684344291687f, 0.2767313122749329f, -0.1540213674306870f, -0.3061562180519104f, 0.0628651604056358f, -0.2782564759254456f, 0.2304736822843552f, -0.2402740865945816f, 0.6025205850601196f, 0.3974791169166565f, -0.5250188708305359f, -0.0513085909187794f, 0.2696647346019745f, 0.0225324817001820f, -0.0812778547406197f, -0.3217083811759949f, 0.1516641080379486f, 0.3988474905490875f, -0.0638958513736725f, 0.0953419357538223f, -0.0630925744771957f, 0.1077053993940353f, 0.2717483937740326f, -0.7365915179252625f, 0.2789104580879211f, -0.1949332654476166f, -0.5124043226242065f, -0.2223306447267532f, -0.2348100841045380f, 0.3729851543903351f, 0.2409207522869110f, 0.2882002294063568f, 0.3488145470619202f, -0.3879751563072205f, 0.6381680369377136f, 0.0225390214473009f, -0.1809292882680893f, 0.0233358684927225f, -0.1953680962324142f, -0.0759709551930428f, -0.0319420546293259f, -0.2262136042118073f, 0.2512166798114777f, 0.0571271553635597f, -0.2751335799694061f, 0.0440787523984909f, -0.1440197974443436f, -0.0844447314739227f, -0.1944382935762405f, 0.0327169112861156f, 0.0939758121967316f, 0.0633030310273170f, 0.2781573534011841f, -0.0745328068733215f, -0.1159513890743256f, -0.1672106087207794f, 0.2228759378194809f, 0.5229974985122681f, 0.2859205603599548f, -0.0967583358287811f, -0.0860545560717583f, 0.0632057636976242f, 0.0340604223310947f, 0.2699103057384491f, 1.2356384992599487f, 0.1652098596096039f, -0.2505254149436951f, 0.2371462285518646f, 0.1419042199850082f, 0.0024672574363649f, -0.2970871329307556f, -0.0265442319214344f, -0.1185385435819626f, -0.2270760238170624f, 0.3416166007518768f, 0.2006253600120544f, 0.2613021135330200f, -0.1763168871402740f, 0.0276246592402458f, -0.5118387341499329f, 0.0898181945085526f, 0.2192127406597137f, -0.2042075246572495f, 0.4070633351802826f, -0.2235833108425140f, 0.1864918619394302f, 0.2009464204311371f, 0.0550473295152187f, 0.1047652512788773f, -0.1410202085971832f, 0.4613438248634338f, -0.1549967676401138f, -0.1878686249256134f, 0.1152289882302284f, 0.4515798091888428f, -0.2762162983417511f, 0.1712314784526825f, -0.0635959729552269f, -0.0163595322519541f, -0.0333624631166458f, -0.0763268247246742f, -1.3377147912979126f, 0.0717604756355286f, -0.6175967454910278f, 0.3737642765045166f, -0.0833647772669792f, 0.3545123934745789f, -0.7751247882843018f, 0.1316318064928055f, -0.1434823274612427f, 0.0864804834127426f, -0.0963411256670952f, 0.4717305600643158f, -0.3036738336086273f, 0.5024269819259644f, 0.0583601407706738f, 0.2922774553298950f, -0.2953401803970337f, 0.8696894049644470f, -0.1273632943630219f, -0.2340614795684814f, -0.1916440725326538f, 0.2165147662162781f, 0.0560865812003613f, -0.6036441922187805f, -0.1064771488308907f, -0.1903642565011978f, -0.1459657996892929f, -0.0942308083176613f, -0.3087157011032104f, 0.1164171099662781f, 0.4632150530815125f, 0.3017631769180298f, 0.0913243070244789f, 0.3602078557014465f, -0.1394506543874741f, 0.6859991550445557f, -0.0710702612996101f, 0.1824752539396286f, 0.1537310332059860f, -0.2137369811534882f, -0.4072173535823822f, 0.0069993901997805f, 0.2518143653869629f, 0.1112026199698448f, 0.0084293065592647f, -0.3122698068618774f, 0.4455909729003906f, 0.0954803898930550f, -0.1845622509717941f, -0.4812896549701691f, 0.5362939238548279f, -0.0633985549211502f, -0.0470767915248871f, 0.5481556653976440f, -0.0505969710648060f, 0.1811028569936752f, -1.2891457080841064f, -0.0507783778011799f, 0.3004241287708282f, 0.1430591195821762f, 0.2013822644948959f, 0.6360929608345032f, -0.0276607479900122f, 0.0047343145124614f, -0.7453181147575378f, -0.2029582709074020f, -0.1607918292284012f, 0.3322621881961823f, 0.3884471952915192f, 0.5344122052192688f, 0.6268661618232727f, 0.4677076339721680f, -0.1560432314872742f, 0.4222446680068970f, -1.2912875413894653f, -0.0958560407161713f, 0.4033314585685730f, -0.2700027823448181f, 0.6851821541786194f, -0.6494719982147217f, 0.4605435132980347f, -0.5625280737876892f, 0.5067285299301147f, -1.2702432870864868f, 0.0921698361635208f, 0.8332573175430298f, 0.5285651087760925f, 0.1834618151187897f, 0.1073038652539253f, -0.0722569450736046f, -0.6145523190498352f, -0.3628349900245667f, 0.4449742436408997f, -0.1867339909076691f, -0.7251783013343811f, 0.3685663640499115f, -0.4902565777301788f, 0.4415738582611084f, -0.9186397194862366f, 0.8265785574913025f, 0.6069096326828003f, -0.2004160434007645f, 0.0993220061063766f, 0.6767458319664001f, 1.0449779033660889f, 0.1710115969181061f, 0.9493745565414429f, -0.2212924361228943f, -0.1734924465417862f, 0.5907557606697083f, 0.4068694412708282f, 0.3080264329910278f, 0.4584219157695770f, 0.7070161104202271f, 0.1185462549328804f, 0.2867170274257660f, -0.6494989991188049f, -0.3972398638725281f, -0.5107055902481079f, -0.0714655295014381f, 0.6563096642494202f, 0.0688611716032028f, 0.0195846147835255f, 0.1095674186944962f, -0.8553801178932190f, 0.7684018015861511f, -0.0031563413795084f, 0.0756822079420090f, -0.4398976266384125f, 0.0762511119246483f, -0.0469751767814159f, 0.4487604498863220f, -0.1503082066774368f, -0.1731139272451401f, -0.0113774668425322f, -0.0246062781661749f, -0.0869639813899994f, -1.0586438179016113f, 0.2110543251037598f, 0.0335922203958035f, -0.1080040633678436f, -0.1176931262016296f, 0.1478984653949738f, -0.1072462573647499f, -0.1564894467592239f, -0.3839022815227509f, -0.0580057986080647f, -0.1893746852874756f, 0.2474670261144638f, 0.1785706877708435f, -0.1867555677890778f, 0.2380482256412506f, -0.1583264470100403f, 0.0073673147708178f, 0.0946078002452850f, -1.0778056383132935f, 0.2595073282718658f, 0.2288158386945724f, -0.2811447083950043f, -0.0996896699070930f, -0.0256856996566057f, 0.3091413974761963f, 0.0899832621216774f, 0.2926355302333832f, 0.0693065673112869f, -0.4176333248615265f, -0.3222051560878754f, -0.8018950223922729f, -0.3242008090019226f, -0.1531726866960526f, -0.0487688966095448f, -0.2320789694786072f, -0.2211139649152756f, 0.1277857869863510f, 0.4229443967342377f, 0.2422406524419785f, 0.1843643933534622f, 0.2697733640670776f, 0.2062327414751053f, 0.4521577060222626f, -0.3654267489910126f, -0.1433220952749252f, -0.0394919775426388f, 0.0165845435112715f, -0.1001907810568810f, -0.7688926458358765f, 0.4794643521308899f, -0.1030184775590897f, 0.0122614186257124f, -0.2670838534832001f, 0.0785349383950233f, 0.1606359332799911f, -0.2276489883661270f, -0.6396136283874512f, 0.5157735943794250f, 0.0189939718693495f, 0.2565305531024933f, -0.0121274869889021f, -0.2127747535705566f, 0.1854483187198639f, -0.0033850492909551f, -0.0810047090053558f, -0.0329201705753803f, -0.8823385834693909f, 0.3010190725326538f, 0.1287984997034073f, -0.2400789558887482f, -0.2374257594347000f, -0.2076613008975983f, -0.0953271090984344f, 0.2777266800403595f, 0.1332907527685165f, 0.3657800853252411f, 0.0065776752308011f, 0.0695681199431419f, 0.2582820057868958f, 0.2096236199140549f, -0.8183908462524414f, -0.2090889960527420f, 0.1546401977539062f, -0.1977324336767197f, 0.1953166127204895f, 0.1081501170992851f, 0.2524023950099945f, -0.2177976667881012f, 0.0342841334640980f, -0.1040370762348175f, 0.3099095523357391f, -0.3741229176521301f, 0.1576808393001556f, -0.0384218432009220f, -0.8858088850975037f, -0.2112345695495605f, 0.1613566577434540f, -0.0368101149797440f, 0.0985776111483574f, 0.0855335667729378f, -0.0142108406871557f, 0.4268007874488831f, 0.3044680058956146f, -0.5812749266624451f, -0.1017807275056839f, -0.4115756452083588f, -0.3905471861362457f, 0.2180812656879425f, 0.3410781919956207f, -0.2426169216632843f, 0.0089927567169070f, 0.2035827189683914f, 0.2286978363990784f, 1.1271866559982300f, -0.0578964203596115f, -0.1919117867946625f, -0.4473398327827454f, -0.2679708302021027f, 0.2037430405616760f, -0.7991586923599243f, -0.0864222496747971f, 0.0609927438199520f, 0.1132652908563614f, 0.2461300790309906f, 0.0955592766404152f, 0.2001598924398422f, -0.1560721248388290f, 0.0457218289375305f, -0.3037224113941193f, -0.5653055310249329f, -0.2164774686098099f, 0.1283710002899170f, 0.0159200206398964f, 0.0668530911207199f, -0.5506975650787354f, 0.1700723022222519f, -0.7009869217872620f, 0.1156806275248528f, -0.3777723014354706f, 0.2919630110263824f, 0.3534530103206635f, 0.1777337491512299f, 0.4599926173686981f, -0.1757553070783615f, -0.2876096069812775f, -0.2697776257991791f, 0.1467920690774918f, 0.2502858042716980f, -0.2784988284111023f, -0.7101015448570251f, 0.3492332994937897f, -0.0609487183392048f, 0.4945136010646820f, -0.2313305586576462f, 0.3692038953304291f, 0.0943503454327583f, -0.0679972693324089f, 0.2616605758666992f, 0.1591496765613556f, 0.0383836217224598f, -0.1264217346906662f, -0.0419069118797779f, 0.2593860328197479f, 0.0170537997037172f, 0.0922475904226303f, 0.2207524329423904f, -0.1873336881399155f, 0.1517272442579269f, 0.2042805850505829f, 0.2649093568325043f, 0.2485974878072739f, -0.2410557568073273f, -0.1449344158172607f, -0.4295494556427002f, 0.1014396846294403f, 0.3585110902786255f, 0.0220132917165756f, 0.6780169606208801f, 0.3675746321678162f, -0.4803041517734528f, 0.2408330142498016f, 0.0270490702241659f, -0.1756221503019333f, 0.3113180100917816f, -0.3026771247386932f, 0.4828001856803894f, -0.4289376139640808f, 0.1410001963376999f, 0.2152458131313324f, 0.2324330061674118f, 0.0961198285222054f, 0.0095170633867383f, -0.2895035743713379f, -0.1027780473232269f, -0.3046143651008606f, 0.1968008279800415f, -0.7381249070167542f, -0.4099481105804443f, -0.2362773716449738f, -0.7086421251296997f, 0.2860241234302521f, -0.0813178345561028f, 0.7550091743469238f, 0.2669101953506470f, -0.5129747986793518f, -0.4784767925739288f, 0.4803259670734406f, 0.0233470145612955f, 0.1013304367661476f, 0.5276435017585754f, -0.0249238274991512f, 0.0151192406192422f, 0.9101176261901855f, 1.0732349157333374f, -0.6022564768791199f, 0.1443673372268677f, -0.6937699913978577f, -0.3689665198326111f, 0.2022601813077927f, -0.2034592032432556f, -0.6851258277893066f, 0.2425906658172607f, 0.4139726758003235f, -0.7566726207733154f, 0.4573256969451904f, 0.4391761422157288f, -0.0214049909263849f, -0.1911738067865372f, -0.3483524024486542f, 0.7190637588500977f, -0.8210852146148682f, 0.4197318851947784f, 0.6537737250328064f, 0.0030838903039694f, -1.1144342422485352f, 0.1599684208631516f, 0.5529054403305054f, 0.1366759389638901f, -0.2235235124826431f, -0.0240456908941269f, 0.3194650113582611f, -0.4382157027721405f, -0.6922007799148560f, 0.5184628367424011f, -1.3459521532058716f, -0.6604828834533691f, 0.6341544985771179f, -1.0143636465072632f, -0.3265704810619354f, -0.0931386575102806f, 0.4395040273666382f, 0.3667004406452179f, -0.1301813125610352f, 0.5441308021545410f, 0.5358295440673828f, 0.9923327565193176f, -0.2381964623928070f, 0.7830684185028076f, 1.0309621095657349f, 1.0696005821228027f, 0.7077253460884094f, 0.4991872608661652f, 0.0897775143384933f, -0.6334781646728516f, -0.4607431590557098f, 0.7741117477416992f, 0.6077490448951721f, -1.0515433549880981f, -0.2432861775159836f, 0.2190576046705246f, 1.3353971242904663f, -0.0984170213341713f, 0.0742961540818214f, -0.2336821854114532f, 0.2504272460937500f, -0.1856995373964310f, 0.4022281169891357f, -0.5437668561935425f, -0.4142325222492218f, -0.1683887690305710f, -0.0054208287037909f, 0.5004413127899170f, -0.3904044926166534f, 0.2902540564537048f, -0.2988392412662506f, -0.0876090005040169f, 0.5839759707450867f, 0.0280574597418308f, -0.0475055053830147f, -0.2296155691146851f, -0.2595789432525635f, -0.0713418796658516f, 0.1816595196723938f, -0.4072063863277435f, 0.0841608643531799f, 0.4321960210800171f, 0.4464043080806732f, 0.0394224599003792f, 0.2458896338939667f, 0.2662556469440460f, -0.2616701722145081f, 0.1117779091000557f, 0.3723144233226776f, 0.2256670594215393f, 0.0362815633416176f, -0.3082183897495270f, -1.2940149307250977f, -0.0966333970427513f, -1.0762277841567993f, 0.2075816392898560f, -0.1189604997634888f, 0.2628342807292938f, -0.0650152117013931f, -0.3305791914463043f, 0.0404279828071594f, -0.0861415192484856f, -0.4412675797939301f, -0.6333645582199097f, -0.3268928229808807f, 0.1820381283760071f, 0.0159029457718134f, 0.5553097128868103f, 0.1470254361629486f, -0.5479951500892639f, 0.3599570691585541f, 0.4290733933448792f, -0.0894439890980721f, 0.0779617279767990f, 0.6242929100990295f, -0.4597571194171906f, -0.2074661701917648f, -0.2184071093797684f, 0.1268543303012848f, 0.2428040802478790f, -0.3378123939037323f, -0.2853129208087921f, 1.3182377815246582f, -0.1358783245086670f, 0.2381265610456467f, -0.0889692604541779f, -0.0103086195886135f, -0.0778397917747498f, 0.0271286647766829f, -0.9494360089302063f, 0.0550025105476379f, 0.4202507138252258f, -0.1564497500658035f, 0.2637456655502319f, 0.1647514253854752f, -0.1302402019500732f, -0.0195104461163282f, -0.1063189208507538f, 0.3431546986103058f, 0.2580724656581879f, 0.0258333534002304f, 0.0733408778905869f, 0.3605271577835083f, -0.2044725716114044f, 0.2107096612453461f, -0.2292309850454330f, 0.1671701818704605f, 0.5185539722442627f, 0.0000247165517067f, 0.6793280839920044f, -0.0513762868940830f, 0.0714666992425919f, 0.3999482691287994f, 0.2225495129823685f, -0.4240381419658661f, -0.1211697682738304f, -0.0997112095355988f, 0.6132180094718933f, -0.1377128660678864f, -0.1368744671344757f, 0.3440513610839844f, 0.1148752346634865f, -0.9558972716331482f, 1.0037574768066406f, -0.5505712628364563f, 0.5188630223274231f, -0.0904384627938271f, 0.4601854085922241f, 1.4463373422622681f, -0.0353993847966194f, -0.1510736495256424f, -0.0102345403283834f, 0.0171385947614908f, -0.0096533568575978f, 0.3542406260967255f, -0.4432302713394165f, 0.3933843672275543f, 0.0908659473061562f, 0.3390082120895386f, 0.0983788147568703f, 0.4066897332668304f, -0.0076336665078998f, -0.3388934433460236f, 0.4333397746086121f, 0.3096145391464233f, 0.4903579950332642f, -0.1188944131135941f, 0.0766974985599518f, 0.0653915107250214f, 0.2417638748884201f, -0.1686318367719650f, 0.5012857913970947f, -0.2306817770004272f, 0.0789949670433998f, 0.0661434233188629f, 0.2882274687290192f, 0.2567053735256195f, 0.1499780565500259f, -0.7091960906982422f, -0.0443911105394363f, 0.3154557943344116f, 0.4922466874122620f, -0.2173159718513489f, 1.2342438697814941f, 0.1995485723018646f, -0.3450360298156738f, -0.1098068878054619f, 0.1007921621203423f, 0.2016426622867584f, -0.2237662374973297f, 0.0732254162430763f, -0.1288899630308151f, -0.1321451663970947f, 0.1868558526039124f, -0.1804674714803696f, 0.0859743058681488f, -0.3953425288200378f, 0.1683830320835114f, -0.2594826519489288f, 0.3701782524585724f, 0.1357695907354355f, -0.0345751680433750f, 0.1101738587021828f, 0.3728164732456207f, 0.1209951937198639f, -0.2891449332237244f, -0.0790158510208130f, -0.0591377653181553f, -0.0987321436405182f, 0.0723357349634171f, 0.6757900714874268f, -0.0465267933905125f, 0.2140557765960693f, -0.0065358374267817f, -0.1459229439496994f, -0.3163780570030212f, -0.0419477969408035f, -0.0314862355589867f, 0.1089045777916908f, 0.0685018599033356f, -0.0791552588343620f, 0.0060322820208967f, 0.1431574225425720f, -0.0462681986391544f, -0.0735958367586136f, 0.0721707120537758f, -0.2799679040908813f, 0.0580008924007416f, -0.1464007496833801f, 0.0439465530216694f, -0.3451946973800659f, -0.2715264856815338f, -0.1347687095403671f, -0.1028792187571526f, -0.0081506744027138f, 0.3386577367782593f, -0.3473164737224579f, -0.2574498057365417f, -0.1591936647891998f, 0.2007394731044769f, -0.3138391673564911f, 0.3202359974384308f, 0.4675580561161041f, 0.2367711812257767f, 0.2026613950729370f, 0.1542662382125854f, -0.1771133840084076f, -0.3292546272277832f, -0.0058010374195874f, 0.0468584522604942f, 0.0104212146252394f, -0.0348607227206230f, -0.3550978899002075f, -0.4754899144172668f, -0.1013597175478935f, 0.0710329189896584f, 0.8102676868438721f, 0.4076975882053375f, -0.0312271583825350f, 0.2799974381923676f, 0.1519933193922043f, 0.3184221088886261f, 0.0218702740967274f, -0.0834399387240410f, 0.3002521097660065f, 0.3634497821331024f, 0.2936300039291382f, 0.1038317307829857f, 0.2305281907320023f, 0.1421680003404617f, 0.3315611183643341f, -0.0936025828123093f, 0.2776597440242767f, -0.2900039255619049f, -0.6445642113685608f, -0.4229972064495087f, -0.7190150618553162f, 0.0013385516358539f, 0.1296447068452835f, 0.1695446521043777f, -0.0205311775207520f, -0.2756541371345520f, 0.0310740172863007f, 0.4352400600910187f, 0.0328560546040535f, -0.0803794562816620f, -0.1723859757184982f, -0.1714983433485031f, -0.4742824435234070f, -0.1474801450967789f, 0.6627063155174255f, 0.1199137195944786f, -0.2377117127180099f, 0.1549200266599655f, 0.7580131292343140f, -0.3314627408981323f, -0.0889682099223137f, -0.0286434534937143f, 0.0955986082553864f, 0.0665424093604088f, 0.1738199740648270f, -0.0556019060313702f, 0.1117295026779175f, -0.2883512377738953f, -0.0872473567724228f, 0.2839113771915436f, 0.1031589508056641f, 0.0278529655188322f, 0.1284676492214203f, 0.9250630140304565f, 0.2306780666112900f, -0.0876734033226967f, -0.2799762487411499f, 0.3165166974067688f, 0.8201101422309875f, 0.0220141895115376f, 0.2804778218269348f, 0.1345224380493164f, 0.8071619272232056f, 0.1477570384740829f, 0.1263573914766312f, 0.0753419399261475f, 0.6117870211601257f, 0.8358727097511292f, -0.4627733230590820f, 0.0055300937965512f, -0.1327207982540131f, -1.1790760755538940f, 0.0775382742285728f, -0.1686124652624130f, 0.3902930319309235f, -0.0661715790629387f, -0.3259775340557098f, -0.0952198579907417f, 0.0250527746975422f, 0.0960368439555168f, -0.1913752406835556f, -0.0762810483574867f, -0.0251313596963882f, -0.0838078930974007f, 0.1448711305856705f, -0.1219332814216614f, -0.2056755572557449f, -0.1277168393135071f, -0.1513736546039581f, -0.0447552278637886f, -0.1391788423061371f, -0.1174746528267860f, 0.0213617142289877f, 0.1168401986360550f, -0.0808313339948654f, 0.8162841796875000f, 0.0680681988596916f, -0.1779684424400330f, 0.1966963261365891f, -0.2562307417392731f, 0.0379425846040249f, -0.4368095695972443f, 0.1692731231451035f, 0.2425210028886795f, 0.9065229892730713f, 0.0998119786381721f, 0.3418169915676117f, -0.0836643353104591f, -0.0630063265562057f, -0.2145981937646866f, 0.0963036268949509f, -0.1422199457883835f, -0.2430330663919449f, -0.0568674169480801f, -0.0494480319321156f, -0.0445741154253483f, -0.1804708242416382f, -0.0347274430096149f, 0.1880583763122559f, -0.0094671407714486f, 0.1464198082685471f, 0.4878494441509247f, 0.2919901013374329f, 0.0372595526278019f, -0.3709407746791840f, -0.2707557082176208f, -0.0586010888218880f, -0.1964705139398575f, -0.3237520754337311f, 0.1213353648781776f, -0.1589004248380661f, -0.1964033842086792f, 0.0005313642905094f, 0.0286986660212278f, 0.0810573995113373f, -0.3888046741485596f, 0.1104256883263588f, -0.1106971353292465f, 0.2726568281650543f, -0.3117603361606598f, -0.1047119125723839f, -0.1274918019771576f, -0.0469359569251537f, -0.1904164701700211f, 0.1457946449518204f, 0.0997367277741432f, 0.0105437068268657f, 0.0349770560860634f, -0.3619152009487152f, -0.1300912946462631f, 0.1380561143159866f, 0.0871673673391342f, 0.2021765410900116f, -0.1162749528884888f, 0.0496876500546932f, 0.2570871412754059f, 0.2054081261157990f, 0.2336312681436539f, -0.3214012980461121f, -0.1556254625320435f, -0.1716175377368927f, -0.0284853111952543f, -0.2083981782197952f, -0.1025215089321136f, -0.1956949532032013f, -0.0508368462324142f, -0.1175661012530327f, 0.2922327220439911f, 0.0267975386232138f, -0.0461438633501530f, -0.0569334030151367f, 0.4933013319969177f, -0.0251058787107468f, 0.1376992315053940f, 0.0511555559933186f, 0.0336240157485008f, -0.0210258383303881f, 0.0943146347999573f, 0.9615855216979980f, -0.0029597759712487f, -0.0538411587476730f, 0.0169930588454008f, 0.0487838685512543f, -0.2788871824741364f, -0.0306783076375723f, 0.0655524507164955f, 0.0689488947391510f, -0.1469131559133530f, 0.0874046459794044f, -0.1730608493089676f, 0.2513442933559418f, -0.3745862245559692f, 0.1065967157483101f, 0.3018442094326019f, -0.0766247734427452f, 0.0328457914292812f, 0.1207452192902565f, 0.1616125851869583f, 0.1144557073712349f, 0.3329081535339355f, -0.1727769970893860f, -0.3924719095230103f, 0.3764308989048004f, 0.1803784519433975f, 0.1292883157730103f, 0.1936913728713989f, -0.4336385726928711f, -0.4616040289402008f, 0.0410210937261581f, 0.4916491210460663f, 0.0946980863809586f, 0.1671632230281830f, 0.3576397597789764f, 0.0891704857349396f, 0.2825169265270233f, -0.1689364612102509f, 0.1336915791034698f, 0.0251056458801031f, -0.1731505990028381f, -0.0253383032977581f, -0.1606288850307465f, 0.0866421908140182f, -0.2804974019527435f, -0.0371251255273819f, -0.2628427743911743f, -0.0752574354410172f, 0.4199495613574982f, -0.0446275323629379f, -0.4157742559909821f, -0.2697349786758423f, 0.0529957674443722f, -0.0579391196370125f, 0.0767877325415611f, 0.1192378699779510f, 0.0143822822719812f, 0.0048911278136075f, 0.1624869257211685f, -0.4118316769599915f, -0.2582139670848846f, 0.0843322798609734f, 0.0024846806190908f, 0.0788854360580444f, -0.0424656160175800f, -0.0146929929032922f, -0.0637676715850830f, 0.3713909387588501f, -0.2536984384059906f, -0.0962742269039154f, -0.3257213830947876f, -0.1979283839464188f, -0.1879201680421829f, -0.0463271699845791f, 0.1928776949644089f, 0.2332464903593063f, 0.1318951249122620f, 0.1242967620491982f, -0.0615602806210518f, 0.1315236985683441f, -0.0407648943364620f, 0.2598784863948822f, -0.3032770156860352f, 0.1906214207410812f, 0.4861864447593689f, -0.2284015864133835f, -0.1196787655353546f, 0.1374470740556717f, -0.0947657451033592f, 0.0213891267776489f, -0.4193379878997803f, 0.0883391350507736f, 0.1604562252759933f, 0.1489669084548950f, -0.1715857684612274f, 0.2058918476104736f, 0.6945549249649048f, 0.0781049653887749f, -0.1770779192447662f, -0.0561598204076290f, -0.3615232706069946f, -0.1039400994777679f, 0.1672508120536804f, 0.1548118293285370f, -0.2592937946319580f, 0.0768577754497528f, -0.1830978691577911f, -0.2933010160923004f, 0.1894302964210510f, -0.0455162860453129f, 0.2031778544187546f, 0.1917662173509598f, 0.4038255810737610f, 0.0444835461676121f, 0.3580828905105591f, -0.1283641010522842f, -0.0277767218649387f, -0.1412841379642487f, -0.3416885733604431f, -0.0634439885616302f, 0.1052530109882355f, -0.3250477612018585f, -0.4261614084243774f, -0.1504118889570236f, 0.0430586263537407f, 0.1679217070341110f, -0.0787990540266037f, -0.2892568409442902f, 0.2745513021945953f, 0.2496327012777328f, 0.2799962759017944f, -0.9025107622146606f, 0.0373472794890404f, -0.0384216979146004f, -0.3344017565250397f, 0.1019103899598122f, -0.3437856435775757f, -0.1735459119081497f, -0.0663636177778244f, 0.0067717810161412f, -0.2512235045433044f, 0.0500623248517513f, -0.4313194751739502f, 0.3021976649761200f, 0.6115854978561401f, 0.1088493764400482f, -0.1826599389314651f, -0.1921001821756363f, 0.3020294010639191f, -0.0290232393890619f, -0.1271026283502579f, -0.1065026298165321f, 0.1172713860869408f, -0.0065733040682971f, 0.1277657449245453f, 0.4030163288116455f, 0.1734140515327454f, -0.8053812980651855f, 0.1905454248189926f, 0.3930195868015289f, 0.2724138498306274f, 0.0540705770254135f, -0.0944601520895958f, -0.3367885649204254f, 0.0530134886503220f, -0.0594746433198452f, -0.4202788472175598f, -0.3198192119598389f, -0.4553299248218536f, -0.0977833494544029f, 0.3291664123535156f, -0.2105661183595657f, -0.3803849816322327f, -0.4744121730327606f, 0.1809756308794022f, -0.1214361414313316f, 0.4314023256301880f, 0.2876732051372528f, 0.8304818868637085f, 0.1763843595981598f, 0.0658509656786919f, -0.4992817938327789f, -0.2557983100414276f, 0.1964618414640427f, -0.4310320913791656f, 0.0987607240676880f, 0.0906736552715302f, 0.3425142467021942f, 0.0933520197868347f, -0.0383305065333843f, -0.2290076464414597f, -0.0479730106890202f, -0.0373234674334526f, -0.1567596495151520f, 0.1131638884544373f, -0.0519099086523056f, -0.2527617514133453f, 0.0709841027855873f, -0.0763974636793137f, 0.2806055247783661f, 0.1319287121295929f, -0.3359412848949432f, -0.0230371244251728f, 0.2765458822250366f, -0.1043113619089127f, 0.0314614474773407f, 0.1653885096311569f, -0.4334138631820679f, -0.5464317202568054f, 0.0980835258960724f, -0.0380127094686031f, -0.5755872726440430f, 0.1565702855587006f, 0.3057565689086914f, 0.1963500976562500f, -0.0917817428708076f, 0.1778378635644913f, 0.0429154746234417f, 0.0580573901534081f, -0.2985886633396149f, 0.0523857809603214f, -0.0315584689378738f, -0.0702292472124100f, -0.1916568577289581f, -0.0254949741065502f, -0.1014686524868011f, 0.3767409920692444f, 0.0723130404949188f, 0.2870755195617676f, 0.0087422635406256f, 0.1888103634119034f, 0.0083408961072564f, -0.2800105512142181f, 0.3770611882209778f, -0.3197182416915894f, 0.1455663293600082f, 0.1646357476711273f, -0.3011812269687653f, -0.4637177586555481f, -0.0313433632254601f, 0.6663437485694885f, -0.2029962092638016f, -0.4859649837017059f, 0.1235485076904297f, -0.2642253339290619f, 0.0446717590093613f, -0.1848956048488617f, 0.0798679888248444f, -0.0551773607730865f, -0.1650947779417038f, -0.0132707338780165f, 0.0622046701610088f, -0.0488231405615807f, 0.0205700285732746f, 0.2864016294479370f, 0.5834808945655823f, 0.0505051948130131f, -0.0757277831435204f, -0.0392606891691685f, -0.0775702968239784f, 0.1245720759034157f, 0.1006174609065056f, 0.3038709461688995f, -0.1931415796279907f, -0.1217724755406380f, -0.0111861377954483f, -0.0990581512451172f, -0.0017796168103814f, -0.4277367591857910f, -0.0228673871606588f, -0.2066230773925781f, -0.2787835299968719f, 0.3432306647300720f, 0.2590540945529938f, 0.3210654556751251f, -0.4149101078510284f, 0.3577965497970581f, -0.3880729973316193f, 0.0190446153283119f, -0.0225246120244265f, -0.4234162867069244f, 0.0124210203066468f, 0.0673457458615303f, 0.0863499194383621f, -0.1370419114828110f, -0.3025793135166168f, 0.1276937574148178f, -0.0650858432054520f, 0.1878080666065216f, 0.1082508862018585f, -0.2704826593399048f, -0.0795164778828621f, 0.2494312226772308f, -0.2188175767660141f, 0.0176599845290184f, 0.0923588871955872f, 0.0195453036576509f, -0.1496399790048599f, 0.1676273494958878f, 0.1747932434082031f, -0.0370715856552124f, -0.0766289606690407f, 0.0394159778952599f, -0.3074005246162415f, -0.1125134378671646f, 0.1609527021646500f, -0.2526622116565704f, 0.1920959502458572f, 0.1567735821008682f, 0.3424225151538849f, 0.4510921835899353f, -0.1265409737825394f, 0.2452158629894257f, -0.1416140347719193f, 0.2967444062232971f, 0.0378867313265800f, -0.1033753529191017f, -0.0985234975814819f, -0.1246093139052391f, -0.0391837805509567f, 0.2117834240198135f, 0.3323589563369751f, -0.1671906858682632f, -0.1112232431769371f, 0.1595781892538071f, -0.3303278982639313f, -0.1630786806344986f, -0.0357927046716213f, 0.0973094031214714f, 0.0124005498364568f, 0.2006813287734985f, 0.0185647066682577f, 0.2342188805341721f, -0.0946617946028709f, 0.5631098151206970f, -0.2446025460958481f, -0.2537513971328735f, -0.1204712986946106f, -0.0676962956786156f, -0.0011686723446473f, 0.1543332487344742f, -0.0389941632747650f, 0.0816039517521858f, 0.1016195416450500f, -0.1873084008693695f, 0.3461022973060608f, -0.1351435780525208f, 0.7481908798217773f, -0.3653276860713959f, 0.4740433990955353f, -0.0048514283262193f, -0.5199545621871948f, 0.1635997742414474f, -0.1646548509597778f, -0.0931263789534569f, 0.5566594600677490f, 0.4101632237434387f, 0.5772104263305664f, -0.5018821954727173f, -0.1515738219022751f, 0.4938372969627380f, 0.2423806935548782f, -0.2646608054637909f, 0.1356553882360458f, 0.6574225425720215f, -0.5480082035064697f, 0.0897950604557991f, 0.5067572593688965f, 0.1019162982702255f, -0.2572464048862457f, -0.4029399156570435f, 0.0054328260011971f, -0.3148518800735474f, 0.2524855136871338f, -0.2041697502136230f, -0.1363105773925781f, 0.2344705164432526f, -0.2869972884654999f, -0.2305970191955566f, 0.0371230281889439f, 0.0765758380293846f, -0.1728620976209641f, -0.0884876549243927f, 0.2798945009708405f, 0.4246475398540497f, 0.0153323914855719f, 0.0821493566036224f, 0.1938483417034149f, 0.3234569132328033f, -0.2192002087831497f, -0.1617711037397385f, -0.0094140870496631f, 0.0909078344702721f, -0.0471413023769855f, -0.2856746613979340f, 0.2026452124118805f, -0.3293055891990662f, 0.2382746338844299f, 0.2050903141498566f, -0.0331752300262451f, -0.3242699205875397f, -0.0803101584315300f, 0.0075391610153019f, -0.1869305521249771f, 0.0236123856157064f, -0.2004579305648804f, 0.2629005908966064f, -0.1418734341859818f, 0.0154343461617827f, -0.0308038685470819f, -0.3542529344558716f, -0.5040567517280579f, -0.2918087542057037f, 0.5060916543006897f, -0.0050263782031834f, 0.0867297500371933f, 0.5731345415115356f, 0.5995180010795593f, 0.5635744333267212f, 0.0416039898991585f, 0.8192281126976013f, -0.7884081602096558f, 0.1972641795873642f, 0.5012079477310181f, -0.1220473125576973f, 0.4532267749309540f, 0.0119226425886154f, 0.5011543631553650f, 0.0195561051368713f, -0.1402970403432846f, -0.2305304408073425f, -0.3134875893592834f, 1.0125283002853394f, 0.1075778976082802f, -0.2825708389282227f, 0.3166547417640686f, -0.0372143648564816f, -0.2994510233402252f, -0.0820455178618431f, 0.3415658473968506f, -0.0328409448266029f, -0.1921191066503525f, -0.0092031275853515f, -0.0225350819528103f, 0.2417575418949127f, -0.4083413481712341f, -0.0210597161203623f, 0.3978950977325439f, -0.0718089938163757f, -0.0085819326341152f, 0.2711767256259918f, -0.0085972975939512f, -0.0654366761445999f, 0.4430883824825287f, 0.5004979968070984f, -0.3415378630161285f, 0.2552514970302582f, 0.1944154500961304f, -0.0158384200185537f, -0.0140470527112484f, 0.2868811786174774f, -0.5003447532653809f, 0.0196064468473196f, -0.2275744974613190f, 0.2579839527606964f, 0.3060303926467896f, -0.7459270954132080f, -0.5213161706924438f, 0.0776974931359291f, -0.1231343001127243f, 0.4390912353992462f, -0.1158856749534607f, 0.2962333858013153f, -0.1621853858232498f, -0.1836295723915100f, 0.5003823041915894f, 0.1149538680911064f, -0.1377884298563004f, 0.1324046701192856f, -0.1020537242293358f, -0.2169351279735565f, -0.2829327285289764f, -0.2715525627136230f, -0.0940336287021637f, -0.0036866103764623f, 0.0479080826044083f, 0.0297311525791883f, 0.0909759402275085f, 0.0050464863888919f, -0.0955541729927063f, -0.1309195756912231f, -0.2452142834663391f, -0.1297609806060791f, 0.0271977502852678f, -0.1934795677661896f, -0.0544953756034374f, -0.2954352200031281f, -0.1861178576946259f, -0.2125878334045410f, 0.1009223088622093f, -0.1105727925896645f, -0.1790702491998672f, 1.0195722579956055f, -0.0006635943427682f, -0.0869017615914345f, -0.0302057266235352f, 0.0594800338149071f, -0.2642662227153778f, -0.5476546287536621f, 0.0255913361907005f, 0.0896089375019073f, -0.1743374019861221f, 0.3729508519172668f, 0.1186589524149895f, 0.5901508927345276f, 0.3551784753799438f, -0.1066762357950211f, 0.3598947823047638f, 0.0428186766803265f, 0.1648054420948029f, -0.2605866193771362f, -0.1408213376998901f, -0.3220406472682953f, -0.1246548816561699f, 0.2827786207199097f, -0.2377623915672302f, -0.2343093007802963f, 0.2289620935916901f, 0.1491289287805557f, -0.1381222307682037f, 0.0073714810423553f, -0.0716076716780663f, -0.3699509501457214f, -0.2160133570432663f, -0.1425583511590958f, -0.1763118654489517f, 0.0530050657689571f, -0.1199589893221855f, -0.1836850941181183f, -0.2364035546779633f, -0.2040245682001114f, 0.2437688559293747f, 0.2945926487445831f, -0.2286537587642670f, 0.1778357475996017f, 0.2492715418338776f, -0.0233149640262127f, -0.0717046186327934f, 0.0823803097009659f, 0.1681913435459137f, -0.2685813903808594f, 0.0551089458167553f, -0.0528578534722328f, 0.0467670634388924f, -0.0686016529798508f, -0.4116391539573669f, -0.3967122137546539f, -0.2680855691432953f, -0.3669172823429108f, 0.0444506034255028f, 0.0987149700522423f, -0.2412591427564621f, 0.1348733901977539f, 0.3194445967674255f, 0.1463990211486816f, 0.1934240907430649f, 0.0630546063184738f, 0.1066455468535423f, -0.0671438202261925f, 0.0932561010122299f, 0.0758179724216461f, -0.3448587954044342f, 0.1825588047504425f, 0.1780507713556290f, 0.0200279057025909f, 0.1120828315615654f, -0.1267542988061905f, -0.0696367993950844f, -0.1792184412479401f, -0.0425792522728443f, -0.6069909334182739f, 0.3974439501762390f, 0.1141360402107239f, 0.0710319131612778f, -0.1849640458822250f, 0.0767231807112694f, -0.1621966361999512f, -0.5657864212989807f, -0.0772056579589844f, 0.4121097028255463f, 0.1111873239278793f, 0.1672174185514450f, -0.0728152766823769f, -0.1732780188322067f, 0.0114519540220499f, 0.4444662332534790f, 0.0045350068248808f, -0.3381215929985046f, -0.3956931233406067f, 0.0694805011153221f, 0.0558471642434597f, 0.0101366145536304f, -0.1949213594198227f, 0.0128413969650865f, -0.1986158341169357f, 0.3541788458824158f, 0.2594108879566193f, -0.3892546892166138f, 0.0319731049239635f, -0.3868471980094910f, -0.5271818041801453f, 0.0302819889038801f, -0.1087241694331169f, 0.4210424423217773f, 0.2036031782627106f, -0.0744800493121147f, 0.0638805553317070f, 0.2915392220020294f, 0.3252698481082916f, -0.3655217885971069f, 0.3217994868755341f, -0.2466554343700409f, 0.1924193054437637f, -0.6219649910926819f, -1.0159131288528442f, -0.2798867821693420f, 0.0240107644349337f, 0.0006449503707699f, 0.2219714224338531f, 0.0454869605600834f, 0.4031994938850403f, -0.3138692080974579f, 0.0797376558184624f, 0.4212391972541809f, 0.1410270035266876f, -0.2400798350572586f, -0.1809297949075699f, 0.1964449137449265f, -0.3260878622531891f, -0.0552058182656765f, 0.1778761744499207f, 0.0367632508277893f, -0.2392083108425140f, 0.0164374075829983f, 0.0472762845456600f, 0.0169650893658400f, -0.0564625635743141f, -0.1381603926420212f, -0.2559914886951447f, -0.0091820135712624f, -0.0976424664258957f, -0.1180340275168419f, 0.0131650110706687f, -0.1993775367736816f, 0.1089676022529602f, -0.1267195343971252f, 0.1636995971202850f, 0.1463550925254822f, -0.2265344858169556f, -0.1167910844087601f, -0.0385692678391933f, -0.1893358975648880f, -0.2454256564378738f, 0.2936047017574310f, -0.0198852904140949f, 0.0658185333013535f, 0.2282333225011826f, -0.5207300782203674f, 0.1313960701227188f, -0.1228154599666595f, 0.2148198485374451f, 0.5307322740554810f, -0.5546325445175171f, -0.2539120316505432f, 0.2274471670389175f, 0.0007676534587517f, 0.0854837968945503f, 0.4653341472148895f, 0.4675931334495544f, -0.1726830303668976f, -0.0917664840817451f, 0.3341782987117767f, 0.2178027778863907f, -0.2624394595623016f, -0.4543587565422058f, 0.4740634560585022f, -0.1921005845069885f, -0.1469212025403976f, 0.4655277431011200f, -0.0582174733281136f, 0.2694380879402161f, 0.1597893834114075f, 0.0745192021131516f, -0.9171388149261475f, -0.3643464148044586f, 0.0721052885055542f, -0.4622254371643066f, -0.5153701305389404f, 0.0385758504271507f, -0.2135338485240936f, 0.7064178586006165f, 0.1219085305929184f, 0.2899391949176788f, 0.1285027563571930f, -0.0087174978107214f, -0.1061577275395393f, -0.2321601957082748f, 0.6360561847686768f, -0.7281527519226074f, -0.4493981897830963f, 0.1649985015392303f, -0.3082431852817535f, 0.3500702679157257f, 0.0023919914383441f, 0.3093043565750122f, 0.0486580543220043f, -0.1539790183305740f, 0.2484965771436691f, 0.1739127635955811f, 0.1255779117345810f, -0.6999046802520752f, -0.0251078605651855f, 0.4669445753097534f, -0.1761639416217804f, -0.8373110890388489f, 0.3820863962173462f, 0.0109958443790674f, -0.1492706686258316f, 0.1458879560232162f, 0.1658889502286911f, 0.6024331450462341f, -0.0125221312046051f, -0.3659831285476685f, 0.2473917901515961f, -0.1357596367597580f, -0.2996630370616913f, -0.1624709963798523f, 0.1611558496952057f, -0.1313928365707397f, 0.1499660015106201f, -0.0996982753276825f, 0.3574694991111755f, -0.5490240454673767f, 0.3600894808769226f, -0.7670153379440308f, -0.1175658628344536f, 0.0890104919672012f, 0.5295913219451904f, 0.3503379821777344f, -0.8875080943107605f, 0.1873007863759995f, 0.2960377633571625f, -0.1795361638069153f, -0.4166860282421112f, -0.7894457578659058f, 0.8107933998107910f, -0.3979039788246155f, 0.3758705258369446f, -0.1759490519762039f, -0.0715882331132889f, -0.0909067019820213f, -0.0250112041831017f, 0.3281037211418152f, -0.2746075987815857f, 0.2262920588254929f, -0.0363181568682194f, 0.0870659872889519f, -0.4495853483676910f, -0.3199467062950134f, -0.1526668965816498f, -0.0376440808176994f, 0.1371176093816757f, -0.4034770131111145f, 0.3704853951931000f, 0.0709586665034294f, 0.0748980790376663f, 0.3352152705192566f, 0.0953670516610146f, 0.2899469137191772f, -0.1237363740801811f, -0.3041967749595642f, -0.2648640275001526f, -0.3754418790340424f, -0.2284488230943680f, -0.3236970603466034f, -0.4617694020271301f, 0.0215380899608135f, 0.1059419065713882f, 0.0779597610235214f, -0.0397876240313053f, -0.4249730706214905f, -0.3515956401824951f, -0.4138120710849762f, -0.0197046604007483f, 0.1075140461325645f, -0.4208486080169678f, 0.4182420670986176f, -0.4402836263179779f, 0.1528323739767075f, 0.0462009757757187f, -0.3329943418502808f, -0.4958019554615021f, -0.2945052683353424f, 0.1172537133097649f, -0.6051445603370667f, 0.3260818421840668f, -0.0524423606693745f, -0.2471339255571365f, 0.2477195262908936f, -0.0876120328903198f, -0.0828475654125214f, -0.4026238322257996f, -0.2223643660545349f, 0.1291949450969696f, 0.0906115621328354f, 0.0486504957079887f, -0.3849919736385345f, -0.0013626876752824f, 0.6672321557998657f, 0.2412168830633163f, -0.9094350934028625f, -0.1626491546630859f, -0.4275277256965637f, -0.1028837636113167f, 0.2192459404468536f, -0.1334976553916931f, 0.0615600198507309f, 0.3362769484519958f, -0.2651283144950867f, 0.7194871902465820f, 0.1513816863298416f, -0.1514850556850433f, -0.0977478995919228f, -0.1861501634120941f, 0.3802113234996796f, 0.5572435259819031f, 0.0417395569384098f, -0.2283418476581573f, -0.0808233842253685f, -0.1408521682024002f, -0.3557730615139008f, -0.0180645547807217f, -0.3773801326751709f, 0.2100134938955307f, 0.0877384990453720f, -0.3427732586860657f, 0.1449248343706131f, 0.2480853945016861f, -0.5247142314910889f, -0.4773788154125214f, 0.2241973727941513f, 0.3409575223922729f, -0.7039329409599304f, 0.3255035877227783f, 0.0479937195777893f, 0.3493870794773102f, -0.2653545141220093f, -0.0615247152745724f, 0.1997803747653961f, 0.5372813344001770f, 0.1623411625623703f, -0.0174147039651871f, -0.0499460026621819f, 0.0162985026836395f, 0.4347242414951324f, 0.1630426645278931f, 0.3464362621307373f, -0.1216802746057510f, -0.1507883518934250f, -0.2069441974163055f, -0.0386874005198479f, 0.1776418983936310f, -0.2004124671220779f, -0.2429004013538361f, 0.0445480532944202f, 0.2644357681274414f, 0.3298727273941040f, -0.0835788771510124f, 0.3887769877910614f, -0.1689799427986145f, -0.1642515808343887f, 0.1209666132926941f, -0.0331563726067543f, 0.3043384850025177f, -0.1291876584291458f, 0.1401455104351044f, -0.1303715258836746f, -0.1347987949848175f, 0.3855009973049164f, 0.0628386363387108f, 0.1395663172006607f, -0.1871429979801178f, 0.0467410273849964f, 0.1117428615689278f, -0.0504491850733757f, 0.0419681742787361f, -0.2717735469341278f, 0.0640673860907555f, 0.1619926542043686f, -0.0395516268908978f, 0.1574214398860931f, 0.5917672514915466f, 0.3676844835281372f, -0.1946577131748199f, -0.1544030606746674f, 0.0145783871412277f, 0.1209280341863632f, 0.3573192358016968f, -0.2369986623525620f, -0.1320716738700867f, -0.5872049331665039f, -0.1268167048692703f, 0.4112772345542908f, 0.2335558086633682f, -0.0736958160996437f, 0.1402240544557571f, 0.1051783114671707f, -0.2387333065271378f, -0.0724255442619324f, 0.1106107234954834f, 0.2729433774948120f, -0.2846211493015289f, -0.0025467122904956f, -0.2565426528453827f, 0.2105663716793060f, 0.0571315623819828f, 0.0218236539512873f, -0.0425188168883324f, 0.1384255737066269f, -0.4130411744117737f, -0.1853162497282028f, -0.0853478685021400f, 0.0558202043175697f, 0.0065182521939278f, 0.3350223302841187f, 0.0142990900203586f, -0.4356179833412170f, -0.0738592743873596f, 0.1785518974065781f, -0.2477843910455704f, -0.2368074506521225f, -0.2003416270017624f, -0.1934399157762527f, -0.1667743772268295f, 0.0866043493151665f, 0.0324980355799198f, 0.3071916699409485f, 0.2295449376106262f, -0.0121806664392352f, 0.0984773188829422f, -0.2666341364383698f, -0.0861226990818977f, -0.1965692490339279f, -0.0207130778580904f, 0.4428829252719879f, -0.2679516971111298f, -0.2990033328533173f, 0.0045033046044409f, -0.0251690652221441f, 0.1584542840719223f, -0.3441289961338043f, -0.0235803630203009f, 0.2427140772342682f, -0.2246895134449005f, -0.3231425583362579f, 0.3201524913311005f, -0.0543221756815910f, 0.1427673101425171f, 0.0840197876095772f, 0.0117526240646839f, 0.1339273452758789f, 0.3490535318851471f, 0.0812159478664398f, -0.1205094978213310f, -0.0259883347898722f, -0.0180904474109411f, -0.0177366305142641f, 0.0975185781717300f, 0.0096301250159740f, -0.1947377175092697f, 0.1456686556339264f, -0.2501942217350006f, -0.1371543407440186f, 0.2268899232149124f, -0.1674771904945374f, -0.2390361428260803f, -0.4004244208335876f, 0.1182081177830696f, -0.1391489058732986f, 0.3875216841697693f, 0.3007783591747284f, 0.1849776506423950f, -0.3859369158744812f, -0.3853701353073120f, 0.7379945516586304f, 0.0812702476978302f, -0.1516269147396088f, 0.1557138413190842f, -0.0028967205435038f, -0.0187479443848133f, -0.0575171820819378f, -0.1502534002065659f, -0.0479550510644913f, 0.1966685056686401f, 0.1357647031545639f, -0.0248433668166399f, -0.1984101235866547f, -0.0394880510866642f, 0.3989435732364655f, -0.0229407008737326f, -0.3687871396541595f, 0.0884876921772957f, -0.1997212022542953f, -0.0487289279699326f, -0.2008218467235565f, 0.0323501899838448f, -0.0274847280234098f, -0.2500679492950439f, -0.1017241105437279f, 0.0206117127090693f, 0.0891877189278603f, -0.0859176814556122f, 0.1526160091161728f, -0.2206237167119980f, 0.0554359406232834f, 0.1099963039159775f, -0.1469256579875946f, -0.1007262393832207f, 0.2086819857358932f, 0.2632465064525604f, 0.2788769304752350f, -0.2182874232530594f, 0.6339949965476990f, -0.0377277322113514f, 0.0511393286287785f, -0.3677492737770081f, 0.2020495980978012f, -0.0432177819311619f, -0.1080192700028419f, 0.0628855228424072f, -0.0064262277446687f, -0.1010299101471901f, -0.1619233638048172f, -0.1939978450536728f, -0.3151775300502777f, -0.0643707439303398f, -0.0012001628056169f, -0.1672322750091553f, 0.1387157440185547f, 0.1053480729460716f, 0.3500885665416718f, 0.6144148707389832f, 0.6669069528579712f, 0.0010469326516613f, 1.2696183919906616f, -0.2991240024566650f, -0.2848773002624512f, 0.1248072907328606f, -0.0534697882831097f, -0.0181801281869411f, 2.0624146461486816f, -0.0353966653347015f, -0.2793339788913727f, 0.3800345659255981f, -0.2351696938276291f, -0.2107591927051544f, 0.1266731172800064f, 0.2922052741050720f, -1.2896436452865601f, 0.5537893772125244f, 0.0132420007139444f, -0.2213487923145294f, -0.3321289718151093f, 0.5591313242912292f, -0.2310514897108078f, -0.2340276986360550f, 0.1452058851718903f, 0.5031118988990784f, -0.8981617689132690f, 0.8662082552909851f, 0.1418401151895523f, -0.0493569932878017f, -0.3851263225078583f, 0.0344474017620087f, 0.3285220861434937f, 0.6038953065872192f, 0.0201544668525457f, 0.2822210490703583f, -0.3423350751399994f, -0.8394862413406372f, 0.5667465925216675f, -0.7215161919593811f, -0.0899027958512306f, 1.0309602022171021f, 0.0751365572214127f, 0.7311895489692688f, -0.0086689954623580f, 0.0359683372080326f, -0.2208819091320038f, 0.2212501466274261f, 0.1680468469858170f, -0.1691315174102783f, -0.0290904007852077f, 0.3877490162849426f, 0.2990290820598602f, -0.0547790117561817f, -0.1006072908639908f, 0.7532091736793518f, -0.0036122412420809f, -0.1002372801303864f, -0.0171246528625488f, -0.1528422087430954f, 0.0593162924051285f, 0.0864814892411232f, -0.0195795018225908f, -0.7543224096298218f, 0.3931819796562195f, -0.4938863515853882f, 0.1817744523286819f, 0.2918039262294769f, 0.7633023262023926f, -0.0919553488492966f, 0.3371230065822601f, -0.0829981565475464f, -0.0255705509334803f, -0.2385992705821991f, -0.2148910760879517f, 0.0185566153377295f, 0.0979322269558907f, 0.0886106416583061f, -0.3182532787322998f, 0.2761797308921814f, -0.3763679265975952f, 0.0571346394717693f, 0.0837026014924049f, 0.0889627188444138f, 0.3350820541381836f, 0.1675773710012436f, 0.1289816349744797f, -0.0086424881592393f, -0.4441715478897095f, -0.7873166799545288f, 0.0206357184797525f, 0.2199933826923370f, -0.0034165447577834f, -0.1536064147949219f, 0.6188104748725891f, 0.4689704179763794f, -0.6867371797561646f, 0.8787674903869629f, -0.0872030779719353f, 1.1687223911285400f, -0.7180115580558777f, 0.1555728763341904f, 1.5498514175415039f, -0.2010377198457718f, -1.9235175848007202f, 0.5734070539474487f, -0.3700550794601440f, 0.3982554078102112f, 0.1602388173341751f, -0.2249571084976196f, 0.7816960811614990f, -0.3152583539485931f, 0.0691256001591682f, -0.1455942392349243f, 0.4822264015674591f, -1.0726433992385864f, -0.5807943344116211f, 0.2696857452392578f, -0.0464267954230309f, 0.1829712390899658f, -0.2253944128751755f, 0.4116430282592773f, 0.3381677865982056f, 0.1668720096349716f, 0.2228454649448395f, -0.0396316386759281f, -0.4338701665401459f, -0.0196907036006451f, 0.9063636064529419f, 0.1876376569271088f, 0.1910354495048523f, -0.5221745967864990f, -0.2329698354005814f, -0.4549126029014587f, -1.1734504699707031f, 0.6482354402542114f, -0.2016563713550568f, 0.8875399231910706f, -0.2005834430456161f, -0.2747952640056610f, 0.9565176963806152f, 0.0912186950445175f, 0.2080175876617432f, 0.1271828413009644f, 0.0215200204402208f, -0.0515081584453583f, -0.3204770982265472f, -0.1952046602964401f, 0.1217422634363174f, -0.0346382558345795f, -0.1496988832950592f, 0.0692781358957291f, 1.2563413381576538f, 0.2431136518716812f, 0.2300524562597275f, -0.0485190078616142f, -0.1570519953966141f, 0.3461497426033020f, 0.0145224574953318f, 0.1168764606118202f, -0.0015221358044073f, -0.3063834905624390f, -0.1831881254911423f, -0.1533128917217255f, 0.0602507181465626f, 0.1601755321025848f, 0.1528161168098450f, -0.4134339690208435f, 0.1741446405649185f, -0.1344108581542969f, -0.5876031517982483f, 0.1462546586990356f, 0.4167864322662354f, -0.0097347535192966f, -0.1648800075054169f, 0.0368515923619270f, 0.3356772959232330f, 0.2007796317338943f, 0.1275478452444077f, 0.2258265763521194f, 0.1276035159826279f, 0.0140411742031574f, -0.5653989315032959f, -0.4220887124538422f, -0.3893503248691559f, -0.6210228204727173f, -0.1328337341547012f, -0.2270593792200089f, 0.1858141273260117f, 0.1899436861276627f, 0.1278891861438751f, -0.2096797674894333f, -0.1806404143571854f, -0.2423802018165588f, -0.3303824961185455f, 0.4072387814521790f, -0.4646598696708679f, 0.0907002091407776f, 0.0697384253144264f, -0.0356325879693031f, -0.0845964699983597f, 0.0013246765593067f, 0.4262534081935883f, -0.1578061878681183f, 0.2638141512870789f, 0.1668043732643127f, -0.0520343519747257f, -0.0998671129345894f, -0.0184197016060352f, -0.4841060936450958f, 0.1279855370521545f, 0.1907432228326797f, 0.8987137079238892f, -0.0419881828129292f, 0.2434128969907761f, 0.6670292019844055f, 0.0117474179714918f, -0.2215700298547745f, -0.2345704883337021f, 0.1187481060624123f, -0.4360768795013428f, -0.1109045743942261f, -0.1163596734404564f, 0.4630790054798126f, 0.5820708274841309f, 0.0705985203385353f, -0.0834216028451920f, 0.1210176348686218f, -0.0987135544419289f, 0.2717289924621582f, -0.5339826345443726f, 0.7327637076377869f, -0.0595859996974468f, 0.0854119658470154f, 0.1725951433181763f, -0.9277351498603821f, 0.4460750818252563f, 0.1208831295371056f, -0.1994436532258987f, 0.0712257102131844f, -0.5182069540023804f, 0.4613440334796906f, -0.7312560081481934f, -0.1414789706468582f, 0.2348748445510864f, 0.0740489736199379f, 0.2099988162517548f, -0.1254035234451294f, -0.5672489404678345f, -0.2161290645599365f, -0.5246627926826477f, 0.2158686071634293f, 0.3951031565666199f, -0.1260640770196915f, 0.3245751857757568f, -0.3746047019958496f, 0.2887711524963379f, -0.1463900506496429f, 0.2377752214670181f, 0.1234094575047493f, -0.6960296630859375f, 0.1587717682123184f, 0.0706003680825233f, 1.2022557258605957f, -0.0305451843887568f, 0.1218825504183769f, -0.3616186082363129f, -0.3587384521961212f, -0.2383637577295303f, 0.2665436565876007f, -0.0225818771868944f, 0.5372462272644043f, 0.0933833792805672f, -0.2751249670982361f, -0.0452547483146191f, -0.1590498387813568f, -0.7130217552185059f, -0.3957486450672150f, 0.0555689744651318f, 0.4489434361457825f, 0.3126919567584991f, 0.6460087895393372f, -0.0397655330598354f, -0.4112917780876160f, -0.2131141871213913f, 0.0073645454831421f, 0.1931242793798447f, 0.0143070863559842f, -0.0263460241258144f, 0.0543605498969555f, 0.1023408100008965f, -0.1599039286375046f, 0.0205831360071898f, 0.0708519965410233f, -0.1744827926158905f, 0.1856022477149963f, -0.7719773650169373f, 0.1740929782390594f, 0.1230248808860779f, -0.2022458910942078f, 0.0958313345909119f, 0.3981089890003204f, -0.1402309238910675f, -0.3887098729610443f, -0.2653715014457703f, 0.2283032536506653f, 0.1162037104368210f, -0.1297696232795715f, 0.2150707989931107f, 0.8015490174293518f, -0.0124826524406672f, -0.2118973582983017f, 0.3346638381481171f, 0.0994457080960274f, -0.0885399430990219f, 0.0216127522289753f, 0.0851478949189186f, -0.3200557231903076f, -0.2286915928125381f, -0.2181439846754074f, -0.0045361802913249f, -0.2471670359373093f, 0.1707849651575089f, -0.0150706898421049f, -0.4520356655120850f, -0.0138974981382489f, -0.0748016387224197f, -0.1338746249675751f, -0.3254133760929108f, 0.3805011510848999f, -0.1291546076536179f, -0.2039536237716675f, 0.0747057273983955f, 0.5965566635131836f, -0.0177624858915806f, 0.2342783361673355f, 0.0858255326747894f, 0.3209388256072998f, 0.1017479151487350f, -0.2588850557804108f, 0.3529927432537079f, -0.0494884178042412f, -0.0526384860277176f, 0.9611950516700745f, -0.7019337415695190f, 0.3053757548332214f, -0.1460345685482025f, 0.2156331688165665f, 0.2403586208820343f, 0.2395912706851959f, -0.0254610814154148f, 0.5080154538154602f, 0.1656418442726135f, -0.8107294440269470f, -0.2464200705289841f, 0.1258178502321243f, -0.3983649909496307f, 0.0592024922370911f, 0.2276880741119385f, 0.3411485254764557f, 0.2274409234523773f, 0.3001985549926758f, -0.0617880038917065f, 0.1260606497526169f, 0.2073288261890411f, 0.7467866539955139f, -0.4616062343120575f, 0.9158366322517395f, 0.3607108294963837f, 0.7755147814750671f, -0.0322289280593395f, -0.2655787765979767f, 0.0162330381572247f, 0.0695274025201797f, -1.1441339254379272f, -0.5654687881469727f, -0.3433040380477905f, 0.0967892482876778f, -0.1962808072566986f, -0.3638843894004822f, 0.7446123361587524f, 0.0299467183649540f, -0.0888664200901985f, 0.1247153878211975f, -0.1988658905029297f, -0.0141292586922646f, 0.2962788641452789f, 0.0189729202538729f, 0.1910520941019058f, 0.0381108224391937f, -0.0147667089477181f, 0.1071727722883224f, -0.2211142182350159f, 0.2131253927946091f, 0.0845093578100204f, -0.1073629632592201f, 0.2973008751869202f, -0.0779030248522758f, 0.2102817893028259f, -0.2810074090957642f, -0.0751192942261696f, -0.8610462546348572f, 0.2806918621063232f, -0.0524280592799187f, 0.1165875643491745f, -0.1687026768922806f, 0.1592570245265961f, 0.0597384721040726f, 0.0447177216410637f, 0.1314545273780823f, 0.9434797763824463f, 0.1642459034919739f, -0.0213212482631207f, -0.1106046587228775f, 0.3176092803478241f, 0.1981650739908218f, -0.3234137892723083f, 0.2150702923536301f, -0.1382253766059875f, -0.0623036883771420f, -0.0779831632971764f, 0.1568738669157028f, 0.0396401397883892f, -0.0156146883964539f, -0.0932258814573288f, -0.0904351249337196f, -0.0522365160286427f, 0.1754994541406631f, 0.1893655061721802f, 0.3122482299804688f, -0.2204346805810928f, -0.2359004616737366f, 0.0919244363903999f, -0.1722369343042374f, 0.1166496798396111f, 0.2794356048107147f, 0.2534458339214325f, -0.1468438506126404f, 0.1139020547270775f, 0.0867525935173035f, -0.1426473706960678f, -0.1051062643527985f, 0.2702615857124329f, 0.0205635670572519f, 0.1108525022864342f, -0.0482863374054432f, 0.2188807576894760f, -0.8304601907730103f, 0.1620265394449234f, -1.5246293544769287f, 0.0394422486424446f, -0.2857315540313721f, 0.4377222955226898f, -0.7265534400939941f, -0.0302982479333878f, -0.6815183162689209f, -0.1697813421487808f, -0.0272787511348724f, 0.2638785541057587f, -0.1902720332145691f, -0.0514787547290325f, -0.0594820864498615f, 0.2701865136623383f, -0.8896944522857666f, -0.0374143384397030f, -0.3006119430065155f, -0.1466158926486969f, 0.1234191209077835f, 0.2503710687160492f, 0.2036555260419846f, -0.1557550728321075f, -0.4665363729000092f, -0.2955313920974731f, -0.4081237614154816f, -0.0617839358747005f, 0.3640899956226349f, 0.1809545606374741f, 0.0512332431972027f, 0.6097468137741089f, 0.7987359166145325f, -0.8218600153923035f, 0.5103300809860229f, 0.4819580614566803f, -0.0071776229888201f, -0.0597604811191559f, 0.1421921849250793f, 1.0165249109268188f, -0.1016465574502945f, -1.8473557233810425f, 0.6262234449386597f, -0.5383574962615967f, 0.4531634747982025f, 0.5579046607017517f, 0.0570953153073788f, 0.7366483211517334f, 1.4560304880142212f, -0.5116626620292664f, 0.7955260276794434f, 0.4036056101322174f, -1.2477146387100220f, -1.2533080577850342f, -0.4923206567764282f, 0.1762039512395859f, 0.9539728760719299f, -0.2533066272735596f, 0.3256091773509979f, 1.0252424478530884f, 0.1808571368455887f, 0.9262554049491882f, 0.2483168840408325f, 0.8798390626907349f, -0.1814910471439362f, 0.2301245182752609f, -0.0719746202230453f, 0.3134372830390930f, -0.2553644180297852f, -1.2181059122085571f, -0.7001571059226990f, -0.8992190361022949f, -0.4417332112789154f, -0.1291046887636185f, 1.2771614789962769f, -0.0857225209474564f, -0.4966732859611511f, -0.2464719116687775f, 1.3118396997451782f, -0.8456120491027832f, 0.0949488729238510f, 0.6192969083786011f, -0.1891143918037415f, -0.5296263694763184f, 0.1792878359556198f, 0.8512573838233948f, -0.0236635748296976f, -0.5284005999565125f, 0.3848654329776764f, 0.2873663306236267f, -0.3239377140998840f, -0.2464878261089325f, -0.0487656183540821f, 0.0535154901444912f, -0.1717282533645630f, -0.5198746323585510f, -0.6479997634887695f, 0.1591084003448486f, -0.2411972880363464f, 0.0153372772037983f, 0.4962950646877289f, 0.0958101004362106f, -0.0339944101870060f, 0.4357699155807495f, 0.9017980694770813f, 0.4356910884380341f, 0.5730064511299133f, 0.3088037967681885f, -0.3222173154354095f, 0.2523605227470398f, -0.3454655408859253f, 0.0849510431289673f, -0.3203008174896240f, 0.0515105612576008f, -0.3052545487880707f, 0.3284022212028503f, 0.5746132731437683f, -0.3356423079967499f, -0.2376639097929001f, -0.1916189193725586f, 0.2400049120187759f, -0.1593817472457886f, -0.2214093208312988f, -0.0616979897022247f, -0.3873759210109711f, 0.8782923817634583f, 0.1420166641473770f, 0.3202432394027710f, -0.4303301572799683f, 0.2293283641338348f, 0.1270015239715576f, 0.4955049455165863f, -0.0094643672928214f, 0.1618492752313614f, -0.1062072291970253f, -0.0408251211047173f, 0.2022159993648529f, -1.9543402194976807f, 0.5082956552505493f, -0.1261682212352753f, -0.1129047572612762f, 0.0548988468945026f, 0.3010449409484863f, 0.0289806537330151f, -0.4075378477573395f, -0.6435661911964417f, 0.1465739160776138f, 0.2353183031082153f, 0.4964710474014282f, 0.8051229119300842f, -0.8059566617012024f, -0.0106100877746940f, -0.1503994911909103f, -0.2471326589584351f, 0.1148269698023796f, -0.5320767164230347f, -0.1048179566860199f, 0.0529404617846012f, -0.0931575819849968f, -0.1334439665079117f, 0.3082536160945892f, 0.1493726968765259f, 0.0403637662529945f, 0.0111457919701934f, 0.2030507177114487f, 0.0921358391642570f, 0.6126024127006531f, -0.4770077466964722f, -0.1318765282630920f, 0.3110170662403107f, -0.2511526048183441f, -0.1912403702735901f, 0.1017491444945335f, -0.1090028509497643f, 0.4145899116992950f, 0.3512103855609894f, 0.0922817960381508f, 0.4380201995372772f, 0.0594353377819061f, 0.7679035067558289f, 0.0083225378766656f, 0.1618214547634125f, 0.2804233431816101f, 0.1809840351343155f, 0.1098064705729485f, -1.0784282684326172f, 0.3475739359855652f, -0.2514535486698151f, 0.0471266657114029f, -0.3556407392024994f, 0.3417501449584961f, 0.3385105431079865f, -0.3189150691032410f, -0.5139452219009399f, 0.3221957683563232f, 0.1338901668787003f, 0.1430701464414597f, 0.0132041834294796f, 0.1214303523302078f, 0.1852058172225952f, -0.3392816781997681f, 0.0137961087748408f, 0.0803778842091560f, -0.6872987151145935f, 0.1775949001312256f, 0.1912111639976501f, -0.1630491316318512f, -0.2432123422622681f, -0.3995923101902008f, -0.1535009294748306f, 0.2694167196750641f, -0.0010463994694874f, 0.3926653563976288f, 0.0224122051149607f, 0.0215106196701527f, 0.5645365715026855f, 0.1110730171203613f, -0.1739740669727325f, -0.3052764832973480f, 0.1740609407424927f, 0.0273589808493853f, 0.0230952408164740f, -0.1764833778142929f, 0.0686725154519081f, -0.0380834825336933f, -0.2044524699449539f, -0.1381156295537949f, 0.4493468701839447f, -0.4849980473518372f, -0.1254363059997559f, -0.0147775420919061f, -0.5378413200378418f, -0.1053837612271309f, -0.5091655254364014f, 0.0464887470006943f, -0.2419640868902206f, -0.0228056348860264f, 0.1592666953802109f, 0.1913138926029205f, 0.3304460942745209f, -0.0145292207598686f, -0.0889862179756165f, -0.4359636604785919f, -0.5319156646728516f, 0.0552531220018864f, -0.0511392876505852f, -0.1388080418109894f, 0.2724496424198151f, 0.4352526962757111f, -0.2231719195842743f, 1.1456182003021240f, -0.6885445713996887f, -0.3012375235557556f, -0.2911384701728821f, -0.2826191484928131f, 0.6134589314460754f, -0.1055810451507568f, -0.4980595707893372f, -0.2763009667396545f, 0.0729803517460823f, 0.3412119150161743f, 0.0100893015041947f, 0.1442999988794327f, 0.4328909218311310f, -0.1050930917263031f, 0.6546648144721985f, -0.0631757229566574f, -0.1953566968441010f, 0.1931030154228210f, -0.1322354078292847f, -0.0375878959894180f, 1.1289771795272827f, 0.3167913258075714f, -1.3767641782760620f, 0.4374702870845795f, 0.7457371950149536f, 0.0902706384658813f, -0.7298938035964966f, 0.5159382820129395f, 1.1023797988891602f, -0.6427671909332275f, -2.1863133907318115f, 0.7372884154319763f, -0.3000027239322662f, 0.3691305220127106f, -0.0105777094140649f, -0.1256951689720154f, 0.8201655745506287f, 0.1333969086408615f, -0.5342772006988525f, 1.2928237915039062f, 0.0860621482133865f, -0.7440900206565857f, -0.5718616843223572f, -0.2164198160171509f, -0.1584827005863190f, 0.3625932335853577f, 0.2659267485141754f, 0.4720104038715363f, 0.7702436447143555f, 0.2754073739051819f, 0.1416612416505814f, -0.0611989200115204f, 0.0030664375517517f, 0.1898993700742722f, 0.5416800379753113f, -0.2214176654815674f, 0.1409627050161362f, -0.5701814889907837f, -0.0636850446462631f, -0.5112374424934387f, -0.7140302062034607f, -0.4014302790164948f, -0.4017416834831238f, 0.8901350498199463f, -0.1602209210395813f, -0.2671130895614624f, -0.0709368586540222f, 0.2507399320602417f, 1.0237840414047241f, 0.1987019181251526f, -0.3937326669692993f, 0.5826378464698792f, 1.4507639408111572f, 0.1373251527547836f, -0.5128620266914368f, 0.0993861481547356f, 0.6919165849685669f, -0.8070869445800781f, -1.7719188928604126f, 0.7945169210433960f, 0.4490438401699066f, -0.3462312519550323f, -0.4081476032733917f, 0.3939331471920013f, -0.3684208095073700f, -0.7319256067276001f, -0.8570164442062378f, 1.3546289205551147f, 0.5371994972229004f, -0.0251127239316702f, -1.0139997005462646f, -0.3153629601001740f, -0.2731629014015198f, 0.4933909177780151f, 0.5137142539024353f, 0.0599138848483562f, -0.2264493852853775f, -0.1684273481369019f, -0.4573835730552673f, -0.4605458080768585f, -0.2187938839197159f, -0.4609913527965546f, 0.5669109821319580f, 0.2266089022159576f, 0.2200027406215668f, 0.3506774604320526f, -0.3602263629436493f, -0.1966604590415955f, -0.5905697345733643f, 0.2541116774082184f, -0.3642520010471344f, 0.8617995977401733f, -0.2671257853507996f, -0.2353173792362213f, 0.2506853640079498f, 0.3215501904487610f, -0.2554050087928772f, -0.3396846652030945f, 0.0689189657568932f, -0.0070742270909250f, -0.7898707985877991f, 0.2125207632780075f, 0.6537930369377136f, 0.2361415773630142f, 0.2068166434764862f, 0.1472667306661606f, -1.5079253911972046f, 0.1279410272836685f, -0.2724139690399170f, 0.2151425629854202f, -0.2545116543769836f, -0.5228662490844727f, -0.3224353790283203f, -1.9919880628585815f, 1.1243536472320557f, -2.2455000877380371f, 0.8226628899574280f, 0.3870442211627960f, -0.3145171403884888f, -0.1796014159917831f, 0.5905236005783081f, 0.4806765019893646f, 0.2379968017339706f, 0.1184504032135010f, 1.3848739862442017f, 0.7352914214134216f, 0.4348127543926239f, 0.7473742961883545f, -0.7756319046020508f, 0.7571094036102295f, 0.0100244944915175f, 0.6764900684356689f, 0.5480979084968567f, -1.1777009963989258f, -0.6346597671508789f, -0.5096101760864258f, 0.1239720433950424f, 0.6867035031318665f, -0.1064142808318138f, 0.6537658572196960f, -0.0267557743936777f, -0.4713986814022064f, 0.3576625883579254f, 0.2918771505355835f, 0.3284591138362885f, 0.5585033893585205f, 0.1326336264610291f, 0.0498741567134857f, 0.1352928727865219f, -0.1826428771018982f, -0.4973074197769165f, 0.0581534281373024f, 0.1710268855094910f, 0.0782178938388824f, -1.4738204479217529f, 0.4382496476173401f, -0.3065153658390045f, 0.2290636450052261f, 0.5600852370262146f, -0.0832133963704109f, -0.0552876628935337f, 0.0538142845034599f, -1.0142881870269775f, 0.4502163231372833f, -0.0208766441792250f, 0.0800248533487320f, -0.2871959805488586f, 0.4224273860454559f, -0.2753190994262695f, 0.9819874167442322f, -0.0981394946575165f, 0.2175248265266418f, -0.9854941964149475f, 0.2743167281150818f, -0.1129223853349686f, 0.2461138516664505f, 0.4698952734470367f, 0.3919346630573273f, 0.2484292834997177f, -0.1402623802423477f, 0.1917528361082077f, 0.0063306251540780f, -0.3463995456695557f, -0.7956079244613647f, -0.5365642309188843f, -0.3526139855384827f, -0.8019273281097412f, 0.4554938971996307f, -0.3079551458358765f, -0.5827915072441101f, 0.3169396221637726f, 0.3693549931049347f, -0.3261646926403046f, 0.4874092042446136f, 0.6903479099273682f, -0.7733669877052307f, -0.5813475847244263f, -0.1326120644807816f, 0.1357553452253342f, -0.2074225097894669f, -1.0240443944931030f, -0.2922282814979553f, 5.5608148574829102f, -0.6547576785087585f, -0.0773064270615578f, 0.3034023046493530f, 0.4867133498191833f, -0.3780970275402069f, -0.8499459624290466f, -0.5743893384933472f, 0.6048196554183960f, -0.8038278818130493f, -0.4722192585468292f, 0.5561686754226685f, 1.1990424394607544f, 0.3823924958705902f, 0.2415297478437424f, -0.7326823472976685f, 0.3440932631492615f, -0.7071907520294189f, -0.3134798109531403f, -0.0579217225313187f, 0.4750004708766937f, -0.4319225847721100f, 0.1431628912687302f, 0.2344502657651901f, -0.6991136074066162f, 0.5781488418579102f, 0.2265590578317642f, 0.3191601336002350f, 1.0471339225769043f, 0.6099290847778320f, 0.6300204396247864f, -0.1505793929100037f, 1.2836527824401855f, -1.5266729593276978f, 0.3114352822303772f, 0.7408022880554199f, -0.1541908085346222f, -0.1447150856256485f, 2.0016300678253174f, 0.1657850891351700f, -2.0262875556945801f, 1.6627334356307983f, 1.5697151422500610f, 1.3126255273818970f, -1.4931889772415161f, 0.7365964651107788f, 2.1108441352844238f, -1.6597290039062500f, -2.5834686756134033f, 1.7108380794525146f, -0.6637631654739380f, 0.3546476662158966f, 0.9986385107040405f, 0.3999722301959991f, 1.5284831523895264f, 0.6919996142387390f, -0.1465080082416534f, 1.5250236988067627f, 0.7372505664825439f, -1.4172945022583008f, -1.3150043487548828f, -0.6641862392425537f, -0.1502868980169296f, 0.5613018274307251f, 0.2771605849266052f, 0.1585837453603745f, 0.5225194692611694f, -0.0496003441512585f, 0.1104047074913979f, 0.0581046529114246f, 0.0072202729061246f, 1.0511404275894165f, 0.8448461890220642f, -0.4764195084571838f, -0.1068806126713753f, -0.3635654747486115f, -0.3903870284557343f, -0.1030712649226189f, -1.2413710355758667f, -0.1725787520408630f, -0.1162567958235741f, 1.1630505323410034f, -0.1762715280056000f, -0.2865544557571411f, 0.4577118456363678f, 0.1582030951976776f, 0.1525255590677261f, 0.0920501202344894f, 0.1650920957326889f, -0.4858606457710266f, -0.8122290968894958f, -0.0068210558965802f, 0.0146519327536225f, 0.0451777912676334f, -0.3258119225502014f, 0.0866968706250191f, 0.6269673109054565f, -0.0093394098803401f, 0.0967330038547516f, 0.0747348219156265f, 0.0594210699200630f, 0.0177791267633438f, -0.1263382881879807f, -0.5006312131881714f, 0.2616212666034698f, -0.1264848113059998f, -0.0442688874900341f, 0.3762388825416565f, 0.5448099970817566f, -0.0781072601675987f, 0.0545719377696514f, -0.1420542299747467f, 0.1521040201187134f, -0.1586623042821884f, -0.0964937284588814f, -0.2942356765270233f, 0.1593867838382721f, -0.2289928793907166f, -0.2147897183895111f, 0.0493609271943569f, 0.2412922978401184f, -0.2499026358127594f, 0.0342586897313595f, 0.3314781188964844f, 0.1301839351654053f, 0.2269767671823502f, -0.1346458941698074f, 0.0347626470029354f, -0.2565631568431854f, -0.3935967683792114f, 0.0553195960819721f, 0.1136887744069099f, 0.0775956287980080f, 0.3578198552131653f, 0.2637171447277069f, -0.0623659603297710f, 0.0961100533604622f, 0.2260956317186356f, 0.4289724528789520f, 0.4169924557209015f, 0.1132596507668495f, 0.0396407805383205f, 0.3443801105022430f, 0.1358156800270081f, -1.4266309738159180f, 0.2734513282775879f, 0.0360900685191154f, 0.1316516995429993f, 0.4970071017742157f, -0.0650927647948265f, 0.1496637016534805f, -0.7646985054016113f, 0.1542455404996872f, -0.4458976984024048f, 0.3555908203125000f, 0.1871372014284134f, 0.0096711199730635f, 0.1825065612792969f, -0.0053507583215833f, 0.1308723688125610f, 0.2113323062658310f, 0.3733700811862946f, 0.2410059720277786f, 0.1212598755955696f, 0.2979041934013367f, 0.0499520301818848f, -0.0534793287515640f, 0.0689914226531982f, 0.6138816475868225f, 0.0640950128436089f, -0.1113708391785622f, 0.0239597298204899f, -0.2721105515956879f, -0.2716542482376099f, -0.4989478588104248f, -0.0900951996445656f, -0.4991870820522308f, 0.3741122186183929f, -0.0040257908403873f, -0.0524820685386658f, 0.5820456147193909f, 0.3425064384937286f, -0.0346670150756836f, -0.0559954307973385f, 0.1825138032436371f, 0.0983183383941650f, 0.0952864214777946f, -0.2096949666738510f, 0.5150466561317444f, 0.0909565389156342f, -0.3308131694793701f, -0.0247073750942945f, -0.0410074628889561f, 0.1104917600750923f, 0.1775345951318741f, -0.1536004245281219f, 0.2250789999961853f, 0.0549785122275352f, 0.3063479661941528f, -0.2349887341260910f, 0.2775472700595856f, -0.7270120978355408f, -0.1500490754842758f, -0.0091873900964856f, -0.0850695446133614f, -0.1835493445396423f, 0.2181525677442551f, 0.5631996989250183f, 0.0191905945539474f, -0.3620813190937042f, -0.6929334998130798f, -0.0774872750043869f, 1.1323150396347046f, 0.0795527175068855f, 0.1066194176673889f, -0.0583505406975746f, 0.7072104215621948f, -0.1074939817190170f, 0.1990947872400284f, 0.0509906336665154f, 0.2732300758361816f, 0.2708532214164734f, -0.4433239698410034f, 0.0231549870222807f, -0.0558164678514004f, -0.4264059960842133f, 0.0099397245794535f, -0.0442658700048923f, 0.4480070769786835f, -3.6669659614562988f, -4.4144506454467773f, -5.0967440605163574f, -4.0868954658508301f, -4.7610950469970703f, -3.1935858726501465f, -4.3665065765380859f, -4.4696397781372070f, -4.2815208435058594f, -4.0504240989685059f, -2.8321807384490967f, -4.8939895629882812f, -4.2212948799133301f, -4.5322556495666504f, -3.8846435546875000f, -3.8567883968353271f, -3.8323094844818115f, -4.1341247558593750f, -4.4656143188476562f, -3.4578216075897217f, -4.2783670425415039f, -4.4573526382446289f, -4.8102178573608398f, -4.7823095321655273f, 3.6799559593200684f, 3.3046369552612305f, 5.4908242225646973f, 3.4732069969177246f, 3.8158240318298340f, 3.4390037059783936f, 3.4914023876190186f, 4.4831695556640625f, 4.0096693038940430f, 4.3949866294860840f, 3.4979393482208252f, 4.8711781501770020f, 3.5737800598144531f, 3.3525736331939697f, 3.6969268321990967f, 4.6761198043823242f, 4.3500556945800781f, 5.0109424591064453f, 4.5288963317871094f, 3.7056512832641602f, 4.6552524566650391f, 3.6478352546691895f, 4.1774768829345703f, 4.0451717376708984f, 0.4879987239837646f, 0.0828927457332611f, 0.1723320335149765f, -0.4589774012565613f, 0.1952780485153198f, 0.4839704930782318f, 0.3389748930931091f, 0.1434157788753510f, 0.1666357219219208f, -0.1214852109551430f, 0.2731305360794067f, -0.1664199084043503f, -0.0100723132491112f, 0.2282513380050659f, -0.1307280063629150f, -0.1730567961931229f, -0.5367537736892700f, 0.0538205727934837f, -0.0838319659233093f, 0.6349353790283203f, 0.2024559080600739f, 0.1931156069040298f, -0.1556212753057480f, -0.0106912143528461f, -0.4641816616058350f, -0.6683530807495117f, -0.1450235247612000f, -0.2084457427263260f, -0.3006595969200134f, 0.7369774580001831f, -0.2024945318698883f, -0.6794723868370056f, -0.0299366116523743f, -0.3432367444038391f, 0.3169313371181488f, 0.1510861515998840f, -0.3834797143936157f, -0.7835959792137146f, 0.1031990274786949f, -0.1078873872756958f, -1.0778149366378784f, 0.1867048740386963f, -0.2535982728004456f, -0.5241211056709290f, -0.7273757457733154f, -0.0809318944811821f, -0.1899257898330688f, -0.0275064632296562f, 0.1217473372817039f, 0.0079286610707641f, 0.6723847985267639f, -0.0517258048057556f, 0.0144573040306568f, 0.1150469407439232f, 0.0243623461574316f, -0.0431664548814297f, 0.0540313683450222f, 0.0511270686984062f, -0.1674461364746094f, 0.3079610764980316f, -0.0149328177794814f, 0.0161716714501381f, -0.0011657132999972f, -0.5040397644042969f, -0.2981861233711243f, 0.0398615486919880f, 0.1234589591622353f, 0.0944353267550468f, 0.2708016335964203f, 0.0387827455997467f, -0.2363834083080292f, 0.0170833356678486f, 0.3092198967933655f, 0.0373241789638996f, 2.5163788795471191f, -0.1800410151481628f, 0.0253974795341492f, 0.1221059262752533f, 0.0522063262760639f, -0.1156704798340797f, 0.1141775250434875f, 0.1989491581916809f, -0.1871597170829773f, 0.3764131069183350f, -0.0759508088231087f, 0.0831486806273460f, -0.0024801925756037f, -18.4760322570800781f, -4.2641572952270508f, 0.0450580976903439f, 0.1956487894058228f, 2.1607294082641602f, 13.6335182189941406f, 0.1018263548612595f, -0.4403142929077148f, 0.0318932943046093f, 0.4510591030120850f, 0.6761589646339417f, 1.3438048362731934f, -0.5769335031509399f, -0.5456740260124207f, 0.6621435880661011f, 0.0771009847521782f, 0.3335975110530853f, 1.3837392330169678f, -0.8478348255157471f, 1.9629588127136230f, -0.1495078206062317f, 0.1064370051026344f, 0.4072085618972778f, -1.0575827360153198f, -1.5691553354263306f, -1.4616454839706421f, -1.1067285537719727f, 0.4315740466117859f, 0.0859064608812332f, 1.3310283422470093f, 0.2202093601226807f, -1.6825228929519653f, 0.1636571884155273f, -0.6388964653015137f, 1.9035831689834595f, -0.4067174494266510f, -0.2440680563449860f, 0.5427511334419250f, -1.5553303956985474f, -0.3344379067420959f, 0.6658137440681458f, 0.7260857224464417f, 1.3507515192031860f, -0.0022261796984822f, 0.9479167461395264f, 1.0625262260437012f, 0.8290098309516907f, 0.2025507390499115f, -0.3543672561645508f, 1.0747779607772827f, -1.6479433774948120f, 2.2210106849670410f, 0.6128175258636475f, 0.1420541405677795f, 0.1090899407863617f, 1.8090573549270630f, 0.5393903851509094f, -0.3173215687274933f, 0.4735114872455597f, 0.0997752621769905f, -0.0140664102509618f, 0.1124692782759666f, 0.3056158721446991f, 0.3123579919338226f, 0.5902454853057861f, -0.0954886823892593f, -0.1942834556102753f, 0.4859398305416107f, -0.1169102191925049f, -0.4426611661911011f, 0.4509467482566833f, 0.0395078808069229f, 0.0231527499854565f, 0.1800199896097183f, 0.3788823485374451f, -0.2664230465888977f, 0.1328684687614441f, 0.0698065385222435f, 0.0509526729583740f, -0.0758830532431602f, 0.2202865779399872f, 0.2729403674602509f, -0.2112271338701248f, -0.3859410583972931f, -0.2083154767751694f, -0.2032285183668137f, 0.4743979573249817f, 0.3171809315681458f, -0.1795382052659988f, 0.2187963873147964f, 0.3071711957454681f, 0.4434227347373962f, -0.1104948818683624f, 0.1333564966917038f, 0.3337735831737518f, 0.2966548502445221f, -0.1101391538977623f, 0.2758444845676422f, -0.1224282830953598f, -0.0715829282999039f, -0.4604584872722626f, -0.4386422634124756f, 0.0566899403929710f, 0.1865875869989395f, -0.0036482159048319f, 0.1288915723562241f, 0.6765946149826050f, 0.3505264520645142f, 0.4843585789203644f, 0.2754665911197662f, 0.1997436136007309f, -0.3795461654663086f, -0.4202157557010651f, -0.2641957104206085f, -0.1572605967521667f, -0.4916221201419830f, 0.1698363572359085f, -0.0848547592759132f, 0.0489425361156464f, -0.0609912499785423f, -0.1291939765214920f, 0.0507675595581532f, -0.6514433622360229f, -0.1285100281238556f, -0.0592254251241684f, 0.2049924880266190f, -0.2016441524028778f, 0.4335154294967651f, 0.1066583245992661f, 0.3414786458015442f, 0.5704700946807861f, 0.4707119464874268f, -0.2986750304698944f, -0.0365475825965405f, -0.0945230349898338f, -0.6973048448562622f, -0.4348855912685394f, -0.0757529810070992f, -0.0974408015608788f, 0.5031443238258362f, -0.4687056541442871f, -0.4044012129306793f, 0.7044636011123657f, -0.2498342245817184f, 0.8955916166305542f, -0.5331146717071533f, -1.0929086208343506f, -0.5570766925811768f, 0.1911916732788086f, 0.3516975045204163f, -0.1641160249710083f, -0.2004570662975311f, 0.4220285415649414f, 0.1164068654179573f, 0.0296483170241117f, -0.0182277597486973f, 0.2265394032001495f, 0.0569055601954460f, -0.2918547093868256f, -0.1059007719159126f, -0.4237819314002991f, -0.0286912228912115f, 0.0082448609173298f, -0.0458592176437378f, -0.0570514872670174f, 0.2898116409778595f, -0.0367923937737942f, -0.2278623282909393f, 0.0940056219696999f, -0.0953162163496017f, -0.0868698433041573f, 0.0855027288198471f, 0.0528192408382893f, -0.0882045105099678f, -0.0857483297586441f, 0.1957697421312332f, 0.0170791875571012f, -0.1083825305104256f, -0.1204362958669662f, -0.3505121171474457f, -0.0793609470129013f, -0.0971692800521851f, -0.2307695299386978f, -0.0428347289562225f, 0.1111199706792831f, -0.1054725497961044f, 0.1454204171895981f, -0.1667424291372299f, -0.1647577285766602f, 0.2540352046489716f, 0.0278221461921930f, -0.3390087783336639f, -0.1564580649137497f, -0.3004648089408875f, -0.1937808245420456f, -0.1094386950135231f, 0.2000235170125961f, 0.0759184435009956f, 0.0251648742705584f, 0.0720382407307625f, -0.2016013264656067f, 0.2007449567317963f, 0.1579036414623260f, 0.0497647970914841f, -0.1580750197172165f, 0.1445229947566986f, -0.4001307785511017f, -0.0543484576046467f, 0.0051624146290123f, -0.2234332561492920f, -0.0346812717616558f, 0.2596780061721802f, 0.3437646329402924f, -0.3335155546665192f, 0.0966770201921463f, -0.0608099661767483f, -0.0820313468575478f, -0.2214415967464447f, -0.3325493931770325f, -0.1725062727928162f, 0.1766832023859024f, 0.0998135432600975f, -0.0203846935182810f, -0.0000421428194386f, 0.0221428479999304f, 0.4201583266258240f, -0.1109273284673691f, 0.2051199972629547f, 0.1299901902675629f, -0.1121650710701942f, -0.9604064226150513f, 0.4469308257102966f, -0.0145374275743961f, 0.1944962441921234f, 0.5023747086524963f, 0.0264707840979099f, 0.0602819249033928f, 0.4570457339286804f, 0.1274560838937759f, -0.1830467432737350f, -0.1029422730207443f, -0.2370852530002594f, -0.4868183434009552f, 0.1547461748123169f, 0.1142532825469971f, 0.0750781223177910f, 0.3557603359222412f, -0.0500985644757748f, 0.1096616387367249f, 0.4688814878463745f, 0.1125935912132263f, 0.1210043504834175f, -0.2979252338409424f, 0.2276500761508942f, -0.6229231357574463f, 0.1271917819976807f, 0.0816377848386765f, -0.2095799893140793f, 0.7440888285636902f, 0.1092072725296021f, 0.0880245789885521f, -0.1594823300838470f, 0.3850313425064087f, 0.5674678087234497f, -0.2565663158893585f, -0.3241096436977386f, -0.2773298025131226f, 0.4396398365497589f, 0.3422161042690277f, 0.5624179840087891f, 0.0678024813532829f, -0.2958069741725922f, 0.2454819679260254f, 1.4044721126556396f, 0.0777730718255043f, -0.3106794655323029f, -0.1599302589893341f, -0.0309681221842766f, 0.2942314147949219f, 0.1500957012176514f, 0.5091388225555420f, 0.2554733455181122f, -0.1623200476169586f, 0.2787280976772308f, 0.3143164515495300f, -0.2166905552148819f, 0.0724948272109032f, 0.5573017001152039f, -0.2389626204967499f, 0.1100973561406136f, -0.9720029830932617f, -0.0891647338867188f, -0.1034176200628281f, 0.2993581891059875f, -0.2529795765876770f, 0.2023704200983047f, 0.0762188658118248f, 0.0688884407281876f, 0.0932923778891563f, 0.2255919277667999f, 0.2238213866949081f, -0.2578519582748413f, -0.0817517042160034f, 0.1925061494112015f, 0.4475354552268982f, 0.0150498002767563f, 0.0562919825315475f, -0.2040393054485321f, 0.0376138240098953f, 0.1823844909667969f, 0.1667976528406143f, 0.1055647209286690f, -0.1023352369666100f, 0.1344340741634369f, 0.7467625737190247f, 0.2608768045902252f, -0.1040658801794052f, -0.0191339850425720f, 0.4028732776641846f, -0.0074889319948852f, 0.1958034783601761f, 0.4327704906463623f, -0.1144660115242004f, 0.2926168441772461f, -0.3110859990119934f, 0.1205306202173233f, 0.2777150869369507f, -0.1094185858964920f, 0.4339779019355774f, -0.0442108735442162f, 0.0356832295656204f, -0.0099723115563393f, -0.3642630577087402f, 0.1003040596842766f, 0.2225681841373444f, -0.0707761496305466f, 0.3121187388896942f, -0.3247204720973969f, -0.0214752014726400f, -0.4033488631248474f, -0.2009136825799942f, -0.1654305905103683f, 0.1017884612083435f, -0.2640319466590881f, -0.1383366137742996f, -0.1274731904268265f, 0.2614942193031311f, -0.0704610124230385f, 0.1536433994770050f, -0.2655824720859528f, 0.2761612832546234f, -0.0675663501024246f, -0.1957769393920898f, 0.0131698576733470f, -0.2301983535289764f, 0.5269812941551208f, 0.4021399319171906f, 0.1155113130807877f, 0.2320435345172882f, -0.0178058743476868f, 0.1235896423459053f, 0.1545059680938721f, -0.2166013568639755f, -0.2806745469570160f, 0.0558394417166710f, -0.1322476565837860f, -0.1938365250825882f, 0.1147360131144524f, -0.0088204517960548f, 0.2048330456018448f, -0.5149267911911011f, -0.0820838212966919f, 0.1924104243516922f, -0.3148186504840851f, -0.1380433738231659f, 0.3524641692638397f, 0.0412094891071320f, 0.0764013230800629f, 0.0394035540521145f, 0.1840019524097443f, -0.2503840029239655f, 0.0894209370017052f, 0.0857829302549362f, -0.1494966596364975f, -0.5384627580642700f, -0.3810029029846191f, -0.5822743773460388f, -0.1364774852991104f, 0.2491144090890884f, -0.1367959827184677f, 0.0614418946206570f, -0.3992295563220978f, 0.0481883175671101f, 0.0148952016606927f, 0.0389428399503231f, -0.0080416621640325f, 0.1104632541537285f, -0.5312955975532532f, -0.6764618754386902f, -0.1341610997915268f, -0.4129835963249207f, -0.1395619213581085f, -0.1470512747764587f, 0.2465350627899170f, -0.4661340713500977f, -0.1906568408012390f, -0.1201196163892746f, 0.1266134828329086f, -0.0770729407668114f, 0.0427581369876862f, 0.3375115990638733f, 0.2844539582729340f, -0.0690790787339211f, 0.6484747529029846f, -0.0471247583627701f, -0.1452668458223343f, -0.2111028581857681f, 0.4508068561553955f, -0.0591098591685295f, 0.2029159367084503f, 0.0540211275219917f, -0.1740778982639313f, -0.1599786281585693f, 0.0966674759984016f, -0.0922988578677177f, 0.0193239990621805f, 0.5116612911224365f, -0.2550588250160217f, 0.2241631895303726f, -0.5190693736076355f, -0.4158547222614288f, -0.0800683349370956f, 0.1506708264350891f, -0.1489923894405365f, 0.8840070366859436f, 0.3567382693290710f, -0.1530895233154297f, -0.0825865566730499f, -0.2913314402103424f, 0.3432648479938507f, 0.1030976399779320f, -0.0766043066978455f, 0.1915909349918365f, 0.1799060851335526f, -0.1139174029231071f, -0.4461305439472198f, -0.2088003158569336f, -0.0117281395941973f, -0.3099443316459656f, 0.0896085277199745f, -0.1102791801095009f, 1.4964355230331421f, 0.1555491089820862f, 0.0576033331453800f, 0.1516778171062469f, -0.1123350411653519f, -0.2571525275707245f, -0.2269162386655807f, -0.5265623927116394f, 0.5615207552909851f, -0.5470022559165955f, 0.5093724727630615f, 0.4087793231010437f, -0.1875847429037094f, 0.4350984394550323f, 1.1000803709030151f, -0.0496411360800266f, 0.3941525220870972f, 0.1343146860599518f, -0.3378978073596954f, -0.4419603943824768f, 0.5908982753753662f, 0.0074605750851333f, 0.5242111682891846f, 0.2103824615478516f, 0.4159753620624542f, 0.2897823452949524f, -0.4300573766231537f, 0.4354461729526520f, 0.3112065494060516f, -0.0579762607812881f, -0.1032272428274155f, 0.5044099092483521f, 0.4256613254547119f, 0.0157328359782696f, -0.8114913105964661f, -0.6814610362052917f, 0.5831478834152222f, -0.2301909625530243f, -0.1130005568265915f, 0.2924333214759827f, -0.2654613256454468f, -0.3262239694595337f, -0.2158017754554749f, -0.5265721678733826f, -0.2159965932369232f, -0.0598265305161476f, -0.2744375169277191f, 0.0730228424072266f, 0.2456355541944504f, 0.2544836997985840f, -0.1681517809629440f, -0.1093335151672363f, 0.1805844604969025f, -0.3467253446578979f, -0.2517775893211365f, -0.2631381154060364f, -0.1729228794574738f, -0.1728218644857407f, 0.2910021245479584f, -0.0377729646861553f, 0.0797834768891335f, 0.1708248704671860f, 0.9910012483596802f, 0.0794003754854202f, 0.7804740667343140f, -0.2150119841098785f, 0.0228640902787447f, -0.6245152354240417f, -0.0135559253394604f, -0.0818632692098618f, 0.1740603446960449f, 0.6499235630035400f, -0.0078089046292007f, 0.0314936824142933f, -0.0372873246669769f, -0.2700233161449432f, 0.2196198254823685f, -0.3335070312023163f, -0.0387956388294697f, 0.7157485485076904f, 0.5319095849990845f, -0.3339594006538391f, -0.0686320066452026f, -0.2039573043584824f, 0.4436620175838470f, 0.3524390459060669f, -0.0226013027131557f, -0.0619790963828564f, 0.1857596486806870f, -0.1809745579957962f, -0.0910510495305061f, -0.7210479974746704f, 0.1112402752041817f, 0.4191839098930359f, 0.0912839323282242f, -0.3036091327667236f, 0.2489879876375198f, -0.1881671994924545f, -0.1933085620403290f, 0.1540023684501648f, 0.1419338732957840f, 0.0551312156021595f, -0.1574092060327530f, 0.4072903394699097f, 0.0436228215694427f, 0.1754543334245682f, 0.2152320742607117f, -0.1085439249873161f, 0.4157462418079376f, -0.0310841575264931f, 0.7153292298316956f, -0.4236954450607300f, -0.3346456289291382f, -0.1048062965273857f, -0.1282424479722977f, 0.2096663266420364f, 0.1494013965129852f, 0.1908222287893295f, 0.3944070339202881f, 0.3601771891117096f, 0.3504419326782227f, 0.2028700262308121f, 0.3260186612606049f, -0.2025030255317688f, 0.3597453832626343f, -0.4968390762805939f, 0.0000350704904122f, 0.2038004696369171f, 0.3337745964527130f, -0.6084381341934204f, -0.3076295852661133f, 0.1732539683580399f, 0.5430284142494202f, -0.0679351538419724f, 0.1947124749422073f, -0.0907583683729172f, 0.1148115620017052f, -0.2188496440649033f, -0.1132196485996246f, -0.5379904508590698f, -0.0889556705951691f, -0.5563367009162903f, -0.3957968652248383f, 0.1537143439054489f, 0.3263528645038605f, 0.0582468025386333f, 0.0526257716119289f, 0.0051289014518261f, 0.3682502806186676f, 0.2158286571502686f, 0.0641898661851883f, 0.2592682838439941f, -0.0445814803242683f, 0.1318867504596710f, -0.2746811509132385f, -0.1970760077238083f, -0.0486175008118153f, -0.2203664481639862f, -0.4126285016536713f, -0.0835017189383507f, -0.1447339653968811f, -0.0790417864918709f, 0.1408597528934479f, 0.2089901268482208f, 0.4166587889194489f, 0.0465880669653416f, -0.0553219094872475f, 0.2604794204235077f, 0.2261627316474915f, 0.3489912152290344f, -0.3822252750396729f, 0.2936952412128448f, -0.0215346552431583f, 0.4292967319488525f, 0.0557416602969170f, 0.1274631917476654f, 0.2484695166349411f, -0.2078205943107605f, 0.1568096131086349f, 0.0960494726896286f, 0.1638280600309372f, -0.0280268657952547f, 0.0355933643877506f, -0.0880295187234879f, -0.1442628800868988f, 0.0550030544400215f, -0.5218203067779541f, -0.9443116784095764f, 0.0991043969988823f, -0.6011009216308594f, -0.2978107333183289f, -0.0688887313008308f, -0.0009410358616151f, 0.2775274813175201f, -0.0476420782506466f, -0.0053223054856062f, -0.0412091650068760f, 0.3182359933853149f, -0.1620743274688721f, -0.1206206232309341f, 0.0265789702534676f, -0.2177103161811829f, 0.0207692012190819f, 0.0830445289611816f, 0.1568648368120193f, -0.0119543233886361f, 0.0856796428561211f, -0.2746190428733826f, 0.0102912383154035f, -0.0551088228821754f, -0.0191743820905685f, 0.1882228702306747f, 0.2570885419845581f, 0.4133772850036621f, -0.0481898151338100f, 0.4317778944969177f, 0.4585243761539459f, 0.1751181185245514f, -0.1853514164686203f, 0.1172533482313156f, 0.1308175474405289f, 0.2192818224430084f, -0.1940203756093979f, 0.0503059960901737f, 0.1822543293237686f, -0.1114740744233131f, 0.1641964316368103f, 0.2649179995059967f, -0.0450272224843502f, -0.1432836055755615f, -0.4017743766307831f, 0.1774883866310120f, 0.0682902634143829f, 0.0904596596956253f, -0.3314888775348663f, -0.1496955901384354f, -0.0282173119485378f, -0.3021585643291473f, -0.3931065797805786f, -0.0853237286210060f, -0.1516975462436676f, 0.1542965471744537f, 0.2452737838029861f, 0.0666515827178955f, 0.1466560810804367f, 0.1644676029682159f, 0.3021114170551300f, -0.1175526976585388f, 0.3529972732067108f, -0.0064060720615089f, -0.1598013490438461f, -0.4306213557720184f, 0.2074766606092453f, 0.1837064474821091f, 0.0046808291226625f, -0.5443630814552307f, 0.5581488609313965f, 0.0628127604722977f, -0.3050591945648193f, 0.2517346143722534f, 0.0638241842389107f, -0.4372484385967255f, 0.2490692436695099f, -0.0430387817323208f, -0.2391526401042938f, -0.0793898552656174f, -0.3235372304916382f, 0.3382604420185089f, -0.3306309878826141f, 0.8054450750350952f, -0.3097694814205170f, -0.8178431987762451f, -0.1426973044872284f, -0.2400995194911957f, 0.0269835796207190f, -0.0972309336066246f, -0.1300532966852188f, 0.1797867864370346f, 0.4309522807598114f, -0.1165169253945351f, -0.2905076146125793f, 0.0502189360558987f, -0.9499409794807434f, -0.2536705434322357f, 0.3786991834640503f, -0.3818542361259460f, -0.0520615354180336f, -0.0450539030134678f, -0.2394095957279205f, 0.8957645297050476f, -0.5843425989151001f, -0.1196817234158516f, -0.0073183299973607f, 0.1545682549476624f, -0.0083369407802820f, -0.2229649573564529f, 0.4172879755496979f, -0.4445405900478363f, 0.0882682725787163f, -0.0611588805913925f, 0.0033539773430675f, 0.0930097252130508f, -0.1049807891249657f, -0.7895973324775696f, -0.7695842981338501f, 0.4102463424205780f, -0.0615106597542763f, 0.3321824073791504f, 0.1599400192499161f, -0.3285705745220184f, -0.0892624557018280f, 0.1935280263423920f, 0.5370928049087524f, 0.0964575186371803f, -0.1811932772397995f, -0.2096119970083237f, 0.2945793271064758f, 0.1772105842828751f, -0.0910935029387474f, -0.0811948031187057f, 0.2034119218587875f, -0.3271540999412537f, -0.1848407089710236f, 0.2522670626640320f, -0.1415994316339493f, -0.1866979598999023f, -0.3284861445426941f, -0.2286931872367859f, 0.1098772734403610f, 0.3425969183444977f, 0.0885070562362671f, 0.5562388300895691f, -0.3662056922912598f, -0.1388380974531174f, -0.5361053943634033f, -0.2774031758308411f, 0.3776150047779083f, 0.1055612042546272f, 0.0284485239535570f, 0.0148279434069991f, 0.0659868270158768f, -0.1530753672122955f, 0.0039594732224941f, -0.2880383431911469f, -0.2341078817844391f, -0.2340093255043030f, 0.2751630842685699f, -0.0317123122513294f, 0.3478989005088806f, -0.1072758957743645f, -0.0569561272859573f, -0.1714387089014053f, -0.0362624153494835f, 0.0712004452943802f, -0.4484122991561890f, 0.0924381762742996f, 0.2458235770463943f, -0.3770670592784882f, 0.4717278182506561f, -0.2327663600444794f, -0.3713575005531311f, -0.3028478622436523f, -0.6175975799560547f, -0.5092560052871704f, -0.0445090010762215f, -0.0165073182433844f, -0.2818931043148041f, -0.0769209563732147f, 0.0600308589637280f, -0.2762011885643005f, -0.6655470728874207f, -0.0713064745068550f, 0.1744897216558456f, -0.2515981793403625f, 0.8597068190574646f, 1.1904376745223999f, 0.1988843083381653f, -0.5221707820892334f, -0.3960108160972595f, -0.7111398577690125f, 0.3466722071170807f, 0.0708832442760468f, 0.8041629195213318f, 0.2569641172885895f, -0.4334790706634521f, -0.0467780008912086f, 0.3448320031166077f, 0.4792115986347198f, -0.3182656764984131f, -0.2610423862934113f, -0.1965939551591873f, 0.0993715226650238f, 0.2169495522975922f, 0.7673071026802063f, 0.0434033945202827f, 0.5032074451446533f, -0.6153256893157959f, 0.2258518934249878f, -0.1830482780933380f, 0.2758729159832001f, -0.4386928081512451f, 0.5715560913085938f, -0.0569779947400093f, -0.8513274192810059f, 0.4690301418304443f, 0.6880987286567688f, 0.3670893609523773f, 0.3154238462448120f, -0.0869102329015732f, 0.4237568974494934f, 1.1063802242279053f, 0.0051392107270658f, -0.5354266166687012f, -0.3657819330692291f, 0.7255303859710693f, -0.3390797376632690f, 1.2928081750869751f, 0.5852834582328796f, -0.1863826364278793f, -0.0093354247510433f, 0.6201636195182800f, 0.2751709520816803f, -0.2671378850936890f, 0.1236747801303864f, -0.1732617616653442f, 0.1444806605577469f, -0.2723327279090881f, 1.1353722810745239f, -0.3559042513370514f, -0.5822154879570007f, 0.2729771733283997f, -0.0057438835501671f, 1.0370161533355713f, -0.0960618704557419f, 0.1144768595695496f, -0.1086660921573639f, -0.6018902063369751f, 0.1426317840814590f, -0.0404006838798523f, -0.1891547739505768f, 0.1749835312366486f, -0.0753847211599350f, 0.4410685896873474f, 0.0597405992448330f, 0.2771744728088379f, -0.1357740461826324f, 0.8081392645835876f, -0.4622045457363129f, -0.0082479938864708f, -0.0859203785657883f, -0.5858951807022095f, -0.5872040390968323f, 0.7475559711456299f, -0.4665589630603790f, -0.0130827939137816f, -0.2001101523637772f, -0.1259116381406784f, -0.2555320262908936f, -0.5519919991493225f, -0.0020655004773289f, -0.4303436577320099f, -0.4052819907665253f, -0.3419088423252106f, -0.3150793015956879f, -0.0371563844382763f, 0.0056934552267194f, -0.5414548516273499f, -1.0987066030502319f, 0.2323900014162064f, 0.2648053765296936f, 0.1409416347742081f, 0.0306192748248577f, -0.4763860702514648f, -0.0667847469449043f, -0.4994490146636963f, -0.3219082951545715f, -0.3861107528209686f, 0.0417518056929111f, -0.4352102279663086f, 0.1425716578960419f, -0.2640376091003418f, -0.0884965583682060f, -0.1262990534305573f, 0.0873601213097572f, 0.1995697766542435f, 0.1667204201221466f, 0.3410887718200684f, 0.7603908181190491f, 0.4071494340896606f, -0.1067043542861938f, -0.0569177456200123f, -0.2039457261562347f, 0.2259733229875565f, 0.0712834000587463f, -0.3045901954174042f, -0.4357281029224396f, -0.8048518896102905f, 0.0585419982671738f, -0.1087494045495987f, 0.5427197813987732f, 0.5104073286056519f, -0.2522356510162354f, 0.0529529266059399f, -0.2532447576522827f, 0.3169332444667816f, -0.0650118514895439f, -0.3022668063640594f, 0.1926126778125763f, 0.0239580757915974f, 0.8432117700576782f, 0.0939719453454018f, 0.0554350577294827f, -0.1423660367727280f, -0.4854759871959686f, 0.1276747882366180f, 0.2929223477840424f, -0.1061699315905571f, 0.0503434874117374f, -0.0963961333036423f, 0.0280404314398766f, -0.8225930333137512f, 0.2726898491382599f, -0.0811703354120255f, -0.0846837908029556f, 0.0768143832683563f, 0.0125605985522270f, -0.4577321708202362f, 0.2443601191043854f, -0.4270148873329163f, 0.3138865232467651f, -0.4332202374935150f, 0.1153726726770401f, 0.2573312819004059f, 0.2598482072353363f, 0.2590624690055847f, 0.3824962675571442f, 0.0473268926143646f, -0.1225130110979080f, -0.3386610150337219f, -0.1209153383970261f, 0.3550141155719757f, -0.0391780063509941f, -0.1252662539482117f, -0.6283802986145020f, -0.4855206906795502f, -0.0571635439991951f, -0.2212874740362167f, 0.5341996550559998f, 0.4665786027908325f, -0.3149516582489014f, -0.1294015496969223f, -0.0890878736972809f, 0.8228108286857605f, 0.1529348641633987f, -0.4481184184551239f, 0.0186605583876371f, 0.1742420643568039f, -0.3644089698791504f, 0.1178917810320854f, 0.0655154287815094f, 0.3027238845825195f, -0.6254715323448181f, -0.0929665192961693f, 0.5970686078071594f, -0.0863730981945992f, -0.0751296579837799f, 0.9249001145362854f, 0.4180294275283813f, 0.1267687976360321f, -0.4069334268569946f, -0.6074131131172180f, 0.0586632452905178f, 0.0353353209793568f, -0.7069460749626160f, 0.2622475028038025f, 0.1270145773887634f, 0.6640952229499817f, -0.1861919462680817f, 0.2710900306701660f, -0.0837039873003960f, -0.1283803135156631f, -0.1921329796314240f, 0.1898863166570663f, -0.5594792366027832f, 0.1604927033185959f, 0.8047508597373962f, 0.2290154248476028f, 0.3750461935997009f, -0.0979731976985931f, -0.0157635547220707f, -0.0844910591840744f, 0.6549336314201355f, 0.0467323362827301f, -0.2907151877880096f, -0.0154396733269095f, 0.2688963413238525f, 0.0244367793202400f, -0.0838023349642754f, 0.1847794651985168f, -0.3217555284500122f, -0.2421138435602188f, 0.2343435436487198f, 0.0204142685979605f, -0.8466549515724182f, -0.2969759106636047f, -1.3810039758682251f, 0.5347493290901184f, -1.1265734434127808f, 0.4587838947772980f, -0.4274257719516754f, -0.8497816920280457f, 0.4860472977161407f, 0.5371426939964294f, 0.1474615782499313f, 0.1054444089531898f, 0.2608203589916229f, 0.0796477198600769f, -0.1669937968254089f, 0.1768171042203903f, 0.0205991510301828f, 0.2049610912799835f, 0.2388091385364532f, 0.1654292494058609f, -0.2245194464921951f, 0.8098871111869812f, 0.5039434432983398f, -0.2394920438528061f, 0.3053139150142670f, 0.3982761502265930f, -0.4435397684574127f, -0.0900296643376350f, -0.5796045064926147f, 0.4434157013893127f, -0.4524997174739838f, 0.4268049597740173f, 0.2324417680501938f, 0.2084081023931503f, -0.1818628311157227f, 0.5867643356323242f, -0.3171290457248688f, 0.5343943238258362f, 0.0501365810632706f, -0.2712980806827545f, -0.1411827355623245f, 0.5113637447357178f, 0.2824478447437286f, -0.1850651949644089f, 0.3119075000286102f, 0.1158709824085236f, 0.2262128591537476f, -0.5148339271545410f, -0.3274418413639069f, 0.3083284199237823f, -0.5699435472488403f, -0.4469030797481537f, 0.5842075943946838f, -0.2129028737545013f, -0.3483723998069763f, -0.3391536772251129f, -0.7346618175506592f, 0.2210254520177841f, -0.4860642850399017f, -0.0636304765939713f, 0.1773691028356552f, 0.0019267811439931f, 0.1852621138095856f, 0.0649183541536331f, -0.1149293333292007f, -0.1418716460466385f, -0.0252046324312687f, 0.0802555829286575f, 0.0476588197052479f, 0.2234020233154297f, -0.1442569643259048f, 0.0739955082535744f, 0.0336345285177231f, 0.1807714700698853f, -0.2938361465930939f, -0.1354804188013077f, -0.3723581135272980f, -0.0035826750099659f, 0.0497633330523968f, 0.4213123023509979f, 0.0521284677088261f, 0.0292595829814672f, 0.1128895282745361f, 0.2801240682601929f, -0.0425005219876766f, -0.4421597421169281f, 0.2337444126605988f, 0.0657986029982567f, 0.1568460315465927f, 0.0457282140851021f, 0.0797339677810669f, -0.0552717149257660f, 0.2472410798072815f, 0.3615573644638062f, -0.1168525591492653f, 0.0770486295223236f, 0.0599805712699890f, -0.0038437976036221f, -0.1181042119860649f, 0.0009043308091350f, -0.2075753211975098f, -0.0316028185188770f, -0.0162174794822931f, -0.0268016606569290f, 0.1830789595842361f, -0.0939605832099915f, 0.0269886292517185f, -0.4833746254444122f, -0.1625090390443802f, -0.3161835670471191f, 0.3985982239246368f, 0.7867341041564941f, -0.7106830477714539f, -0.3993267714977264f, -0.5518459081649780f, -0.4185047745704651f, 0.2020099312067032f, -0.3190006315708160f, 0.5595282316207886f, -0.2299617677927017f, -0.4168759584426880f, 0.5301603674888611f, 1.0297625064849854f, 0.3561550676822662f, 0.1617665737867355f, 0.0083518503233790f, -0.0440799333155155f, -0.2333995848894119f, 0.0045248554088175f, 0.7133398056030273f, 0.0330690518021584f, -0.0921611487865448f, -0.2314681261777878f, -0.0399049483239651f, -0.8366100192070007f, -0.1117432937026024f, 0.5199245810508728f, 0.3752813339233398f, 0.3022992610931396f, 0.3466893732547760f, -0.0074496651068330f, 0.1431749761104584f, 0.0012280041119084f, -0.1800568550825119f, -0.5757533907890320f, 0.1144440844655037f, -0.7561407089233398f, -0.3158778548240662f, -0.5572612285614014f, -0.1027354598045349f, -0.9940968155860901f, -1.2254197597503662f, 0.7422376275062561f, 0.3592274785041809f, 0.0563863962888718f, -0.4381826817989349f, 0.0843014121055603f, 0.8999595642089844f, -0.2701828479766846f, -0.4395479857921600f, -0.2876885235309601f, -0.0523250065743923f, -0.3418091237545013f, 0.4658532142639160f, -0.0580967478454113f, -0.0057931952178478f, 0.0107361432164907f, -0.2900036871433258f, 0.0430522374808788f, 0.0897153168916702f, -0.5411962866783142f, -0.6158919930458069f, -0.6688655614852905f, 0.8616253137588501f, 0.1995304226875305f, 0.6923549175262451f, 0.0712077468633652f, -0.4455717504024506f, -0.1892092972993851f, -0.2151351571083069f, 0.4161886870861053f, -0.1188545003533363f, 0.2067393511533737f, 0.2044103741645813f, 0.0814111605286598f, -0.7694059610366821f, -0.3362347483634949f, 0.5362458825111389f, 1.2507410049438477f, 0.5604667067527771f, 0.5532643795013428f, 0.3412094414234161f, 0.9529502391815186f, -0.1505985110998154f, 0.9464212059974670f, 0.3955381512641907f, -0.0728004127740860f, 0.8897647261619568f, 0.4888837337493896f, -0.2281981110572815f, -0.7261334061622620f, 0.2388213872909546f, 0.2897213399410248f, -1.1684371232986450f, -0.0298126693814993f, 0.6848145723342896f, 0.3678639531135559f, 0.3141436576843262f, 0.2529376447200775f, -0.2066114842891693f, -0.2714622914791107f, 0.5144193768501282f, 0.0170775018632412f, -0.5942655205726624f, 1.1329075098037720f, 0.2776384353637695f, -0.0019644212443382f, 0.0673482343554497f, -0.1440476775169373f, -0.0769870355725288f, -0.7828868031501770f, 0.1090320050716400f, -0.5460498332977295f, -0.2274777591228485f, -0.0506290048360825f, -0.6348236203193665f, 0.6066827774047852f, 0.7861961126327515f, 0.4889476597309113f, -1.2925469875335693f, 0.3106890916824341f, -0.0060412441380322f, -0.5718562602996826f, 0.0109180416911840f, 0.3868542015552521f, -0.1261744052171707f, 0.2738183140754700f, 0.5276350378990173f, -0.3036604225635529f, -0.1810780316591263f, 1.3372596502304077f, 0.2858504056930542f, -0.3630995750427246f, -0.3478196859359741f, -0.7038595676422119f, 0.0273844860494137f, 0.2258037924766541f, -0.0116876885294914f, -0.7911303043365479f, -0.2939360439777374f, -0.0270980708301067f, -0.1553543657064438f, -0.0617774575948715f, -0.2065789550542831f, 0.0895741954445839f, 0.2624332308769226f, 0.1214272975921631f, -0.1470671594142914f, -0.2761606872081757f, -0.0404268279671669f, -0.2735333740711212f, 0.3046147823333740f, 0.2537699937820435f, 0.0626206323504448f, -0.0124545777216554f, -0.0060993423685431f, -0.0254207774996758f, 0.0255560260266066f, -0.3439228534698486f, -0.0637889727950096f, 0.0809087380766869f, 0.1135924309492111f, -0.0482415556907654f, -0.0315927416086197f, 0.0897083580493927f, 0.0364929176867008f, -0.0971826091408730f, 0.0357527062296867f, -0.1308843344449997f, -0.0927769243717194f, -0.4089451134204865f, -0.1109731495380402f, 0.0057741389609873f, -0.0650380551815033f, -0.0821412578225136f, -0.0184673964977264f, 0.0632727891206741f, 0.0676663517951965f, -0.0947988331317902f, -0.2166423499584198f, -0.2022769004106522f, -0.1201608851552010f, -0.0448448024690151f, 0.1012902930378914f, 0.2574136853218079f, 0.2193877249956131f, 0.2103834152221680f, -0.1784602552652359f, 0.0319234766066074f, 0.0333484113216400f, -0.2591347396373749f, 0.0775803104043007f, 0.1669462323188782f, 0.2567680180072784f, -0.0791406631469727f, -0.2591524720191956f, 0.2491864711046219f, -0.1500266343355179f, -0.0699026808142662f, -0.4859176874160767f, 0.1766708940267563f, -0.1347193270921707f, 0.1249946206808090f, 0.2407227903604507f, -0.0791393890976906f, -0.3290111422538757f, -0.4452458620071411f, -0.1514884978532791f, -0.2618555724620819f, -0.1989493817090988f, 0.0334782078862190f, -0.0491481572389603f, -0.1713715642690659f, 0.9028831720352173f, -0.3427625596523285f, 0.4058216512203217f, 0.1735315024852753f, -0.4749786555767059f, -0.6174861192703247f, 0.2885845303535461f, 0.0135195124894381f, -0.0315989591181278f, 0.1297253072261810f, -0.0349499993026257f, -0.0337655395269394f, -0.2994624972343445f, 0.1096791028976440f, -0.0622158683836460f, -0.2226498574018478f, -0.3334087729454041f, -0.0439918376505375f, -0.0110368169844151f, -0.2059621512889862f, -0.0762812271714211f, -0.1457856744527817f, 0.2024521827697754f, 0.0737316235899925f, -0.0981737747788429f, -0.4341639578342438f, -0.0556845851242542f, -0.2710861563682556f, 0.2152231931686401f, -0.6650999784469604f, -0.2989860475063324f, 0.0304372087121010f, -0.6580854058265686f, 0.6288439631462097f, 0.5225916504859924f, 0.5051633715629578f, 0.1021955013275146f, 0.0664137378334999f, 0.5435885190963745f, 0.1583288162946701f, 0.0954779759049416f, 0.5498538017272949f, 0.7863774299621582f, 0.3250410854816437f, -0.1645097732543945f, -0.1944608986377716f, 0.5764021873474121f, 0.2585489153862000f, 1.8101232051849365f, -0.2965660691261292f, -0.1394918411970139f, 0.3422526717185974f, 0.4078713357448578f, 0.6625715494155884f, -0.0113179292529821f, 0.3679971992969513f, -0.3411891162395477f, -0.4944972097873688f, 0.6523401141166687f, 0.4652043282985687f, -0.8498803973197937f, -0.0227609556168318f, 0.6188430786132812f, -0.0409752242267132f, -0.3161244094371796f, -0.6306433081626892f, -0.2910453081130981f, -0.7852876186370850f, -0.7539657354354858f, 0.2295287400484085f, 0.0296865012496710f, -0.3007907867431641f, -0.2425256818532944f, -0.0995348170399666f, 0.3682329058647156f, 0.1827928870916367f, -0.5302296876907349f, 0.8459035158157349f, 0.0884680896997452f, -0.4478322267532349f, 0.3703444898128510f, -0.0991954728960991f, 0.2909888029098511f, 0.3333849310874939f, -0.2669571936130524f, 0.1417356282472610f, -0.2065448462963104f, -0.2871892154216766f, -0.5617363452911377f, -0.0702646896243095f, 1.0214685201644897f, -0.1340407580137253f, 0.3993914425373077f, 0.3002991676330566f, -0.6913397312164307f, 0.1494372785091400f, 0.1349888741970062f, 0.5104569792747498f, 0.1636656969785690f, 0.1117140799760818f, -0.2544982433319092f, 0.0827871933579445f, 0.2693800628185272f, 0.6454732418060303f, 0.3301160931587219f, 0.5902293920516968f, -0.0619177483022213f, 0.0505157038569450f, 0.0822940766811371f, 0.1650352329015732f, 0.3866418004035950f, -0.3754571676254272f, 0.2899047136306763f, 0.0292826965451241f, 0.1574921458959579f, 0.3215608596801758f, 0.2603887021541595f, -0.1822535395622253f, -0.0844398215413094f, 0.2522343099117279f, -0.1055728718638420f, 0.5207701921463013f, 0.1008727848529816f, 0.1608104407787323f, -0.1863917410373688f, 0.0869008824229240f, 0.2718457579612732f, 0.1264246404170990f, 0.1247655674815178f, -0.0827826857566833f, 0.3709374666213989f, 0.4140822589397430f, -0.3134164810180664f, 0.1553920805454254f, -0.1265055239200592f, -0.7106064558029175f, -0.2973757684230804f, -0.5490707159042358f, -0.0271490551531315f, -0.0131540214642882f, 0.5659201145172119f, 0.1000830382108688f, -0.7015540599822998f, 0.0906867608428001f, 0.3034879565238953f, 0.7972536683082581f, 0.1813459992408752f, -0.0076052225194871f, 0.0895872861146927f, -0.8047095537185669f, 0.1433107703924179f, 0.1146693900227547f, 0.1412718445062637f, 0.8448193669319153f, 0.3510528504848480f, 0.2998606264591217f, 0.6065362691879272f, 0.4729439318180084f, 0.0467170365154743f, -0.6330675482749939f, -0.0588944666087627f, -0.0578957907855511f, 1.0312803983688354f, 0.4798613488674164f, -0.1581510007381439f, -0.0379234850406647f, 0.3121296763420105f, 0.0370350740849972f, -0.3262367546558380f, -0.0591246411204338f, 0.1724421083927155f, 0.1681966781616211f, 0.2152826786041260f, -0.3951610624790192f, 0.0006631757132709f, -0.2397638708353043f, 0.1357507258653641f, -0.1921041458845139f, -0.3245071172714233f, -0.4662030935287476f, -0.0228386670351028f, 0.0107757244259119f, -0.0580237694084644f, 0.0573516301810741f, 0.1148470044136047f, -0.2300277203321457f, 0.0986342802643776f, -0.5513640046119690f, 0.1167266592383385f, -0.1482363194227219f, 0.0422257930040359f, 0.1146489605307579f, 0.0312691628932953f, -0.4445922672748566f, 0.1673308014869690f, 0.2107570916414261f, -0.1940333247184753f, 0.3395195007324219f, 0.2026617974042892f, 0.2244496196508408f, 0.0233361031860113f, 0.3416879475116730f, 0.1514104902744293f, 0.0954285487532616f, -0.3690994977951050f, 0.1291388571262360f, -0.2290760427713394f, 0.4801273345947266f, -0.4153354465961456f, 0.3961075842380524f, -0.3529356122016907f, 0.4077030122280121f, -0.0397739447653294f, -0.1442330181598663f, 0.1376428753137589f, -0.0680766850709915f, 0.3791014254093170f, 0.4009540081024170f, 0.1501338630914688f, 0.2588936984539032f, 0.4813953638076782f, -0.4395865797996521f, 0.3591984510421753f, 0.1879602819681168f, 0.2138137668371201f, -0.9074597954750061f, -0.8387227058410645f, 0.0318211466073990f, -0.0040348507463932f, 0.0614368803799152f, 0.0924987867474556f, -0.1041557341814041f, -0.6338355541229248f, -0.2259254604578018f, -0.3021703064441681f, -0.2083951830863953f, 0.3534443676471710f, 0.4307010471820831f, -0.0350890867412090f, 0.5831977128982544f, 2.0056016445159912f, -0.0764977186918259f, 0.1634058803319931f, 0.0525391250848770f, -0.5186716318130493f, 0.0005367705016397f, 0.4833799302577972f, -0.0469756647944450f, 0.0916436836123466f, -0.1715607941150665f, 0.0886388421058655f, -0.3685174286365509f, -0.0634123980998993f, 0.2945046424865723f, 0.2150901257991791f, -0.3008981049060822f, -0.2406292259693146f, -0.4746899306774139f, -0.2925169765949249f, -0.3520556688308716f, -0.4455296397209167f, -0.2983936667442322f, 0.2570300102233887f, 0.0755076557397842f, 0.0899840667843819f, 0.1028387770056725f, -0.1679805964231491f, -0.0423910841345787f, -0.1543025374412537f, -0.5997574329376221f, -0.1652986258268356f, -0.1325655132532120f, -0.1542025208473206f, -0.0417165607213974f, 0.2928687930107117f, 0.2524424195289612f, -0.0999007001519203f, -0.2060228437185287f, 0.3928138613700867f, 0.0850991904735565f, -0.1621258556842804f, -0.2610559761524200f, -0.0618031546473503f, -0.2696124613285065f, 0.0634756162762642f, 0.0284418426454067f, 0.2773188650608063f, 0.2766399979591370f, 0.0635736063122749f, -0.2647404670715332f, 0.5367498993873596f, 0.1659469753503799f, -0.1190671026706696f, -0.4104887247085571f, -0.1154582574963570f, -0.4592533707618713f, 0.2039435803890228f, 0.0532409884035587f, 0.1850175708532333f, -0.3443797826766968f, -0.2966494560241699f, -0.3652649223804474f, 0.2323524802923203f, -0.3216682076454163f, 0.0032483690883964f, 0.2574488222599030f, 0.2879008054733276f, -0.1824782192707062f, -0.0314540900290012f, -0.1375262737274170f, -0.2679284811019897f, 0.1401811391115189f, 0.0216975342482328f, 0.0474714376032352f, -0.0927580595016479f, 0.0290298499166965f, 0.0214263759553432f, -0.0403602607548237f, 0.0407894626259804f, 0.1257756203413010f, -0.0356323719024658f, -0.0443198829889297f, -0.6599971652030945f, 0.1560044735670090f, 0.2967173755168915f, -0.1041815206408501f, 0.2504723370075226f, 0.1568926572799683f, -0.2688112556934357f, 0.0054742828942835f, -0.0486606806516647f, -0.4029949009418488f, -0.0774871781468391f, 0.1472430080175400f, 0.3485801517963409f, -0.1151506751775742f, 1.5363534688949585f, -0.3356348276138306f, 0.1659711450338364f, -0.0069903819821775f, -0.1477410197257996f, 0.2233217507600784f, -0.0076112775132060f, 0.2530663907527924f, -0.0125187411904335f, 0.1786659508943558f, -0.1073549240827560f, -0.5154865980148315f, -0.1493829637765884f, -0.1380957961082458f, -0.0997257232666016f, -0.6647917628288269f, -0.4889756441116333f, -0.1539167761802673f, -0.2179042249917984f, -0.4859845340251923f, -0.0291106626391411f, -0.0409305989742279f, -0.0017534032231197f, 0.0525017157196999f, -0.1359857022762299f, 0.1831891238689423f, 0.1991432607173920f, -0.2406475692987442f, -0.7653971910476685f, -0.7780733704566956f, -0.5879881381988525f, -0.0961232557892799f, -0.7322416901588440f, 0.5288282632827759f, -0.7996500730514526f, -0.3438218533992767f, -0.6931074857711792f, -0.1504288464784622f, 0.6690355539321899f, -0.0865784883499146f, -0.2481751292943954f, 0.1191836819052696f, 0.1793238222599030f, -0.0211360454559326f, 0.3405544757843018f, -0.0485866069793701f, -0.0797416791319847f, -0.5531542301177979f, 0.4355211853981018f, 0.7452045083045959f, -0.4560172557830811f, -0.1379107385873795f, 0.0685545876622200f, 0.1925854533910751f, -0.7154738306999207f, 0.0448014549911022f, 0.3745757937431335f, 0.1158184632658958f, -0.1202524155378342f, 0.3434203565120697f, -0.1146124154329300f, 0.4734609425067902f, 0.1608467996120453f, 0.9106329083442688f, 0.2634892463684082f, -0.4961804449558258f, 0.5453746318817139f, -0.2564592063426971f, 0.2691392600536346f, 0.2831501364707947f, 0.4649462103843689f, -0.0924897193908691f, -0.1706548929214478f, 0.3440650403499603f, 0.2547826468944550f, 0.0406702272593975f, -0.0479452945291996f, -0.5885111689567566f, -0.0022391288075596f, -0.1074865385890007f, 0.0825965180993080f, -0.2916018664836884f, 0.4252901673316956f, -0.3423191010951996f, 0.2135140299797058f, 0.1579270958900452f, 0.1408646255731583f, -0.6906586885452271f, -0.3307720720767975f, 0.2011250406503677f, -0.0629709586501122f, 0.1190544888377190f, 0.6431493163108826f, 0.2573614418506622f, -0.5878040790557861f, 0.0717823654413223f, 0.7670185565948486f, 0.4967477023601532f, -0.4109088182449341f, 0.1439067274332047f, 0.0089931981638074f, -0.2072135061025620f, -0.1942089051008224f, 0.1409450471401215f, -0.0265937000513077f, 0.3605932593345642f, -0.0252549331635237f, 0.1903278678655624f, 0.4042738676071167f, 0.2601544857025146f, 0.2558450698852539f, 0.2146164327859879f, 0.3804752528667450f, -0.3564980030059814f, 0.3362696170806885f, 0.1690840274095535f, 0.1138577088713646f, 0.3027921915054321f, 0.2796129286289215f, 0.1548768579959869f, -0.3686622083187103f, 0.1529661267995834f, -0.0472129657864571f, 0.1593500971794128f, -0.1120756492018700f, 0.1375900954008102f, 0.1315488219261169f, -0.2663322091102600f, -0.2002997100353241f, -0.0150608746334910f, -0.2424850016832352f, 0.3385441899299622f, 0.4396254420280457f, 0.2888423204421997f, 0.1385435312986374f, 0.1532501131296158f, 0.2371357977390289f, -0.0399761870503426f, 0.4862886667251587f, -0.2148178070783615f, -0.3415434360504150f, -0.1098927333950996f, 0.0758307278156281f, 0.0640023052692413f, 0.1995039731264114f, -0.2655102610588074f, 0.7168592810630798f, 0.3659307360649109f, -0.1420124620199203f, 0.2783307433128357f, 0.0736662223935127f, -0.5457009673118591f, 0.5109015703201294f, 0.1306281536817551f, -0.0145855257287621f, -0.2152090966701508f, -0.1847251802682877f, 0.2420769184827805f, 0.0804600268602371f, 0.8217712640762329f, -0.2497089207172394f, -0.3894105553627014f, -0.0375970229506493f, -0.3571085035800934f, 0.0166834965348244f, -0.1527751088142395f, -0.0604493990540504f, 0.1102445051074028f, 0.0965953171253204f, 0.4092112183570862f, 0.6975074410438538f, 0.0341175161302090f, 0.3075294196605682f, 0.1312424987554550f, 0.3564425110816956f, 0.0891586989164352f, 0.3348633348941803f, 0.1931791007518768f, 0.0749873816967010f, -0.3397442102432251f, 0.2129557281732559f, 0.0986402481794357f, -0.0373349077999592f, -0.8196403384208679f, -0.8192615509033203f, 0.1750758588314056f, -0.2223954051733017f, 0.2131696939468384f, 0.7134015560150146f, 0.1486264169216156f, -0.5756721496582031f, 0.0095007494091988f, 0.3389183878898621f, 0.7914028763771057f, 0.1601437777280807f, -0.0389526896178722f, 0.0434627830982208f, -0.7771406769752502f, 0.0610891133546829f, 0.1480710208415985f, 0.2405598312616348f, 0.6115073561668396f, 0.4343151152133942f, 0.1513147801160812f, 0.3195788264274597f, 0.3596002161502838f, 0.1594352722167969f, 0.0493629612028599f, 0.4792820215225220f, -0.2561374604701996f, 0.5581156611442566f, 0.2004820108413696f, -0.0547443591058254f, -0.4573057293891907f, 0.4836073815822601f, 0.2025272548198700f, -0.3263891935348511f, 0.0215711351484060f, 0.2488677799701691f, 0.3743021786212921f, 0.3793214261531830f, -0.1888485848903656f, -0.0794973745942116f, 0.5611577033996582f, -0.3027657270431519f, -0.2865268290042877f, -0.3309865593910217f, 0.2028150558471680f, -0.2239168882369995f, 0.0893535763025284f, 0.4083869159221649f, -0.0133341979235411f, 0.0770808830857277f, 0.2002063840627670f, -0.4620167613029480f, -0.5813448429107666f, 0.1572069972753525f, -0.1714705973863602f, -0.0272812712937593f, 0.3273205459117889f, -0.5875139236450195f, 0.1811303347349167f, 0.4575312733650208f, 0.4642266929149628f, -0.5435539484024048f, 0.0484275221824646f, -0.1504747420549393f, -0.5356093049049377f, 0.4298661053180695f, 0.0535160154104233f, 0.1216416880488396f, -0.0630059838294983f, -0.4592761695384979f, -0.1567192673683167f, 0.0613999851047993f, -0.1247861832380295f, -0.1519084125757217f, -0.0218692291527987f, 0.2498472481966019f, -0.5994490981101990f, -0.3556458652019501f, -0.7134624719619751f, 0.3270440995693207f, 0.4889201223850250f, 0.0001726131595206f, 0.0372873842716217f, -0.1478577256202698f, -0.0479920245707035f, -0.4369825124740601f, 0.0719252526760101f, 0.0187639519572258f, 0.0015827781753615f, 0.1833191663026810f, -0.3624764084815979f, -0.9898898005485535f, 0.1553430259227753f, 0.2555761337280273f, 0.1791031509637833f, -0.7518344521522522f, 0.2149146646261215f, -0.0086450548842549f, 0.1152990236878395f, 0.0354584567248821f, 0.4786407649517059f, 0.1912387758493423f, 0.2547655701637268f, -0.2422518581151962f, 0.2674571275711060f, 1.2531069517135620f, 0.0888101384043694f, 0.0509774461388588f, -0.0973759666085243f, -0.6425855755805969f, 0.2490453124046326f, 0.4441634118556976f, -0.5022720694541931f, -0.2287643998861313f, 0.2110058367252350f, -0.1176422238349915f, -0.1306049227714539f, 0.1809280067682266f, -0.0855083242058754f, -0.4086442589759827f, -0.2227575033903122f, -0.1252819299697876f, 0.0097766211256385f, -0.2261130511760712f, -0.1140893697738647f, 0.0789947882294655f, 0.6281844377517700f, 0.3524906933307648f, -0.2130903750658035f, -0.5048971176147461f, 0.1151091977953911f, 0.0414245463907719f, 0.1635917127132416f, 0.0946808904409409f, 0.0146180232986808f, -0.2292226850986481f, 0.0017036747885868f, 0.2645649015903473f, -0.2616401612758636f, -0.2632031738758087f, -0.4282504916191101f, 0.2777986526489258f, 0.1097143962979317f, 0.0840131565928459f, -0.1653720289468765f, -0.1572221368551254f, -0.2200295627117157f, -0.1919432580471039f, -0.2491016536951065f, 0.2396795600652695f, 0.2554568350315094f, -0.0665529370307922f, -0.3014953434467316f, 0.8432918787002563f, -0.1273866742849350f, -0.2078953683376312f, -0.0311737153679132f, 0.1380817443132401f, 0.5532577633857727f, 0.5727446675300598f, 0.5794368386268616f, -0.0212168432772160f, 0.0122011536732316f, 0.0391990803182125f, 0.2199511080980301f, -0.2442692518234253f, 0.3182661533355713f, -0.2876095175743103f, -0.7993220090866089f, -0.5796208977699280f, -0.0954226329922676f, -0.1304492950439453f, -0.4880208671092987f, -0.8036825656890869f, -0.5471380949020386f, 0.2952180206775665f, 0.1539287567138672f, -0.1299835890531540f, 0.1681009083986282f, -0.1983980685472488f, -0.2686048448085785f, -0.1929024010896683f, -0.1709944009780884f, -0.0193079020828009f, -0.6435461044311523f, -0.4151514470577240f, 0.3793428540229797f, -0.4380100369453430f, -0.3538170456886292f, 0.2942572534084320f, 0.0443216599524021f, 0.0598170682787895f, 0.0226443596184254f, -0.0078254258260131f, -0.1205167472362518f, 0.4275207519531250f, 0.0090165231376886f, -0.0427564829587936f, 0.1740277409553528f, -0.4528810083866119f, -0.2140013575553894f, -0.2693809568881989f, 0.8378179073333740f, -0.3161824941635132f, -0.0504717826843262f, 0.0859444960951805f, -0.0121951131150126f, -0.2439079880714417f, -0.2077781409025192f, 0.1151699349284172f, 0.4317185878753662f, 0.2576152682304382f, 0.3072236478328705f, -0.1779361963272095f, 0.5603067874908447f, 0.3268575370311737f, 0.5520786046981812f, 0.4228837788105011f, -0.0737751424312592f, 0.7087104916572571f, -0.0458681620657444f, 0.1506038308143616f, -0.0142408618703485f, -0.0153605565428734f, 0.2576767802238464f, 0.1566692441701889f, 0.5783062577247620f, 0.2251965850591660f, -0.0031514435540885f, -0.0974253341555595f, -0.2304038107395172f, -0.1372407078742981f, -0.0561129003763199f, 0.2460853308439255f, 0.0090362206101418f, -0.3146315515041351f, -0.3244521617889404f, 0.1223279386758804f, 0.0360461026430130f, 0.0102294785901904f, -0.3955405652523041f, -0.5352281332015991f, -0.0448857657611370f, 0.2725092470645905f, 0.4056634902954102f, 0.3882724940776825f, 0.1398357748985291f, -0.5338594317436218f, -0.1157989054918289f, 0.3175262510776520f, 0.8071336746215820f, -0.2617507874965668f, -0.2069546282291412f, -0.1347697675228119f, -0.5165019035339355f, -0.4329110682010651f, 0.1561158001422882f, 0.4327279031276703f, 0.7795124053955078f, 0.2895341813564301f, 0.2842765152454376f, 0.2287003099918365f, 0.5660820007324219f, 0.1179344877600670f, -0.2538906335830688f, 0.5847103595733643f, -0.3730327188968658f, 1.1047644615173340f, 0.2810014486312866f, -0.1691217869520187f, -0.5031377077102661f, 0.4769600033760071f, 0.0350544266402721f, -0.3246077895164490f, 0.0014933374477550f, 0.0191945638507605f, -0.0061359903775156f, 0.0683545470237732f, 0.0154910096898675f, -0.1316664069890976f, 0.4270116388797760f, -0.3708589375019073f, 0.1551501601934433f, -0.3849472403526306f, -0.4317999482154846f, 0.4190834760665894f, 0.1701198518276215f, 0.3735051155090332f, 0.4159091711044312f, 0.1963387131690979f, 0.3509431481361389f, -0.2507663071155548f, -0.3825032711029053f, -0.0912821218371391f, -0.2473899424076080f, 0.4931598603725433f, 0.0202186014503241f, 0.2632621824741364f, -0.0396534539759159f, 0.5968692898750305f, 0.0215320065617561f, -0.1096179932355881f, 0.9561996459960938f, -0.3543791472911835f, -0.5008273124694824f, -0.0605309307575226f, -0.3965377211570740f, 0.2285529375076294f, -0.2587174475193024f, -0.1869972795248032f, -0.4846708178520203f, -0.1076388359069824f, -0.3310853838920593f, -0.1824534684419632f, -0.1331733018159866f, -0.5378605127334595f, -0.3833900392055511f, -0.8668831586837769f, 0.6334757208824158f, -0.4899438023567200f, 0.3701605200767517f, 0.0674764066934586f, -0.0711892992258072f, 0.3735517561435699f, 0.1711693704128265f, 0.4956945180892944f, -0.4817132651805878f, -0.1174151450395584f, 0.4312078058719635f, -0.0358385704457760f, -0.2388582229614258f, -0.0891099199652672f, 0.5766072273254395f, 0.1927085220813751f, 0.3910098671913147f, 0.1855409592390060f, -0.6618253588676453f, -0.6576144695281982f, -0.2564645707607269f, 0.2936129868030548f, -0.1268207281827927f, 0.7489536404609680f, 0.1626872718334198f, 0.2102122902870178f, -0.0131822852417827f, 1.8023499250411987f, -0.1884803026914597f, 0.7024976611137390f, -0.3255708217620850f, -0.1636919230222702f, 0.1214035302400589f, 0.4695668220520020f, 0.5406941175460815f, -0.0675626546144485f, -0.0096933208405972f, 0.2941956520080566f, -0.3090159296989441f, -0.7440941929817200f, -0.3280935287475586f, 0.1386042386293411f, -1.3426492214202881f, -0.6517912745475769f, -0.0375286899507046f, -0.3418170511722565f, -0.6267734169960022f, -0.9843451380729675f, -0.3409035503864288f, -0.1073242053389549f, -0.0828336626291275f, -0.1433364897966385f, -0.1086448282003403f, -0.1429758667945862f, 0.2333201766014099f, 0.3765141665935516f, -0.1231781467795372f, 0.0515210218727589f, 0.0734931305050850f, 0.0740097984671593f, 0.0944895371794701f, 0.1179222613573074f, 0.0117968097329140f, 0.2226278632879257f, -0.1228885352611542f, 0.1360834836959839f, 0.2870517969131470f, 0.1683734357357025f, 0.1887408941984177f, 0.0187294762581587f, -0.0720228329300880f, -0.0009392671054229f, -0.1048136278986931f, -0.0512480214238167f, 0.1602444797754288f, 0.4810739457607269f, -0.5778640508651733f, -0.0596526116132736f, 0.0438119508326054f, -0.3054088652133942f, 0.4117087721824646f, -0.0215807799249887f, 0.0888598561286926f, 0.0625901222229004f, -0.1215010136365891f, -0.1691524833440781f, -0.1062471643090248f, -0.1487293988466263f, -0.1759550869464874f, 0.1590621769428253f, -0.2237920463085175f, -0.5752944946289062f, -0.2846144139766693f, -0.3532420396804810f, -0.1517337709665298f, -0.0643067806959152f, 0.1900746524333954f, -0.5303099155426025f, 0.1627014130353928f, 0.5176436901092529f, -0.1324124634265900f, 0.4715542197227478f, -0.1571374535560608f, -0.0343853682279587f, -0.2264437973499298f, 0.3166444599628448f, 0.0130727337673306f, 0.0327062308788300f, 0.2987966537475586f, -0.3778496980667114f, 0.2864877581596375f, 0.1953771263360977f, -0.0914377346634865f, 0.1446544080972672f, -0.2889409065246582f, -0.5008551478385925f, -0.5397065281867981f, 0.1336660087108612f, -0.0064901062287390f, 0.7343378663063049f, 0.0776103362441063f, -0.1664102822542191f, 0.0736644491553307f, -0.1274860948324203f, -0.0609128139913082f, 0.2246700525283813f, -0.0166787132620811f, -0.1569869220256805f, 0.2693667411804199f, -0.0912933722138405f, 0.2923066914081573f, 0.1629687696695328f, -0.0244224276393652f, 0.0504275560379028f, -0.1462639868259430f, -0.4016200304031372f, -0.0908737704157829f, -0.0215453673154116f, -0.7246086597442627f, 0.4183782637119293f, -0.6242280006408691f, 0.0794505029916763f, 0.1186602860689163f, -0.1538671702146530f, -0.0366950556635857f, -0.0482810996472836f, -0.0985946208238602f, 0.1234085783362389f, -0.2097895443439484f, 0.2069265693426132f, 0.0185047537088394f, -0.3807953894138336f, -0.5327659845352173f, -0.0465454943478107f, 0.0222413595765829f, -0.1760605126619339f, 0.4791334569454193f, -0.0746837854385376f, 0.2189312577247620f, -0.0364142023026943f, 0.1862297505140305f, 0.1999345868825912f, 0.0093798330053687f, -0.0576873905956745f, 0.0353613235056400f, -0.0361923426389694f, -0.1936458796262741f, 0.4524419009685516f, -0.3322108685970306f, -0.1184094995260239f, -0.0754722207784653f, -0.0343094021081924f, -0.3193221390247345f, -0.0876887515187263f, 0.0988738834857941f, 0.1286844313144684f, 0.2034031897783279f, 0.0511535555124283f, -0.0725484490394592f, 0.4065666496753693f, 0.1978920996189117f, 0.2802053689956665f, 0.1971008479595184f, -0.3553528487682343f, -0.0161501914262772f, -0.2288733869791031f, 0.3122789859771729f, -0.0207313317805529f, 0.5878512263298035f, 0.1248399168252945f, 0.0045833555050194f, -0.0641784742474556f, -0.2206218838691711f, 0.0010617866646498f, 0.0511198081076145f, 0.0851162523031235f, -0.0037040119059384f, 0.2259118109941483f, -0.2188503742218018f, -0.1050117462873459f, 0.2309260219335556f, 0.0115365590900183f, 0.0430745221674442f, 0.1690068244934082f, 0.2679066359996796f, 0.2160597145557404f, 0.5190535187721252f, 0.1316701918840408f, 0.0512072518467903f, 0.1077900454401970f, -0.2723635435104370f, 0.1256535947322845f, -0.5123908519744873f, 0.0826540812849998f, -0.1508286744356155f, -0.0220610536634922f, 0.0481293536722660f, -0.3039674162864685f, 0.0064609278924763f, 0.2559337019920349f, 0.2541106343269348f, -0.7165759801864624f, 0.1218118891119957f, 0.1519994288682938f, -0.2565009593963623f, -0.0802074223756790f, 0.0639746040105820f, -0.1965852826833725f, 0.3265199959278107f, -0.0104033304378390f, 0.0977635011076927f, -0.3186851739883423f, 0.2932905256748199f, -0.0141983544453979f, 0.0827876701951027f, 0.3508475124835968f, 0.4874393641948700f, 0.0760706737637520f, -0.1413112431764603f, 0.2319784313440323f, -0.5065016150474548f, 0.1325283646583557f, -0.1360871642827988f, 0.0260501820594072f, 0.2418794184923172f, -0.0773898214101791f, 0.1105922833085060f, 0.1670519709587097f, 0.1849381327629089f, 0.1178608760237694f, 0.2431062310934067f, 0.1111967265605927f, 0.0436322279274464f, 0.0019336920231581f, -0.2201011329889297f, -0.0829095542430878f, 0.0646453425288200f, -0.0827626511454582f, 0.1075191646814346f, 0.1497500687837601f, 0.2613318562507629f, 0.0258318670094013f, -0.0325305759906769f, -0.2468203157186508f, 0.2178289294242859f, 0.0387942902743816f, 0.0732215791940689f, -0.0998155921697617f, -0.2213845998048782f, 0.3439297080039978f, 0.1013638228178024f, 0.0442470125854015f, 0.1826943457126617f, 0.0326526090502739f, -0.3416773080825806f, 0.1406898945569992f, -0.0765009969472885f, -0.1374989151954651f, 0.0615117959678173f, 0.0582597069442272f, 0.0491212531924248f, 0.2961840331554413f, 0.1303239464759827f, 0.2942782342433929f, -0.0492375791072845f, -0.0771355107426643f, 0.0303638856858015f, -0.2243455052375793f, -0.0091254999861121f, -0.2631367444992065f, 0.1958770453929901f, 0.1585666090250015f, 0.0611490719020367f, 0.3114020228385925f, 0.1110458076000214f, 0.2027223557233810f, -0.3581931293010712f, -0.0756295174360275f, 0.4913285672664642f, -0.1087465733289719f, -0.1160961091518402f, -0.1968960911035538f, -0.0078373365104198f, 0.1521823704242706f, 0.0663146898150444f, 0.0681215152144432f, 0.0783967897295952f, -0.2462592720985413f, 0.1351920962333679f, 0.1642902046442032f, 0.1163821518421173f, 0.0238799862563610f, -0.0338005833327770f, 0.0326934084296227f, 0.1844824254512787f, 0.6084073185920715f, -0.0441259630024433f, -0.4728830754756927f, 0.2628680169582367f, -0.3758026063442230f, -0.3537371754646301f, -0.3087140321731567f, 0.1685632169246674f, 0.0776964649558067f, 0.0886268243193626f, -0.0002733119763434f, 0.1938378363847733f, -0.0967207625508308f, 0.0272694397717714f, -0.1960778087377548f, 0.0789477378129959f, -0.4038451313972473f, -0.0490153729915619f, -0.1158292889595032f, -0.0962997525930405f, 0.2894786596298218f, 0.3087515830993652f, 0.1848571449518204f, -0.3061234652996063f, -0.1585461050271988f, 0.0179840773344040f, -0.1958523243665695f, 0.1215252652764320f, -0.0211156383156776f, -0.0865663662552834f, -0.3082106709480286f, -0.0804942771792412f, 0.0933823511004448f, -0.0574994608759880f, -0.1838232874870300f, 0.0568798407912254f, 0.0374001488089561f, -0.0381527282297611f, -0.2411012947559357f, 0.5807722210884094f, 0.1333629935979843f, 0.1152065694332123f, 0.0835611745715141f, -0.0531005486845970f, -0.4175574481487274f, 0.2148669511079788f, 0.1155190467834473f, -0.1225729659199715f, -0.8126321434974670f, 0.0017354200826958f, -0.5349099636077881f, -0.0669799670577049f, -0.3062822818756104f, -0.3067269325256348f, -0.1068952158093452f, -0.2077570110559464f, 0.0587785318493843f, 0.1826735585927963f, -0.2582884728908539f, -0.0477337948977947f, 0.0364540964365005f, -0.4546456336975098f, -0.2951024174690247f, 0.1326146870851517f, 0.3732801973819733f, 0.6391657590866089f, -0.1240140721201897f, 0.0620327517390251f, -0.3700569868087769f, -0.0173665694892406f, 0.0542289614677429f, 0.2053565531969070f, 0.2020944803953171f, -0.0514563769102097f, 0.0947834402322769f, -0.0326627306640148f, 0.3995172083377838f, 0.5092508196830750f, 0.0319557040929794f, 0.0216015279293060f, 0.0939985215663910f, -0.4311879873275757f, 0.2544423639774323f, -0.2211975604295731f, 0.2164055258035660f, -0.0520132705569267f, -0.1024171784520149f, 0.0962495133280754f, 0.0663714259862900f, -0.0019921353086829f, -0.1094801649451256f, -0.0657313317060471f, 0.0683648437261581f, 0.0549399554729462f, -0.0510826669633389f, -0.0627226606011391f, 0.3745751380920410f, -0.0841583907604218f, -0.0544035546481609f, 0.0337097533047199f, 0.0791351124644279f, -0.5734549760818481f, -0.4840314388275146f, -0.0311729088425636f, -0.1691079437732697f, -0.7670642733573914f, 0.0325881987810135f, -0.0134998634457588f, 0.3896961808204651f, -0.1992378383874893f, -0.1257410198450089f, -0.4710708856582642f, -0.1547220647335052f, -0.3912628889083862f, -0.0438677296042442f, 0.0663354843854904f, 0.2796342968940735f, 0.5748677849769592f, -0.1869958341121674f, -0.1268328428268433f, 0.0678665712475777f, -0.1027638465166092f, 0.0661693587899208f, 0.1257883310317993f, 0.4060650467872620f, 0.0540766455233097f, -0.1359860152006149f, 0.2786000967025757f, 0.1966963261365891f, -0.1474368870258331f, 0.0026062026154250f, 0.0944925174117088f, -0.0274998899549246f, -0.0663303583860397f, -0.2043524533510208f, -0.2136688977479935f, -0.1843417286872864f, -0.4118018150329590f, -0.2719015777111053f, 0.0965550318360329f, 0.1254027336835861f, 0.0467248298227787f, -0.0235347039997578f, 0.1546709686517715f, -0.0581473633646965f, 0.0566118098795414f, 0.2252373546361923f, 0.0650771856307983f, -0.1041078716516495f, -0.1690514534711838f, 0.0855002626776695f, 0.1042760536074638f, -0.0685291737318039f, -0.2274765074253082f, 0.2917478382587433f, -0.0829384997487068f, 0.2708130478858948f, -0.0731888040900230f, 0.2169935107231140f, -0.2651327252388000f, -0.3350582718849182f, -0.3879054784774780f, 0.2105841189622879f, -0.0666797757148743f, 0.1156865656375885f, 0.0584099888801575f, -0.0961353927850723f, 0.1307805925607681f, -0.0573699064552784f, -0.0451714470982552f, 0.1277057528495789f, -0.1895652115345001f, -0.0965495333075523f, 0.3155286014080048f, -0.1210967227816582f, -0.0155383935198188f, -0.0245718657970428f, -0.1333247423171997f, 0.5272853970527649f, 0.0346763432025909f, -0.0185442846268415f, -0.0299478843808174f, 0.1339802145957947f, -0.2319969534873962f, 0.0678827762603760f, -0.3463225960731506f, -0.0801650583744049f, 0.2373606860637665f, 0.4636377990245819f, -0.1014057248830795f, 0.1827038079500198f, 0.0125127993524075f, -0.3645594120025635f, -0.0655292496085167f, 0.0016603033291176f, -0.1435695290565491f, -0.1099994480609894f, -0.3396123945713043f, -0.0199162047356367f, -0.0829005166888237f, -0.2437749654054642f, 0.0297489408403635f, 0.2351194173097610f, 0.1200311109423637f, -0.1806109696626663f, -0.2315512597560883f, 0.2213539630174637f, -0.2299230247735977f, 0.0626991987228394f, 0.5239980220794678f, 0.2998182475566864f, 0.0692710429430008f, -0.3664659261703491f, -0.0950970426201820f, 0.1346330046653748f, -0.3065274655818939f, 0.3080845773220062f, 0.2722949683666229f, 0.3865387439727783f, -0.2526677250862122f, 0.0522203668951988f, 0.1417298018932343f, -0.0467473976314068f, 0.3507293164730072f, 0.2831714749336243f, 0.0333098545670509f, 0.5527098774909973f, 0.1517704576253891f, -0.0230839177966118f, -0.0385757386684418f, 0.1819561719894409f, -0.3907634615898132f, 0.0563155338168144f, -0.3094848394393921f, 0.1905148327350616f, 0.0213145762681961f, 0.4964922368526459f, 0.0332325696945190f, -0.3756632208824158f, 0.1065752506256104f, 0.8553932309150696f, 0.0443776883184910f, -0.1072680950164795f, -0.1325590908527374f, 0.0132067808881402f, -0.3827661573886871f, 0.1436234265565872f, 0.2072630226612091f, 0.0994505137205124f, -0.1168257370591164f, 0.4152521491050720f, 0.1724653244018555f, 0.3232159018516541f, 0.3533481955528259f, 0.0943728014826775f, -0.4837520122528076f, 0.1069894209504128f, 0.3028259277343750f, 0.3082062900066376f, -0.1285990476608276f, -0.3374973237514496f, -0.5166034698486328f, 0.0739881619811058f, 0.0603821054100990f, -0.1298288851976395f, 0.1304584443569183f, 0.2773143053054810f, -0.0958818197250366f, -0.1322857141494751f, -0.1781536489725113f, 0.0226620826870203f, -0.1254420429468155f, 0.2836071550846100f, -0.0633054003119469f, 0.0739613324403763f, -0.0187553744763136f, -0.1607485860586166f, -0.1417360752820969f, -0.1763540804386139f, -0.2567417323589325f, -0.0838072448968887f, -0.1537268310785294f, -0.0024007039610296f, 0.2191601693630219f, 0.6330964565277100f, 0.1747138649225235f, -0.2716565132141113f, 0.0695719495415688f, 0.1480459719896317f, 0.0816975906491280f, 0.3015967309474945f, 0.1720464229583740f, 0.0260510947555304f, -0.3004342913627625f, 0.1771964281797409f, 0.4026280343532562f, -0.0787864029407501f, 0.1065170690417290f, -0.0348723493516445f, 0.0569167584180832f, 0.4169656932353973f, 0.2095148712396622f, -0.2555924654006958f, 0.2668237388134003f, 0.0692340508103371f, 0.3583722114562988f, 0.2285473197698593f, 0.0732189789414406f, 0.0465372651815414f, -0.0484643876552582f, 0.1370604187250137f, -0.1093521043658257f, 0.0214323326945305f, 0.3895805180072784f, 0.3748344182968140f, 0.1009496077895164f, -0.0171789266169071f, 0.1138928681612015f, 0.0385084897279739f, 0.3789862096309662f, -0.0655479803681374f, -0.0492755509912968f, -0.3081344366073608f, 0.1214209496974945f, -0.1287596225738525f, 0.1601542234420776f, 0.1707212924957275f, -0.2579430341720581f, -0.0492120124399662f, -0.3328732848167419f, 0.1749404221773148f, 0.1184368506073952f, 0.3275949060916901f, -0.0671158209443092f, -0.1666335612535477f, -0.1040238887071609f, 0.7155052423477173f, -0.0728592351078987f, 0.1491635739803314f, 0.0795109197497368f, -0.1748448610305786f, 0.0766172334551811f, 0.3510641157627106f, 0.3212715983390808f, 0.2207340747117996f, 0.2275983393192291f, 0.2245774120092392f, -0.1684053242206573f, -0.1525800973176956f, 0.3030078113079071f, 0.2997850477695465f, -0.2351179718971252f, 0.0211845897138119f, 0.0105013344436884f, 0.2221445739269257f, -0.4007084369659424f, -0.2641317248344421f, -0.2717092633247375f, 0.3659620285034180f, 0.0863907262682915f, 0.0458092540502548f, 0.1576710343360901f, -0.0017496247310191f, -0.1466220319271088f, -0.4037290513515472f, -0.2966038584709167f, -0.3332006931304932f, -0.5018427371978760f, -0.1678779721260071f, 0.0115418657660484f, -0.2524206340312958f, -0.2474787980318069f, -0.0604283697903156f, -0.2008666843175888f, 0.3061165511608124f, 0.3213449120521545f, -0.1440864652395248f, 0.0352867469191551f, 0.1286701560020447f, 0.1879532784223557f, -0.0243006516247988f, -0.2254572361707687f, 0.0294601153582335f, -0.3121031224727631f, 0.1616333276033401f, 0.2109275162220001f, 0.0657556504011154f, -0.0344740860164165f, 0.0363270342350006f, 0.1956902742385864f, -0.0548276044428349f, -0.1029048934578896f, -0.0174709893763065f, 0.3384264707565308f, 0.0191718731075525f, 0.3270350098609924f, -0.2545257806777954f, 0.1791099011898041f, -0.0441420748829842f, 0.4159772694110870f, 0.0675054565072060f, 0.1616446971893311f, 0.4803098738193512f, 0.0490248464047909f, -0.0290275942534208f, -0.0885320082306862f, 0.3636280298233032f, -0.0841983109712601f, 0.2032057195901871f, -0.1237979531288147f, -0.1900978684425354f, 0.1185795888304710f, 0.0664286687970161f, -0.1025991737842560f, 0.2251766920089722f, -0.3151769936084747f, -0.1076047495007515f, -0.0293907485902309f, 0.2655883133411407f, -0.0193001125007868f, -0.0108752502128482f, 0.0959162488579750f, 0.1666184365749359f, -0.1145016476511955f, -0.2311509698629379f, -0.1055445820093155f, 0.1391864866018295f, 0.1913574784994125f, 0.0039927568286657f, 0.1543213129043579f, 0.1003253981471062f, -0.0997976735234261f, 0.4168156981468201f, 0.1924626827239990f, -0.0615192316472530f, -0.0129299024119973f, 0.0239330474287271f, 0.1164376437664032f, -0.1911287456750870f, 0.1874720007181168f, 0.0397381782531738f, 0.1033735275268555f, -0.0234810356050730f, -0.0638056993484497f, -0.1116124987602234f, 0.0903129428625107f, 0.1576051563024521f, 0.3348789215087891f, 0.1740482598543167f, 0.1116336658596992f, 0.2307330518960953f, 0.0405654348433018f, 0.0391361117362976f, -0.1057659313082695f, 0.0776317641139030f, 0.0126398717984557f, -0.0022488504182547f, 0.2749241292476654f, -0.0021426423918456f, -0.0394463799893856f, 0.0099541191011667f, 0.1502177864313126f, 0.0585966147482395f, -0.0088057741522789f, -0.0325731076300144f, -0.1835941374301910f, 0.2215626239776611f, 0.1527094095945358f, 0.2299800664186478f, -0.0927901118993759f, -0.0414932742714882f, -0.0966522246599197f, -0.1003818884491920f, -0.0314268097281456f, -0.3467074632644653f, -0.0339837409555912f, 0.1929470896720886f, -0.0202483125030994f, 0.0165091473609209f, 0.0004667783796322f, 0.0760210007429123f, -0.1845089495182037f, -0.5721887946128845f, -0.0592156164348125f, -0.2936677038669586f, 0.0975140556693077f, -0.0928249955177307f, -0.0138861797749996f, 0.0305707175284624f, -0.0649642348289490f, 0.0132245244458318f, -0.3357858955860138f, 0.1289756000041962f, -0.1600085943937302f, -0.3410844206809998f, 0.0488293878734112f, 0.3864804804325104f, 0.2889402806758881f, 0.1390198469161987f, 0.1245025619864464f, -0.0234434921294451f, 0.0948526784777641f, -0.0451660118997097f, 0.1017375290393829f, 0.0090066930279136f, -0.2415623515844345f, -0.0536376796662807f, 0.0735343471169472f, -0.0472982637584209f, -0.6784536242485046f, -0.0844203829765320f, -0.2669684290885925f, -0.0529521591961384f, -0.0147952036932111f, 0.0607655458152294f, 0.0777374729514122f, 0.0755959525704384f, -0.2184010595083237f, 0.2385592460632324f, 0.2715857625007629f, 0.1088119372725487f, 0.1347940117120743f, -0.0689443647861481f, -0.0764441266655922f, -0.2682552039623260f, -0.2082638591527939f, 0.1420183181762695f, -0.0014459617668763f, 0.3442958593368530f, 0.0816181004047394f, -0.0047547644935548f, -0.0459665320813656f, 0.0606406964361668f, -0.0642451420426369f, 0.1513596177101135f, -0.0803962349891663f, 0.1336852163076401f, 0.2418991923332214f, 0.1294064372777939f, 0.0704174339771271f, -0.3875644505023956f, 0.2457424402236938f, 0.3054722249507904f, 0.1819148510694504f, 0.3654283881187439f, 0.5012860298156738f, 0.2252861410379410f, 0.0065346481278539f, 0.3779637217521667f, 0.0311171188950539f, 0.0841294974088669f, -0.1285495758056641f, -0.1109904944896698f, -0.1214648559689522f, 0.2401256263256073f, -0.0745000094175339f, -0.0610189400613308f, 0.2297745943069458f, 0.3574120998382568f, -0.1410500556230545f, 0.1467396169900894f, 0.0551134459674358f, 0.1461099684238434f, 0.0416638776659966f, 0.2432762682437897f, -0.2016332298517227f, -0.2796009480953217f, -0.1449908912181854f, -0.1120632067322731f, -0.2080062627792358f, -0.0081094149500132f, 0.0481256432831287f, 0.3994143605232239f, 0.1553637087345123f, 0.1321069449186325f, -0.0036525770556182f, -0.1539003103971481f, -0.0463070794939995f, 0.1083759516477585f, 0.1694415658712387f, 0.0496802181005478f, -0.0968348681926727f, 0.0318647809326649f, -0.0351416766643524f, 0.1853186935186386f, 0.3790700733661652f, -0.1498330384492874f, 0.0538912229239941f, -0.4513163864612579f, -0.1196628585457802f, -0.1248875260353088f, -0.0704916343092918f, -0.1324039101600647f, -0.0240657776594162f, -0.2237899303436279f, -0.0151998987421393f, -0.0863258317112923f, -0.4677859544754028f, -0.1474457234144211f, 0.0590355470776558f, 0.0121169881895185f, 0.1922954171895981f, -0.2764755487442017f, -0.0135613130405545f, -0.0223259665071964f, -0.0368152000010014f, -0.2355718761682510f, -0.0693319588899612f, -0.1958211809396744f, -0.0875525474548340f, -0.0769418254494667f, -0.0997407063841820f, -0.2001223266124725f, 0.2149872332811356f, 0.3672439754009247f, 0.5166817903518677f, 0.4560884535312653f, 0.1971940547227859f, 0.0245610624551773f, 0.2046167254447937f, -0.5316624045372009f, 0.0508761368691921f, 0.0555065125226974f, 0.1274166852235794f, 0.4202114343643188f, 0.2988360822200775f, 0.3646120429039001f, -0.0806994140148163f, 0.3001829683780670f, -0.6744200587272644f, -0.2456246316432953f, -0.1768564283847809f, 0.1024678051471710f, 0.3399953544139862f, -0.3392314612865448f, 0.4802025854587555f, 0.1318026781082153f, 0.1054588779807091f, -0.0665290579199791f, -0.0909308940172195f, 0.0555799752473831f, -0.4835763275623322f, 0.4689520001411438f, -0.2614631354808807f, 0.1748168617486954f, -0.4005672931671143f, 0.2427806407213211f, 0.0376936830580235f, 0.0175893269479275f, 0.1535080671310425f, 0.1618408411741257f, 0.0417816378176212f, 0.1699698120355606f, -0.3162367343902588f, 0.2762751877307892f, 0.1016974300146103f, -0.0226206704974174f, -0.1939580589532852f, 0.2094804346561432f, 0.2250485122203827f, -0.0113270347937942f, 0.1114110574126244f, 0.0069742775522172f, -0.3223012983798981f, -0.0531443692743778f, -0.2505925297737122f, -0.0992877408862114f, 0.0058841421268880f, 0.4398364126682281f, -0.1690784245729446f, -0.0458082370460033f, -0.0276049450039864f, 0.2536671459674835f, -0.1596801131963730f, -0.2489332854747772f, -0.0386811494827271f, -0.0973591729998589f, -0.6936722993850708f, 0.1677121669054031f, 0.4586112797260284f, 0.0048866658471525f, 0.0595629476010799f, -0.2050157934427261f, 0.0570889450609684f, 0.2256702482700348f, 0.0230295490473509f, -0.2029461562633514f, -0.5777047276496887f, 0.1161615476012230f, -0.1752337366342545f, -0.1047815307974815f, 0.0875893086194992f, -0.2241837531328201f, -0.2209338843822479f, 0.4695213139057159f, -0.0849825665354729f, 0.1045030355453491f, 0.0353184677660465f, -0.3974925875663757f, -0.1526008099317551f, -0.2363258451223373f, -0.1639407277107239f, -0.0814686492085457f, -0.1821963340044022f, -0.2402084469795227f, 0.2093205749988556f, -0.1665623039007187f, -0.1295463293790817f, 0.0626166760921478f, 0.0861968398094177f, 0.0248077288269997f, 0.2114527672529221f, 0.1926984190940857f, 0.3536684215068817f, 0.3886961638927460f, 0.1687735021114349f, -0.0242598783224821f, 0.0550566688179970f, 0.2547612190246582f, -0.0066892700269818f, 0.0073546632193029f, 0.2038968503475189f, 0.0196728426963091f, -0.1030041426420212f, 0.1885286569595337f, 0.1376414448022842f, 0.0740660876035690f, 0.0748911872506142f, -0.0241566896438599f, -0.0211120434105396f, 0.1728985905647278f, 0.3437732160091400f, -0.0044084168039262f, -0.0455613359808922f, 0.2347641587257385f, 0.2413496077060699f, 0.5439712405204773f, 0.1657570302486420f, 0.1640574187040329f, -0.1412261724472046f, 0.2872687280178070f, -0.0595690049231052f, 0.0287520289421082f, 0.0951802358031273f, -0.1574723124504089f, 0.1339065134525299f, -0.2846184074878693f, 0.1020777300000191f, -0.2346170097589493f, -0.3900070786476135f, 0.1019214987754822f, -0.2882728278636932f, -0.2861948609352112f, -0.1409524530172348f, -0.0365139544010162f, -0.0159037057310343f, -0.1166127622127533f, -0.0115768751129508f, 0.2016137391328812f, 0.3643164634704590f, -0.1277200579643250f, 0.0298365112394094f, 0.5812553167343140f, -0.0391214899718761f, -0.0507333800196648f, -0.0098009109497070f, 0.1056394949555397f, -0.2256204932928085f, 0.3472013473510742f, 0.1938380450010300f, -0.0837412923574448f, 0.0737137049436569f, -0.0310393925756216f, 0.4006160795688629f, -0.1459124237298965f, -0.2076402455568314f, 0.1006612181663513f, 0.1972866505384445f, 0.1645361632108688f, -0.0039619761519134f, -0.1860438734292984f, 0.4170750677585602f, 0.2092203944921494f, 0.2051810324192047f, 0.2930705547332764f, 0.3183578550815582f, 0.4252080023288727f, -0.0612421594560146f, 0.1685158163309097f, 0.1848913431167603f, 0.0974669381976128f, 0.0363672524690628f, -0.2670537531375885f, 0.0953421816229820f, -0.4099071025848389f, 0.0234619714319706f, 0.0223106127232313f, 0.1644172221422195f, -0.3408856391906738f, -0.0063658570870757f, -0.0702509135007858f, -0.2254501730203629f, 0.3683677315711975f, -0.3027585446834564f, 0.1926404684782028f, 0.0024315849877894f, 0.0110313836485147f, 0.4633163809776306f, 0.4545373618602753f, 0.1923397779464722f, -0.2029328793287277f, 0.1360489726066589f, -0.7695615887641907f, -0.0962152257561684f, 0.1330607086420059f, -0.2542518973350525f, -1.2242057323455811f, 0.2610177099704742f, -0.3279184997081757f, 0.0037133207079023f, -0.0096275685355067f, 0.2552100121974945f, 0.0479965172708035f, -0.3308450877666473f, 0.0028824436012655f, -0.0809523016214371f, -0.2085836976766586f, -0.2589780688285828f, 0.2367921769618988f, 0.0736831650137901f, -0.0398648381233215f, 0.9388493895530701f, -0.0252402219921350f, 0.1594318151473999f, -0.1370875686407089f, 0.1895277649164200f, 0.5627350211143494f, -0.0582865253090858f, -0.2629383802413940f, 0.0281456466764212f, 0.1792599558830261f, 0.0073817782104015f, 0.6307498812675476f, -0.1954275220632553f, -0.2322927564382553f, -0.2107460796833038f, 0.0607452355325222f, 0.3345075845718384f, 0.2820242643356323f, -0.0542680472135544f, 0.3418644964694977f, 0.2753981053829193f, 0.2327685356140137f, 0.0011341691715643f, 0.1119840592145920f, -0.6567519903182983f, -0.4798351228237152f, -0.7914062142372131f, 0.1785908043384552f, 0.0688960328698158f, 0.6477285027503967f, -0.1034825742244720f, -0.1837322115898132f, 0.0835697948932648f, 0.1328430622816086f, -0.1582177281379700f, 0.4656132161617279f, 0.1660084724426270f, -0.0330859981477261f, -0.0933202579617500f, -0.0741582214832306f, 0.5215276479721069f, -0.0033934011589736f, -0.2363293021917343f, 0.1820285916328430f, -0.0592698864638805f, 0.2464496642351151f, 0.0664674639701843f, -0.1836041063070297f, -0.4788487255573273f, 0.0213832631707191f, 0.0296054966747761f, -0.1041857227683067f, -0.1413188874721527f, -0.5299767851829529f, 0.0198968928307295f, 0.0565193593502045f, -0.2160434722900391f, -0.0285724848508835f, 0.0766298770904541f, 0.1050604730844498f, -0.2178004086017609f, 0.0415554121136665f, 0.1009910926222801f, 0.2823894321918488f, 0.0169091001152992f, 0.1437924951314926f, 0.0109842922538519f, -0.0625488087534904f, -0.1142256557941437f, -0.1277635246515274f, -0.1382355839014053f, 0.0149285914376378f, 0.0844526588916779f, 0.2768477797508240f, -0.0093924319371581f, 0.1388893276453018f, -0.2118603438138962f, 0.0031729862093925f, -0.1330499351024628f, -0.1336033046245575f, 0.0723467171192169f, 0.1374037265777588f, 0.1378386616706848f, 0.0672572329640388f, -0.0693500712513924f, -0.0398677773773670f, 0.3528712391853333f, -0.0933354943990707f, 0.0267936140298843f, 0.0485945865511894f, -0.3120410144329071f, -0.1835372298955917f, -0.1864949315786362f, -0.1846692264080048f, -0.1342065036296844f, 0.0821671187877655f, -0.1455129683017731f, 0.1499446183443069f, 0.2137517333030701f, 0.1356313079595566f, -0.4943389296531677f, -0.1117327809333801f, -0.2606751620769501f, -0.1420927345752716f, -0.1375059932470322f, -0.0289367921650410f, 0.2488825321197510f, 1.1247843503952026f, -0.3449218273162842f, -0.3172220885753632f, 0.3633795976638794f, -0.2206942886114120f, -0.1619964689016342f, 0.3842956125736237f, -0.3370867967605591f, 0.5977393984794617f, -0.3501276373863220f, 0.0601274222135544f, 0.2625264227390289f, -0.2195664644241333f, -1.2563297748565674f, -1.4834126234054565f, -0.7781643271446228f, 0.4501568973064423f, 0.6096202731132507f, 1.5643343925476074f, 0.0294751059263945f, -1.4595758914947510f, 0.2211162596940994f, -1.1121226549148560f, 2.5177574157714844f, -0.0681926608085632f, -0.2141195535659790f, 0.1466643661260605f, -1.5242103338241577f, -0.6506825685501099f, 0.3378999233245850f, 0.4581276476383209f, 1.2561596632003784f, 0.1548131406307220f, 0.7267127633094788f, 0.7845793962478638f, 1.2538951635360718f, 0.1525978446006775f, -0.2674510478973389f, 0.7248052358627319f, -0.6072313189506531f, 2.7543945312500000f, 0.5094062685966492f, 0.3145267665386200f, -0.2315156906843185f, 1.6453173160552979f, 0.3223774731159210f, 0.3362550139427185f, 0.2793277800083160f, 0.8451994061470032f, -0.1105534136295319f, 0.5424537658691406f, 0.2125920206308365f, -0.1147755160927773f, -0.7972152829170227f, 0.6580629348754883f, -0.0526309981942177f, 0.3447978794574738f, 0.6650896072387695f, -0.4092281758785248f, 0.0421599783003330f, -0.3206986486911774f, -0.8257757425308228f, -0.8707560896873474f, -0.6390373706817627f, -0.0755054801702499f, 0.5516064167022705f, 1.0225605964660645f, 0.0018581170588732f, -0.8923933506011963f, -0.1719454824924469f, 2.8279824256896973f, 1.3945025205612183f, 1.2206153869628906f, -0.5471483469009399f, -0.6093724966049194f, -1.0068237781524658f, 0.5317015647888184f, 0.5905300974845886f, -0.0100057041272521f, -0.0726506859064102f, -0.2879121899604797f, 0.0545416846871376f, -0.6616691350936890f, 0.1318828761577606f, 0.4585036337375641f, -1.0223973989486694f, 0.5608242750167847f, -1.0347622632980347f, 0.9509176015853882f, -0.4133824110031128f, 0.1597555577754974f, -0.1010534688830376f, 0.8161370754241943f, 0.4824673235416412f, -0.7145283818244934f, -0.5318313241004944f, -0.2420987337827682f, 0.9381195902824402f, -0.3211400508880615f, -0.1550996005535126f, 0.1113623082637787f, 0.1382997781038284f, -0.5460552573204041f, 0.0644683688879013f, -0.0011978249531239f, 0.4271393716335297f, 0.4181491434574127f, -0.2139687985181808f, 0.4499836862087250f, 0.0716889724135399f, -0.4882511496543884f, -0.2975005805492401f, -0.3655143082141876f, -0.8815281987190247f, 0.2354254275560379f, -0.2811929583549500f, 0.0556115061044693f, -0.3211956918239594f, 0.0396412163972855f, -0.0676405355334282f, -0.3176507949829102f, 0.2483996897935867f, -0.1600901782512665f, -1.1031953096389771f, -0.5383390188217163f, -1.1740368604660034f, -0.8046208620071411f, -1.2814419269561768f, 0.5920758247375488f, -1.0325772762298584f, -0.3849325180053711f, 0.4885466992855072f, -0.2162578403949738f, 0.1592925041913986f, -1.1231998205184937f, -2.1747972965240479f, -0.8204103112220764f, 0.3937653899192810f, -0.8052697777748108f, -0.2660445868968964f, -0.7511985898017883f, -0.0148649550974369f, -0.0853822007775307f, -0.1029209643602371f, 0.0508908294141293f, -0.0580331161618233f, 0.1592665463685989f, 0.4797428250312805f, -0.0137265035882592f, -0.0962266027927399f, -0.0902025029063225f, -0.1509280800819397f, 0.1103094890713692f, 0.0692739561200142f, 0.1733454465866089f, 0.2076482176780701f, -0.0805417299270630f, 0.4016650319099426f, 0.2877388894557953f, -0.3012814223766327f, -0.2169554978609085f, -0.0405510440468788f, -0.5209484100341797f, 0.0287205316126347f, 0.2290860414505005f, 0.0031157338526100f, -1.6623345613479614f, -0.2055579125881195f, -0.1329779624938965f, -0.1888050287961960f, 0.0009878737619147f, -0.5914369225502014f, -0.2706735134124756f, -0.9687389731407166f, -0.1885316371917725f, -1.6942371129989624f, -0.0553701855242252f, -0.1929380595684052f, 0.3343006372451782f, -0.3123018443584442f, -0.3485422432422638f, -0.0307675078511238f, -0.4843106865882874f, -1.5365267992019653f, -0.5026630163192749f, 0.3222121596336365f, -0.1185372024774551f, 0.4284656345844269f, -0.2939774990081787f, -0.1731463521718979f, -0.0991209000349045f, 0.1818847656250000f, 0.0149634974077344f, 0.0320700854063034f, 0.0523958876729012f, -1.0598014593124390f, -0.1239117830991745f, -0.2139061242341995f, -0.0409953780472279f, -0.1137534305453300f, 0.2341865748167038f, 0.1208033263683319f, -0.4686117470264435f, 0.2676725685596466f, 0.2791449129581451f, -0.3370651900768280f, -0.3906541168689728f, -0.5177731513977051f, 0.1580332368612289f, 0.3122726976871490f, -0.0370873548090458f, -0.2804828286170959f, 0.0407847948372364f, 0.0118235992267728f, -0.1921114921569824f, -0.0978505015373230f, 0.6884399056434631f, -0.0285696703940630f, 0.1230300068855286f, -0.0584607459604740f, 0.3827480971813202f, 0.4190316498279572f, 0.0132910078391433f, 0.7372773885726929f, 0.3909332156181335f, 0.5765808224678040f, 0.0262789614498615f, 0.3622701168060303f, 0.0109648834913969f, 0.0486655496060848f, 0.0187119059264660f, 0.4591948091983795f, 0.3327435851097107f, 0.2641213536262512f, 0.4731468558311462f, -0.5673483610153198f, 0.5093648433685303f, 0.1329319030046463f, 0.0786929354071617f, 0.4681395292282104f, 0.6152804493904114f, -0.2708456516265869f, -0.2757188677787781f, -0.1801100224256516f, -0.1433040499687195f, -0.6694581508636475f, 0.0943869799375534f, 0.2543629109859467f, -0.3852403163909912f, -0.1409639865159988f, -0.5467035770416260f, -0.0229299217462540f, -0.0158816799521446f, -0.1745471656322479f, -0.5362576246261597f, 0.6144111156463623f, 0.5788010954856873f, 0.1000371277332306f, 0.7634623646736145f, 0.2886169552803040f, -0.3057093024253845f, 0.1528303921222687f, 2.5651895999908447f, 1.6285831928253174f, 0.7633092403411865f, 0.6032927632331848f, 0.2333826273679733f, -0.9870654940605164f, -0.5511934161186218f, 0.1354710608720779f, 0.1924724429845810f, 0.0640511214733124f, 0.9589288830757141f, 0.7144044637680054f, 0.0138752767816186f, 1.6118698120117188f, 0.3436204493045807f, 1.0626564025878906f, 0.6879966259002686f, -0.1507166773080826f, 0.4620431065559387f, 0.3048414587974548f, 1.9492032527923584f, -0.5927767157554626f, 0.3058153986930847f, 0.3137038052082062f, -0.2005092203617096f, -0.1776680201292038f, -0.5133104920387268f, 0.5318822860717773f, 0.2044601738452911f, 0.8844287991523743f, -0.3870976865291595f, 0.9012037515640259f, 0.1037997379899025f, -0.4694210886955261f, 0.2928842306137085f, 0.0123550901189446f, 0.3049758672714233f, -0.1983411610126495f, -0.2572832107543945f, 0.4999879896640778f, 0.1248463988304138f, 0.2412342578172684f, -0.4627102315425873f, 0.0254807788878679f, -0.8621720075607300f, -0.3088002502918243f, -0.0444454699754715f, -0.0667015463113785f, 0.2412634938955307f, -0.6391060948371887f, -0.3761097788810730f, 0.4382718205451965f, -0.5395899415016174f, -0.7031234502792358f, -0.2813162803649902f, -0.4483600258827209f, -0.5524268746376038f, -1.1275358200073242f, -0.4976942539215088f, -0.7463881969451904f, 0.2830382883548737f, -0.4491635560989380f, -0.1060010641813278f, -0.0249569714069366f, -0.8971474766731262f, -1.0724389553070068f, -0.7416917085647583f, 0.2621631622314453f, -0.2265027761459351f, 0.8077347874641418f, -0.7697211503982544f, -0.4535013437271118f, 0.2220414876937866f, 0.2455543130636215f, 0.3929048776626587f, -0.1712986230850220f, 0.1175871640443802f, -0.9941490888595581f, 0.0770200341939926f, 0.1629500687122345f, 0.1398282498121262f, 0.2358596175909042f, -0.7455465793609619f, 0.0322113111615181f, -0.7701218724250793f, 0.2885052561759949f, 0.1527414619922638f, -0.3696839511394501f, -0.5149019956588745f, -0.1121065467596054f, 0.0159570109099150f, -0.0037147637922317f, 0.8081622123718262f, -0.0330215878784657f, -0.2081288993358612f, 0.2163837105035782f, -0.4863131046295166f, -0.4734615683555603f, 0.1118139624595642f, -0.4523286521434784f, 0.0936799496412277f, 1.8907223939895630f, 0.3168613612651825f, 0.3650134801864624f, 1.2241430282592773f, 0.9194861650466919f, 0.4448095262050629f, 1.1528409719467163f, -0.7232438325881958f, -0.3675517737865448f, 0.9082466363906860f, -0.7571191191673279f, 0.2363299429416656f, 1.0125942230224609f, 0.6118413805961609f, -0.9344112873077393f, -0.7849915623664856f, -0.1498797684907913f, 0.1166090667247772f, 0.3419950902462006f, -0.4326143562793732f, 0.0009001271100715f, 0.1494171917438507f, 0.2961891889572144f, 0.1727320551872253f, 0.7891589999198914f, -0.5467596650123596f, 0.0489844381809235f, 0.0954153612256050f, 0.0743734389543533f, -0.8349793553352356f, -0.2838190793991089f, 0.6481586098670959f, -0.0272739939391613f, -0.2847428023815155f, 0.0131725277751684f, 0.4353566467761993f, -0.5793568491935730f, -0.0882754102349281f, -0.6097405552864075f, 0.2923165857791901f, -0.1374279707670212f, 0.2970549762248993f, 0.0495979860424995f, -1.1423786878585815f, -0.3356643915176392f, 0.4560886919498444f, -0.0638533979654312f, -0.5592022538185120f, 0.3038964569568634f, 0.2606798708438873f, -0.9099476337432861f, -0.1587277054786682f, 0.0943757072091103f, -1.5041270256042480f, -0.1645242124795914f, 0.2016891986131668f, -1.1013251543045044f, -0.1247623264789581f, 0.4244465529918671f, -0.6257608532905579f, -0.2576819062232971f, -0.3312650620937347f, 0.3095042705535889f, -0.6634495854377747f, -0.0763198137283325f, 0.3798356950283051f, -0.1170891895890236f, -0.0863325819373131f, 0.2605003118515015f, 0.2766936123371124f, -0.4239583015441895f, 0.2206242531538010f, -1.1779460906982422f, 0.0725945383310318f, -0.1070388406515121f, 0.1081973537802696f, 0.0804325342178345f, 0.6760531067848206f, 0.4420733451843262f, -0.3980192244052887f, 0.2213588654994965f, 0.7117990255355835f, -0.3412560820579529f, -0.3484017848968506f, -1.2058995962142944f, 0.4912223219871521f, -0.3030748665332794f, 0.9302867054939270f, -0.0334785431623459f, -0.1168894618749619f, 0.2239519357681274f, -1.9968045949935913f, 0.1358376741409302f, 0.0805560946464539f, -0.8938525915145874f, 0.2966462969779968f, 0.2055136561393738f, 0.4509278833866119f, -0.0401410944759846f, 0.8699284195899963f, 0.1003872603178024f, 0.2559385895729065f, 0.5844900012016296f, 0.4645873606204987f, -0.4015409946441650f, 0.7516317367553711f, -1.6858661174774170f, 0.3414137065410614f, 1.0148875713348389f, 1.1565810441970825f, -0.2402505427598953f, -1.7639086246490479f, -0.1622548997402191f, 1.1468485593795776f, 0.2172126471996307f, 0.1003359481692314f, 0.0819956660270691f, 0.1969807744026184f, -0.0171203855425119f, 0.1652804613113403f, -0.9185376763343811f, -0.0653918907046318f, 0.1778668910264969f, -0.5313936471939087f, 0.0926202833652496f, 0.3891533613204956f, 0.1725149452686310f, -0.0490657761693001f, 0.3216699063777924f, 0.5682877302169800f, -0.1946572363376617f, -0.3927368819713593f, 0.0826486498117447f, -0.1930290460586548f, -0.2045772224664688f, 0.1684002727270126f, -0.1291096806526184f, 0.1399761289358139f, -0.0828454792499542f, -0.3305298089981079f, -0.0214142557233572f, -0.0719391927123070f, -0.1953691691160202f, 0.0658028125762939f, 1.3547580242156982f, 0.0888639912009239f, 0.3546516299247742f, 0.1613574475049973f, 1.6236183643341064f, 0.2194046080112457f, 0.6965042352676392f, -0.5734021663665771f, -0.2126530706882477f, 0.2443487048149109f, -0.5687295794487000f, 0.0827822238206863f, 1.2929526567459106f, 0.6253031492233276f, -1.0131931304931641f, 0.0850304141640663f, -0.0916578695178032f, 0.5235970020294189f, 0.3670351505279541f, 0.0917927324771881f, 0.2874315083026886f, 0.1909254342317581f, -0.1457770466804504f, -0.5214978456497192f, -0.0753492191433907f, 0.5451931357383728f, -0.7007096409797668f, 0.2132491320371628f, 0.0757379829883575f, 0.4627850651741028f, 0.1486151367425919f, -0.2440134137868881f, 0.0438049770891666f, -0.1341927349567413f, -0.5391179919242859f, -0.6567264199256897f, -0.2668852508068085f, 0.1341114342212677f, 0.5138171911239624f, 1.1184086799621582f, 0.2116771340370178f, -0.4470491409301758f, 0.1986261457204819f, 0.2006578743457794f, 0.7694889307022095f, 0.1337558031082153f, -0.2042643874883652f, 0.1271692514419556f, -0.6734014153480530f, -0.1938985437154770f, 0.2964814007282257f, 0.1285088658332825f, 1.5035133361816406f, 0.2230853736400604f, 0.4076080620288849f, 0.6811553239822388f, 0.7965794801712036f, -0.0806438922882080f, -0.0588143579661846f, 0.4854305684566498f, 0.0194136686623096f, 0.7595167756080627f, 0.2134136855602264f, 0.5190737843513489f, 0.0081842495128512f, 0.8173488378524780f, 0.2574596405029297f, -0.1154850646853447f, 0.2758436799049377f, -0.4923312664031982f, 0.6575536727905273f, -0.1140077114105225f, 0.6277573704719543f, -0.8106563687324524f, 0.4155142307281494f, 0.1517794430255890f, -0.6047224998474121f, 0.7209573984146118f, 0.0101938601583242f, 0.3240551054477692f, -0.0669020190834999f, -0.4051376879215240f, 0.2474969923496246f, 0.2826458215713501f, 0.1215080022811890f, -0.4758422970771790f, 0.1722957491874695f, -1.1379860639572144f, -0.0406971499323845f, 0.2185092568397522f, -0.6017707586288452f, 0.3425827026367188f, -0.0592660158872604f, -0.6386166214942932f, 0.4906271398067474f, -0.4735209941864014f, -0.1589926928281784f, 0.4987784624099731f, 0.2263038754463196f, -0.4152005016803741f, -1.0151541233062744f, -0.2549228668212891f, -0.6450846791267395f, 0.4100855588912964f, -0.4293089807033539f, -0.6834993362426758f, 0.5498619675636292f, -0.9366677403450012f, -1.1435830593109131f, -0.9061031937599182f, 0.0749495252966881f, 0.2968788444995880f, 0.9483224749565125f, -0.4755362272262573f, -0.3603321611881256f, 0.0384686700999737f, 0.2030256986618042f, -0.0851308107376099f, -0.0404834821820259f, 0.0403472743928432f, -1.1293305158615112f, 0.2667151391506195f, 0.6744414567947388f, 0.0014070882461965f, -0.0471520535647869f, 0.0034051099792123f, 0.2891494333744049f, -0.5700303316116333f, -0.0822824612259865f, 0.2271558046340942f, 0.0284362807869911f, -0.0705600902438164f, 0.1140470579266548f, -0.2928534746170044f, -0.1503196805715561f, -0.4620821475982666f, -0.2177753895521164f, -0.1158638596534729f, 0.1872049421072006f, 0.2151435464620590f, -0.1542504876852036f, 0.5119423866271973f, 0.1431601047515869f, 0.2350395470857620f, 0.4848594665527344f, 0.5969976782798767f, 0.9198769330978394f, 0.2749016582965851f, 0.7424742579460144f, 1.3262091875076294f, 0.6622963547706604f, -0.9541313052177429f, 0.0933128297328949f, 0.3132097721099854f, 0.1650127321481705f, 0.0967222079634666f, 0.9355497360229492f, 0.2222520858049393f, -0.6880413889884949f, -0.1418966501951218f, -0.1126964986324310f, 0.0032955026254058f, 0.3141365647315979f, -0.2961880266666412f, 0.0105607230216265f, 0.1040864735841751f, 0.1098354905843735f, -0.1936581134796143f, 0.0426849573850632f, -0.2713234126567841f, 0.0172152332961559f, -0.2863056063652039f, -0.0368732288479805f, 0.2429579943418503f, 0.3473055958747864f, 0.0886830911040306f, 0.1817434728145599f, 0.2408080846071243f, -0.0659273788332939f, -0.0168533138930798f, -0.0244056694209576f, 0.1512704789638519f, -0.2521243691444397f, 0.1243944838643074f, -0.0125295547768474f, -0.2217596173286438f, 0.1040455996990204f, 0.1053109243512154f, -0.2203177660703659f, 0.5914425253868103f, 0.0795908495783806f, -0.4176627397537231f, 0.0453336909413338f, 0.0797516256570816f, -0.1305385977029800f, 0.3665659129619598f, 0.1483607739210129f, 0.1013834998011589f, -0.0068876668810844f, -0.2394462376832962f, 0.2457600682973862f, -0.0654357448220253f, 0.0337146930396557f, -0.4081723093986511f, -0.3430351316928864f, -0.0843214243650436f, -0.0308905187994242f, -0.1441118717193604f, -0.1471888720989227f, 0.2212585508823395f, -0.1736513376235962f, -0.4358450770378113f, 0.3620370328426361f, 0.8229504227638245f, -0.1030212864279747f, -0.8418901562690735f, 0.5174090862274170f, 0.0871940478682518f, 1.2218817472457886f, 0.6591557264328003f, -0.0040909103117883f, -0.0057021505199373f, -0.2760485708713531f, -0.0714159086346626f, 0.4841671288013458f, 0.2543292939662933f, -0.4032450318336487f, -0.3486949503421783f, -0.1312271207571030f, -0.1952690929174423f, 0.3931024074554443f, -0.1214314177632332f, 0.4495112895965576f, -0.3621315062046051f, 0.1799573004245758f, -0.0138852959498763f, -0.0107617685571313f, 0.0402777418494225f, 0.3473166525363922f, -0.1228219345211983f, -0.4617471098899841f, 0.4358277618885040f, -0.4407579004764557f, 0.1636813580989838f, 0.7415257692337036f, 0.1847465187311172f, 0.2234455943107605f, 0.1138675287365913f, 0.3000626266002655f, 0.3388981223106384f, 0.7413827776908875f, 0.0285251345485449f, -0.2064107954502106f, -0.2311122715473175f, 0.3574685156345367f, -0.5662387013435364f, -0.1563066989183426f, -0.0073153125122190f, -0.3890842795372009f, -0.1043812409043312f, 0.0711687430739403f, 0.5024414062500000f, 0.4001456499099731f, 0.1842144578695297f, -0.2328334301710129f, -0.3217084407806396f, 0.0366792418062687f, -0.3954540491104126f, -0.1841779947280884f, -0.0397431813180447f, 0.2701929211616516f, -0.2080934345722198f, 0.0370000973343849f, 0.0333909392356873f, -0.7152830362319946f, -0.5712527036666870f, -0.4084383249282837f, 0.1221386343240738f, -0.4338459968566895f, 1.2241357564926147f, -0.2004472017288208f, -0.1790676712989807f, 0.0012962705222890f, 0.5753880143165588f, 0.8320057392120361f, -0.1401940733194351f, 0.3360684514045715f, -0.4281485378742218f, -0.1916342973709106f, -0.0852039605379105f, -0.1694180369377136f, 0.6115853786468506f, 0.2265731394290924f, 0.2182369232177734f, 0.0797896906733513f, -0.1043777540326118f, 0.2670940160751343f, 0.2653250396251678f, 0.0163109954446554f, -0.0637832060456276f, 0.2259367406368256f, 1.3632276058197021f, -0.3407622873783112f, -0.0195419341325760f, 0.1342314481735229f, 1.0778120756149292f, 0.3923003077507019f, 0.4352821707725525f, 0.4343366622924805f, 0.6837345957756042f, -0.1105211824178696f, -0.5760099291801453f, 0.4719145298004150f, 0.2474645376205444f, -0.4780285656452179f, 0.4432437419891357f, -0.6437515616416931f, 0.6397851705551147f, -0.2948647439479828f, -0.1143229603767395f, 0.1695364117622375f, -0.8111033439636230f, -0.9145548343658447f, -0.9999396800994873f, -0.5178521871566772f, 0.5350665450096130f, 1.0421519279479980f, 1.1590851545333862f, 0.2538233101367950f, -0.7228415012359619f, 0.3563271462917328f, -0.7381889820098877f, 1.9614819288253784f, -1.0741208791732788f, -0.2082375138998032f, 0.2688388824462891f, -1.1099309921264648f, -0.7089052796363831f, 0.7502501606941223f, 0.4123680293560028f, 1.6212284564971924f, 0.4501021206378937f, 0.6548138260841370f, 0.5048469305038452f, 1.0126583576202393f, -0.5159919261932373f, -0.5751424431800842f, 0.7614589929580688f, -0.5545340180397034f, 1.9987413883209229f, 0.9652118682861328f, 0.0246752239763737f, -0.0412567071616650f, 0.4928555488586426f, 0.0974658057093620f, -0.1727686226367950f, 0.4938276410102844f, 0.3193834125995636f, -0.0750072225928307f, -0.3335767686367035f, -0.5632892251014709f, 0.4387312829494476f, -0.1416753530502319f, 0.2992905974388123f, -0.0253581497818232f, 0.2781708240509033f, -0.0596534200012684f, -0.0593662373721600f, 0.3397899866104126f, -0.0846610218286514f, -0.5805382132530212f, -0.7068251967430115f, -0.1891263574361801f, 0.4430156648159027f, 0.3117658197879791f, 0.9226226806640625f, -0.1092846840620041f, -1.0338141918182373f, 0.1543804109096527f, 1.4764339923858643f, 1.1055285930633545f, 0.0430102795362473f, 0.0195549316704273f, 0.0424345619976521f, -1.8790220022201538f, -0.0232800841331482f, -0.7601122856140137f, -0.1456580907106400f, 1.2152442932128906f, 0.2374036014080048f, 0.7283423542976379f, -0.0215790402144194f, 0.6216576099395752f, 0.0585026182234287f, -0.4740060269832611f, 0.2750163674354553f, 0.1786642521619797f, 1.0013405084609985f, 0.2179495692253113f, -0.0018866099417210f, -0.9003451466560364f, 1.3000422716140747f, 0.1356462091207504f, -0.1114776730537415f, 0.0481558516621590f, 0.0631067752838135f, 0.1736856400966644f, -0.4148458540439606f, 0.5820062756538391f, -0.2236417531967163f, 0.0782888680696487f, 0.2374814599752426f, -0.8514760136604309f, 0.7203266024589539f, -0.2621172964572906f, -0.4711686670780182f, 0.0278966668993235f, -0.8222519755363464f, 0.0305997580289841f, 0.1114948913455009f, -0.2712619900703430f, -0.3810083270072937f, -0.1383233070373535f, -0.8299251794815063f, -0.0490450263023376f, -0.1978824138641357f, 0.3525672256946564f, 0.7235993742942810f, -0.1534087657928467f, 0.2401808798313141f, 0.6782471537590027f, -0.6695687770843506f, -0.2913060188293457f, 0.0478060916066170f, 0.2225805371999741f, -0.5943315029144287f, -0.7220723628997803f, 0.1723659932613373f, -0.4837343990802765f, 0.1073794364929199f, 0.3567991256713867f, -0.1662813574075699f, 0.5573420524597168f, -0.1313857585191727f, -1.1096521615982056f, -0.8311489224433899f, 0.4610678851604462f, 0.2401711642742157f, 0.4948081076145172f, -0.7028540372848511f, -0.2172819972038269f, 0.3542651236057281f, 0.2480843067169189f, 0.0266527663916349f, 0.2421184778213501f, 0.6164135932922363f, 0.1174694672226906f, 0.1110819652676582f, 0.4965344667434692f, -0.2077016979455948f, -0.5622552037239075f, -0.0756824091076851f, -0.0748122781515121f, 0.2672362029552460f, 0.0143866641446948f, -0.6814096570014954f, -0.1572072803974152f, -0.0001872647990240f, 0.0521551072597504f, -0.8590697050094604f, 0.3014431893825531f, -0.9211480021476746f, 0.0990777760744095f, -0.3130541145801544f, -0.2045931369066238f, 0.2504829764366150f, 0.1639807522296906f, -0.8989993929862976f, -0.2755585610866547f, -0.2400792688131332f, 0.4119714200496674f, -0.1129651069641113f, 0.6683529615402222f, 0.3298754990100861f, 0.5208604931831360f, 1.1504141092300415f, 0.3626503944396973f, -0.3601069450378418f, 0.0254813656210899f, 0.1952870041131973f, -0.6709353923797607f, 0.0745819807052612f, 0.5177567601203918f, 0.3367431461811066f, -0.1062255352735519f, -0.4122095108032227f, -0.1474804431200027f, 0.0611148290336132f, 0.1727309972047806f, -0.1775256991386414f, 0.0280944611877203f, 0.4744590222835541f, -0.2011735588312149f, -0.4840884804725647f, -0.2303854674100876f, 0.3692089617252350f, 0.3904789388179779f, -0.0916758626699448f, 0.6231282949447632f, -1.3448101282119751f, 0.0291366688907146f, 0.0034615607000887f, 0.0210096258670092f, 0.0163987893611193f, -0.9896014332771301f, -0.5259582400321960f, -0.2265941798686981f, 0.0783325880765915f, 0.1447044909000397f, 0.9210838079452515f, 0.2863881886005402f, -0.7285149097442627f, 0.0830163806676865f, 1.5835649967193604f, 2.0431826114654541f, 0.3682026267051697f, 0.4527993500232697f, 0.5381782650947571f, -2.0708065032958984f, 0.2987128198146820f, 0.1447325348854065f, 0.0996508225798607f, 0.2374999821186066f, 0.3622863292694092f, 0.5626634359359741f, 0.0229005124419928f, 0.9291326999664307f, 0.0081744687631726f, -0.6403618454933167f, 0.6174452900886536f, 0.4651118218898773f, 0.4602632522583008f, -0.0908334180712700f, -0.1368566602468491f, 0.2652016580104828f, 0.6429044008255005f, 0.5573069453239441f, 0.6547614932060242f, -0.1457499414682388f, 0.7703980803489685f, -0.3830615580081940f, 0.0650702267885208f, -0.5265996456146240f, -0.0527062863111496f, -0.2539713382720947f, 0.0353888981044292f, 0.1961659640073776f, 0.5500123500823975f, 0.2779254615306854f, -0.0525432303547859f, 0.4234453141689301f, -0.1468096971511841f, -0.8514515161514282f, -1.1462066173553467f, -0.5840709805488586f, 0.5309649705886841f, 0.8973112702369690f, 1.3493169546127319f, -0.1217916533350945f, -0.5660228133201599f, 0.3084568083286285f, 1.0363464355468750f, 1.8013366460800171f, 0.2290927916765213f, -0.8117992877960205f, 0.3653531670570374f, -1.6281737089157104f, -0.0720558911561966f, 0.3250755667686462f, 0.4627614319324493f, 1.0916634798049927f, 0.4152375161647797f, 0.4173571467399597f, 0.3548293411731720f, 0.8755760192871094f, 0.3046036362648010f, -0.3503759503364563f, -0.2028867602348328f, -0.5008944272994995f, 1.1160904169082642f, 0.1157119572162628f, 0.2135375291109085f, -1.3342583179473877f, 0.3093492686748505f, 0.3184134364128113f, 0.1019019261002541f, -0.0335474200546741f, -0.3707421720027924f, 0.0918539017438889f, 0.1143244951963425f, -0.5201201438903809f, 0.1828955113887787f, 0.3645852804183960f, 0.1363103389739990f, -0.0795239955186844f, -0.2298807948827744f, -0.2813720703125000f, 0.0303174350410700f, -0.0847301855683327f, 0.2012065649032593f, -0.0636523142457008f, -0.2266235351562500f, 0.2842898964881897f, -0.0506777390837669f, -0.0511102229356766f, 0.1082805991172791f, -0.0621714293956757f, 0.0828862711787224f, 0.0798117443919182f, 0.2748226821422577f, -0.2840565741062164f, -1.0732910633087158f, 0.3250615596771240f, 0.2393364757299423f, 0.3176362216472626f, 0.0920202583074570f, 0.4412173330783844f, 0.1000435575842857f, 0.2562289535999298f, 0.4161427021026611f, 0.2551700472831726f, 0.1973280757665634f, -0.0219846814870834f, 0.1574935317039490f, 0.0055346912704408f, 0.1085022315382957f, 0.1693713515996933f, -0.1819365918636322f, -0.0275035034865141f, 0.0046511013060808f, 0.2665878534317017f, 0.6094743013381958f, -0.0544661954045296f, -2.0273628234863281f, -4.3667888641357422f, -4.5492472648620605f, -3.8018891811370850f, -3.8434386253356934f, -3.7185435295104980f, -4.0484247207641602f, -3.7855410575866699f, -4.3602380752563477f, -4.1481032371520996f, -4.0800976753234863f, -4.2603507041931152f, -4.5015754699707031f, -4.7514567375183105f, -4.5591115951538086f, -4.5497293472290039f, -4.3539624214172363f, -2.2198290824890137f, -4.3550915718078613f, -4.8725471496582031f, -4.9524483680725098f, -3.2534601688385010f, -4.2774682044982910f, -3.9912071228027344f, 2.5426940917968750f, 4.1988940238952637f, 3.7585232257843018f, 3.9156801700592041f, 3.9811151027679443f, 2.9465200901031494f, 4.3702878952026367f, 4.2716360092163086f, 3.7974715232849121f, 3.9104473590850830f, 3.6710712909698486f, 4.0967416763305664f, 4.0713605880737305f, 4.5381155014038086f, 3.1291100978851318f, 5.0584049224853516f, 3.1691501140594482f, 3.3864693641662598f, 3.7056269645690918f, 4.2953691482543945f, 4.9444012641906738f, 3.6790382862091064f, 3.4448084831237793f, 3.5118284225463867f, 0.0415128916501999f, -0.4450982809066772f, -0.0435264892876148f, -0.0166561231017113f, 0.0147420167922974f, -0.3113385438919067f, 0.2734231352806091f, 0.3661525845527649f, -0.3157139718532562f, 0.2053458988666534f, 0.0503246150910854f, 0.2105841934680939f, 0.2899863123893738f, -0.0501472428441048f, 0.0290400907397270f, -0.1847208142280579f, -0.1070240437984467f, 0.2135950326919556f, 0.1035589128732681f, 0.1775619685649872f, 0.0280394721776247f, 0.2125529199838638f, 0.2215831875801086f, -0.2003522813320160f, 0.9842929244041443f, 0.8424628973007202f, -1.5920126438140869f, -0.2308648228645325f, -0.0395587384700775f, -0.0025014155544341f, -0.6571561098098755f, 0.0524028874933720f, -0.6389822959899902f, -0.6339275836944580f, -0.3961467742919922f, 0.4522497355937958f, -0.3056903481483459f, -0.4585990905761719f, -0.4772746562957764f, 0.8039258122444153f, 0.1064982265233994f, 0.7122983932495117f, 0.5585584640502930f, 0.0539917498826981f, -0.0493086576461792f, 0.3792249262332916f, -0.1950106322765350f, -0.0051548071205616f, 0.1250029504299164f, 0.8374693393707275f, 0.0523790717124939f, -0.0287071540951729f, 0.4202679097652435f, -0.3205431401729584f, -0.0293448455631733f, 0.3324483335018158f, -0.0190118420869112f, 0.2346852868795395f, 0.1552813053131104f, 0.1152785271406174f, 0.1091212183237076f, 0.5366538763046265f, -0.0084253177046776f, 0.8337509632110596f, 0.0052089928649366f, 0.3458956182003021f, 0.0225630085915327f, 0.1369202435016632f, 0.0950882434844971f, -0.0109381712973118f, 0.2086954116821289f, -0.0382566377520561f, 0.1257380545139313f, 1.2945042848587036f, 11.1190433502197266f, -0.3370158970355988f, 0.6230351924896240f, -0.3336351513862610f, -3.8736388683319092f, 0.9688889384269714f, -0.1963444650173187f, 1.7480754852294922f, 0.3810061812400818f, 0.1184973418712616f, 4.6785058975219727f, 2.3425710201263428f, -0.0233547128736973f, 1.4753568172454834f, 0.0056953565217555f, 0.3624117970466614f, 0.0230005122721195f, 0.3878728151321411f, 0.2152958661317825f, -0.0109956078231335f, 0.2136594206094742f, -0.0781458839774132f, 0.0325404182076454f, 0.0554685741662979f, 0.2716122865676880f, -0.0745151117444038f, -0.0096888002008200f, 0.1159142479300499f, -0.2206721156835556f, 0.0085772508755326f, 0.1721798032522202f, -0.0203714575618505f, -0.0995324030518532f, 0.0374624244868755f, 0.2996046245098114f, -0.0510907210409641f, 0.0412442646920681f, -0.2368037551641464f, 0.0350624322891235f, -0.1187265738844872f, 0.0712915807962418f, 0.1195321604609489f, 0.0331961140036583f, -0.1620012968778610f, -0.0929131284356117f, -0.0345793738961220f, 0.2122996598482132f };
+std::vector<float> PARAMS{
+ 2.0489573478698730f, 0.1933414638042450f, 0.1476908475160599f,
+ -0.1654383838176727f, -0.6908612847328186f, 0.6639771461486816f,
+ 0.4730506539344788f, -0.0655516535043716f, 0.0208173431456089f,
+ -0.2037237435579300f, 0.6323392987251282f, -0.1102447286248207f,
+ -2.7987713813781738f, 0.0649964436888695f, 0.0896731242537498f,
+ -0.1117325872182846f, 0.0366864763200283f, 0.1867888271808624f,
+ 0.2518888711929321f, 0.3618419766426086f, -0.2112888246774673f,
+ -0.0434864163398743f, -0.0320326201617718f, -0.0620613060891628f,
+ -0.4964939355850220f, -3.0164320468902588f, 0.0439599752426147f,
+ -0.1006019860506058f, -0.4739657044410706f, -0.0365134328603745f,
+ -0.0900147184729576f, 0.2053224444389343f, -0.0718419551849365f,
+ -0.3238714039325714f, -0.1678547710180283f, -0.0133444266393781f,
+ -0.1493849158287048f, 0.1586515456438065f, -0.3328085839748383f,
+ -0.0698479041457176f, -0.0275022853165865f, 0.1548341214656830f,
+ 0.0226651001721621f, -0.1901601254940033f, 0.1074674651026726f,
+ -0.0434130169451237f, 0.8817045092582703f, 0.0981762707233429f,
+ 0.3872948884963989f, 0.4083728790283203f, 0.6341379880905151f,
+ -0.2639393210411072f, 0.0004781087336596f, -0.0858992189168930f,
+ 0.0347429476678371f, 0.0325405038893223f, 0.0297035891562700f,
+ -0.3229550719261169f, -0.5372757911682129f, -0.0217366553843021f,
+ 0.2795856595039368f, 0.0625466555356979f, -0.0617235042154789f,
+ 0.2297457456588745f, -0.2137532979249954f, -0.1402188539505005f,
+ 0.0137731954455376f, 0.2163609713315964f, 0.0964132249355316f,
+ -0.2695592045783997f, -0.3350453674793243f, -0.1988014876842499f,
+ -0.2870804369449615f, -0.1838946044445038f, -0.2009769827127457f,
+ 1.2054336071014404f, 0.1512652039527893f, -0.4799761176109314f,
+ -0.0268743503838778f, 0.2130637764930725f, 0.1192054450511932f,
+ 0.0930281504988670f, -0.3128347694873810f, 0.3428840935230255f,
+ 0.0109272552654147f, -0.2604643404483795f, -0.2555932104587555f,
+ 2.5266394615173340f, -0.5473155975341797f, 0.0685801655054092f,
+ 0.0862755179405212f, -0.8529782891273499f, 0.1035216450691223f,
+ -0.2106979787349701f, -0.4394134283065796f, -0.2981429696083069f,
+ 0.7577933073043823f, 0.1957272887229919f, 1.0374133586883545f,
+ 0.2280952185392380f, 1.3744105100631714f, 0.2549518644809723f,
+ 0.0282215494662523f, -0.2766875624656677f, 0.0274462196975946f,
+ -0.2091217935085297f, 0.1436840593814850f, -0.5170418620109558f,
+ 0.1935098320245743f, 0.0119470236822963f, -0.1327743828296661f,
+ -0.2040033340454102f, 0.4056170582771301f, -0.1422214359045029f,
+ 0.3999834358692169f, -0.2794499397277832f, -0.0734039694070816f,
+ 0.1543390154838562f, 0.1831001043319702f, -0.1543661057949066f,
+ -0.1081717088818550f, 0.0650807842612267f, -0.4292232394218445f,
+ 0.3023249506950378f, 0.0175302717834711f, 0.2928945124149323f,
+ -0.9262003898620605f, -0.3714082837104797f, 0.4484099447727203f,
+ -1.0158429145812988f, 0.6072778701782227f, 0.2512175142765045f,
+ -1.1030093431472778f, -0.0027459517586976f, 0.1744838804006577f,
+ 0.2458967864513397f, -0.5200793147087097f, 0.0920361503958702f,
+ -0.5137282609939575f, -0.6516503691673279f, 0.4995285570621490f,
+ 0.2482204884290695f, -0.1847816556692123f, -0.1757712513208389f,
+ 0.8214370012283325f, -0.5294921398162842f, 0.5943850278854370f,
+ -0.6960861086845398f, 0.3843683898448944f, -0.5597902536392212f,
+ 0.6476036310195923f, -0.0029016123153269f, 0.0989225208759308f,
+ -0.4649192988872528f, -0.1146908178925514f, 0.0378340817987919f,
+ -0.1509984284639359f, 0.1227464005351067f, -0.4199704825878143f,
+ 0.0039796642959118f, 0.1377901583909988f, -0.2171348929405212f,
+ -0.0623728521168232f, 0.1775793731212616f, -0.3340983688831329f,
+ -0.3868163228034973f, -0.4149476885795593f, -0.2528791725635529f,
+ -0.2778531014919281f, -0.3419952392578125f, 0.0025778971612453f,
+ 0.5568776130676270f, 0.0568858124315739f, 0.5322324633598328f,
+ 0.4142455756664276f, -0.3512687087059021f, -0.3001449704170227f,
+ -0.5367367267608643f, -0.4268401265144348f, 0.2375645190477371f,
+ 0.4681410193443298f, 0.2695516347885132f, -0.7597129940986633f,
+ -0.1137691065669060f, -0.3853348493576050f, 0.2513551115989685f,
+ -0.0967577323317528f, 0.7728744745254517f, -0.4976500272750854f,
+ -0.1434543281793594f, 0.0260632447898388f, -0.0315130986273289f,
+ 0.2918923497200012f, -0.4583184421062469f, -0.0181866120547056f,
+ -0.3914074897766113f, 0.4648630321025848f, -0.4912708699703217f,
+ 0.0551616549491882f, -0.3988439738750458f, 0.0575872547924519f,
+ 0.0913332402706146f, 0.0011628608917817f, -0.2302085012197495f,
+ 0.0572620742022991f, 0.0995518118143082f, 0.0226208604872227f,
+ -0.1090625673532486f, -0.2427479624748230f, 0.2372753322124481f,
+ -0.1997310817241669f, 0.0278452578932047f, 0.3466667830944061f,
+ 0.0321747101843357f, 0.1188775449991226f, -0.1224612370133400f,
+ 0.0403359755873680f, 0.1491788774728775f, -0.0802237018942833f,
+ -0.0516691729426384f, 0.0119069842621684f, 0.0761324614286423f,
+ -0.1431495398283005f, 0.0525529198348522f, 0.0627333596348763f,
+ 2.2454466819763184f, -0.0247305389493704f, -0.2702670991420746f,
+ -0.1715027093887329f, 0.1212148964405060f, -0.0199239570647478f,
+ -0.0625054538249969f, -0.4019668996334076f, -0.1377610862255096f,
+ -0.0815830975770950f, 0.0130984522402287f, -0.2178250700235367f,
+ -0.3635123670101166f, -0.1339327543973923f, 0.1718902736902237f,
+ -0.1308216750621796f, 0.1135387346148491f, 0.0374602228403091f,
+ 0.0094286706298590f, -0.1232610791921616f, -0.3892281949520111f,
+ 0.6228287816047668f, -0.2830896675586700f, -0.0008378007332794f,
+ -0.3141828775405884f, -3.2458026409149170f, 0.4029110074043274f,
+ -0.2284428626298904f, -0.1776694506406784f, 0.2893263399600983f,
+ -0.0802714452147484f, -0.1558915972709656f, -0.0281925871968269f,
+ 0.2230313718318939f, -0.0040592504665256f, -0.1460326462984085f,
+ 0.1200656965374947f, 1.2250236272811890f, -0.2593645453453064f,
+ 0.2417252212762833f, -0.1022737622261047f, 0.1990400105714798f,
+ -0.1885427534580231f, -0.0338130928575993f, -0.0591115802526474f,
+ 0.9637766480445862f, -0.6681304574012756f, -0.2664802968502045f,
+ -0.1006377413868904f, 0.2374074757099152f, -1.8576722145080566f,
+ -2.5888895988464355f, -2.7158913612365723f, 1.2172634601593018f,
+ -2.0509164333343506f, 2.0458931922912598f, -2.2552385330200195f,
+ 2.3916912078857422f, 0.9574933052062988f, 0.9565038681030273f,
+ 2.6733996868133545f, 0.6361970901489258f, 0.1360512226819992f,
+ -2.2598028182983398f, -1.9279553890228271f, 1.4123090505599976f,
+ -0.7171441316604614f, -2.0128707885742188f, 0.6675446629524231f,
+ 1.4362733364105225f, 2.4131219387054443f, -2.0739719867706299f,
+ 2.5918715000152588f, 0.0569315515458584f, -1.5108370780944824f,
+ -2.9120802879333496f, -0.1502350866794586f, -0.2471801936626434f,
+ -0.0767566412687302f, 0.1433807313442230f, -0.3957455456256866f,
+ -0.1623180359601974f, 0.0521882139146328f, 0.0674800127744675f,
+ -0.2601650357246399f, -0.3193491995334625f, -0.0655687078833580f,
+ 0.6690545082092285f, -0.1951713562011719f, -0.0760862976312637f,
+ -0.0662517622113228f, 0.1848894804716110f, -0.1656896322965622f,
+ -0.2976960539817810f, -0.0687350109219551f, 0.4861311912536621f,
+ -0.4832611382007599f, 0.0207320526242256f, 0.1838800013065338f,
+ 0.2451442629098892f, 2.2541651725769043f, -0.1380540877580643f,
+ -0.0832900330424309f, -0.3921653926372528f, -0.2959801852703094f,
+ 0.2600748836994171f, -0.3110733926296234f, 0.0570304915308952f,
+ -0.0216266587376595f, 0.0381286069750786f, 0.1006105095148087f,
+ -0.4455384612083435f, 0.5665569901466370f, -0.1574307978153229f,
+ 0.1281362920999527f, -0.0224836021661758f, -0.1573715955018997f,
+ 0.2721976041793823f, -0.0088471341878176f, -0.0486871451139450f,
+ 0.0643084570765495f, -0.9793856143951416f, 0.3421410620212555f,
+ -0.3519926667213440f, -0.0260980688035488f, 0.5701264739036560f,
+ 0.2880021631717682f, -0.0059497463516891f, -0.3131400942802429f,
+ -0.1482176631689072f, 0.1325895041227341f, -0.0825941637158394f,
+ -0.0580285713076591f, -0.3089871704578400f, -0.1475306600332260f,
+ -0.1674345731735229f, -0.0764139220118523f, 0.5738445520401001f,
+ -0.0857750847935677f, 0.3474932312965393f, -0.1409428715705872f,
+ 0.0279089156538248f, 0.2525369524955750f, -0.0634127333760262f,
+ 0.0133484099060297f, 0.0846997275948524f, -0.0766210183501244f,
+ -0.0778213739395142f, 0.0166219696402550f, 0.1393759548664093f,
+ -1.4628689289093018f, 0.5476814508438110f, -0.0724057555198669f,
+ 0.1002083122730255f, 0.0995517671108246f, 0.0184198934584856f,
+ -0.5895864963531494f, -0.0914156883955002f, 0.0897461771965027f,
+ 0.2431572973728180f, -0.0110929869115353f, -0.4818038046360016f,
+ 0.2436957806348801f, -0.1529906690120697f, -0.0060981255955994f,
+ 0.2616188526153564f, -0.1176244094967842f, 0.0515941269695759f,
+ 0.0345493629574776f, -0.4549625813961029f, 0.2123681604862213f,
+ -1.3788518905639648f, 0.2844837009906769f, 0.0530401840806007f,
+ -0.2701013088226318f, -1.0607007741928101f, -0.0227835141122341f,
+ -0.0240656100213528f, -0.1695065647363663f, 0.4923743605613708f,
+ -0.2973504960536957f, 0.4161053597927094f, -0.1018461361527443f,
+ -0.1540762633085251f, -0.0677367523312569f, -0.5799031853675842f,
+ -0.1653974503278732f, -0.1569925248622894f, 0.3993836343288422f,
+ -0.0069082756526768f, 0.1376867592334747f, 0.1680923253297806f,
+ 0.0173837076872587f, -0.4125554263591766f, -0.1819571703672409f,
+ 0.0585228540003300f, -0.4826630055904388f, 0.0683548972010612f,
+ 0.4080400168895721f, 0.5828855633735657f, -0.0101829068735242f,
+ 0.3655629754066467f, -0.6947423815727234f, -0.1227861568331718f,
+ -0.5580217242240906f, 0.6068432927131653f, -0.2458561062812805f,
+ 0.0120092453435063f, 0.0595733635127544f, -0.0351836532354355f,
+ 0.4760924875736237f, -0.2709779143333435f, -1.3122667074203491f,
+ -0.2865369021892548f, -0.3365456759929657f, 0.1293197423219681f,
+ 0.2727429568767548f, -0.0976614877581596f, 0.4097594022750854f,
+ -0.8087298870086670f, -0.2284953296184540f, -0.2834317982196808f,
+ 0.0445494130253792f, 0.3449363708496094f, -0.2416238635778427f,
+ 1.5104665756225586f, -0.0022394889965653f, 0.1054053306579590f,
+ 0.4387697875499725f, -0.5724850296974182f, -0.0442188009619713f,
+ -0.4220517277717590f, -0.3663706779479980f, 0.3153556585311890f,
+ -0.0166224688291550f, -0.3679195046424866f, -0.1106000840663910f,
+ -3.7094976902008057f, -0.0723235607147217f, -0.0204712767153978f,
+ 0.0872624740004539f, 0.1329642981290817f, 0.3054551184177399f,
+ 0.9373006224632263f, -0.5419206023216248f, 0.4252804219722748f,
+ -0.9942709207534790f, 0.0881447196006775f, -0.1249606832861900f,
+ -0.3098393082618713f, -1.4848955869674683f, 0.3206807971000671f,
+ -1.0351780652999878f, -0.4039717316627502f, 0.4772836565971375f,
+ -0.0506612844765186f, -0.6135893464088440f, 1.1866922378540039f,
+ -0.0969527289271355f, -0.2307419478893280f, 0.1103226840496063f,
+ -0.2507125735282898f, 3.8206942081451416f, -0.7318412065505981f,
+ 1.1027554273605347f, -0.2937612831592560f, -0.8645290732383728f,
+ -0.0732276886701584f, -1.3976283073425293f, -0.8427084088325500f,
+ -0.3392539322376251f, -0.4221206903457642f, 0.3587102591991425f,
+ 0.8381894230842590f, 0.6918489933013916f, -4.5126094818115234f,
+ 0.2182488739490509f, -0.4930441081523895f, 0.5148372650146484f,
+ -0.2924279868602753f, 0.5524638891220093f, -0.7948968410491943f,
+ 0.2831612229347229f, 0.3897500932216644f, 0.2376239597797394f,
+ 0.4907377362251282f, -0.1316628903150558f, 1.4991477727890015f,
+ 0.0349229723215103f, 0.0975028201937675f, 0.1838301122188568f,
+ -0.2625370025634766f, -0.4050431251525879f, 0.2894965410232544f,
+ -0.3589214682579041f, 0.6664612889289856f, -1.5376429557800293f,
+ 0.5790559649467468f, 0.6114532351493835f, -0.3003905117511749f,
+ 0.5011210441589355f, -0.0343990549445152f, -0.5939598083496094f,
+ -0.3280038237571716f, 0.2569217681884766f, 0.1065478250384331f,
+ -0.4852462112903595f, 0.0214306619018316f, -0.0550326667726040f,
+ -0.0364108122885227f, 0.1649428308010101f, 0.0894346609711647f,
+ -0.7445338964462280f, -0.1238525062799454f, -0.2364594638347626f,
+ 0.1196476221084595f, -0.3087966144084930f, -0.0385869219899178f,
+ 0.0163895469158888f, 0.8430457711219788f, 0.0003760606341530f,
+ 0.3548544645309448f, 0.0287182331085205f, 0.3931958079338074f,
+ 0.4748546481132507f, 0.0079241367056966f, -0.0733209177851677f,
+ 0.0673133432865143f, 0.1452800333499908f, -0.3061696290969849f,
+ 0.0453626178205013f, -0.0496156401932240f, -0.0788144767284393f,
+ -0.1082285866141319f, 0.1287466883659363f, 0.2563495934009552f,
+ 0.0703960657119751f, 0.0556680262088776f, -0.0386316962540150f,
+ -0.2493261396884918f, 0.0312204807996750f, -0.1032334417104721f,
+ -0.1465263068675995f, 0.1447509825229645f, 0.4445500373840332f,
+ -0.1210658103227615f, 0.1615569591522217f, 0.0952751934528351f,
+ -0.1097226515412331f, -0.3680497407913208f, 1.3145105838775635f,
+ -0.0194410365074873f, -0.0673162490129471f, -0.2045985162258148f,
+ 0.2139478921890259f, -0.0955192372202873f, 0.1212861761450768f,
+ -0.6289610862731934f, -0.1464878916740417f, -0.3469243645668030f,
+ -0.1315412968397141f, -0.2845713496208191f, 0.0567209981381893f,
+ 0.0631541386246681f, 0.3623808324337006f, -0.3851811587810516f,
+ 0.2969767749309540f, 0.5015155673027039f, 0.2556938529014587f,
+ 0.1357434242963791f, -0.3121169209480286f, -0.1501129865646362f,
+ -0.5688452124595642f, -0.1290668100118637f, 0.1979955583810806f,
+ 1.9418596029281616f, 0.0887442156672478f, -0.2048481553792953f,
+ 0.1074514687061310f, -0.2888284921646118f, 0.4096551835536957f,
+ -0.5726684927940369f, 0.2747631072998047f, 0.0677610337734222f,
+ 0.1642618775367737f, 0.6060172319412231f, 0.0503011941909790f,
+ -0.2967095077037811f, -0.1720739901065826f, 0.0604597553610802f,
+ -0.0528242066502571f, -0.5252202153205872f, 0.1847758740186691f,
+ 0.0363725833594799f, 0.0773378983139992f, -0.2853370606899261f,
+ 0.4487186968326569f, 0.2938188612461090f, 0.0342376641929150f,
+ -0.5566986799240112f, -3.2972667217254639f, -0.0423056669533253f,
+ -0.0189411714673042f, -0.2715029418468475f, -0.0237892977893353f,
+ -0.1397639662027359f, 0.3905186653137207f, -0.2715131938457489f,
+ -0.2437936514616013f, -0.2642339468002319f, -0.0295099932700396f,
+ -0.1427370905876160f, -0.4603838026523590f, -0.0893019512295723f,
+ 0.1588265597820282f, -0.2192833423614502f, 0.3754500448703766f,
+ -0.0811568424105644f, -0.2885548472404480f, 0.1808993816375732f,
+ -0.3159965872764587f, 0.4720279872417450f, 0.0459593683481216f,
+ 0.1941230893135071f, 0.6524944305419922f, 2.4154634475708008f,
+ -0.0579099431633949f, -0.0369409397244453f, -0.2969715595245361f,
+ -0.1402620226144791f, -0.0092677222564816f, 0.1776350438594818f,
+ 0.5895962715148926f, -0.7110648155212402f, 0.1667979210615158f,
+ 0.3657338619232178f, -0.1875876635313034f, -0.2745892107486725f,
+ 0.0933784395456314f, 0.0497282035648823f, -0.2613303065299988f,
+ 0.2862084209918976f, 0.0281499102711678f, -0.0220777764916420f,
+ -0.0940020382404327f, -0.4076301753520966f, -0.2959200739860535f,
+ 0.1253229081630707f, 0.0483915135264397f, 0.0157192237675190f,
+ 0.9048746228218079f, 0.4310983121395111f, 0.1399424672126770f,
+ 0.1585452854633331f, 0.5343303680419922f, -0.1999984234571457f,
+ -0.0652284994721413f, -0.9647319912910461f, -0.0666885972023010f,
+ 0.1882058978080750f, -0.3243403732776642f, -0.0570661239326000f,
+ 0.8896479010581970f, -0.2133316844701767f, 0.2457466423511505f,
+ -0.0948672443628311f, -0.7651609182357788f, 0.1364660859107971f,
+ 0.1199960708618164f, -1.5187900066375732f, -0.0401971116662025f,
+ -0.4589492082595825f, -0.4867163896560669f, 0.9111065864562988f,
+ -0.1126524731516838f, 2.1754913330078125f, 0.1237153559923172f,
+ -0.0651025548577309f, -0.1094155535101891f, 0.0049917097203434f,
+ 0.0197938792407513f, 0.1888529360294342f, -0.2510172724723816f,
+ -0.0644650012254715f, 0.2084625065326691f, -0.3337605893611908f,
+ 0.2209840267896652f, 0.0937350839376450f, -0.2417344599962234f,
+ 0.3614881336688995f, -0.1687109917402267f, -0.1304805427789688f,
+ -0.0331069529056549f, -0.0268311034888029f, -0.3128840625286102f,
+ -0.2489093542098999f, -0.2215196937322617f, -0.2656051218509674f,
+ 0.2184087485074997f, 0.0458140335977077f, -0.3299934267997742f,
+ 0.0555751547217369f, 0.1146132871508598f, 0.1105750426650047f,
+ -0.2066882997751236f, -0.1727288216352463f, 0.1104229763150215f,
+ -1.3632602691650391f, -0.1678529232740402f, 0.2964646220207214f,
+ -0.7547919750213623f, -0.1748220324516296f, 0.1132440716028214f,
+ -0.1727494001388550f, -0.0497938878834248f, 0.3989444077014923f,
+ -0.2268789559602737f, 0.1026298403739929f, -0.3093045651912689f,
+ 0.0139965349808335f, -0.4097098708152771f, 0.5267755389213562f,
+ -1.2371313571929932f, 0.5566686987876892f, -0.1287262290716171f,
+ 1.1730467081069946f, -0.1428631842136383f, 0.4274198114871979f,
+ -0.0559057183563709f, 0.1512922346591949f, 0.0977225974202156f,
+ -0.2803885042667389f, -0.1278851926326752f, -0.4397604167461395f,
+ -0.0029309752862900f, 0.1463754922151566f, -0.0016567709390074f,
+ -0.9551635384559631f, 0.2924065887928009f, 0.4543647766113281f,
+ -0.0206138323992491f, -0.1562771946191788f, 0.0146112088114023f,
+ -0.1062403917312622f, -0.5265048742294312f, -0.3623809218406677f,
+ 0.1542350649833679f, -0.2429519742727280f, 0.2697823345661163f,
+ 0.0900692194700241f, 0.3196718394756317f, -0.1956382989883423f,
+ 0.4140773117542267f, 0.0349452011287212f, 0.2126396298408508f,
+ 0.1935501992702484f, 0.1052182987332344f, -0.3519704937934875f,
+ 0.0905227959156036f, 0.1618528366088867f, 0.0430004708468914f,
+ -0.2342748194932938f, 0.4815383851528168f, -0.2572831809520721f,
+ -0.4302442073822021f, 0.3842555880546570f, -0.0831741541624069f,
+ -0.1117652878165245f, 0.2162218242883682f, 0.2476395666599274f,
+ -0.5322592258453369f, 0.1362759172916412f, 0.1462159007787704f,
+ 0.0014967155875638f, -0.3799646794795990f, 0.3164782226085663f,
+ 0.3467737734317780f, -0.0407170616090298f, -0.1231117770075798f,
+ -0.0780742019414902f, -0.0240209680050611f, 0.0107587249949574f,
+ 0.0064830882474780f, -0.1895166635513306f, -0.0909552499651909f,
+ 0.0136423809453845f, -0.0533618181943893f, 0.1243891641497612f,
+ 0.3332341313362122f, 0.2647615969181061f, -0.1121836900711060f,
+ 0.0005602844757959f, 0.0184344500303268f, -0.1085522398352623f,
+ -0.3135164082050323f, 0.2180708348751068f, -0.1804032772779465f,
+ 0.0610131658613682f, 0.3471052646636963f, -0.0404437817633152f,
+ 3.3931431770324707f, -0.2248236536979675f, 0.2400533556938171f,
+ -0.3885629773139954f, 0.3577381968498230f, -0.0126308370381594f,
+ 0.2515330314636230f, -0.5411596894264221f, -0.4182600975036621f,
+ -0.2909102737903595f, -0.1165281832218170f, -0.1588227003812790f,
+ -0.0050241104327142f, 0.1578565090894699f, 0.3450132906436920f,
+ -0.0572462230920792f, 0.1487601250410080f, 0.1056989431381226f,
+ -0.0736201852560043f, -0.0539955310523510f, -0.4199914634227753f,
+ 0.2978714108467102f, -0.4805668592453003f, 0.0795629024505615f,
+ -0.0839985534548759f, -2.4739904403686523f, 0.2758843004703522f,
+ 0.3240824341773987f, -0.0907136052846909f, 0.1227347254753113f,
+ -0.3615121543407440f, -0.3782137930393219f, -0.1200837567448616f,
+ -0.2574126422405243f, 0.1652225553989410f, -0.6630024313926697f,
+ -0.5495710372924805f, 0.1334957182407379f, 0.3514100909233093f,
+ 0.1645128279924393f, -0.0384238585829735f, -0.3400966227054596f,
+ 0.2998638749122620f, 0.1861171424388885f, -0.3297077417373657f,
+ -0.0429101027548313f, -0.4783232212066650f, -0.1383280754089355f,
+ 0.3570207059383392f, 0.4724126756191254f, -3.6607794761657715f,
+ 0.5018948316574097f, 0.7436102628707886f, 1.0989855527877808f,
+ 1.3579106330871582f, -0.6546975970268250f, 0.0999565050005913f,
+ -1.1067794561386108f, -0.3525831401348114f, -0.1771267652511597f,
+ -1.2823873758316040f, -1.8336287736892700f, -0.0177654307335615f,
+ 0.5961927771568298f, -0.1899909675121307f, -0.1365461349487305f,
+ -1.5629343986511230f, 0.1485884487628937f, 0.0507021248340607f,
+ -2.1568510532379150f, -2.2446849346160889f, 4.1149053573608398f,
+ -0.0312349218875170f, 0.9430848360061646f, 0.0065887132659554f,
+ -1.9503715038299561f, -0.4424284100532532f, -0.2706582248210907f,
+ 0.0379581414163113f, -0.2654217183589935f, -0.4745105504989624f,
+ -0.0542801916599274f, 0.3190141320228577f, -0.0666872113943100f,
+ -0.0784460529685020f, 0.1554699540138245f, 0.1068839654326439f,
+ -0.1587209403514862f, -0.0357891619205475f, 0.1373842209577560f,
+ -0.0556604266166687f, 0.0853258222341537f, -0.1878253221511841f,
+ -0.1026823893189430f, 0.0206657815724611f, 0.3824776709079742f,
+ -0.5458354949951172f, 0.0690095722675323f, -0.1376961320638657f,
+ -0.0095256203785539f, 3.0415861606597900f, 0.1287332922220230f,
+ -0.2186504900455475f, -0.1082145050168037f, -0.0334616228938103f,
+ -0.2072174996137619f, -0.1741067916154861f, 0.3108893930912018f,
+ 0.2120726108551025f, 0.0484638512134552f, -0.1295900791883469f,
+ -0.1571410000324249f, 0.2693650424480438f, 0.0047344020567834f,
+ 0.2910195887088776f, -0.0339885987341404f, -0.1105325073003769f,
+ 0.0542463921010494f, -0.1546224057674408f, -0.8356595635414124f,
+ 0.0175980199128389f, -1.1747311353683472f, 0.4545037150382996f,
+ 0.0070102931931615f, -0.1907545328140259f, 1.4651474952697754f,
+ 0.0685828700661659f, -0.0859160050749779f, -0.1781231164932251f,
+ -0.0726885944604874f, 0.1751708537340164f, -0.1266760677099228f,
+ 0.3325976431369781f, -0.1142935529351234f, 0.2481341063976288f,
+ 0.2468804270029068f, -0.1490906029939651f, 0.2213572561740875f,
+ 0.1935286223888397f, 0.1375827342271805f, -0.1606815457344055f,
+ 0.0315781086683273f, 0.0974860340356827f, -0.0626631453633308f,
+ -0.4589937627315521f, 0.2349891662597656f, -0.4657534062862396f,
+ 0.2932130396366119f, 0.2428811043500900f, 0.2289018183946609f,
+ -0.8143546581268311f, 0.1609410941600800f, -0.0639163926243782f,
+ 0.3779844045639038f, 0.2103015631437302f, 0.0085157770663500f,
+ -0.7024713754653931f, -0.3648572266101837f, 0.1663324236869812f,
+ 0.0653708502650261f, 0.2896756231784821f, -0.2025641053915024f,
+ 0.7045933604240417f, -0.0081872120499611f, 0.0455344729125500f,
+ 0.3272480368614197f, -0.0917202681303024f, -0.2380334287881851f,
+ 0.4701574742794037f, -0.0970344617962837f, -0.1269222795963287f,
+ -0.5699775218963623f, 0.1370822787284851f, -0.2510142624378204f,
+ -0.9236454963684082f, -0.7955643534660339f, 0.2469256818294525f,
+ 0.2653119564056396f, 0.1512973904609680f, 0.2846314609050751f,
+ -0.3645574450492859f, 0.4941793978214264f, -0.0055944952182472f,
+ -0.1699546575546265f, -0.1698262840509415f, -0.4683224558830261f,
+ -0.1846932619810104f, -0.6616317033767700f, 0.4588728547096252f,
+ 0.3196034431457520f, 0.0294582471251488f, 0.1445696055889130f,
+ 0.2675340473651886f, -0.4643590450286865f, -0.1259471476078033f,
+ -0.4044198393821716f, -0.4508551657199860f, -0.0669077634811401f,
+ 0.4436153769493103f, 0.4768935441970825f, -1.2953644990921021f,
+ 0.0956019610166550f, 0.4462337493896484f, -0.2204557359218597f,
+ 0.4800420701503754f, -0.2993392646312714f, 0.5447343587875366f,
+ -0.4929139018058777f, -0.1745553761720657f, -0.1599195152521133f,
+ -0.8764441609382629f, -0.2682106196880341f, 1.3790581226348877f,
+ 0.0721675604581833f, 0.3770602941513062f, -0.3339757025241852f,
+ 0.1984640657901764f, 0.5778872370719910f, -0.4306083321571350f,
+ 0.5096714496612549f, -0.1822541803121567f, -0.1626892536878586f,
+ -0.6046152114868164f, 0.2592666745185852f, 0.5234420895576477f,
+ 1.6143407821655273f, -0.1949235200881958f, 0.9477424025535583f,
+ 0.2967473566532135f, 0.7390557527542114f, -0.1701401770114899f,
+ -0.3635388910770416f, -0.0267888121306896f, -0.5958873033523560f,
+ -0.2053929120302200f, -0.2076158523559570f, -0.3033237457275391f,
+ -1.4156750440597534f, 0.4635525047779083f, -0.0804456770420074f,
+ -0.1843617409467697f, -0.6545463204383850f, 0.2632534503936768f,
+ -0.6362972855567932f, -0.8844673633575439f, -1.1721091270446777f,
+ 1.7918598651885986f, -0.1693327575922012f, 0.4410873949527740f,
+ -0.0429898388683796f, -0.9911776185035706f, 0.6791160702705383f,
+ -0.2692197263240814f, -0.4092354774475098f, 1.2274469137191772f,
+ -0.2437100112438202f, 0.1395345181226730f, 0.4663012623786926f,
+ -0.2064050585031509f, 0.0445161610841751f, -0.2331732660531998f,
+ 0.4345844686031342f, 0.7817612886428833f, 0.2147252857685089f,
+ 1.2146918773651123f, -0.4268832802772522f, 0.0162181835621595f,
+ 0.2612631022930145f, 0.4600454568862915f, -1.9266126155853271f,
+ -0.5998649597167969f, -0.0498258657753468f, -0.1486022919416428f,
+ 0.5619627237319946f, -0.0825848504900932f, -2.9716391563415527f,
+ 0.1307191550731659f, 0.5512906312942505f, 0.4870328903198242f,
+ -0.1009988412261009f, -0.2580405175685883f, -0.0979609861969948f,
+ -0.1724865436553955f, -0.2605873346328735f, -0.0259870588779449f,
+ -0.6044501066207886f, -0.5920249223709106f, 2.0171599388122559f,
+ 0.4765931665897369f, 0.2903555929660797f, -0.0368634648621082f,
+ 0.1234344169497490f, 0.4321481287479401f, 1.1423094272613525f,
+ -0.6618250608444214f, 0.0664875134825706f, 0.5137055516242981f,
+ -0.7413001060485840f, -0.1669799387454987f, 0.1314758807420731f,
+ 0.4970326423645020f, 0.3792807161808014f, -0.2022052109241486f,
+ 0.0099911838769913f, 0.0649781972169876f, 0.1747663170099258f,
+ -0.1432548761367798f, 0.1477968692779541f, -0.1391299366950989f,
+ 0.0003276473726146f, 0.0286301132291555f, -0.0610779374837875f,
+ -0.9629705548286438f, 0.2618387341499329f, -0.4129762947559357f,
+ 0.2094744741916656f, -1.0133181810379028f, -0.2221995890140533f,
+ 0.2253727763891220f, -0.0693255960941315f, -1.5877718925476074f,
+ 1.9275523424148560f, -0.0177704282104969f, 0.5964049100875854f,
+ 0.3980265259742737f, 0.7119191288948059f, 0.0039828908629715f,
+ 0.5786589980125427f, 0.1527138352394104f, 0.0071071567945182f,
+ -0.0521008297801018f, -0.1116328462958336f, -0.2917875349521637f,
+ -0.0175223890691996f, 0.0406624563038349f, -0.0172052104026079f,
+ -0.1021609604358673f, -0.8040812015533447f, 0.2359548360109329f,
+ -0.3192983865737915f, -0.0133227789774537f, -0.3427484035491943f,
+ 0.2394531220197678f, 0.1793227940797806f, 0.4213730990886688f,
+ -0.1208378821611404f, 0.2708030343055725f, -0.0091053023934364f,
+ -0.0451458133757114f, -0.4211779534816742f, 2.1411886215209961f,
+ 0.1995768398046494f, -0.5252507925033569f, -0.1512298732995987f,
+ 0.3429505825042725f, 0.0445971414446831f, -0.4199299812316895f,
+ 0.4331805706024170f, 0.5545129776000977f, -0.2827989459037781f,
+ -0.1393873095512390f, 0.3990790545940399f, -0.1913165152072906f,
+ -0.4549637734889984f, -0.0102582387626171f, 0.0827290490269661f,
+ -1.0031709671020508f, -0.0858988687396049f, -0.3236645162105560f,
+ -0.4638522267341614f, -0.3038618266582489f, -0.5401058197021484f,
+ 0.1363317668437958f, 0.3834004998207092f, -0.0740179419517517f,
+ -1.9267228841781616f, 0.3089363873004913f, -0.3182657063007355f,
+ -0.2248516976833344f, 0.5686917901039124f, -0.2516727447509766f,
+ 0.0209283828735352f, 0.1241291090846062f, -0.1818788945674896f,
+ 0.0011008399305865f, -0.5856695771217346f, 0.1101767495274544f,
+ 1.0808168649673462f, -0.3665207028388977f, 0.2374588698148727f,
+ 0.1186776608228683f, -0.2279574126005173f, -0.0850048884749413f,
+ -0.1279713511466980f, -0.1597946137189865f, 0.0029573412612081f,
+ 0.2512446343898773f, 0.1244057640433311f, -0.1622343361377716f,
+ 0.3807862699031830f, 3.7722671031951904f, -0.1428519189357758f,
+ -0.0371810793876648f, 0.2731631696224213f, 0.0516683310270309f,
+ 0.1764407306909561f, -0.0963987782597542f, 0.1364382952451706f,
+ 0.3291892409324646f, -0.1061784774065018f, -0.0869491472840309f,
+ 0.1667933911085129f, 0.2760004103183746f, 0.1760642230510712f,
+ -0.2405225038528442f, 0.1112490966916084f, -0.2237931191921234f,
+ -0.0150269754230976f, -0.0808234810829163f, 0.1433390974998474f,
+ 0.1461447477340698f, -0.2674111425876617f, -0.0469760969281197f,
+ -0.1390516608953476f, -0.5056141018867493f, -0.3350203335285187f,
+ 0.1964310705661774f, -0.2214118242263794f, 0.1845736801624298f,
+ 0.2263688892126083f, -0.1079355478286743f, -0.1384494453668594f,
+ -0.4435503184795380f, 0.4432384073734283f, 0.1158717721700668f,
+ -0.3136934340000153f, 0.0365843921899796f, 0.0606398768723011f,
+ -0.2949869334697723f, 0.2204179316759109f, 0.1002106368541718f,
+ -0.0488943047821522f, 0.0407512187957764f, -0.1930989623069763f,
+ 0.0666612908244133f, -0.1788121908903122f, 0.1388907432556152f,
+ -0.4138779640197754f, 0.3922595381736755f, -0.1219884529709816f,
+ -3.2098817825317383f, 0.0844578519463539f, 0.0741122439503670f,
+ -0.0835255160927773f, -0.3998015224933624f, -0.0917885825037956f,
+ 0.0923642367124557f, 0.1130429282784462f, 0.0061028487980366f,
+ -0.0182769894599915f, -0.0677941739559174f, -0.0560218766331673f,
+ -0.9799228310585022f, 0.3180440664291382f, -0.0619743838906288f,
+ -0.1057508885860443f, 0.3445331454277039f, 0.0320527330040932f,
+ 0.3304715752601624f, 0.1634801775217056f, 0.0693957060575485f,
+ 0.0341124050319195f, 0.1151718869805336f, 0.0013847448863089f,
+ 0.4861494302749634f, 2.6789045333862305f, -0.0762211978435516f,
+ -0.1277200877666473f, 0.3202638030052185f, -0.1563098579645157f,
+ -0.1199061796069145f, -0.0230274517089128f, -0.2304675579071045f,
+ 0.3035396039485931f, 0.2063630819320679f, 0.0609482452273369f,
+ 0.1418608874082565f, 0.5649673938751221f, -0.2268186658620834f,
+ -0.2146264910697937f, 0.3198679089546204f, -0.2044861614704132f,
+ -0.1526365131139755f, 0.1375715583562851f, 0.0018079665023834f,
+ 0.2346809059381485f, -0.2624493241310120f, 0.0276400968432426f,
+ 0.2254969924688339f, -0.4387587606906891f, 2.1184685230255127f,
+ -0.1720886826515198f, 0.4002450704574585f, 0.1019940599799156f,
+ 0.1838424801826477f, -0.1930200457572937f, -0.1913556754589081f,
+ 0.3001644909381866f, 0.3389724195003510f, 0.1263760030269623f,
+ 0.1254660934209824f, 0.1158207654953003f, -0.1629831343889236f,
+ 0.4413470625877380f, -0.3296048045158386f, 0.2354642003774643f,
+ -0.3157335817813873f, 0.1621689945459366f, 0.4858034551143646f,
+ 0.2429050207138062f, 0.2223311960697174f, -0.4960121810436249f,
+ 0.5220410227775574f, -0.2210209518671036f, -0.2145091295242310f,
+ 3.0637910366058350f, 0.2824899256229401f, 0.2132061272859573f,
+ 0.2338260412216187f, -0.0019597946666181f, 0.0463077239692211f,
+ -0.0911594480276108f, 0.1120235845446587f, 0.0389902815222740f,
+ 0.0666203200817108f, 0.0393508002161980f, -0.1457509398460388f,
+ -0.3987466096878052f, 0.1262700408697128f, -0.0157036725431681f,
+ 0.0762423202395439f, -0.3928784132003784f, 0.0412668995559216f,
+ -0.1428868025541306f, -0.1242490708827972f, -0.2531034350395203f,
+ 0.3113514780998230f, 0.3452260792255402f, 0.5336059331893921f,
+ 0.1269730925559998f, -2.4020421504974365f, 0.3623866438865662f,
+ -0.5364015102386475f, -0.2571588158607483f, 0.3445996642112732f,
+ -0.3009187579154968f, -0.2907521724700928f, -0.4080539047718048f,
+ -0.1080403253436089f, -0.3528085947036743f, -0.4082140028476715f,
+ 0.1258752197027206f, 0.4502485394477844f, -0.3096339106559753f,
+ 0.1071486696600914f, -0.3112764358520508f, 0.1721828430891037f,
+ 0.1378230899572372f, -0.4105497598648071f, -0.3112262189388275f,
+ -0.1712848395109177f, -0.2229210436344147f, -0.4187478423118591f,
+ 0.3137454688549042f, 0.5516767501831055f, 1.5086991786956787f,
+ -0.2454974353313446f, -0.2075463086366653f, 0.0018537356518209f,
+ 0.1717229038476944f, -0.2499236464500427f, 0.0677858665585518f,
+ -0.2844863235950470f, 0.1208165213465691f, -0.1682436913251877f,
+ -0.4827979803085327f, 0.2166027873754501f, 0.3087242245674133f,
+ -0.0523065365850925f, 0.0708118304610252f, 0.0281952712684870f,
+ -0.2404240518808365f, -0.1122238188982010f, -0.2336812317371368f,
+ -0.1605731993913651f, 0.0431864894926548f, -0.1042892634868622f,
+ -0.1049249917268753f, -0.1517875641584396f, -0.2872189879417419f,
+ 3.7722368240356445f, -0.1060498133301735f, -0.0958782657980919f,
+ 0.3088602721691132f, -0.0595864914357662f, 0.2584978640079498f,
+ -0.2403489649295807f, 0.0641144812107086f, 0.1373822689056396f,
+ 0.3340767621994019f, 0.2923637926578522f, -0.0233439449220896f,
+ -0.2699418962001801f, -0.1737982034683228f, -0.2780585587024689f,
+ 0.3756441473960876f, -0.0912213623523712f, 0.0639022961258888f,
+ 0.2719146311283112f, 0.2388963699340820f, 0.0634789019823074f,
+ 0.0821927562355995f, 0.2069768756628036f, 0.0857465714216232f,
+ -0.4392510950565338f, -3.3365638256072998f, 0.1750002056360245f,
+ -0.0101389801129699f, -0.0376123636960983f, 0.4052968323230743f,
+ 0.0322576239705086f, -0.0365035049617290f, -0.3820544183254242f,
+ -0.0889850780367851f, -0.0673978999257088f, -0.2932975888252258f,
+ 0.1230137646198273f, -0.1774448603391647f, 0.2989571690559387f,
+ 0.1031819358468056f, -0.0350346527993679f, 0.1624046415090561f,
+ -0.0943097993731499f, -0.1293271034955978f, -0.1922871321439743f,
+ -0.0676734745502472f, 0.0242431871592999f, -0.1205841898918152f,
+ 0.1514715850353241f, 0.0510928258299828f, -6.4794082641601562f,
+ -0.3356034457683563f, -0.3095468878746033f, -0.1220595687627792f,
+ 0.8467937111854553f, -0.3085717260837555f, 0.6200531125068665f,
+ 0.0419191010296345f, -0.3223780393600464f, -0.0873500183224678f,
+ 0.0386033132672310f, -0.3503760099411011f, 0.2387343943119049f,
+ 0.3629381358623505f, 1.7456113100051880f, -0.5535885691642761f,
+ -0.5869209170341492f, 0.1868881285190582f, -1.1559879779815674f,
+ 0.7095598578453064f, -0.3633295595645905f, 0.3700300455093384f,
+ 1.1334291696548462f, -0.2811590433120728f, -0.1461464464664459f,
+ 2.6877660751342773f, 0.1129603087902069f, 0.3946161866188049f,
+ 0.2191263437271118f, -0.1357333213090897f, 0.5560711026191711f,
+ -0.0559393204748631f, -0.0308086480945349f, 0.1166548505425453f,
+ 0.1165548339486122f, 0.3788664937019348f, -0.0369127616286278f,
+ -0.3440184593200684f, 0.1128688380122185f, -0.0032239987049252f,
+ -0.1352205276489258f, 0.0662459731101990f, 0.4700005054473877f,
+ 0.3143270909786224f, -0.0376881211996078f, -0.1819494813680649f,
+ 0.1925762295722961f, -0.3633426725864410f, -0.0175485759973526f,
+ -0.2959020435810089f, -0.5569868087768555f, -0.0014560773270205f,
+ 0.4684384465217590f, -0.3461608588695526f, -0.5055155158042908f,
+ 0.1854504942893982f, 0.3124135434627533f, 0.3965800106525421f,
+ -0.0396553985774517f, -0.0515940375626087f, 0.3408977389335632f,
+ -0.2796918153762817f, -0.8493441939353943f, 0.4531470835208893f,
+ -0.3627629280090332f, -0.2095365673303604f, 0.0619104243814945f,
+ 0.1769257187843323f, 0.1188869997859001f, 0.0445274673402309f,
+ -0.0906370431184769f, 0.5929306149482727f, 0.1549349129199982f,
+ -0.3751780688762665f, 0.3221308290958405f, 0.2040750235319138f,
+ 0.0349781587719917f, -0.0873460844159126f, -0.0260092150419950f,
+ 0.4001426398754120f, 0.0189478322863579f, -0.1939253509044647f,
+ -0.3842742741107941f, 0.3082840144634247f, -0.0849328190088272f,
+ -0.2858294546604156f, 0.2140257656574249f, 0.4001101255416870f,
+ -0.2390288859605789f, 0.0605544522404671f, 0.0017109458567575f,
+ 0.0744221433997154f, -0.1140724569559097f, 0.1193265169858932f,
+ 0.0918500944972038f, -0.2637812197208405f, 0.1026119142770767f,
+ -0.2459901124238968f, 0.2280582785606384f, -0.1532961428165436f,
+ 1.4853239059448242f, -0.1368989944458008f, 0.0082345567643642f,
+ 0.0261496771126986f, -0.8947465419769287f, -0.0258521493524313f,
+ 0.1883402019739151f, -0.0415336117148399f, -0.2172725200653076f,
+ 0.1616245657205582f, 0.0603950917720795f, -0.3318394124507904f,
+ 1.1603692770004272f, -0.1853891015052795f, -0.1944519728422165f,
+ 0.0183030981570482f, 0.0673372820019722f, 0.1830518841743469f,
+ 0.2016485333442688f, 0.1551908105611801f, 0.4359299242496490f,
+ -0.3696191906929016f, 0.1887909471988678f, -0.1956291347742081f,
+ 0.1043597459793091f, -0.0066299815662205f, 0.2218336313962936f,
+ 0.0661592632532120f, -0.3060612380504608f, -0.3969598114490509f,
+ 0.1829151064157486f, 0.0337364375591278f, 0.3938368856906891f,
+ -0.1466488987207413f, 0.2724946141242981f, -0.0756459832191467f,
+ -0.2273132354021072f, -0.1538963168859482f, 0.2570367157459259f,
+ -0.0584483668208122f, 0.0390096306800842f, -0.0223888736218214f,
+ -0.3455843329429626f, -0.0265974663197994f, 0.0561404153704643f,
+ 0.1281796991825104f, -0.2545743882656097f, 0.0012761938851327f,
+ 0.1506992280483246f, 0.0882515758275986f, 3.6055295467376709f,
+ 0.0086734127253294f, -0.1868122965097427f, 0.3346596956253052f,
+ 0.1122745350003242f, -0.2850451469421387f, -0.3525361418724060f,
+ -0.0490154959261417f, 0.1780132502317429f, -0.0198458340018988f,
+ 0.0796033218502998f, 0.1296709477901459f, 0.9146992564201355f,
+ -0.0047649606131017f, 0.0180098768323660f, 0.2052278816699982f,
+ 0.0183071307837963f, -0.0910572260618210f, -0.5325632095336914f,
+ 0.0717112496495247f, 0.1678434312343597f, -0.2600057721138000f,
+ -0.1668008416891098f, 0.0488626100122929f, -0.2455814182758331f,
+ 1.0995898246765137f, -0.1225944310426712f, 0.3193888366222382f,
+ 0.3112682998180389f, -0.3803210556507111f, -0.0099829118698835f,
+ -0.5225816965103149f, -0.0856366306543350f, 0.4480780959129333f,
+ 0.0233478117734194f, 0.0888196304440498f, 0.0996402427554131f,
+ -1.0832071304321289f, 0.2475021183490753f, -0.2787582278251648f,
+ 0.4289815723896027f, 0.1667062342166901f, 0.0012356436345726f,
+ 0.4982503950595856f, -0.0963546633720398f, 0.2979574501514435f,
+ -0.2969038784503937f, 0.0745802372694016f, 0.3047618865966797f,
+ -0.0979666784405708f, 0.4781192541122437f, -0.2356041967868805f,
+ -0.2699993252754211f, -0.0449517443776131f, 0.0024890683125705f,
+ -0.0518912337720394f, 0.2425391376018524f, 0.1768530458211899f,
+ 0.0150988083332777f, -0.1902424544095993f, -0.0288921985775232f,
+ 0.1363873481750488f, 1.4649158716201782f, 0.0160222053527832f,
+ 0.4690616726875305f, -0.0866784825921059f, -0.0884839519858360f,
+ 0.3289057612419128f, -0.2994452416896820f, -0.3324750959873199f,
+ -0.4701330363750458f, 0.1011072844266891f, -0.1451762616634369f,
+ 0.1486738473176956f, -0.2532503604888916f, 3.2942550182342529f,
+ 0.0004890973214060f, -0.1235245987772942f, 0.0770673230290413f,
+ 0.6860526204109192f, 0.0171637572348118f, 0.2265448272228241f,
+ 0.0730681344866753f, 0.2028920799493790f, 0.0332022048532963f,
+ -0.1816225796937943f, 0.4219168126583099f, -0.4714066684246063f,
+ -0.1989175826311111f, -0.0955965295433998f, 0.0876746699213982f,
+ -0.1611848771572113f, -0.0622577629983425f, -0.6514706611633301f,
+ 0.8992281556129456f, 0.0352694019675255f, -0.2400999814271927f,
+ -0.0604567490518093f, 0.1432877033948898f, 0.1286577284336090f,
+ 1.7811349630355835f, 0.0722824111580849f, -0.2933537662029266f,
+ 0.0159938633441925f, -0.0660669356584549f, -0.0831772163510323f,
+ 0.0311699137091637f, -0.1908195167779922f, 0.4071507751941681f,
+ -0.0814791843295097f, 0.0674774050712585f, -0.1464388966560364f,
+ -0.6734074354171753f, 0.0298250298947096f, -0.2415335774421692f,
+ -0.1187996789813042f, 0.1686989665031433f, -0.0533037558197975f,
+ -0.1643702834844589f, 0.0529886782169342f, -0.4743897318840027f,
+ 0.8534631729125977f, 0.0152977751567960f, 0.1864327639341354f,
+ 0.6663702130317688f, -2.7090475559234619f, -0.0605670139193535f,
+ -0.1331764757633209f, -0.1589842587709427f, 0.1678462028503418f,
+ 0.1453600525856018f, 0.0522219836711884f, -0.0815080329775810f,
+ -0.3466220498085022f, 0.0378203950822353f, -0.1912661492824554f,
+ -0.1779737472534180f, -0.1803308129310608f, -0.2334495931863785f,
+ 0.3317167758941650f, -0.1383842974901199f, 0.3396047651767731f,
+ 0.0858260467648506f, 0.0120244985446334f, -0.1239311844110489f,
+ -0.1654642671346664f, 0.4703324139118195f, 0.0140281496569514f,
+ -0.0290397517383099f, 0.2700845003128052f, -1.7580339908599854f,
+ -0.0825186297297478f, -0.0155034605413675f, -0.5290063023567200f,
+ -0.0625584274530411f, -0.0505620092153549f, 0.4543069005012512f,
+ 0.2902062833309174f, -0.5657122731208801f, -0.1952331364154816f,
+ 0.4330784082412720f, -0.2766291797161102f, -0.1435235589742661f,
+ 0.0799963548779488f, 0.1795055717229843f, -0.1136198788881302f,
+ 0.1204668805003166f, 0.1271824091672897f, -0.0502328537404537f,
+ -0.0200699921697378f, -0.2441564202308655f, 0.2292335629463196f,
+ 0.2114590108394623f, -0.2961697876453400f, 0.1962105631828308f,
+ -1.2886127233505249f, 0.0270190611481667f, -0.0623738281428814f,
+ 0.1097838506102562f, -0.2632713913917542f, 0.0569144673645496f,
+ -0.1760105341672897f, -0.1303888708353043f, -0.1825494766235352f,
+ -0.1027167886495590f, 0.3277443349361420f, 0.1075458526611328f,
+ -0.6286976337432861f, 0.0771483108401299f, 0.3150310814380646f,
+ -0.0198330841958523f, -0.0408642180263996f, 0.2453792095184326f,
+ 0.0201479289680719f, -0.0873784720897675f, 0.0960814133286476f,
+ 0.2770211100578308f, -0.3087199032306671f, 0.0278256945312023f,
+ -0.2600677609443665f, -4.6141362190246582f, 0.3970987200737000f,
+ -0.2683904767036438f, -0.2214710265398026f, 0.6279229521751404f,
+ -0.2537671923637390f, 0.2017428427934647f, -0.1788091063499451f,
+ -0.1725158840417862f, -0.0605170801281929f, -0.3640137612819672f,
+ 0.1730578988790512f, 1.5833439826965332f, -0.4776481688022614f,
+ 0.3781460523605347f, -0.0189896747469902f, 0.1060544401407242f,
+ 0.1227584630250931f, -0.6074493527412415f, -0.1167052462697029f,
+ -0.1135126054286957f, -0.1376971900463104f, -0.3763317465782166f,
+ 0.2913348078727722f, 0.4785412251949310f, 2.4438712596893311f,
+ -0.1725518554449081f, 0.2001104950904846f, -0.2682885825634003f,
+ 0.0068635251373053f, -0.0562929362058640f, 0.3281936347484589f,
+ 0.2378578782081604f, -0.6875407099723816f, 0.0943206846714020f,
+ 0.0905805006623268f, -0.3495917916297913f, -0.6000638604164124f,
+ 0.2762236595153809f, 0.1120949462056160f, -0.1849085837602615f,
+ -0.0520702078938484f, 0.1358846873044968f, -0.1201239004731178f,
+ -0.5479570031166077f, -0.1570298224687576f, 0.0498909913003445f,
+ -0.1212644949555397f, -0.2444248199462891f, 0.2797782421112061f,
+ 4.9123225212097168f, 0.0873057097196579f, 0.0355823822319508f,
+ 0.0602468401193619f, 0.0049630897119641f, 0.1729788780212402f,
+ 0.4381017088890076f, -0.4212224483489990f, 0.1706955283880234f,
+ 0.1501117497682571f, -0.3067547976970673f, -0.8367545604705811f,
+ -0.4320380985736847f, -0.0982656851410866f, 0.0544916801154613f,
+ 0.0825371816754341f, -0.3455870449542999f, 0.1150974482297897f,
+ -0.7674058675765991f, 0.6660196185112000f, -0.6218196749687195f,
+ 0.2658126950263977f, 0.3626446127891541f, 0.2908075451850891f,
+ 0.0625952109694481f, 4.3475127220153809f, 0.2135279178619385f,
+ 0.2863844037055969f, -0.0689911693334579f, 0.2522473633289337f,
+ -0.1156362965703011f, 0.5144541263580322f, -0.3853789269924164f,
+ -0.0106993857771158f, 0.0615909174084663f, -0.2131418734788895f,
+ -0.4663819968700409f, -1.5164835453033447f, 0.3556308150291443f,
+ 0.4016515016555786f, -0.0688660666346550f, 0.0027324797119945f,
+ 0.2127175033092499f, 0.4327133297920227f, -0.5800922513008118f,
+ -0.4891740381717682f, 0.2346778959035873f, -0.2340007424354553f,
+ -0.0708553493022919f, 0.0262503083795309f, 3.2930309772491455f,
+ -0.0007434732979164f, 0.0037458206061274f, 0.1532468497753143f,
+ 0.2459500581026077f, 0.4576879143714905f, -0.0237907152622938f,
+ -2.2940621376037598f, 0.2476390302181244f, 0.4732235968112946f,
+ -0.6001303195953369f, 0.0339120887219906f, 2.6243717670440674f,
+ 0.1266935616731644f, -0.7536566257476807f, 0.5834664106369019f,
+ 0.5163909196853638f, 0.0467292964458466f, 0.7377868294715881f,
+ 0.1161118596792221f, -1.2897597551345825f, -0.9822244644165039f,
+ -1.5713618993759155f, 0.4796119928359985f, -0.5221843123435974f,
+ 1.5733635425567627f, -0.0830489620566368f, -0.0728491395711899f,
+ -0.3391624987125397f, -0.0250499267131090f, 0.0546145327389240f,
+ 0.1427095532417297f, 0.1354075223207474f, 0.0024072122760117f,
+ 0.1244402602314949f, 0.3360956311225891f, -0.0732475817203522f,
+ -2.2315335273742676f, 0.0602779127657413f, -0.3183481693267822f,
+ -0.0563012510538101f, -0.3310582339763641f, 0.0207943432033062f,
+ -0.1845386177301407f, -0.0941205993294716f, -0.3422338962554932f,
+ 0.0848736166954041f, 0.5138523578643799f, -0.0798928067088127f,
+ 0.0512115806341171f, 1.3428008556365967f, -0.2680534124374390f,
+ -0.6682574748992920f, -0.5298263430595398f, 0.1412558853626251f,
+ 0.3160445094108582f, 0.0381697081029415f, -0.0352890528738499f,
+ 0.2384729683399200f, -0.0553031340241432f, 0.4104660153388977f,
+ 0.8590620756149292f, 2.1283824443817139f, -0.6440500020980835f,
+ -0.0803234502673149f, -0.0818906128406525f, 0.0524999126791954f,
+ -0.0432468988001347f, -0.1345015466213226f, 0.4797594547271729f,
+ -0.1677168607711792f, -1.4279083013534546f, -0.2992129325866699f,
+ -0.0956857427954674f, -0.0940516144037247f, 0.9860250353813171f,
+ 0.1078367531299591f, 0.2481093406677246f, -0.2353802919387817f,
+ -0.1343444287776947f, -0.1521914452314377f, -0.0502250194549561f,
+ -0.0290026236325502f, -0.2334211915731430f, 0.1444112360477448f,
+ 0.0289351809769869f, 0.0856747701764107f, -0.5353673696517944f,
+ 0.2004751414060593f, 0.2049209773540497f, -0.0586800463497639f,
+ 0.1923543810844421f, 0.0276928544044495f, 0.0378462933003902f,
+ -0.2318774610757828f, -0.0807381346821785f, 0.1475221812725067f,
+ -0.1887422055006027f, 0.3092361092567444f, 0.1297438591718674f,
+ 2.5403871536254883f, 0.2409139573574066f, 0.2145299911499023f,
+ 0.1698224991559982f, 0.3831995725631714f, 0.1133752241730690f,
+ 0.3870470523834229f, -0.6342494487762451f, -0.1679275333881378f,
+ -0.1181293800473213f, -0.3463591337203979f, -0.2559256553649902f,
+ -2.7190699577331543f, 0.3134377896785736f, -0.1342437416315079f,
+ -0.1137456819415092f, 0.0260202344506979f, 0.1456034332513809f,
+ 0.2136067301034927f, -0.2208228260278702f, -0.4572198092937469f,
+ 0.8866833448410034f, -0.3469862639904022f, -0.3067166805267334f,
+ -0.2729413211345673f, -1.4966065883636475f, 0.3430936038494110f,
+ -0.1738933920860291f, -0.2722353935241699f, 0.1146065965294838f,
+ -0.2377660423517227f, -0.3445573747158051f, -0.4284462928771973f,
+ 0.4130742251873016f, -0.0597146116197109f, -0.4721607267856598f,
+ 0.2731007039546967f, 1.3875949382781982f, 0.2105656117200851f,
+ 0.0706430077552795f, 0.0896561369299889f, 0.0090529490262270f,
+ -0.1330713778734207f, -0.1672977209091187f, -0.4932508468627930f,
+ 0.4525351226329803f, -1.9611415863037109f, -0.2684890627861023f,
+ 0.1937805414199829f, 0.2549967169761658f, -2.8222184181213379f,
+ -0.9230474233627319f, -2.5009717941284180f, 0.9351903796195984f,
+ -1.6686241626739502f, 1.3056000471115112f, -2.5763738155364990f,
+ 0.1327637135982513f, 0.9249325394630432f, 0.7107031345367432f,
+ 1.6741013526916504f, 0.3254649043083191f, 0.2657146751880646f,
+ -1.9233756065368652f, -1.6136150360107422f, 1.0663703680038452f,
+ -0.3697451055049896f, -1.6319478750228882f, 0.1791522651910782f,
+ 0.4545457959175110f, 1.5765180587768555f, -1.5960600376129150f,
+ 0.8638438582420349f, 0.7624816894531250f, -1.2405974864959717f,
+ -0.1555179804563522f, 0.0962228327989578f, -0.1503744572401047f,
+ -0.0722518712282181f, 0.8458489179611206f, -0.7929329276084900f,
+ -0.1112177595496178f, -0.5823390483856201f, 0.2619748711585999f,
+ -0.2548123598098755f, -1.1748324632644653f, 0.0836275517940521f,
+ 3.2251243591308594f, -0.1898134499788284f, 0.0273571480065584f,
+ 0.2809373438358307f, 0.1020807176828384f, -0.0591194368898869f,
+ -0.7935857176780701f, -0.2600544989109039f, -0.5769445896148682f,
+ -0.5893537998199463f, -0.5174826383590698f, 0.0874004736542702f,
+ 0.4741633534431458f, 7.6118664741516113f, -0.0919555053114891f,
+ 0.2641530930995941f, -0.0972545892000198f, 0.1593421399593353f,
+ -0.2110180705785751f, 0.4213441312313080f, 0.1127225831151009f,
+ -0.2663854956626892f, -0.2291790544986725f, -0.0390929318964481f,
+ -0.6130549907684326f, 0.3928730487823486f, 0.3917396068572998f,
+ 0.5276155471801758f, -0.0009398247348145f, 0.2888995110988617f,
+ 0.3661862611770630f, -0.2579139173030853f, -0.2861767113208771f,
+ -0.5351729393005371f, 0.2003140002489090f, -0.0041256244294345f,
+ -0.0251494050025940f, 0.0210933592170477f, 3.5994982719421387f,
+ 0.2261462360620499f, 0.1393755376338959f, -0.2869482636451721f,
+ 0.0973969101905823f, -0.1693160980939865f, 0.4295679628849030f,
+ 0.2138454020023346f, -0.3013233542442322f, -0.0127668324857950f,
+ 0.1971771717071533f, -0.4096187651157379f, 0.3408953547477722f,
+ 0.5818501710891724f, 0.4164095520973206f, -0.1249651685357094f,
+ 0.0976089239120483f, 0.3732388615608215f, -0.0606972351670265f,
+ -0.5221763253211975f, -0.2965866327285767f, -0.0628625899553299f,
+ -0.0007021587225609f, 0.3263964056968689f, 0.1775832623243332f,
+ -3.1758985519409180f, 0.4284580349922180f, 0.2041513621807098f,
+ 0.2763658165931702f, 0.0411114804446697f, 0.2960012853145599f,
+ -0.3749549090862274f, -0.3871015906333923f, 0.4366810619831085f,
+ 0.1536222547292709f, -0.4490315616130829f, 0.1136404648423195f,
+ 0.8253939151763916f, 0.3875626623630524f, -0.0016584463883191f,
+ 0.1108890101313591f, -0.2314418703317642f, 0.0984780490398407f,
+ 0.1149859130382538f, -1.0066635608673096f, -0.2654913365840912f,
+ -0.9092468023300171f, 0.3983800113201141f, 0.1345786452293396f,
+ -0.6142876744270325f, 1.7368737459182739f, -0.0755802318453789f,
+ -0.0143598886206746f, -0.0569125264883041f, 0.3749828338623047f,
+ -0.1671440750360489f, 0.3182989358901978f, 0.0426955521106720f,
+ -0.2081041038036346f, 0.0732331797480583f, -0.5419937968254089f,
+ -0.2611787021160126f, 0.7155333161354065f, 0.5307643413543701f,
+ 0.0761092752218246f, -0.0723103657364845f, 0.0488796606659889f,
+ 0.2156176567077637f, -0.5380271077156067f, -0.1574674695730209f,
+ -0.4143904447555542f, 0.1238187551498413f, -0.2063382714986801f,
+ 0.1111293062567711f, 0.4454600811004639f, -1.8075464963912964f,
+ 0.2221654355525970f, -0.5236834883689880f, -0.3732566833496094f,
+ 0.1253961622714996f, 0.6490839719772339f, 0.3625596761703491f,
+ 0.1361468136310577f, -0.0019928582478315f, -0.0158752724528313f,
+ 0.2001055479049683f, -0.2085645645856857f, -0.0444033071398735f,
+ -0.3348256349563599f, 0.1477434933185577f, -0.1224471554160118f,
+ 0.2749582529067993f, -0.0543397106230259f, 0.5145409107208252f,
+ -1.2300977706909180f, -0.6856430768966675f, -0.6684533953666687f,
+ 0.1678686738014221f, -0.0787151530385017f, 0.0899935960769653f,
+ 0.2199736833572388f, -0.2066960781812668f, -0.2246060520410538f,
+ 0.0367833077907562f, -0.3874911069869995f, 0.0905046761035919f,
+ -2.7355091571807861f, 0.0883729457855225f, 0.4151702523231506f,
+ 0.1110438033938408f, 0.3016450405120850f, 0.3701267540454865f,
+ -1.6482046842575073f, -0.3536312878131866f, -0.5096774697303772f,
+ 0.2587240338325500f, 0.9238862395286560f, 0.4237575232982635f,
+ 0.6226897239685059f, 0.7109626531600952f, 0.4787846207618713f,
+ -1.2473655939102173f, 0.0515583083033562f, 0.1345580220222473f,
+ -0.1017081961035728f, 2.3363823890686035f, 0.6683751344680786f,
+ -0.3071183860301971f, -0.3672411441802979f, 1.1317665576934814f,
+ 0.0212034061551094f, 0.0787734389305115f, -0.1919746100902557f,
+ -0.1867135018110275f, -0.2425040900707245f, -0.1354030072689056f,
+ 0.5200763344764709f, 2.7862396240234375f, 0.3976922035217285f,
+ 0.6323051452636719f, -0.0630376264452934f, -0.4804017543792725f,
+ -0.0935523062944412f, -2.2655925750732422f, -0.9124672412872314f,
+ -1.0930651426315308f, -0.6733566522598267f, -0.8001334667205811f,
+ 0.4184147417545319f, 0.3917789757251740f, -1.1054271459579468f,
+ -0.2112202495336533f, -0.4210434556007385f, 0.6444375514984131f,
+ -0.9006974697113037f, 0.8649893403053284f, -0.9723567366600037f,
+ -1.2815246582031250f, 0.9718070030212402f, 0.2328884154558182f,
+ 0.2116535604000092f, 0.5437766313552856f, 2.4034657478332520f,
+ 0.0949383154511452f, -0.6017908453941345f, 0.4110456705093384f,
+ 1.2349942922592163f, -0.3054752647876740f, 1.1392022371292114f,
+ 0.0292592179030180f, 0.4661217629909515f, -2.2185351848602295f,
+ 0.3318904042243958f, 0.7711439728736877f, -0.8005815744400024f,
+ -4.4220542907714844f, 0.7122796773910522f, -0.6707584261894226f,
+ -0.3177913725376129f, 0.4101401269435883f, -0.6461087465286255f,
+ -0.6174593567848206f, 0.1548060774803162f, 0.0262406077235937f,
+ -0.0739664956927299f, 0.1830350458621979f, -0.1084597334265709f,
+ -2.5228142738342285f, -0.4440223276615143f, 1.2842092514038086f,
+ -0.4722580313682556f, -0.1894987374544144f, 0.3124286532402039f,
+ 0.3708302676677704f, -0.5733308196067810f, 0.7312179803848267f,
+ 0.4193670153617859f, -0.0614894255995750f, -0.3324055075645447f,
+ 1.3050600290298462f, 0.8670950531959534f, 0.0576667413115501f,
+ -0.0222408119589090f, -0.0845025032758713f, -0.2159292846918106f,
+ 0.4208927154541016f, 0.0729995891451836f, 0.0858134627342224f,
+ -0.0861646607518196f, 0.0054435529746115f, 0.3190390765666962f,
+ 0.1716272979974747f, 0.1856740415096283f, -0.0400329977273941f,
+ 0.1017450615763664f, 0.0733509957790375f, -0.1895193308591843f,
+ 0.1564052700996399f, 0.1149713471531868f, 0.3694878816604614f,
+ -0.1820817738771439f, 0.1563041806221008f, -0.0525811016559601f,
+ -0.1605901122093201f, -0.5026513338088989f, 2.0805246829986572f,
+ 0.1620181053876877f, -0.2103950679302216f, 0.0295698251575232f,
+ 0.1047729030251503f, 0.1152441054582596f, 0.2155034691095352f,
+ 0.0316515639424324f, -0.1551382094621658f, -0.0859913527965546f,
+ 0.0629770457744598f, 0.3074284493923187f, -2.2208511829376221f,
+ -0.1039902046322823f, 0.1816886514425278f, -0.2993946373462677f,
+ -0.3575505018234253f, 0.1564156264066696f, 0.1612064540386200f,
+ -0.6035657525062561f, -0.2286606431007385f, -0.1985873132944107f,
+ 0.1754048913717270f, -0.1714714169502258f, -0.2313130050897598f,
+ -3.5770485401153564f, -3.3536896705627441f, -4.4072790145874023f,
+ -3.7091066837310791f, -4.2137804031372070f, -3.1421401500701904f,
+ -4.1334090232849121f, -3.4744665622711182f, -4.6070485115051270f,
+ -3.7121219635009766f, -4.2734470367431641f, 0.7181396484375000f,
+ -3.5798745155334473f, -4.1542844772338867f, -4.2441749572753906f,
+ -4.4083557128906250f, -4.3378214836120605f, -3.1616387367248535f,
+ -4.2547578811645508f, -3.7733335494995117f, -3.8906121253967285f,
+ -4.1808004379272461f, -4.2249765396118164f, -4.3447442054748535f,
+ 4.3167562484741211f, 4.2275409698486328f, 3.5509829521179199f,
+ 3.5986263751983643f, 3.9801368713378906f, 3.5622377395629883f,
+ 4.0602750778198242f, 3.8961415290832520f, 3.5743331909179688f,
+ 4.2852783203125000f, 3.6805348396301270f, 3.2604076862335205f,
+ 4.7266321182250977f, 3.7189092636108398f, 3.8728818893432617f,
+ 3.5678591728210449f, 3.5239961147308350f, 3.4045612812042236f,
+ 3.7721328735351562f, 2.9355740547180176f, 2.6330370903015137f,
+ 4.0923504829406738f, 3.6018357276916504f, 4.6364331245422363f,
+ -0.0478883348405361f, -0.4605031013488770f, 0.1273502707481384f,
+ 0.1572407484054565f, -0.1463194191455841f, -0.3090939223766327f,
+ 0.0694637671113014f, 0.1553003042936325f, 0.0159565210342407f,
+ -0.1444542407989502f, 0.2940474748611450f, 0.2740068137645721f,
+ -0.5595951676368713f, -0.4481551647186279f, 0.1777066737413406f,
+ -0.1407157778739929f, -0.2737067043781281f, -0.2009659111499786f,
+ -0.1143105030059814f, 0.2050923109054565f, -0.2536995410919189f,
+ 0.4498143792152405f, 0.1115546971559525f, 0.1378243714570999f,
+ -0.1348911523818970f, 0.0017044171690941f, 0.0705074444413185f,
+ -0.0746937543153763f, -0.1268029958009720f, -0.0896917060017586f,
+ -0.0261379405856133f, 0.6460864543914795f, -0.7233890295028687f,
+ 0.0070776678621769f, -0.3093505799770355f, 2.9804859161376953f,
+ -0.2880009412765503f, -0.9981555938720703f, -0.3555262088775635f,
+ -0.4206368327140808f, -0.5980639457702637f, 0.6019409894943237f,
+ 0.3118340671062469f, -0.7435073256492615f, 0.3023015558719635f,
+ -0.0485949479043484f, -0.1004386544227600f, 0.2502706348896027f,
+ 0.0348132885992527f, -0.2389990687370300f, 0.0314182154834270f,
+ -0.0324973277747631f, 0.0472552329301834f, -0.1463956385850906f,
+ 0.0162407662719488f, 0.2802724838256836f, 0.0043948786333203f,
+ 0.0854606106877327f, 0.0135149853304029f, 0.0158816371113062f,
+ -0.4049422144889832f, -0.1107825636863708f, 0.0573450103402138f,
+ -0.0179943460971117f, -0.0177823677659035f, -0.0106626041233540f,
+ 0.0031346902251244f, 0.0225946791470051f, -0.0359022878110409f,
+ 0.2154399156570435f, 0.0005841453676112f, -0.1180650889873505f,
+ 0.0786948576569557f, -0.5288764238357544f, 0.0803275555372238f,
+ -0.0663122087717056f, 0.1352439969778061f, -0.3511719107627869f,
+ 0.0314749740064144f, 0.3829755485057831f, 0.0166721418499947f,
+ 0.2214175015687943f, 0.0304953213781118f, 0.0159237664192915f,
+ -2.2508599758148193f, -0.6841046810150146f, 0.1941861212253571f,
+ -0.0411812886595726f, -0.0712865069508553f, -0.0152455316856503f,
+ 0.0041130576282740f, 0.0938366279006004f, -0.0464916899800301f,
+ 0.4627795517444611f, 0.0011811917647719f, -0.2103119790554047f,
+ -0.5099634528160095f, -0.1232783272862434f, 0.4959490895271301f,
+ 0.2808390259742737f, 0.2628213763237000f, 0.2128546535968781f,
+ -0.4126639366149902f, 0.1227431297302246f, 0.3106313645839691f,
+ 0.3110287785530090f, -0.1319033801555634f, -1.1094224452972412f,
+ 0.0502338632941246f, -0.5074225664138794f, 0.3097894489765167f,
+ -0.2454304099082947f, -0.1247733384370804f, -0.3910671174526215f,
+ 0.3952075839042664f, -0.0971890762448311f, 0.2082541882991791f,
+ 0.4029285311698914f, -0.3099379539489746f, -0.2450408786535263f,
+ -0.1315523386001587f, -0.0006261827074923f, -0.2582720518112183f,
+ -0.0008877734071575f, 0.4150935113430023f, -0.3692936003208160f,
+ 0.5740954279899597f, -0.3150782585144043f, -0.2359920740127563f,
+ -0.6454752087593079f, 0.8155373930931091f, 0.3359858691692352f,
+ 0.2474650442600250f, 0.0772229507565498f, -0.0699826851487160f,
+ -0.5913844704627991f, -0.8163781762123108f, -0.0268075894564390f,
+ -0.3282446265220642f, -0.1346390098333359f, 0.4140945076942444f,
+ 0.1184404194355011f, 0.5462102890014648f, 0.1551320850849152f,
+ 0.0805414393544197f, -0.1533078849315643f, 0.3333875238895416f,
+ 0.3059208095073700f, -0.1395678967237473f, 0.1224222481250763f,
+ 0.3475280106067657f, 0.2301474511623383f, 0.0523288920521736f,
+ -0.1890446096658707f, 0.4642477333545685f, -0.1605455279350281f,
+ 0.0972493067383766f, -0.1123989298939705f, 0.0133003601804376f,
+ 0.0486169196665287f, -0.0693402066826820f, 0.0828466862440109f,
+ -0.5905010104179382f, 0.6746973395347595f, -1.0084941387176514f,
+ 0.4089202880859375f, 0.3496617376804352f, 0.4538494646549225f,
+ 0.0924598723649979f, -0.0034554949961603f, -0.0927010402083397f,
+ -0.0897815600037575f, -0.1516827344894409f, -0.2636948525905609f,
+ 0.1140530183911324f, -0.5517675876617432f, -0.1847511678934097f,
+ 0.0527660101652145f, 0.0535085685551167f, -0.6631445884704590f,
+ 0.0120959710329771f, 0.0676118060946465f, 0.3182201683521271f,
+ 0.0386196523904800f, 0.1853922903537750f, -0.1789866983890533f,
+ -0.1094367727637291f, -0.7748025655746460f, -0.4240719676017761f,
+ -0.1684910953044891f, 0.3531082570552826f, 0.0282824635505676f,
+ 0.2577657401561737f, 0.4455934464931488f, -0.0042224857024848f,
+ 0.3298919200897217f, -0.4121924042701721f, 0.2266861945390701f,
+ -0.0985687598586082f, -0.1560246646404266f, -0.2571349740028381f,
+ -0.1702522933483124f, -0.5334021449089050f, 0.0891997069120407f,
+ 0.7859170436859131f, 0.5215425491333008f, -0.4941930174827576f,
+ 0.5514796972274780f, 0.0490968525409698f, -0.3140164613723755f,
+ -0.6626597642898560f, -0.5594390630722046f, 0.4791563153266907f,
+ -0.3474088907241821f, 0.6149983406066895f, 0.5449395179748535f,
+ -0.7096330523490906f, -0.4349941909313202f, 0.6919514536857605f,
+ 0.2253116965293884f, -0.2243059277534485f, -1.0603692531585693f,
+ -0.7974285483360291f, 0.2651258111000061f, 0.1132943704724312f,
+ 0.3571173250675201f, 0.8402689099311829f, -0.1084166839718819f,
+ 0.0715269520878792f, -0.4947268664836884f, 0.6041535139083862f,
+ 0.4148640036582947f, 0.1881379932165146f, 0.3586440086364746f,
+ 0.0250286869704723f, -0.5262081623077393f, -0.1437038034200668f,
+ -0.5752384066581726f, -0.3070509433746338f, -0.3226996660232544f,
+ 0.1556210070848465f, 0.3295260965824127f, -0.0500437170267105f,
+ -0.1007031202316284f, 0.0928753390908241f, 0.1799594610929489f,
+ 0.0596821978688240f, 0.1092123538255692f, 0.1904273629188538f,
+ 0.1185676753520966f, -0.2374645024538040f, -0.4008899033069611f,
+ 0.2860569953918457f, -0.0370055511593819f, 0.0180479269474745f,
+ 0.0932569876313210f, 0.0541724674403667f, 0.0699426233768463f,
+ 0.0168766453862190f, 0.0747124999761581f, -0.1887980997562408f,
+ 0.1027661040425301f, -0.2552863359451294f, -0.0809502005577087f,
+ 0.0687654614448547f, 0.1183653250336647f, 0.1437701433897018f,
+ -0.1582496464252472f, 0.1349569261074066f, -0.5857056379318237f,
+ 0.1100729778409004f, 0.3545008301734924f, -0.0524915270507336f,
+ -0.0545262210071087f, -0.1523599475622177f, 0.3426884412765503f,
+ 0.1998182088136673f, 0.2907483875751495f, -0.1080207899212837f,
+ -0.2017305195331573f, -0.1705586016178131f, -0.6449316740036011f,
+ -0.1762579977512360f, -0.2578878104686737f, -0.0298664085566998f,
+ -0.1213372722268105f, -0.1224309504032135f, 0.1110152304172516f,
+ -0.0155439097434282f, 0.5414785146713257f, 0.0908507108688354f,
+ 0.0724690407514572f, -0.3841033279895782f, 0.2809865176677704f,
+ -0.1462126076221466f, -0.5278930664062500f, 0.1939412802457809f,
+ -0.2229105979204178f, -0.4465048015117645f, 0.6405402421951294f,
+ 0.7563554644584656f, 0.3518261015415192f, -0.2828328311443329f,
+ 0.1422876417636871f, 0.1683554798364639f, 0.2415064722299576f,
+ -0.2385091930627823f, -0.1106494665145874f, 0.5112857222557068f,
+ -0.3382844924926758f, 0.2889729440212250f, 0.2555647790431976f,
+ -0.1053968444466591f, -0.0308841578662395f, 0.4711414873600006f,
+ -0.1235388219356537f, -0.5234942436218262f, -0.3220242261886597f,
+ -0.0695662200450897f, -0.6040276288986206f, 0.0296660196036100f,
+ -0.2598401606082916f, 0.0714231878519058f, 0.6647661924362183f,
+ -0.1819739639759064f, -0.0068193557672203f, 0.2626882791519165f,
+ -0.0459224171936512f, 0.1384029537439346f, -0.9730591773986816f,
+ 0.5530658960342407f, -0.5048903226852417f, 0.0906578078866005f,
+ -0.0785785689949989f, -0.2672066688537598f, 0.3463276922702789f,
+ -0.0810423493385315f, -0.3098863661289215f, -0.1750583946704865f,
+ -0.5202543139457703f, -0.1299053579568863f, -0.7726128697395325f,
+ 0.3791592121124268f, -0.1422974914312363f, -0.0290541201829910f,
+ 0.2808239758014679f, -0.2689719200134277f, 0.1122049540281296f,
+ -0.4324690401554108f, -0.3074279129505157f, -0.0529043227434158f,
+ 0.0761329531669617f, -0.3814029395580292f, 1.0127547979354858f,
+ -1.0885646343231201f, -0.4060138463973999f, 0.4800525307655334f,
+ 0.1335280090570450f, 0.0144950160756707f, -0.1917038708925247f,
+ 0.4605241417884827f, -0.0091634662821889f, 0.6206452250480652f,
+ -0.1259987950325012f, -0.0066887605935335f, -0.8756542205810547f,
+ -0.1434327363967896f, -0.1655030548572540f, -0.0653154253959656f,
+ -0.0606728084385395f, 0.4344295263290405f, -0.0782385692000389f,
+ 0.1479403674602509f, 0.2890215218067169f, -0.7607132792472839f,
+ -0.6215587258338928f, -0.2225526869297028f, 0.6250320076942444f,
+ -0.0577726736664772f, -0.2531565725803375f, 0.5285242199897766f,
+ -0.3328817486763000f, -0.2938776016235352f, -0.4194594621658325f,
+ -0.1505710184574127f, -0.2446438372135162f, 0.0381015390157700f,
+ 0.1478553712368011f, -0.1046861186623573f, -0.9092587232589722f,
+ -0.2752147912979126f, 0.1812611520290375f, 0.0868061631917953f,
+ -0.2588023543357849f, 0.1269872784614563f, -0.5153473615646362f,
+ 0.1474886983633041f, 0.2446860373020172f, -0.1732910275459290f,
+ 0.0218738336116076f, 0.3242703974246979f, 0.0206544604152441f,
+ -0.5003872513771057f, 0.2240023165941238f, -0.1321081668138504f,
+ 0.0778331682085991f, -0.1759859025478363f, 0.2899251580238342f,
+ -0.1464117169380188f, -0.0421533100306988f, -0.1135832890868187f,
+ 0.1935654133558273f, 0.3615925610065460f, -0.4808438718318939f,
+ 0.0412831045687199f, -0.0567144490778446f, -0.1512397378683090f,
+ -0.2549523115158081f, -0.3099668622016907f, 0.1323778480291367f,
+ -0.1103215068578720f, -0.1336933225393295f, 0.2935757040977478f,
+ 0.0018855489324778f, 0.2112889140844345f, 0.0210948996245861f,
+ 0.0988038480281830f, 0.0979122146964073f, 0.2492038458585739f,
+ -0.0130993416532874f, -0.0178263708949089f, 0.0054101422429085f,
+ 0.2709207236766815f, 0.1238399446010590f, -0.0213255546987057f,
+ 0.3333053290843964f, -0.1094298735260963f, 0.1682479232549667f,
+ -0.0926528871059418f, 0.0735263600945473f, -0.0145758511498570f,
+ -0.1787118911743164f, -0.2417148649692535f, -0.3794705867767334f,
+ 0.2426922917366028f, 0.2913261055946350f, -0.2511431574821472f,
+ 0.2938812375068665f, 0.2819563746452332f, -0.1837953180074692f,
+ -0.2805964052677155f, -0.0645999535918236f, -0.0820473805069923f,
+ -0.1478468477725983f, 0.0782185271382332f, -0.1308408975601196f,
+ -0.2876295149326324f, -0.2025005966424942f, 0.1923179924488068f,
+ 0.1959640085697174f, 0.3139632046222687f, -0.3114348351955414f,
+ -0.1793331056833267f, 0.4513488113880157f, 0.3680599033832550f,
+ -0.1865395158529282f, 0.1956592798233032f, -0.1435193866491318f,
+ -0.0164529588073492f, -0.2402433604001999f, -0.1580758094787598f,
+ -0.2374412715435028f, 0.1820490360260010f, -0.2974674701690674f,
+ -0.6324115395545959f, -0.8652626276016235f, 0.0788621455430984f,
+ -0.2419195473194122f, -0.2317558079957962f, -0.0046200035139918f,
+ 0.0849735960364342f, -0.1407234817743301f, -0.0532814711332321f,
+ 0.0357573665678501f, -0.0609799921512604f, -0.1966078430414200f,
+ -0.0877093300223351f, 0.4815045297145844f, -0.1170487329363823f,
+ -0.3975169658660889f, -0.1717556715011597f, 0.4019400775432587f,
+ -0.2686490118503571f, 0.0201634839177132f, 0.1757864505052567f,
+ -0.0393431149423122f, -0.0398233644664288f, -0.0729641169309616f,
+ 0.0658287927508354f, -0.0844148099422455f, -0.1741815209388733f,
+ 0.2109525650739670f, 0.3229543864727020f, -0.0364093817770481f,
+ 0.0094054564833641f, 0.0844487249851227f, 0.1063382178544998f,
+ 0.0570333264768124f, 0.6968826651573181f, 1.2946372032165527f,
+ 0.2561282813549042f, 0.0868357047438622f, 0.0382961072027683f,
+ 0.0669614225625992f, -0.0783482566475868f, 0.0837333276867867f,
+ -0.0309809837490320f, -0.1134927570819855f, -0.0300310049206018f,
+ 0.0363984107971191f, 0.1668491810560226f, 0.1270934343338013f,
+ -0.2246003299951553f, -0.1668633818626404f, -0.6057926416397095f,
+ 0.1338934898376465f, 0.1102383285760880f, -0.1117165461182594f,
+ -0.0403207018971443f, 0.0486732125282288f, 0.0916237235069275f,
+ 0.4654433429241180f, -0.1814520210027695f, 0.4092951118946075f,
+ -0.3447994589805603f, -0.0874229744076729f, -0.1417106688022614f,
+ -0.2457603216171265f, -0.0480407029390335f, -1.0243905782699585f,
+ 0.0860999524593353f, -0.2686477899551392f, -0.0002082004939439f,
+ -0.0214078910648823f, 0.0896929278969765f, -0.1210264340043068f,
+ 0.0398208610713482f, -0.3700317442417145f, -0.5897076725959778f,
+ 0.1110081225633621f, -0.0233961399644613f, 0.5252254605293274f,
+ -0.0517800711095333f, -0.0764484554529190f, -0.0636403784155846f,
+ -0.1711868643760681f, 0.2044985592365265f, -0.0485530011355877f,
+ -0.0204713977873325f, -0.4903884530067444f, -0.5840172767639160f,
+ -0.3360745012760162f, -0.3042998611927032f, -0.4186033308506012f,
+ -0.1947015374898911f, -0.2499147355556488f, 0.2562277019023895f,
+ -0.1714530587196350f, -0.2355559319257736f, -0.5905042886734009f,
+ -0.2064549475908279f, -0.0699824541807175f, 0.3510562777519226f,
+ -0.0904739648103714f, 0.9428728818893433f, -0.3812941312789917f,
+ 0.0094133093953133f, -0.6804405450820923f, 0.6458201408386230f,
+ -0.3309103548526764f, 0.4592895805835724f, -0.8555672168731689f,
+ 0.4045478105545044f, 0.8274193406105042f, 0.2509249746799469f,
+ 0.6964655518531799f, -0.3438614606857300f, 1.9131140708923340f,
+ -1.1014463901519775f, -1.0186722278594971f, 0.3214769661426544f,
+ 0.0573541410267353f, -0.5508825182914734f, 0.0071040438488126f,
+ 0.4291910529136658f, -0.2570236325263977f, 0.4953309893608093f,
+ 1.3347406387329102f, 0.7964122891426086f, 0.0294587258249521f,
+ 0.6813189983367920f, 0.8329743742942810f, -0.3262118697166443f,
+ -0.4551708996295929f, 0.0893771350383759f, 0.7920868992805481f,
+ 0.6499024033546448f, -0.2704327702522278f, 0.1413220316171646f,
+ -0.2006015479564667f, 0.5370618700981140f, -0.6869952082633972f,
+ -0.0431455187499523f, 0.4733400046825409f, -0.3051854074001312f,
+ -0.4254705905914307f, 0.4193469285964966f, 0.3068336248397827f,
+ 0.5154539346694946f, 1.0894216299057007f, -0.8599275350570679f,
+ 0.3241333365440369f, -0.1779925227165222f, -0.5069849491119385f,
+ -0.0916191786527634f, -0.0915641188621521f, -0.4362797141075134f,
+ 0.3992627561092377f, -0.2727925777435303f, 0.1395879089832306f,
+ -0.2011670470237732f, -0.0636936724185944f, 0.0137707442045212f,
+ -0.5987129211425781f, -0.3090083897113800f, -0.1238134875893593f,
+ 0.3394481539726257f, 0.5553344488143921f, -0.6940697431564331f,
+ 0.2155615240335464f, 0.0318451076745987f, 0.1312161237001419f,
+ -0.2734176516532898f, -0.7551304101943970f, 0.7759010195732117f,
+ -0.6449130773544312f, 0.1360422521829605f, 0.3865574598312378f,
+ -0.1897819936275482f, 0.0214299242943525f, -0.3080749511718750f,
+ 1.2168493270874023f, -0.9143616557121277f, -0.6352270841598511f,
+ -0.6346628069877625f, 0.5778445601463318f, 0.1776736229658127f,
+ -0.9946184754371643f, 0.4541442990303040f, -0.4778782129287720f,
+ 0.0498764440417290f, -0.2340169548988342f, -0.3226498067378998f,
+ 0.3632045686244965f, 0.7469033598899841f, 0.3380582332611084f,
+ -0.3942472040653229f, -0.2260307222604752f, -0.7045059800148010f,
+ -0.3852535784244537f, 0.3116746842861176f, 0.3954181969165802f,
+ -0.0883889719843864f, 0.1281742006540298f, -0.4029861092567444f,
+ -0.1262482255697250f, 0.1577729880809784f, 0.7008622288703918f,
+ 0.0088007319718599f, -0.1295546591281891f, 0.2502313256263733f,
+ 0.1448516398668289f, 0.0140934744849801f, -0.7591791749000549f,
+ 0.1342061907052994f, 0.0698536932468414f, 0.0109013058245182f,
+ 0.1474416553974152f, 0.1859996169805527f, -0.1817367374897003f,
+ 0.0276282653212547f, -0.0185419060289860f, 0.2145324349403381f,
+ 0.1382126659154892f, 0.2698526680469513f, 0.7008063197135925f,
+ 0.1268418133258820f, -0.0132699254900217f, 0.3833102285861969f,
+ -0.0958094224333763f, -0.0294635314494371f, -0.8657738566398621f,
+ -0.0803629979491234f, 0.2142542004585266f, -0.0593106858432293f,
+ -0.1505899727344513f, -0.0951451808214188f, 0.0217887833714485f,
+ 0.2267459332942963f, 0.1542504280805588f, 0.0108804171904922f,
+ -0.2457497864961624f, -0.0743496268987656f, -0.3146976530551910f,
+ 0.0996996089816093f, -0.0923159122467041f, 0.4843037426471710f,
+ -0.1248729974031448f, 0.0965972617268562f, 0.0869703516364098f,
+ 0.2466250061988831f, 0.1301575750112534f, 0.1772854030132294f,
+ 0.2815626263618469f, 0.0883782729506493f, 0.2732185721397400f,
+ -0.0448014289140701f, -0.0734457373619080f, 0.2801739275455475f,
+ -0.0785443782806396f, 0.0452015548944473f, -0.5650857686996460f,
+ 0.1123086288571358f, -0.0699691846966743f, -0.0462508164346218f,
+ -0.1667592674493790f, 0.2772358357906342f, -0.0606738179922104f,
+ -0.0150812696665525f, -0.4684415757656097f, 0.1533204615116119f,
+ 0.1548507511615753f, 0.2119000852108002f, 0.3179209828376770f,
+ 0.1915244162082672f, 0.1398035883903503f, -0.1022762805223465f,
+ -0.1287950873374939f, -0.0511810109019279f, -0.7201074957847595f,
+ 0.2114942967891693f, -0.1164260506629944f, -0.2529778778553009f,
+ -0.2229748219251633f, -0.6458949446678162f, -0.0416885353624821f,
+ 0.0279293842613697f, 0.3519616127014160f, 0.4199601709842682f,
+ -0.3788475692272186f, -0.2622933983802795f, 0.0503694340586662f,
+ 0.2232291847467422f, -0.5870421528816223f, -0.0788984224200249f,
+ 0.0130201503634453f, -0.0066022071987391f, 0.1058318316936493f,
+ -0.0320764258503914f, 0.0902275070548058f, 0.0354751795530319f,
+ -0.3242141902446747f, 0.1404608488082886f, 0.1747351735830307f,
+ -0.0674651414155960f, -0.3369153439998627f, 0.2082716226577759f,
+ -0.0495302304625511f, -0.0509281456470490f, -0.1744396090507507f,
+ -0.1539286971092224f, -0.1590749770402908f, 0.0699482932686806f,
+ 0.0684203431010246f, 0.0133117055520415f, 0.3165205717086792f,
+ 0.0644271373748779f, -0.2888003289699554f, -0.0845697596669197f,
+ -0.0342462547123432f, -0.0243177488446236f, -0.0232114344835281f,
+ 0.5277227163314819f, -0.1949116885662079f, 0.3990941047668457f,
+ -0.0442420579493046f, 0.8371717929840088f, -0.3949204981327057f,
+ 0.0488567352294922f, -0.6588047146797180f, -0.1047951877117157f,
+ 0.1685046404600143f, 0.0876819863915443f, -0.1183761805295944f,
+ -0.0381380952894688f, 0.0234628971666098f, 0.2332331538200378f,
+ -0.4481461346149445f, -0.3446487784385681f, 0.0929009616374969f,
+ -0.3660524189472198f, 0.0415044464170933f, 0.3639097213745117f,
+ -0.3102199435234070f, 0.1746703535318375f, -0.2818614542484283f,
+ 0.3078942894935608f, -0.6315706968307495f, 0.3327934741973877f,
+ -0.1537753343582153f, 0.0472782626748085f, -0.7253506183624268f,
+ -0.0461014471948147f, 0.3553999066352844f, 0.4088357388973236f,
+ -0.1910198479890823f, 0.1055734083056450f, -0.3551282882690430f,
+ -0.0774172469973564f, -0.0558476522564888f, 0.4514892995357513f,
+ -0.2521710395812988f, -0.4692680239677429f, 0.1210579648613930f,
+ 0.0727374404668808f, 0.3236624300479889f, -0.4403754174709320f,
+ 0.0932285264134407f, 0.0697630867362022f, -0.1355644166469574f,
+ -0.0063782017678022f, 0.0695379227399826f, 0.2222720682621002f,
+ -0.1628793030977249f, 0.0531109310686588f, 0.0722701773047447f,
+ 0.1663051247596741f, 0.3893114626407623f, 0.1961091756820679f,
+ -0.2488027215003967f, 0.5008733272552490f, 0.0221910048276186f,
+ 0.0490011088550091f, 0.3861890435218811f, -0.4109849631786346f,
+ -0.3469063341617584f, -0.3632224500179291f, 0.1177283152937889f,
+ 0.1070979833602905f, -0.0449774637818336f, 0.2702497541904449f,
+ 0.1216127127408981f, -0.6939331889152527f, 0.2952066063880920f,
+ 0.5109938979148865f, -0.1544717103242874f, 0.0765013247728348f,
+ -0.3220861554145813f, 0.2920522987842560f, -0.4421087801456451f,
+ 0.0940266251564026f, 0.2456156760454178f, -0.0861024633049965f,
+ -0.0137611534446478f, 0.0034584798850119f, -1.2105973958969116f,
+ -0.0630225986242294f, -0.0292530320584774f, -0.0234668236225843f,
+ -0.4513331949710846f, -0.1141191720962524f, -0.2590308189392090f,
+ -0.7886923551559448f, 0.1416625231504440f, -0.0455789454281330f,
+ 0.0447189621627331f, 0.3919189870357513f, -0.1168603971600533f,
+ -0.5765039324760437f, 0.4872214496135712f, 0.2198202461004257f,
+ -0.1817391514778137f, 0.1659898012876511f, -0.1210702136158943f,
+ 0.0208871196955442f, 0.3695004284381866f, 0.4629049003124237f,
+ -0.1662154197692871f, 0.1721357703208923f, -0.2430086731910706f,
+ 0.1214370131492615f, 0.3682659864425659f, 0.2438054233789444f,
+ -0.2822322249412537f, -0.0299131702631712f, -0.1987364441156387f,
+ 0.0396962128579617f, 0.4125508069992065f, 0.2615351378917694f,
+ 0.0668251439929008f, -0.6667090058326721f, -0.2661702334880829f,
+ -1.0687443017959595f, -0.6011318564414978f, -0.3710954785346985f,
+ 0.2563537359237671f, -0.5172296166419983f, -0.9761030673980713f,
+ -0.1047918796539307f, 0.2252174913883209f, 0.2849448323249817f,
+ -0.4530338346958160f, -0.2283737510442734f, 3.4722318649291992f,
+ -0.8233656883239746f, 0.1338212788105011f, -0.3213342726230621f,
+ -0.7112274169921875f, -0.0277370400726795f, -0.1098654493689537f,
+ 0.8530048727989197f, -0.8889346718788147f, 1.8187872171401978f,
+ -0.3617397844791412f, 0.2479341179132462f, 0.9783022999763489f,
+ 0.0711794868111610f, 0.6111890673637390f, -1.8691371679306030f,
+ -0.4094778001308441f, -0.5014998912811279f, -0.3466764688491821f,
+ -0.2210600972175598f, -0.2538900077342987f, -0.2869157493114471f,
+ -0.9948353171348572f, 0.5004786252975464f, -1.8079127073287964f,
+ 0.6622315049171448f, 0.4542798697948456f, 0.2203160226345062f,
+ 1.5829925537109375f, 1.3036627769470215f, 0.7823151350021362f,
+ -0.7550739049911499f, 1.3831127882003784f, -2.1669855117797852f,
+ -0.0612868331372738f, 0.7882762551307678f, -0.0653214603662491f,
+ 0.7717352509498596f, 0.0827244296669960f, -0.2587598562240601f,
+ 0.3526419103145599f, -0.1348467618227005f, 0.1388800740242004f,
+ 0.4304073452949524f, -0.7671651244163513f, 0.0132181346416473f,
+ -0.0875847414135933f, -0.1210379451513290f, 0.7150874733924866f,
+ 0.1728895008563995f, 0.4118437767028809f, -0.2757800519466400f,
+ 0.0656388774514198f, 0.1238654032349586f, 0.1787449270486832f,
+ -0.6367720961570740f, -0.2327623069286346f, -0.1839154213666916f,
+ -0.3397896587848663f, -0.0301292501389980f, 0.4341689050197601f,
+ 0.1320602744817734f, -0.0662733986973763f, 0.2161710262298584f,
+ 0.2748703360557556f, -0.2489592432975769f, -0.0498239360749722f,
+ -0.5244380235671997f, -0.8669948577880859f, 0.4076478481292725f,
+ 0.5713768601417542f, -0.1875877827405930f, 0.2276393920183182f,
+ 0.1658642292022705f, 0.0195044912397861f, -0.0707096233963966f,
+ 0.0385320186614990f, 0.2350615411996841f, 0.4302477240562439f,
+ -0.0140621569007635f, -0.0276094693690538f, -0.2549503743648529f,
+ -0.1966237425804138f, 0.0064003844745457f, 0.6773918271064758f,
+ -0.1422361135482788f, -0.6310063600540161f, 0.2363294064998627f,
+ -0.3019554913043976f, -0.1298492252826691f, -0.4006209969520569f,
+ -0.1875980645418167f, 0.5110660791397095f, 0.2429332882165909f,
+ -0.0280067026615143f, -0.0984271168708801f, 2.5493438243865967f,
+ -0.3724481761455536f, -0.3283046185970306f, 0.2559559047222137f,
+ 0.1814140230417252f, -0.4708448648452759f, -0.3734663724899292f,
+ 0.4051504135131836f, 1.5088412761688232f, -1.3608914613723755f,
+ 0.2528891861438751f, 0.2334703356027603f, 0.3762503564357758f,
+ -0.0630974993109703f, 0.3392451107501984f, 0.1493225395679474f,
+ 0.0815913826227188f, -0.0261849742382765f, -0.1908423900604248f,
+ 0.0127488132566214f, -0.3026172518730164f, -0.1266561448574066f,
+ -0.2314082086086273f, 0.4212130904197693f, -0.3676225841045380f,
+ 0.2785925567150116f, 0.2317101061344147f, 0.9812971353530884f,
+ -0.3326624333858490f, -0.5273278355598450f, -0.7020574212074280f,
+ 0.5599890351295471f, 1.0493800640106201f, -0.1333196759223938f,
+ 0.0493133217096329f, 0.5091276168823242f, -0.0428483076393604f,
+ 0.2991782724857330f, 0.4583112895488739f, -0.0389143899083138f,
+ -0.5799219012260437f, 0.7706199884414673f, -0.4506193101406097f,
+ 0.2215992957353592f, -0.0045608370564878f, 0.2921413183212280f,
+ 0.9203600287437439f, -0.2051683217287064f, -0.0295658092945814f,
+ 0.2356081902980804f, -0.3069392144680023f, 0.2126459330320358f,
+ 0.1497165411710739f, -0.4192104041576385f, 0.4270024299621582f,
+ 0.0534054413437843f, 0.0270542856305838f, 0.5750212073326111f,
+ 0.0343567356467247f, -0.3015544116497040f, -0.4530352056026459f,
+ 0.0646412894129753f, 0.2282896041870117f, 0.5742148756980896f,
+ 0.0099633596837521f, -0.0443229451775551f, 0.2023871243000031f,
+ 0.1234241202473640f, 0.0877856314182281f, 0.3266662955284119f,
+ -0.2822308540344238f, 0.3776197433471680f, 0.0483662858605385f,
+ 0.7029853463172913f, 0.3697718977928162f, -0.0475921966135502f,
+ -0.3983400464057922f, -0.1729322820901871f, 0.1051734834909439f,
+ 0.2835234105587006f, -0.1816971302032471f, 0.2348698526620865f,
+ 0.0647634342312813f, -0.3589619398117065f, -0.2724784910678864f,
+ -0.0183809697628021f, 0.0766881257295609f, -0.1680577695369720f,
+ 0.2908987104892731f, -0.2691932618618011f, -0.4651404619216919f,
+ 0.0079826163128018f, -0.1768166571855545f, 0.1887798160314560f,
+ -0.1849495321512222f, 0.0301525667309761f, 0.0530173033475876f,
+ 0.1869350671768188f, 0.2907291352748871f, -0.2495542764663696f,
+ -0.1493789851665497f, 0.1578584760427475f, 0.0654502883553505f,
+ -0.1654351651668549f, -0.0558370128273964f, -0.0972852110862732f,
+ -0.1313823461532593f, 0.3994122147560120f, 0.2287988066673279f,
+ -0.0019592291209847f, -0.0666037127375603f, -0.0184846073389053f,
+ 0.0491916984319687f, -0.3929594159126282f, -0.2158697843551636f,
+ -0.0445890761911869f, -0.1628129780292511f, 0.1511191129684448f,
+ -0.0316122956573963f, 0.1890018135309219f, 0.1327155232429504f,
+ -0.0922366678714752f, -0.0338578037917614f, 0.2493950277566910f,
+ -0.0211556088179350f, -0.1424189060926437f, -0.2030888050794601f,
+ -0.3224163353443146f, -0.0504959449172020f, -0.0629161596298218f,
+ -0.1174899339675903f, -0.1426526010036469f, 0.0620619133114815f,
+ 0.1617462486028671f, 0.1546501815319061f, -0.1410878300666809f,
+ -0.0901839286088943f, 0.1132841408252716f, 0.1776892542839050f,
+ -0.3400985598564148f, -0.0780180469155312f, 0.2556171417236328f,
+ -0.0535765103995800f, -0.4454008340835571f, -0.0850513428449631f,
+ 0.3763752281665802f, 0.1254839450120926f, -0.0661514922976494f,
+ 0.2402910590171814f, 0.1314952820539474f, 0.0543854385614395f,
+ 0.2024577260017395f, -0.3673114776611328f, 0.4929739832878113f,
+ -0.2850627005100250f, 0.3558898866176605f, 0.0551673881709576f,
+ -0.5888780951499939f, -0.1112925186753273f, 0.2986673712730408f,
+ 0.0780372247099876f, 0.3239250779151917f, -1.1229412555694580f,
+ 0.1639237105846405f, 0.2052571624517441f, 0.2797575294971466f,
+ -0.3609429597854614f, 1.1957901716232300f, 0.0073417359963059f,
+ 0.2996194064617157f, -0.0664675608277321f, -0.0590554103255272f,
+ -0.1881938278675079f, -0.3233462572097778f, -0.4276044666767120f,
+ -0.3863928914070129f, -0.5242529511451721f, 0.1288419216871262f,
+ -0.2488694041967392f, 0.1333796381950378f, 0.0209031384438276f,
+ 0.1026580780744553f, 0.1631463766098022f, -0.3468611538410187f,
+ 0.2551182508468628f, -0.2498138695955276f, 0.5138455033302307f,
+ -0.0964414104819298f, -0.1225670278072357f, -0.1661078482866287f,
+ -0.5845011472702026f, -0.1198979690670967f, -0.1185151860117912f,
+ 0.5602027773857117f, 0.2248694598674774f, -0.2646226584911346f,
+ -0.1616347432136536f, 0.3196301460266113f, -0.0148090571165085f,
+ -0.1230183020234108f, -0.2053768336772919f, 0.1125767305493355f,
+ -0.2171820104122162f, -0.0413993448019028f, 0.0572843663394451f,
+ -0.2974418997764587f, 0.0223290547728539f, 0.2483057975769043f,
+ -0.0682891383767128f, -0.4882099628448486f, -0.4851542711257935f,
+ 0.2898688316345215f, 0.9603116512298584f, 0.0983774438500404f,
+ -0.0298187062144279f, -0.0167355909943581f, 0.1143606826663017f,
+ 0.2954840064048767f, -0.0182234272360802f, -0.0668383166193962f,
+ 0.7310746908187866f, 0.8342067003250122f, -0.0694085508584976f,
+ -0.3556479513645172f, -0.0412380024790764f, -1.2445256710052490f,
+ -0.1171616241335869f, 0.3750059008598328f, 0.0891274362802505f,
+ 0.0957263261079788f, 0.3003936707973480f, 0.3460576534271240f,
+ 0.0081513430923223f, 0.0165853872895241f, 0.6779677271842957f,
+ -0.4916289150714874f, -0.0325429290533066f, 0.1536154896020889f,
+ -0.0734314024448395f, -0.0350639522075653f, -0.7991351485252380f,
+ 0.4651991426944733f, -0.1620285511016846f, 0.0646652877330780f,
+ -0.0615061782300472f, 0.0389114879071712f, 0.0192001983523369f,
+ 0.4606018364429474f, -0.5268618464469910f, 0.6979516744613647f,
+ -0.0780137628316879f, -0.4880067408084869f, -0.2176204770803452f,
+ -0.6934407353401184f, 0.1455810070037842f, -0.1042486652731895f,
+ 0.2424720078706741f, 0.1334406584501266f, 0.9442120194435120f,
+ 0.4939731061458588f, -0.2262450605630875f, -0.2507153153419495f,
+ -0.5881659388542175f, 0.1442462950944901f, 0.0997155979275703f,
+ 0.3006626963615417f, -0.1059283763170242f, -0.3226221501827240f,
+ 0.0895509645342827f, -0.0291010886430740f, 0.2989163994789124f,
+ -0.0781130716204643f, 0.1586186140775681f, 0.0669040828943253f,
+ 0.1397491246461868f, 0.5176234841346741f, 0.1249167919158936f,
+ 0.3381043970584869f, 0.3758234381675720f, 0.2759560346603394f,
+ 0.3169528245925903f, -0.0925217792391777f, 0.3330132961273193f,
+ 0.2795437276363373f, -0.0929512679576874f, -0.0010349367512390f,
+ -0.0410381034016609f, -0.1255855262279510f, -0.5483295917510986f,
+ 0.1808154731988907f, -0.1114597022533417f, 0.0453231967985630f,
+ -0.4594241976737976f, 0.1823266148567200f, 0.1845790892839432f,
+ -0.4254648685455322f, 0.2229580879211426f, -0.4329637885093689f,
+ 0.2359220981597900f, 0.2142120003700256f, 0.5973510742187500f,
+ 0.1985779106616974f, 0.0141063947230577f, -0.0335299856960773f,
+ -0.0292729251086712f, -0.3704132139682770f, 0.0009222290245816f,
+ 0.2077418714761734f, -0.3409152626991272f, -0.5065515041351318f,
+ -0.0706212222576141f, -0.1861748695373535f, -0.3996264636516571f,
+ -0.0132020609453321f, 0.0349423475563526f, 0.2190018445253372f,
+ 0.2952402532100677f, 0.0824657678604126f, 0.1875493228435516f,
+ 0.0610847845673561f, -0.5524590015411377f, -0.3114198744297028f,
+ -0.1769044101238251f, 0.0205622278153896f, -0.2237962633371353f,
+ 1.0683945417404175f, -0.8907706737518311f, 0.5672227740287781f,
+ -0.5825833678245544f, 0.1019214168190956f, -1.3135840892791748f,
+ 0.5662982463836670f, 1.2397655248641968f, 0.2068089693784714f,
+ -0.0508012771606445f, 0.6962518692016602f, 1.1119780540466309f,
+ -0.6598203778266907f, -0.6069148778915405f, 0.5346646308898926f,
+ -0.2540019154548645f, -0.7636907100677490f, -0.2387666106224060f,
+ -0.3295311927795410f, 0.6540442109107971f, -1.6145132780075073f,
+ 1.2911307811737061f, 1.2599908113479614f, -0.1287018805742264f,
+ 1.6544234752655029f, 0.7836000919342041f, -0.0907101407647133f,
+ -0.6038657426834106f, 0.2503931820392609f, 1.6073024272918701f,
+ 1.0812216997146606f, 0.0382386595010757f, 0.5661543607711792f,
+ -0.1302122026681900f, -0.6554849147796631f, -0.8998619914054871f,
+ -0.1644405126571655f, 0.4963732361793518f, -1.1906073093414307f,
+ -0.4647843837738037f, -0.0567448735237122f, 0.5319308638572693f,
+ 0.3763753473758698f, 1.0631457567214966f, 0.0836334973573685f,
+ 0.8144845366477966f, -0.2607363760471344f, -0.1254869699478149f,
+ 0.1909898668527603f, 0.0522480532526970f, 0.0579485781490803f,
+ -0.0011009692680091f, 0.2036530524492264f, -0.2088446468114853f,
+ -0.0864312127232552f, 0.2630740106105804f, 0.1145207434892654f,
+ 0.2253738790750504f, 0.0438199788331985f, -0.0975294783711433f,
+ 0.0349904447793961f, -0.2334394305944443f, 0.1293214857578278f,
+ -0.0528039336204529f, 0.2154014557600021f, -0.0307025052607059f,
+ -0.1863528937101364f, -0.0419513583183289f, 0.2004716098308563f,
+ 0.0578459426760674f, -0.1623324900865555f, -0.1676186770200729f,
+ 0.1388514935970306f, -0.0217840448021889f, 0.2257482260465622f,
+ -0.0039973161183298f, -0.2383580654859543f, -0.3912435472011566f,
+ 0.2537644505500793f, 0.3262116611003876f, -0.0268579255789518f,
+ -0.3081837296485901f, -0.1058148071169853f, 0.4541089534759521f,
+ 0.2154206782579422f, 0.1591872721910477f, 0.0630471035838127f,
+ -0.2462202608585358f, -0.4729474782943726f, -0.6405259370803833f,
+ -0.1152311265468597f, -0.2259069532155991f, -0.0026485593989491f,
+ 0.1287888586521149f, -0.2335917353630066f, 0.1515566408634186f,
+ 0.0973711609840393f, 0.2692356109619141f, -0.0137264663353562f,
+ -0.4534346163272858f, 0.0128911370411515f, -0.1549757570028305f,
+ 0.0014368713600561f, -0.5021004676818848f, 0.1518847793340683f,
+ 0.2648415267467499f, -0.4446501731872559f, -0.5301651358604431f,
+ 0.3002235889434814f, -0.3235043883323669f, -0.0224761012941599f,
+ 0.1360423862934113f, -0.1267541795969009f, 0.2769782841205597f,
+ -0.4111383855342865f, 0.2114573270082474f, -0.4199692010879517f,
+ -0.1369758397340775f, 0.3255870044231415f, 0.1135024279356003f,
+ 0.2924013435840607f, 0.3803755939006805f, 0.5491822957992554f,
+ 0.0447395071387291f, -0.3484230935573578f, -0.2011758983135223f,
+ -0.1673078685998917f, -0.2832018733024597f, -0.1296143084764481f,
+ -0.3430744111537933f, 0.8332006335258484f, 0.2851304113864899f,
+ 0.2504948079586029f, 0.2173037976026535f, 0.1873152554035187f,
+ -0.4587132930755615f, -0.0273320432752371f, -0.3550652861595154f,
+ 1.1177744865417480f, -0.4431223273277283f, 0.4130512177944183f,
+ 0.0597613789141178f, -0.4166538715362549f, 0.2109554409980774f,
+ 0.9815610647201538f, 0.2241633087396622f, 0.2178612500429153f,
+ 0.5953181385993958f, -0.1831831037998199f, -0.3236790001392365f,
+ 0.2375207990407944f, -0.0193207170814276f, -0.1408912539482117f,
+ -0.5110807418823242f, -0.6409800052642822f, -0.8025971651077271f,
+ 0.3856869339942932f, 0.2098921090364456f, -0.2048407942056656f,
+ -0.2834655642509460f, 0.1665953099727631f, 1.2598237991333008f,
+ -2.1839692592620850f, -0.5932906866073608f, 0.4682934880256653f,
+ -0.0733039751648903f, 0.4778208434581757f, 0.0249854996800423f,
+ 0.5052565932273865f, 0.0515117458999157f, 0.7096709609031677f,
+ 0.0385594554245472f, 0.7033121585845947f, 0.3383179903030396f,
+ -0.3048824369907379f, 0.6592938303947449f, -0.2342823743820190f,
+ -0.3727549910545349f, -0.9842804670333862f, -0.1963888853788376f,
+ 0.3652745187282562f, 0.2101262658834457f, -0.1732808351516724f,
+ 0.1178379654884338f, 0.1226580739021301f, 1.0523102283477783f,
+ -0.7736749649047852f, -0.1292047947645187f, -0.1146843209862709f,
+ -0.2097447663545609f, 0.1274744868278503f, -0.7967455983161926f,
+ 0.1228181421756744f, 0.2037256211042404f, -0.1480851173400879f,
+ -0.1103977188467979f, -0.1779702007770538f, -0.2786864936351776f,
+ -0.0903765559196472f, 0.1637604534626007f, 0.1862942278385162f,
+ -0.3811771571636200f, 0.1038865298032761f, -0.5776480436325073f,
+ 0.2256085574626923f, 0.1279687285423279f, -0.0989023447036743f,
+ -0.0912349075078964f, 0.2613338828086853f, -0.0944625735282898f,
+ -0.4232456386089325f, -0.0251864697784185f, 0.1029734313488007f,
+ -0.2379811406135559f, -0.2213426977396011f, 0.3515269160270691f,
+ -0.5086347460746765f, 0.1662179082632065f, -0.3918935060501099f,
+ 0.1585598886013031f, 0.0142031470313668f, -0.0451476648449898f,
+ 0.1109777167439461f, -0.1064154431223869f, -0.0670866519212723f,
+ -0.3165611922740936f, 0.1185782179236412f, 0.1882568299770355f,
+ -0.2113655656576157f, 0.1731744706630707f, 0.2784476578235626f,
+ 0.1247915402054787f, 0.3255363702774048f, -0.0217772014439106f,
+ -0.0723078548908234f, -0.0796866118907928f, -0.2129967212677002f,
+ -0.1466572880744934f, -0.0333069711923599f, -0.0851097553968430f,
+ 0.2064152806997299f, -0.2177240103483200f, 0.3249440491199493f,
+ -0.3517293334007263f, 0.5335851907730103f, -0.6351698637008667f,
+ 0.1357932239770889f, 0.0163078606128693f, 0.0092536173760891f,
+ 0.4084859192371368f, 0.0976907014846802f, -0.2919804453849792f,
+ -0.3927160501480103f, -0.5313684344291687f, 0.2767313122749329f,
+ -0.1540213674306870f, -0.3061562180519104f, 0.0628651604056358f,
+ -0.2782564759254456f, 0.2304736822843552f, -0.2402740865945816f,
+ 0.6025205850601196f, 0.3974791169166565f, -0.5250188708305359f,
+ -0.0513085909187794f, 0.2696647346019745f, 0.0225324817001820f,
+ -0.0812778547406197f, -0.3217083811759949f, 0.1516641080379486f,
+ 0.3988474905490875f, -0.0638958513736725f, 0.0953419357538223f,
+ -0.0630925744771957f, 0.1077053993940353f, 0.2717483937740326f,
+ -0.7365915179252625f, 0.2789104580879211f, -0.1949332654476166f,
+ -0.5124043226242065f, -0.2223306447267532f, -0.2348100841045380f,
+ 0.3729851543903351f, 0.2409207522869110f, 0.2882002294063568f,
+ 0.3488145470619202f, -0.3879751563072205f, 0.6381680369377136f,
+ 0.0225390214473009f, -0.1809292882680893f, 0.0233358684927225f,
+ -0.1953680962324142f, -0.0759709551930428f, -0.0319420546293259f,
+ -0.2262136042118073f, 0.2512166798114777f, 0.0571271553635597f,
+ -0.2751335799694061f, 0.0440787523984909f, -0.1440197974443436f,
+ -0.0844447314739227f, -0.1944382935762405f, 0.0327169112861156f,
+ 0.0939758121967316f, 0.0633030310273170f, 0.2781573534011841f,
+ -0.0745328068733215f, -0.1159513890743256f, -0.1672106087207794f,
+ 0.2228759378194809f, 0.5229974985122681f, 0.2859205603599548f,
+ -0.0967583358287811f, -0.0860545560717583f, 0.0632057636976242f,
+ 0.0340604223310947f, 0.2699103057384491f, 1.2356384992599487f,
+ 0.1652098596096039f, -0.2505254149436951f, 0.2371462285518646f,
+ 0.1419042199850082f, 0.0024672574363649f, -0.2970871329307556f,
+ -0.0265442319214344f, -0.1185385435819626f, -0.2270760238170624f,
+ 0.3416166007518768f, 0.2006253600120544f, 0.2613021135330200f,
+ -0.1763168871402740f, 0.0276246592402458f, -0.5118387341499329f,
+ 0.0898181945085526f, 0.2192127406597137f, -0.2042075246572495f,
+ 0.4070633351802826f, -0.2235833108425140f, 0.1864918619394302f,
+ 0.2009464204311371f, 0.0550473295152187f, 0.1047652512788773f,
+ -0.1410202085971832f, 0.4613438248634338f, -0.1549967676401138f,
+ -0.1878686249256134f, 0.1152289882302284f, 0.4515798091888428f,
+ -0.2762162983417511f, 0.1712314784526825f, -0.0635959729552269f,
+ -0.0163595322519541f, -0.0333624631166458f, -0.0763268247246742f,
+ -1.3377147912979126f, 0.0717604756355286f, -0.6175967454910278f,
+ 0.3737642765045166f, -0.0833647772669792f, 0.3545123934745789f,
+ -0.7751247882843018f, 0.1316318064928055f, -0.1434823274612427f,
+ 0.0864804834127426f, -0.0963411256670952f, 0.4717305600643158f,
+ -0.3036738336086273f, 0.5024269819259644f, 0.0583601407706738f,
+ 0.2922774553298950f, -0.2953401803970337f, 0.8696894049644470f,
+ -0.1273632943630219f, -0.2340614795684814f, -0.1916440725326538f,
+ 0.2165147662162781f, 0.0560865812003613f, -0.6036441922187805f,
+ -0.1064771488308907f, -0.1903642565011978f, -0.1459657996892929f,
+ -0.0942308083176613f, -0.3087157011032104f, 0.1164171099662781f,
+ 0.4632150530815125f, 0.3017631769180298f, 0.0913243070244789f,
+ 0.3602078557014465f, -0.1394506543874741f, 0.6859991550445557f,
+ -0.0710702612996101f, 0.1824752539396286f, 0.1537310332059860f,
+ -0.2137369811534882f, -0.4072173535823822f, 0.0069993901997805f,
+ 0.2518143653869629f, 0.1112026199698448f, 0.0084293065592647f,
+ -0.3122698068618774f, 0.4455909729003906f, 0.0954803898930550f,
+ -0.1845622509717941f, -0.4812896549701691f, 0.5362939238548279f,
+ -0.0633985549211502f, -0.0470767915248871f, 0.5481556653976440f,
+ -0.0505969710648060f, 0.1811028569936752f, -1.2891457080841064f,
+ -0.0507783778011799f, 0.3004241287708282f, 0.1430591195821762f,
+ 0.2013822644948959f, 0.6360929608345032f, -0.0276607479900122f,
+ 0.0047343145124614f, -0.7453181147575378f, -0.2029582709074020f,
+ -0.1607918292284012f, 0.3322621881961823f, 0.3884471952915192f,
+ 0.5344122052192688f, 0.6268661618232727f, 0.4677076339721680f,
+ -0.1560432314872742f, 0.4222446680068970f, -1.2912875413894653f,
+ -0.0958560407161713f, 0.4033314585685730f, -0.2700027823448181f,
+ 0.6851821541786194f, -0.6494719982147217f, 0.4605435132980347f,
+ -0.5625280737876892f, 0.5067285299301147f, -1.2702432870864868f,
+ 0.0921698361635208f, 0.8332573175430298f, 0.5285651087760925f,
+ 0.1834618151187897f, 0.1073038652539253f, -0.0722569450736046f,
+ -0.6145523190498352f, -0.3628349900245667f, 0.4449742436408997f,
+ -0.1867339909076691f, -0.7251783013343811f, 0.3685663640499115f,
+ -0.4902565777301788f, 0.4415738582611084f, -0.9186397194862366f,
+ 0.8265785574913025f, 0.6069096326828003f, -0.2004160434007645f,
+ 0.0993220061063766f, 0.6767458319664001f, 1.0449779033660889f,
+ 0.1710115969181061f, 0.9493745565414429f, -0.2212924361228943f,
+ -0.1734924465417862f, 0.5907557606697083f, 0.4068694412708282f,
+ 0.3080264329910278f, 0.4584219157695770f, 0.7070161104202271f,
+ 0.1185462549328804f, 0.2867170274257660f, -0.6494989991188049f,
+ -0.3972398638725281f, -0.5107055902481079f, -0.0714655295014381f,
+ 0.6563096642494202f, 0.0688611716032028f, 0.0195846147835255f,
+ 0.1095674186944962f, -0.8553801178932190f, 0.7684018015861511f,
+ -0.0031563413795084f, 0.0756822079420090f, -0.4398976266384125f,
+ 0.0762511119246483f, -0.0469751767814159f, 0.4487604498863220f,
+ -0.1503082066774368f, -0.1731139272451401f, -0.0113774668425322f,
+ -0.0246062781661749f, -0.0869639813899994f, -1.0586438179016113f,
+ 0.2110543251037598f, 0.0335922203958035f, -0.1080040633678436f,
+ -0.1176931262016296f, 0.1478984653949738f, -0.1072462573647499f,
+ -0.1564894467592239f, -0.3839022815227509f, -0.0580057986080647f,
+ -0.1893746852874756f, 0.2474670261144638f, 0.1785706877708435f,
+ -0.1867555677890778f, 0.2380482256412506f, -0.1583264470100403f,
+ 0.0073673147708178f, 0.0946078002452850f, -1.0778056383132935f,
+ 0.2595073282718658f, 0.2288158386945724f, -0.2811447083950043f,
+ -0.0996896699070930f, -0.0256856996566057f, 0.3091413974761963f,
+ 0.0899832621216774f, 0.2926355302333832f, 0.0693065673112869f,
+ -0.4176333248615265f, -0.3222051560878754f, -0.8018950223922729f,
+ -0.3242008090019226f, -0.1531726866960526f, -0.0487688966095448f,
+ -0.2320789694786072f, -0.2211139649152756f, 0.1277857869863510f,
+ 0.4229443967342377f, 0.2422406524419785f, 0.1843643933534622f,
+ 0.2697733640670776f, 0.2062327414751053f, 0.4521577060222626f,
+ -0.3654267489910126f, -0.1433220952749252f, -0.0394919775426388f,
+ 0.0165845435112715f, -0.1001907810568810f, -0.7688926458358765f,
+ 0.4794643521308899f, -0.1030184775590897f, 0.0122614186257124f,
+ -0.2670838534832001f, 0.0785349383950233f, 0.1606359332799911f,
+ -0.2276489883661270f, -0.6396136283874512f, 0.5157735943794250f,
+ 0.0189939718693495f, 0.2565305531024933f, -0.0121274869889021f,
+ -0.2127747535705566f, 0.1854483187198639f, -0.0033850492909551f,
+ -0.0810047090053558f, -0.0329201705753803f, -0.8823385834693909f,
+ 0.3010190725326538f, 0.1287984997034073f, -0.2400789558887482f,
+ -0.2374257594347000f, -0.2076613008975983f, -0.0953271090984344f,
+ 0.2777266800403595f, 0.1332907527685165f, 0.3657800853252411f,
+ 0.0065776752308011f, 0.0695681199431419f, 0.2582820057868958f,
+ 0.2096236199140549f, -0.8183908462524414f, -0.2090889960527420f,
+ 0.1546401977539062f, -0.1977324336767197f, 0.1953166127204895f,
+ 0.1081501170992851f, 0.2524023950099945f, -0.2177976667881012f,
+ 0.0342841334640980f, -0.1040370762348175f, 0.3099095523357391f,
+ -0.3741229176521301f, 0.1576808393001556f, -0.0384218432009220f,
+ -0.8858088850975037f, -0.2112345695495605f, 0.1613566577434540f,
+ -0.0368101149797440f, 0.0985776111483574f, 0.0855335667729378f,
+ -0.0142108406871557f, 0.4268007874488831f, 0.3044680058956146f,
+ -0.5812749266624451f, -0.1017807275056839f, -0.4115756452083588f,
+ -0.3905471861362457f, 0.2180812656879425f, 0.3410781919956207f,
+ -0.2426169216632843f, 0.0089927567169070f, 0.2035827189683914f,
+ 0.2286978363990784f, 1.1271866559982300f, -0.0578964203596115f,
+ -0.1919117867946625f, -0.4473398327827454f, -0.2679708302021027f,
+ 0.2037430405616760f, -0.7991586923599243f, -0.0864222496747971f,
+ 0.0609927438199520f, 0.1132652908563614f, 0.2461300790309906f,
+ 0.0955592766404152f, 0.2001598924398422f, -0.1560721248388290f,
+ 0.0457218289375305f, -0.3037224113941193f, -0.5653055310249329f,
+ -0.2164774686098099f, 0.1283710002899170f, 0.0159200206398964f,
+ 0.0668530911207199f, -0.5506975650787354f, 0.1700723022222519f,
+ -0.7009869217872620f, 0.1156806275248528f, -0.3777723014354706f,
+ 0.2919630110263824f, 0.3534530103206635f, 0.1777337491512299f,
+ 0.4599926173686981f, -0.1757553070783615f, -0.2876096069812775f,
+ -0.2697776257991791f, 0.1467920690774918f, 0.2502858042716980f,
+ -0.2784988284111023f, -0.7101015448570251f, 0.3492332994937897f,
+ -0.0609487183392048f, 0.4945136010646820f, -0.2313305586576462f,
+ 0.3692038953304291f, 0.0943503454327583f, -0.0679972693324089f,
+ 0.2616605758666992f, 0.1591496765613556f, 0.0383836217224598f,
+ -0.1264217346906662f, -0.0419069118797779f, 0.2593860328197479f,
+ 0.0170537997037172f, 0.0922475904226303f, 0.2207524329423904f,
+ -0.1873336881399155f, 0.1517272442579269f, 0.2042805850505829f,
+ 0.2649093568325043f, 0.2485974878072739f, -0.2410557568073273f,
+ -0.1449344158172607f, -0.4295494556427002f, 0.1014396846294403f,
+ 0.3585110902786255f, 0.0220132917165756f, 0.6780169606208801f,
+ 0.3675746321678162f, -0.4803041517734528f, 0.2408330142498016f,
+ 0.0270490702241659f, -0.1756221503019333f, 0.3113180100917816f,
+ -0.3026771247386932f, 0.4828001856803894f, -0.4289376139640808f,
+ 0.1410001963376999f, 0.2152458131313324f, 0.2324330061674118f,
+ 0.0961198285222054f, 0.0095170633867383f, -0.2895035743713379f,
+ -0.1027780473232269f, -0.3046143651008606f, 0.1968008279800415f,
+ -0.7381249070167542f, -0.4099481105804443f, -0.2362773716449738f,
+ -0.7086421251296997f, 0.2860241234302521f, -0.0813178345561028f,
+ 0.7550091743469238f, 0.2669101953506470f, -0.5129747986793518f,
+ -0.4784767925739288f, 0.4803259670734406f, 0.0233470145612955f,
+ 0.1013304367661476f, 0.5276435017585754f, -0.0249238274991512f,
+ 0.0151192406192422f, 0.9101176261901855f, 1.0732349157333374f,
+ -0.6022564768791199f, 0.1443673372268677f, -0.6937699913978577f,
+ -0.3689665198326111f, 0.2022601813077927f, -0.2034592032432556f,
+ -0.6851258277893066f, 0.2425906658172607f, 0.4139726758003235f,
+ -0.7566726207733154f, 0.4573256969451904f, 0.4391761422157288f,
+ -0.0214049909263849f, -0.1911738067865372f, -0.3483524024486542f,
+ 0.7190637588500977f, -0.8210852146148682f, 0.4197318851947784f,
+ 0.6537737250328064f, 0.0030838903039694f, -1.1144342422485352f,
+ 0.1599684208631516f, 0.5529054403305054f, 0.1366759389638901f,
+ -0.2235235124826431f, -0.0240456908941269f, 0.3194650113582611f,
+ -0.4382157027721405f, -0.6922007799148560f, 0.5184628367424011f,
+ -1.3459521532058716f, -0.6604828834533691f, 0.6341544985771179f,
+ -1.0143636465072632f, -0.3265704810619354f, -0.0931386575102806f,
+ 0.4395040273666382f, 0.3667004406452179f, -0.1301813125610352f,
+ 0.5441308021545410f, 0.5358295440673828f, 0.9923327565193176f,
+ -0.2381964623928070f, 0.7830684185028076f, 1.0309621095657349f,
+ 1.0696005821228027f, 0.7077253460884094f, 0.4991872608661652f,
+ 0.0897775143384933f, -0.6334781646728516f, -0.4607431590557098f,
+ 0.7741117477416992f, 0.6077490448951721f, -1.0515433549880981f,
+ -0.2432861775159836f, 0.2190576046705246f, 1.3353971242904663f,
+ -0.0984170213341713f, 0.0742961540818214f, -0.2336821854114532f,
+ 0.2504272460937500f, -0.1856995373964310f, 0.4022281169891357f,
+ -0.5437668561935425f, -0.4142325222492218f, -0.1683887690305710f,
+ -0.0054208287037909f, 0.5004413127899170f, -0.3904044926166534f,
+ 0.2902540564537048f, -0.2988392412662506f, -0.0876090005040169f,
+ 0.5839759707450867f, 0.0280574597418308f, -0.0475055053830147f,
+ -0.2296155691146851f, -0.2595789432525635f, -0.0713418796658516f,
+ 0.1816595196723938f, -0.4072063863277435f, 0.0841608643531799f,
+ 0.4321960210800171f, 0.4464043080806732f, 0.0394224599003792f,
+ 0.2458896338939667f, 0.2662556469440460f, -0.2616701722145081f,
+ 0.1117779091000557f, 0.3723144233226776f, 0.2256670594215393f,
+ 0.0362815633416176f, -0.3082183897495270f, -1.2940149307250977f,
+ -0.0966333970427513f, -1.0762277841567993f, 0.2075816392898560f,
+ -0.1189604997634888f, 0.2628342807292938f, -0.0650152117013931f,
+ -0.3305791914463043f, 0.0404279828071594f, -0.0861415192484856f,
+ -0.4412675797939301f, -0.6333645582199097f, -0.3268928229808807f,
+ 0.1820381283760071f, 0.0159029457718134f, 0.5553097128868103f,
+ 0.1470254361629486f, -0.5479951500892639f, 0.3599570691585541f,
+ 0.4290733933448792f, -0.0894439890980721f, 0.0779617279767990f,
+ 0.6242929100990295f, -0.4597571194171906f, -0.2074661701917648f,
+ -0.2184071093797684f, 0.1268543303012848f, 0.2428040802478790f,
+ -0.3378123939037323f, -0.2853129208087921f, 1.3182377815246582f,
+ -0.1358783245086670f, 0.2381265610456467f, -0.0889692604541779f,
+ -0.0103086195886135f, -0.0778397917747498f, 0.0271286647766829f,
+ -0.9494360089302063f, 0.0550025105476379f, 0.4202507138252258f,
+ -0.1564497500658035f, 0.2637456655502319f, 0.1647514253854752f,
+ -0.1302402019500732f, -0.0195104461163282f, -0.1063189208507538f,
+ 0.3431546986103058f, 0.2580724656581879f, 0.0258333534002304f,
+ 0.0733408778905869f, 0.3605271577835083f, -0.2044725716114044f,
+ 0.2107096612453461f, -0.2292309850454330f, 0.1671701818704605f,
+ 0.5185539722442627f, 0.0000247165517067f, 0.6793280839920044f,
+ -0.0513762868940830f, 0.0714666992425919f, 0.3999482691287994f,
+ 0.2225495129823685f, -0.4240381419658661f, -0.1211697682738304f,
+ -0.0997112095355988f, 0.6132180094718933f, -0.1377128660678864f,
+ -0.1368744671344757f, 0.3440513610839844f, 0.1148752346634865f,
+ -0.9558972716331482f, 1.0037574768066406f, -0.5505712628364563f,
+ 0.5188630223274231f, -0.0904384627938271f, 0.4601854085922241f,
+ 1.4463373422622681f, -0.0353993847966194f, -0.1510736495256424f,
+ -0.0102345403283834f, 0.0171385947614908f, -0.0096533568575978f,
+ 0.3542406260967255f, -0.4432302713394165f, 0.3933843672275543f,
+ 0.0908659473061562f, 0.3390082120895386f, 0.0983788147568703f,
+ 0.4066897332668304f, -0.0076336665078998f, -0.3388934433460236f,
+ 0.4333397746086121f, 0.3096145391464233f, 0.4903579950332642f,
+ -0.1188944131135941f, 0.0766974985599518f, 0.0653915107250214f,
+ 0.2417638748884201f, -0.1686318367719650f, 0.5012857913970947f,
+ -0.2306817770004272f, 0.0789949670433998f, 0.0661434233188629f,
+ 0.2882274687290192f, 0.2567053735256195f, 0.1499780565500259f,
+ -0.7091960906982422f, -0.0443911105394363f, 0.3154557943344116f,
+ 0.4922466874122620f, -0.2173159718513489f, 1.2342438697814941f,
+ 0.1995485723018646f, -0.3450360298156738f, -0.1098068878054619f,
+ 0.1007921621203423f, 0.2016426622867584f, -0.2237662374973297f,
+ 0.0732254162430763f, -0.1288899630308151f, -0.1321451663970947f,
+ 0.1868558526039124f, -0.1804674714803696f, 0.0859743058681488f,
+ -0.3953425288200378f, 0.1683830320835114f, -0.2594826519489288f,
+ 0.3701782524585724f, 0.1357695907354355f, -0.0345751680433750f,
+ 0.1101738587021828f, 0.3728164732456207f, 0.1209951937198639f,
+ -0.2891449332237244f, -0.0790158510208130f, -0.0591377653181553f,
+ -0.0987321436405182f, 0.0723357349634171f, 0.6757900714874268f,
+ -0.0465267933905125f, 0.2140557765960693f, -0.0065358374267817f,
+ -0.1459229439496994f, -0.3163780570030212f, -0.0419477969408035f,
+ -0.0314862355589867f, 0.1089045777916908f, 0.0685018599033356f,
+ -0.0791552588343620f, 0.0060322820208967f, 0.1431574225425720f,
+ -0.0462681986391544f, -0.0735958367586136f, 0.0721707120537758f,
+ -0.2799679040908813f, 0.0580008924007416f, -0.1464007496833801f,
+ 0.0439465530216694f, -0.3451946973800659f, -0.2715264856815338f,
+ -0.1347687095403671f, -0.1028792187571526f, -0.0081506744027138f,
+ 0.3386577367782593f, -0.3473164737224579f, -0.2574498057365417f,
+ -0.1591936647891998f, 0.2007394731044769f, -0.3138391673564911f,
+ 0.3202359974384308f, 0.4675580561161041f, 0.2367711812257767f,
+ 0.2026613950729370f, 0.1542662382125854f, -0.1771133840084076f,
+ -0.3292546272277832f, -0.0058010374195874f, 0.0468584522604942f,
+ 0.0104212146252394f, -0.0348607227206230f, -0.3550978899002075f,
+ -0.4754899144172668f, -0.1013597175478935f, 0.0710329189896584f,
+ 0.8102676868438721f, 0.4076975882053375f, -0.0312271583825350f,
+ 0.2799974381923676f, 0.1519933193922043f, 0.3184221088886261f,
+ 0.0218702740967274f, -0.0834399387240410f, 0.3002521097660065f,
+ 0.3634497821331024f, 0.2936300039291382f, 0.1038317307829857f,
+ 0.2305281907320023f, 0.1421680003404617f, 0.3315611183643341f,
+ -0.0936025828123093f, 0.2776597440242767f, -0.2900039255619049f,
+ -0.6445642113685608f, -0.4229972064495087f, -0.7190150618553162f,
+ 0.0013385516358539f, 0.1296447068452835f, 0.1695446521043777f,
+ -0.0205311775207520f, -0.2756541371345520f, 0.0310740172863007f,
+ 0.4352400600910187f, 0.0328560546040535f, -0.0803794562816620f,
+ -0.1723859757184982f, -0.1714983433485031f, -0.4742824435234070f,
+ -0.1474801450967789f, 0.6627063155174255f, 0.1199137195944786f,
+ -0.2377117127180099f, 0.1549200266599655f, 0.7580131292343140f,
+ -0.3314627408981323f, -0.0889682099223137f, -0.0286434534937143f,
+ 0.0955986082553864f, 0.0665424093604088f, 0.1738199740648270f,
+ -0.0556019060313702f, 0.1117295026779175f, -0.2883512377738953f,
+ -0.0872473567724228f, 0.2839113771915436f, 0.1031589508056641f,
+ 0.0278529655188322f, 0.1284676492214203f, 0.9250630140304565f,
+ 0.2306780666112900f, -0.0876734033226967f, -0.2799762487411499f,
+ 0.3165166974067688f, 0.8201101422309875f, 0.0220141895115376f,
+ 0.2804778218269348f, 0.1345224380493164f, 0.8071619272232056f,
+ 0.1477570384740829f, 0.1263573914766312f, 0.0753419399261475f,
+ 0.6117870211601257f, 0.8358727097511292f, -0.4627733230590820f,
+ 0.0055300937965512f, -0.1327207982540131f, -1.1790760755538940f,
+ 0.0775382742285728f, -0.1686124652624130f, 0.3902930319309235f,
+ -0.0661715790629387f, -0.3259775340557098f, -0.0952198579907417f,
+ 0.0250527746975422f, 0.0960368439555168f, -0.1913752406835556f,
+ -0.0762810483574867f, -0.0251313596963882f, -0.0838078930974007f,
+ 0.1448711305856705f, -0.1219332814216614f, -0.2056755572557449f,
+ -0.1277168393135071f, -0.1513736546039581f, -0.0447552278637886f,
+ -0.1391788423061371f, -0.1174746528267860f, 0.0213617142289877f,
+ 0.1168401986360550f, -0.0808313339948654f, 0.8162841796875000f,
+ 0.0680681988596916f, -0.1779684424400330f, 0.1966963261365891f,
+ -0.2562307417392731f, 0.0379425846040249f, -0.4368095695972443f,
+ 0.1692731231451035f, 0.2425210028886795f, 0.9065229892730713f,
+ 0.0998119786381721f, 0.3418169915676117f, -0.0836643353104591f,
+ -0.0630063265562057f, -0.2145981937646866f, 0.0963036268949509f,
+ -0.1422199457883835f, -0.2430330663919449f, -0.0568674169480801f,
+ -0.0494480319321156f, -0.0445741154253483f, -0.1804708242416382f,
+ -0.0347274430096149f, 0.1880583763122559f, -0.0094671407714486f,
+ 0.1464198082685471f, 0.4878494441509247f, 0.2919901013374329f,
+ 0.0372595526278019f, -0.3709407746791840f, -0.2707557082176208f,
+ -0.0586010888218880f, -0.1964705139398575f, -0.3237520754337311f,
+ 0.1213353648781776f, -0.1589004248380661f, -0.1964033842086792f,
+ 0.0005313642905094f, 0.0286986660212278f, 0.0810573995113373f,
+ -0.3888046741485596f, 0.1104256883263588f, -0.1106971353292465f,
+ 0.2726568281650543f, -0.3117603361606598f, -0.1047119125723839f,
+ -0.1274918019771576f, -0.0469359569251537f, -0.1904164701700211f,
+ 0.1457946449518204f, 0.0997367277741432f, 0.0105437068268657f,
+ 0.0349770560860634f, -0.3619152009487152f, -0.1300912946462631f,
+ 0.1380561143159866f, 0.0871673673391342f, 0.2021765410900116f,
+ -0.1162749528884888f, 0.0496876500546932f, 0.2570871412754059f,
+ 0.2054081261157990f, 0.2336312681436539f, -0.3214012980461121f,
+ -0.1556254625320435f, -0.1716175377368927f, -0.0284853111952543f,
+ -0.2083981782197952f, -0.1025215089321136f, -0.1956949532032013f,
+ -0.0508368462324142f, -0.1175661012530327f, 0.2922327220439911f,
+ 0.0267975386232138f, -0.0461438633501530f, -0.0569334030151367f,
+ 0.4933013319969177f, -0.0251058787107468f, 0.1376992315053940f,
+ 0.0511555559933186f, 0.0336240157485008f, -0.0210258383303881f,
+ 0.0943146347999573f, 0.9615855216979980f, -0.0029597759712487f,
+ -0.0538411587476730f, 0.0169930588454008f, 0.0487838685512543f,
+ -0.2788871824741364f, -0.0306783076375723f, 0.0655524507164955f,
+ 0.0689488947391510f, -0.1469131559133530f, 0.0874046459794044f,
+ -0.1730608493089676f, 0.2513442933559418f, -0.3745862245559692f,
+ 0.1065967157483101f, 0.3018442094326019f, -0.0766247734427452f,
+ 0.0328457914292812f, 0.1207452192902565f, 0.1616125851869583f,
+ 0.1144557073712349f, 0.3329081535339355f, -0.1727769970893860f,
+ -0.3924719095230103f, 0.3764308989048004f, 0.1803784519433975f,
+ 0.1292883157730103f, 0.1936913728713989f, -0.4336385726928711f,
+ -0.4616040289402008f, 0.0410210937261581f, 0.4916491210460663f,
+ 0.0946980863809586f, 0.1671632230281830f, 0.3576397597789764f,
+ 0.0891704857349396f, 0.2825169265270233f, -0.1689364612102509f,
+ 0.1336915791034698f, 0.0251056458801031f, -0.1731505990028381f,
+ -0.0253383032977581f, -0.1606288850307465f, 0.0866421908140182f,
+ -0.2804974019527435f, -0.0371251255273819f, -0.2628427743911743f,
+ -0.0752574354410172f, 0.4199495613574982f, -0.0446275323629379f,
+ -0.4157742559909821f, -0.2697349786758423f, 0.0529957674443722f,
+ -0.0579391196370125f, 0.0767877325415611f, 0.1192378699779510f,
+ 0.0143822822719812f, 0.0048911278136075f, 0.1624869257211685f,
+ -0.4118316769599915f, -0.2582139670848846f, 0.0843322798609734f,
+ 0.0024846806190908f, 0.0788854360580444f, -0.0424656160175800f,
+ -0.0146929929032922f, -0.0637676715850830f, 0.3713909387588501f,
+ -0.2536984384059906f, -0.0962742269039154f, -0.3257213830947876f,
+ -0.1979283839464188f, -0.1879201680421829f, -0.0463271699845791f,
+ 0.1928776949644089f, 0.2332464903593063f, 0.1318951249122620f,
+ 0.1242967620491982f, -0.0615602806210518f, 0.1315236985683441f,
+ -0.0407648943364620f, 0.2598784863948822f, -0.3032770156860352f,
+ 0.1906214207410812f, 0.4861864447593689f, -0.2284015864133835f,
+ -0.1196787655353546f, 0.1374470740556717f, -0.0947657451033592f,
+ 0.0213891267776489f, -0.4193379878997803f, 0.0883391350507736f,
+ 0.1604562252759933f, 0.1489669084548950f, -0.1715857684612274f,
+ 0.2058918476104736f, 0.6945549249649048f, 0.0781049653887749f,
+ -0.1770779192447662f, -0.0561598204076290f, -0.3615232706069946f,
+ -0.1039400994777679f, 0.1672508120536804f, 0.1548118293285370f,
+ -0.2592937946319580f, 0.0768577754497528f, -0.1830978691577911f,
+ -0.2933010160923004f, 0.1894302964210510f, -0.0455162860453129f,
+ 0.2031778544187546f, 0.1917662173509598f, 0.4038255810737610f,
+ 0.0444835461676121f, 0.3580828905105591f, -0.1283641010522842f,
+ -0.0277767218649387f, -0.1412841379642487f, -0.3416885733604431f,
+ -0.0634439885616302f, 0.1052530109882355f, -0.3250477612018585f,
+ -0.4261614084243774f, -0.1504118889570236f, 0.0430586263537407f,
+ 0.1679217070341110f, -0.0787990540266037f, -0.2892568409442902f,
+ 0.2745513021945953f, 0.2496327012777328f, 0.2799962759017944f,
+ -0.9025107622146606f, 0.0373472794890404f, -0.0384216979146004f,
+ -0.3344017565250397f, 0.1019103899598122f, -0.3437856435775757f,
+ -0.1735459119081497f, -0.0663636177778244f, 0.0067717810161412f,
+ -0.2512235045433044f, 0.0500623248517513f, -0.4313194751739502f,
+ 0.3021976649761200f, 0.6115854978561401f, 0.1088493764400482f,
+ -0.1826599389314651f, -0.1921001821756363f, 0.3020294010639191f,
+ -0.0290232393890619f, -0.1271026283502579f, -0.1065026298165321f,
+ 0.1172713860869408f, -0.0065733040682971f, 0.1277657449245453f,
+ 0.4030163288116455f, 0.1734140515327454f, -0.8053812980651855f,
+ 0.1905454248189926f, 0.3930195868015289f, 0.2724138498306274f,
+ 0.0540705770254135f, -0.0944601520895958f, -0.3367885649204254f,
+ 0.0530134886503220f, -0.0594746433198452f, -0.4202788472175598f,
+ -0.3198192119598389f, -0.4553299248218536f, -0.0977833494544029f,
+ 0.3291664123535156f, -0.2105661183595657f, -0.3803849816322327f,
+ -0.4744121730327606f, 0.1809756308794022f, -0.1214361414313316f,
+ 0.4314023256301880f, 0.2876732051372528f, 0.8304818868637085f,
+ 0.1763843595981598f, 0.0658509656786919f, -0.4992817938327789f,
+ -0.2557983100414276f, 0.1964618414640427f, -0.4310320913791656f,
+ 0.0987607240676880f, 0.0906736552715302f, 0.3425142467021942f,
+ 0.0933520197868347f, -0.0383305065333843f, -0.2290076464414597f,
+ -0.0479730106890202f, -0.0373234674334526f, -0.1567596495151520f,
+ 0.1131638884544373f, -0.0519099086523056f, -0.2527617514133453f,
+ 0.0709841027855873f, -0.0763974636793137f, 0.2806055247783661f,
+ 0.1319287121295929f, -0.3359412848949432f, -0.0230371244251728f,
+ 0.2765458822250366f, -0.1043113619089127f, 0.0314614474773407f,
+ 0.1653885096311569f, -0.4334138631820679f, -0.5464317202568054f,
+ 0.0980835258960724f, -0.0380127094686031f, -0.5755872726440430f,
+ 0.1565702855587006f, 0.3057565689086914f, 0.1963500976562500f,
+ -0.0917817428708076f, 0.1778378635644913f, 0.0429154746234417f,
+ 0.0580573901534081f, -0.2985886633396149f, 0.0523857809603214f,
+ -0.0315584689378738f, -0.0702292472124100f, -0.1916568577289581f,
+ -0.0254949741065502f, -0.1014686524868011f, 0.3767409920692444f,
+ 0.0723130404949188f, 0.2870755195617676f, 0.0087422635406256f,
+ 0.1888103634119034f, 0.0083408961072564f, -0.2800105512142181f,
+ 0.3770611882209778f, -0.3197182416915894f, 0.1455663293600082f,
+ 0.1646357476711273f, -0.3011812269687653f, -0.4637177586555481f,
+ -0.0313433632254601f, 0.6663437485694885f, -0.2029962092638016f,
+ -0.4859649837017059f, 0.1235485076904297f, -0.2642253339290619f,
+ 0.0446717590093613f, -0.1848956048488617f, 0.0798679888248444f,
+ -0.0551773607730865f, -0.1650947779417038f, -0.0132707338780165f,
+ 0.0622046701610088f, -0.0488231405615807f, 0.0205700285732746f,
+ 0.2864016294479370f, 0.5834808945655823f, 0.0505051948130131f,
+ -0.0757277831435204f, -0.0392606891691685f, -0.0775702968239784f,
+ 0.1245720759034157f, 0.1006174609065056f, 0.3038709461688995f,
+ -0.1931415796279907f, -0.1217724755406380f, -0.0111861377954483f,
+ -0.0990581512451172f, -0.0017796168103814f, -0.4277367591857910f,
+ -0.0228673871606588f, -0.2066230773925781f, -0.2787835299968719f,
+ 0.3432306647300720f, 0.2590540945529938f, 0.3210654556751251f,
+ -0.4149101078510284f, 0.3577965497970581f, -0.3880729973316193f,
+ 0.0190446153283119f, -0.0225246120244265f, -0.4234162867069244f,
+ 0.0124210203066468f, 0.0673457458615303f, 0.0863499194383621f,
+ -0.1370419114828110f, -0.3025793135166168f, 0.1276937574148178f,
+ -0.0650858432054520f, 0.1878080666065216f, 0.1082508862018585f,
+ -0.2704826593399048f, -0.0795164778828621f, 0.2494312226772308f,
+ -0.2188175767660141f, 0.0176599845290184f, 0.0923588871955872f,
+ 0.0195453036576509f, -0.1496399790048599f, 0.1676273494958878f,
+ 0.1747932434082031f, -0.0370715856552124f, -0.0766289606690407f,
+ 0.0394159778952599f, -0.3074005246162415f, -0.1125134378671646f,
+ 0.1609527021646500f, -0.2526622116565704f, 0.1920959502458572f,
+ 0.1567735821008682f, 0.3424225151538849f, 0.4510921835899353f,
+ -0.1265409737825394f, 0.2452158629894257f, -0.1416140347719193f,
+ 0.2967444062232971f, 0.0378867313265800f, -0.1033753529191017f,
+ -0.0985234975814819f, -0.1246093139052391f, -0.0391837805509567f,
+ 0.2117834240198135f, 0.3323589563369751f, -0.1671906858682632f,
+ -0.1112232431769371f, 0.1595781892538071f, -0.3303278982639313f,
+ -0.1630786806344986f, -0.0357927046716213f, 0.0973094031214714f,
+ 0.0124005498364568f, 0.2006813287734985f, 0.0185647066682577f,
+ 0.2342188805341721f, -0.0946617946028709f, 0.5631098151206970f,
+ -0.2446025460958481f, -0.2537513971328735f, -0.1204712986946106f,
+ -0.0676962956786156f, -0.0011686723446473f, 0.1543332487344742f,
+ -0.0389941632747650f, 0.0816039517521858f, 0.1016195416450500f,
+ -0.1873084008693695f, 0.3461022973060608f, -0.1351435780525208f,
+ 0.7481908798217773f, -0.3653276860713959f, 0.4740433990955353f,
+ -0.0048514283262193f, -0.5199545621871948f, 0.1635997742414474f,
+ -0.1646548509597778f, -0.0931263789534569f, 0.5566594600677490f,
+ 0.4101632237434387f, 0.5772104263305664f, -0.5018821954727173f,
+ -0.1515738219022751f, 0.4938372969627380f, 0.2423806935548782f,
+ -0.2646608054637909f, 0.1356553882360458f, 0.6574225425720215f,
+ -0.5480082035064697f, 0.0897950604557991f, 0.5067572593688965f,
+ 0.1019162982702255f, -0.2572464048862457f, -0.4029399156570435f,
+ 0.0054328260011971f, -0.3148518800735474f, 0.2524855136871338f,
+ -0.2041697502136230f, -0.1363105773925781f, 0.2344705164432526f,
+ -0.2869972884654999f, -0.2305970191955566f, 0.0371230281889439f,
+ 0.0765758380293846f, -0.1728620976209641f, -0.0884876549243927f,
+ 0.2798945009708405f, 0.4246475398540497f, 0.0153323914855719f,
+ 0.0821493566036224f, 0.1938483417034149f, 0.3234569132328033f,
+ -0.2192002087831497f, -0.1617711037397385f, -0.0094140870496631f,
+ 0.0909078344702721f, -0.0471413023769855f, -0.2856746613979340f,
+ 0.2026452124118805f, -0.3293055891990662f, 0.2382746338844299f,
+ 0.2050903141498566f, -0.0331752300262451f, -0.3242699205875397f,
+ -0.0803101584315300f, 0.0075391610153019f, -0.1869305521249771f,
+ 0.0236123856157064f, -0.2004579305648804f, 0.2629005908966064f,
+ -0.1418734341859818f, 0.0154343461617827f, -0.0308038685470819f,
+ -0.3542529344558716f, -0.5040567517280579f, -0.2918087542057037f,
+ 0.5060916543006897f, -0.0050263782031834f, 0.0867297500371933f,
+ 0.5731345415115356f, 0.5995180010795593f, 0.5635744333267212f,
+ 0.0416039898991585f, 0.8192281126976013f, -0.7884081602096558f,
+ 0.1972641795873642f, 0.5012079477310181f, -0.1220473125576973f,
+ 0.4532267749309540f, 0.0119226425886154f, 0.5011543631553650f,
+ 0.0195561051368713f, -0.1402970403432846f, -0.2305304408073425f,
+ -0.3134875893592834f, 1.0125283002853394f, 0.1075778976082802f,
+ -0.2825708389282227f, 0.3166547417640686f, -0.0372143648564816f,
+ -0.2994510233402252f, -0.0820455178618431f, 0.3415658473968506f,
+ -0.0328409448266029f, -0.1921191066503525f, -0.0092031275853515f,
+ -0.0225350819528103f, 0.2417575418949127f, -0.4083413481712341f,
+ -0.0210597161203623f, 0.3978950977325439f, -0.0718089938163757f,
+ -0.0085819326341152f, 0.2711767256259918f, -0.0085972975939512f,
+ -0.0654366761445999f, 0.4430883824825287f, 0.5004979968070984f,
+ -0.3415378630161285f, 0.2552514970302582f, 0.1944154500961304f,
+ -0.0158384200185537f, -0.0140470527112484f, 0.2868811786174774f,
+ -0.5003447532653809f, 0.0196064468473196f, -0.2275744974613190f,
+ 0.2579839527606964f, 0.3060303926467896f, -0.7459270954132080f,
+ -0.5213161706924438f, 0.0776974931359291f, -0.1231343001127243f,
+ 0.4390912353992462f, -0.1158856749534607f, 0.2962333858013153f,
+ -0.1621853858232498f, -0.1836295723915100f, 0.5003823041915894f,
+ 0.1149538680911064f, -0.1377884298563004f, 0.1324046701192856f,
+ -0.1020537242293358f, -0.2169351279735565f, -0.2829327285289764f,
+ -0.2715525627136230f, -0.0940336287021637f, -0.0036866103764623f,
+ 0.0479080826044083f, 0.0297311525791883f, 0.0909759402275085f,
+ 0.0050464863888919f, -0.0955541729927063f, -0.1309195756912231f,
+ -0.2452142834663391f, -0.1297609806060791f, 0.0271977502852678f,
+ -0.1934795677661896f, -0.0544953756034374f, -0.2954352200031281f,
+ -0.1861178576946259f, -0.2125878334045410f, 0.1009223088622093f,
+ -0.1105727925896645f, -0.1790702491998672f, 1.0195722579956055f,
+ -0.0006635943427682f, -0.0869017615914345f, -0.0302057266235352f,
+ 0.0594800338149071f, -0.2642662227153778f, -0.5476546287536621f,
+ 0.0255913361907005f, 0.0896089375019073f, -0.1743374019861221f,
+ 0.3729508519172668f, 0.1186589524149895f, 0.5901508927345276f,
+ 0.3551784753799438f, -0.1066762357950211f, 0.3598947823047638f,
+ 0.0428186766803265f, 0.1648054420948029f, -0.2605866193771362f,
+ -0.1408213376998901f, -0.3220406472682953f, -0.1246548816561699f,
+ 0.2827786207199097f, -0.2377623915672302f, -0.2343093007802963f,
+ 0.2289620935916901f, 0.1491289287805557f, -0.1381222307682037f,
+ 0.0073714810423553f, -0.0716076716780663f, -0.3699509501457214f,
+ -0.2160133570432663f, -0.1425583511590958f, -0.1763118654489517f,
+ 0.0530050657689571f, -0.1199589893221855f, -0.1836850941181183f,
+ -0.2364035546779633f, -0.2040245682001114f, 0.2437688559293747f,
+ 0.2945926487445831f, -0.2286537587642670f, 0.1778357475996017f,
+ 0.2492715418338776f, -0.0233149640262127f, -0.0717046186327934f,
+ 0.0823803097009659f, 0.1681913435459137f, -0.2685813903808594f,
+ 0.0551089458167553f, -0.0528578534722328f, 0.0467670634388924f,
+ -0.0686016529798508f, -0.4116391539573669f, -0.3967122137546539f,
+ -0.2680855691432953f, -0.3669172823429108f, 0.0444506034255028f,
+ 0.0987149700522423f, -0.2412591427564621f, 0.1348733901977539f,
+ 0.3194445967674255f, 0.1463990211486816f, 0.1934240907430649f,
+ 0.0630546063184738f, 0.1066455468535423f, -0.0671438202261925f,
+ 0.0932561010122299f, 0.0758179724216461f, -0.3448587954044342f,
+ 0.1825588047504425f, 0.1780507713556290f, 0.0200279057025909f,
+ 0.1120828315615654f, -0.1267542988061905f, -0.0696367993950844f,
+ -0.1792184412479401f, -0.0425792522728443f, -0.6069909334182739f,
+ 0.3974439501762390f, 0.1141360402107239f, 0.0710319131612778f,
+ -0.1849640458822250f, 0.0767231807112694f, -0.1621966361999512f,
+ -0.5657864212989807f, -0.0772056579589844f, 0.4121097028255463f,
+ 0.1111873239278793f, 0.1672174185514450f, -0.0728152766823769f,
+ -0.1732780188322067f, 0.0114519540220499f, 0.4444662332534790f,
+ 0.0045350068248808f, -0.3381215929985046f, -0.3956931233406067f,
+ 0.0694805011153221f, 0.0558471642434597f, 0.0101366145536304f,
+ -0.1949213594198227f, 0.0128413969650865f, -0.1986158341169357f,
+ 0.3541788458824158f, 0.2594108879566193f, -0.3892546892166138f,
+ 0.0319731049239635f, -0.3868471980094910f, -0.5271818041801453f,
+ 0.0302819889038801f, -0.1087241694331169f, 0.4210424423217773f,
+ 0.2036031782627106f, -0.0744800493121147f, 0.0638805553317070f,
+ 0.2915392220020294f, 0.3252698481082916f, -0.3655217885971069f,
+ 0.3217994868755341f, -0.2466554343700409f, 0.1924193054437637f,
+ -0.6219649910926819f, -1.0159131288528442f, -0.2798867821693420f,
+ 0.0240107644349337f, 0.0006449503707699f, 0.2219714224338531f,
+ 0.0454869605600834f, 0.4031994938850403f, -0.3138692080974579f,
+ 0.0797376558184624f, 0.4212391972541809f, 0.1410270035266876f,
+ -0.2400798350572586f, -0.1809297949075699f, 0.1964449137449265f,
+ -0.3260878622531891f, -0.0552058182656765f, 0.1778761744499207f,
+ 0.0367632508277893f, -0.2392083108425140f, 0.0164374075829983f,
+ 0.0472762845456600f, 0.0169650893658400f, -0.0564625635743141f,
+ -0.1381603926420212f, -0.2559914886951447f, -0.0091820135712624f,
+ -0.0976424664258957f, -0.1180340275168419f, 0.0131650110706687f,
+ -0.1993775367736816f, 0.1089676022529602f, -0.1267195343971252f,
+ 0.1636995971202850f, 0.1463550925254822f, -0.2265344858169556f,
+ -0.1167910844087601f, -0.0385692678391933f, -0.1893358975648880f,
+ -0.2454256564378738f, 0.2936047017574310f, -0.0198852904140949f,
+ 0.0658185333013535f, 0.2282333225011826f, -0.5207300782203674f,
+ 0.1313960701227188f, -0.1228154599666595f, 0.2148198485374451f,
+ 0.5307322740554810f, -0.5546325445175171f, -0.2539120316505432f,
+ 0.2274471670389175f, 0.0007676534587517f, 0.0854837968945503f,
+ 0.4653341472148895f, 0.4675931334495544f, -0.1726830303668976f,
+ -0.0917664840817451f, 0.3341782987117767f, 0.2178027778863907f,
+ -0.2624394595623016f, -0.4543587565422058f, 0.4740634560585022f,
+ -0.1921005845069885f, -0.1469212025403976f, 0.4655277431011200f,
+ -0.0582174733281136f, 0.2694380879402161f, 0.1597893834114075f,
+ 0.0745192021131516f, -0.9171388149261475f, -0.3643464148044586f,
+ 0.0721052885055542f, -0.4622254371643066f, -0.5153701305389404f,
+ 0.0385758504271507f, -0.2135338485240936f, 0.7064178586006165f,
+ 0.1219085305929184f, 0.2899391949176788f, 0.1285027563571930f,
+ -0.0087174978107214f, -0.1061577275395393f, -0.2321601957082748f,
+ 0.6360561847686768f, -0.7281527519226074f, -0.4493981897830963f,
+ 0.1649985015392303f, -0.3082431852817535f, 0.3500702679157257f,
+ 0.0023919914383441f, 0.3093043565750122f, 0.0486580543220043f,
+ -0.1539790183305740f, 0.2484965771436691f, 0.1739127635955811f,
+ 0.1255779117345810f, -0.6999046802520752f, -0.0251078605651855f,
+ 0.4669445753097534f, -0.1761639416217804f, -0.8373110890388489f,
+ 0.3820863962173462f, 0.0109958443790674f, -0.1492706686258316f,
+ 0.1458879560232162f, 0.1658889502286911f, 0.6024331450462341f,
+ -0.0125221312046051f, -0.3659831285476685f, 0.2473917901515961f,
+ -0.1357596367597580f, -0.2996630370616913f, -0.1624709963798523f,
+ 0.1611558496952057f, -0.1313928365707397f, 0.1499660015106201f,
+ -0.0996982753276825f, 0.3574694991111755f, -0.5490240454673767f,
+ 0.3600894808769226f, -0.7670153379440308f, -0.1175658628344536f,
+ 0.0890104919672012f, 0.5295913219451904f, 0.3503379821777344f,
+ -0.8875080943107605f, 0.1873007863759995f, 0.2960377633571625f,
+ -0.1795361638069153f, -0.4166860282421112f, -0.7894457578659058f,
+ 0.8107933998107910f, -0.3979039788246155f, 0.3758705258369446f,
+ -0.1759490519762039f, -0.0715882331132889f, -0.0909067019820213f,
+ -0.0250112041831017f, 0.3281037211418152f, -0.2746075987815857f,
+ 0.2262920588254929f, -0.0363181568682194f, 0.0870659872889519f,
+ -0.4495853483676910f, -0.3199467062950134f, -0.1526668965816498f,
+ -0.0376440808176994f, 0.1371176093816757f, -0.4034770131111145f,
+ 0.3704853951931000f, 0.0709586665034294f, 0.0748980790376663f,
+ 0.3352152705192566f, 0.0953670516610146f, 0.2899469137191772f,
+ -0.1237363740801811f, -0.3041967749595642f, -0.2648640275001526f,
+ -0.3754418790340424f, -0.2284488230943680f, -0.3236970603466034f,
+ -0.4617694020271301f, 0.0215380899608135f, 0.1059419065713882f,
+ 0.0779597610235214f, -0.0397876240313053f, -0.4249730706214905f,
+ -0.3515956401824951f, -0.4138120710849762f, -0.0197046604007483f,
+ 0.1075140461325645f, -0.4208486080169678f, 0.4182420670986176f,
+ -0.4402836263179779f, 0.1528323739767075f, 0.0462009757757187f,
+ -0.3329943418502808f, -0.4958019554615021f, -0.2945052683353424f,
+ 0.1172537133097649f, -0.6051445603370667f, 0.3260818421840668f,
+ -0.0524423606693745f, -0.2471339255571365f, 0.2477195262908936f,
+ -0.0876120328903198f, -0.0828475654125214f, -0.4026238322257996f,
+ -0.2223643660545349f, 0.1291949450969696f, 0.0906115621328354f,
+ 0.0486504957079887f, -0.3849919736385345f, -0.0013626876752824f,
+ 0.6672321557998657f, 0.2412168830633163f, -0.9094350934028625f,
+ -0.1626491546630859f, -0.4275277256965637f, -0.1028837636113167f,
+ 0.2192459404468536f, -0.1334976553916931f, 0.0615600198507309f,
+ 0.3362769484519958f, -0.2651283144950867f, 0.7194871902465820f,
+ 0.1513816863298416f, -0.1514850556850433f, -0.0977478995919228f,
+ -0.1861501634120941f, 0.3802113234996796f, 0.5572435259819031f,
+ 0.0417395569384098f, -0.2283418476581573f, -0.0808233842253685f,
+ -0.1408521682024002f, -0.3557730615139008f, -0.0180645547807217f,
+ -0.3773801326751709f, 0.2100134938955307f, 0.0877384990453720f,
+ -0.3427732586860657f, 0.1449248343706131f, 0.2480853945016861f,
+ -0.5247142314910889f, -0.4773788154125214f, 0.2241973727941513f,
+ 0.3409575223922729f, -0.7039329409599304f, 0.3255035877227783f,
+ 0.0479937195777893f, 0.3493870794773102f, -0.2653545141220093f,
+ -0.0615247152745724f, 0.1997803747653961f, 0.5372813344001770f,
+ 0.1623411625623703f, -0.0174147039651871f, -0.0499460026621819f,
+ 0.0162985026836395f, 0.4347242414951324f, 0.1630426645278931f,
+ 0.3464362621307373f, -0.1216802746057510f, -0.1507883518934250f,
+ -0.2069441974163055f, -0.0386874005198479f, 0.1776418983936310f,
+ -0.2004124671220779f, -0.2429004013538361f, 0.0445480532944202f,
+ 0.2644357681274414f, 0.3298727273941040f, -0.0835788771510124f,
+ 0.3887769877910614f, -0.1689799427986145f, -0.1642515808343887f,
+ 0.1209666132926941f, -0.0331563726067543f, 0.3043384850025177f,
+ -0.1291876584291458f, 0.1401455104351044f, -0.1303715258836746f,
+ -0.1347987949848175f, 0.3855009973049164f, 0.0628386363387108f,
+ 0.1395663172006607f, -0.1871429979801178f, 0.0467410273849964f,
+ 0.1117428615689278f, -0.0504491850733757f, 0.0419681742787361f,
+ -0.2717735469341278f, 0.0640673860907555f, 0.1619926542043686f,
+ -0.0395516268908978f, 0.1574214398860931f, 0.5917672514915466f,
+ 0.3676844835281372f, -0.1946577131748199f, -0.1544030606746674f,
+ 0.0145783871412277f, 0.1209280341863632f, 0.3573192358016968f,
+ -0.2369986623525620f, -0.1320716738700867f, -0.5872049331665039f,
+ -0.1268167048692703f, 0.4112772345542908f, 0.2335558086633682f,
+ -0.0736958160996437f, 0.1402240544557571f, 0.1051783114671707f,
+ -0.2387333065271378f, -0.0724255442619324f, 0.1106107234954834f,
+ 0.2729433774948120f, -0.2846211493015289f, -0.0025467122904956f,
+ -0.2565426528453827f, 0.2105663716793060f, 0.0571315623819828f,
+ 0.0218236539512873f, -0.0425188168883324f, 0.1384255737066269f,
+ -0.4130411744117737f, -0.1853162497282028f, -0.0853478685021400f,
+ 0.0558202043175697f, 0.0065182521939278f, 0.3350223302841187f,
+ 0.0142990900203586f, -0.4356179833412170f, -0.0738592743873596f,
+ 0.1785518974065781f, -0.2477843910455704f, -0.2368074506521225f,
+ -0.2003416270017624f, -0.1934399157762527f, -0.1667743772268295f,
+ 0.0866043493151665f, 0.0324980355799198f, 0.3071916699409485f,
+ 0.2295449376106262f, -0.0121806664392352f, 0.0984773188829422f,
+ -0.2666341364383698f, -0.0861226990818977f, -0.1965692490339279f,
+ -0.0207130778580904f, 0.4428829252719879f, -0.2679516971111298f,
+ -0.2990033328533173f, 0.0045033046044409f, -0.0251690652221441f,
+ 0.1584542840719223f, -0.3441289961338043f, -0.0235803630203009f,
+ 0.2427140772342682f, -0.2246895134449005f, -0.3231425583362579f,
+ 0.3201524913311005f, -0.0543221756815910f, 0.1427673101425171f,
+ 0.0840197876095772f, 0.0117526240646839f, 0.1339273452758789f,
+ 0.3490535318851471f, 0.0812159478664398f, -0.1205094978213310f,
+ -0.0259883347898722f, -0.0180904474109411f, -0.0177366305142641f,
+ 0.0975185781717300f, 0.0096301250159740f, -0.1947377175092697f,
+ 0.1456686556339264f, -0.2501942217350006f, -0.1371543407440186f,
+ 0.2268899232149124f, -0.1674771904945374f, -0.2390361428260803f,
+ -0.4004244208335876f, 0.1182081177830696f, -0.1391489058732986f,
+ 0.3875216841697693f, 0.3007783591747284f, 0.1849776506423950f,
+ -0.3859369158744812f, -0.3853701353073120f, 0.7379945516586304f,
+ 0.0812702476978302f, -0.1516269147396088f, 0.1557138413190842f,
+ -0.0028967205435038f, -0.0187479443848133f, -0.0575171820819378f,
+ -0.1502534002065659f, -0.0479550510644913f, 0.1966685056686401f,
+ 0.1357647031545639f, -0.0248433668166399f, -0.1984101235866547f,
+ -0.0394880510866642f, 0.3989435732364655f, -0.0229407008737326f,
+ -0.3687871396541595f, 0.0884876921772957f, -0.1997212022542953f,
+ -0.0487289279699326f, -0.2008218467235565f, 0.0323501899838448f,
+ -0.0274847280234098f, -0.2500679492950439f, -0.1017241105437279f,
+ 0.0206117127090693f, 0.0891877189278603f, -0.0859176814556122f,
+ 0.1526160091161728f, -0.2206237167119980f, 0.0554359406232834f,
+ 0.1099963039159775f, -0.1469256579875946f, -0.1007262393832207f,
+ 0.2086819857358932f, 0.2632465064525604f, 0.2788769304752350f,
+ -0.2182874232530594f, 0.6339949965476990f, -0.0377277322113514f,
+ 0.0511393286287785f, -0.3677492737770081f, 0.2020495980978012f,
+ -0.0432177819311619f, -0.1080192700028419f, 0.0628855228424072f,
+ -0.0064262277446687f, -0.1010299101471901f, -0.1619233638048172f,
+ -0.1939978450536728f, -0.3151775300502777f, -0.0643707439303398f,
+ -0.0012001628056169f, -0.1672322750091553f, 0.1387157440185547f,
+ 0.1053480729460716f, 0.3500885665416718f, 0.6144148707389832f,
+ 0.6669069528579712f, 0.0010469326516613f, 1.2696183919906616f,
+ -0.2991240024566650f, -0.2848773002624512f, 0.1248072907328606f,
+ -0.0534697882831097f, -0.0181801281869411f, 2.0624146461486816f,
+ -0.0353966653347015f, -0.2793339788913727f, 0.3800345659255981f,
+ -0.2351696938276291f, -0.2107591927051544f, 0.1266731172800064f,
+ 0.2922052741050720f, -1.2896436452865601f, 0.5537893772125244f,
+ 0.0132420007139444f, -0.2213487923145294f, -0.3321289718151093f,
+ 0.5591313242912292f, -0.2310514897108078f, -0.2340276986360550f,
+ 0.1452058851718903f, 0.5031118988990784f, -0.8981617689132690f,
+ 0.8662082552909851f, 0.1418401151895523f, -0.0493569932878017f,
+ -0.3851263225078583f, 0.0344474017620087f, 0.3285220861434937f,
+ 0.6038953065872192f, 0.0201544668525457f, 0.2822210490703583f,
+ -0.3423350751399994f, -0.8394862413406372f, 0.5667465925216675f,
+ -0.7215161919593811f, -0.0899027958512306f, 1.0309602022171021f,
+ 0.0751365572214127f, 0.7311895489692688f, -0.0086689954623580f,
+ 0.0359683372080326f, -0.2208819091320038f, 0.2212501466274261f,
+ 0.1680468469858170f, -0.1691315174102783f, -0.0290904007852077f,
+ 0.3877490162849426f, 0.2990290820598602f, -0.0547790117561817f,
+ -0.1006072908639908f, 0.7532091736793518f, -0.0036122412420809f,
+ -0.1002372801303864f, -0.0171246528625488f, -0.1528422087430954f,
+ 0.0593162924051285f, 0.0864814892411232f, -0.0195795018225908f,
+ -0.7543224096298218f, 0.3931819796562195f, -0.4938863515853882f,
+ 0.1817744523286819f, 0.2918039262294769f, 0.7633023262023926f,
+ -0.0919553488492966f, 0.3371230065822601f, -0.0829981565475464f,
+ -0.0255705509334803f, -0.2385992705821991f, -0.2148910760879517f,
+ 0.0185566153377295f, 0.0979322269558907f, 0.0886106416583061f,
+ -0.3182532787322998f, 0.2761797308921814f, -0.3763679265975952f,
+ 0.0571346394717693f, 0.0837026014924049f, 0.0889627188444138f,
+ 0.3350820541381836f, 0.1675773710012436f, 0.1289816349744797f,
+ -0.0086424881592393f, -0.4441715478897095f, -0.7873166799545288f,
+ 0.0206357184797525f, 0.2199933826923370f, -0.0034165447577834f,
+ -0.1536064147949219f, 0.6188104748725891f, 0.4689704179763794f,
+ -0.6867371797561646f, 0.8787674903869629f, -0.0872030779719353f,
+ 1.1687223911285400f, -0.7180115580558777f, 0.1555728763341904f,
+ 1.5498514175415039f, -0.2010377198457718f, -1.9235175848007202f,
+ 0.5734070539474487f, -0.3700550794601440f, 0.3982554078102112f,
+ 0.1602388173341751f, -0.2249571084976196f, 0.7816960811614990f,
+ -0.3152583539485931f, 0.0691256001591682f, -0.1455942392349243f,
+ 0.4822264015674591f, -1.0726433992385864f, -0.5807943344116211f,
+ 0.2696857452392578f, -0.0464267954230309f, 0.1829712390899658f,
+ -0.2253944128751755f, 0.4116430282592773f, 0.3381677865982056f,
+ 0.1668720096349716f, 0.2228454649448395f, -0.0396316386759281f,
+ -0.4338701665401459f, -0.0196907036006451f, 0.9063636064529419f,
+ 0.1876376569271088f, 0.1910354495048523f, -0.5221745967864990f,
+ -0.2329698354005814f, -0.4549126029014587f, -1.1734504699707031f,
+ 0.6482354402542114f, -0.2016563713550568f, 0.8875399231910706f,
+ -0.2005834430456161f, -0.2747952640056610f, 0.9565176963806152f,
+ 0.0912186950445175f, 0.2080175876617432f, 0.1271828413009644f,
+ 0.0215200204402208f, -0.0515081584453583f, -0.3204770982265472f,
+ -0.1952046602964401f, 0.1217422634363174f, -0.0346382558345795f,
+ -0.1496988832950592f, 0.0692781358957291f, 1.2563413381576538f,
+ 0.2431136518716812f, 0.2300524562597275f, -0.0485190078616142f,
+ -0.1570519953966141f, 0.3461497426033020f, 0.0145224574953318f,
+ 0.1168764606118202f, -0.0015221358044073f, -0.3063834905624390f,
+ -0.1831881254911423f, -0.1533128917217255f, 0.0602507181465626f,
+ 0.1601755321025848f, 0.1528161168098450f, -0.4134339690208435f,
+ 0.1741446405649185f, -0.1344108581542969f, -0.5876031517982483f,
+ 0.1462546586990356f, 0.4167864322662354f, -0.0097347535192966f,
+ -0.1648800075054169f, 0.0368515923619270f, 0.3356772959232330f,
+ 0.2007796317338943f, 0.1275478452444077f, 0.2258265763521194f,
+ 0.1276035159826279f, 0.0140411742031574f, -0.5653989315032959f,
+ -0.4220887124538422f, -0.3893503248691559f, -0.6210228204727173f,
+ -0.1328337341547012f, -0.2270593792200089f, 0.1858141273260117f,
+ 0.1899436861276627f, 0.1278891861438751f, -0.2096797674894333f,
+ -0.1806404143571854f, -0.2423802018165588f, -0.3303824961185455f,
+ 0.4072387814521790f, -0.4646598696708679f, 0.0907002091407776f,
+ 0.0697384253144264f, -0.0356325879693031f, -0.0845964699983597f,
+ 0.0013246765593067f, 0.4262534081935883f, -0.1578061878681183f,
+ 0.2638141512870789f, 0.1668043732643127f, -0.0520343519747257f,
+ -0.0998671129345894f, -0.0184197016060352f, -0.4841060936450958f,
+ 0.1279855370521545f, 0.1907432228326797f, 0.8987137079238892f,
+ -0.0419881828129292f, 0.2434128969907761f, 0.6670292019844055f,
+ 0.0117474179714918f, -0.2215700298547745f, -0.2345704883337021f,
+ 0.1187481060624123f, -0.4360768795013428f, -0.1109045743942261f,
+ -0.1163596734404564f, 0.4630790054798126f, 0.5820708274841309f,
+ 0.0705985203385353f, -0.0834216028451920f, 0.1210176348686218f,
+ -0.0987135544419289f, 0.2717289924621582f, -0.5339826345443726f,
+ 0.7327637076377869f, -0.0595859996974468f, 0.0854119658470154f,
+ 0.1725951433181763f, -0.9277351498603821f, 0.4460750818252563f,
+ 0.1208831295371056f, -0.1994436532258987f, 0.0712257102131844f,
+ -0.5182069540023804f, 0.4613440334796906f, -0.7312560081481934f,
+ -0.1414789706468582f, 0.2348748445510864f, 0.0740489736199379f,
+ 0.2099988162517548f, -0.1254035234451294f, -0.5672489404678345f,
+ -0.2161290645599365f, -0.5246627926826477f, 0.2158686071634293f,
+ 0.3951031565666199f, -0.1260640770196915f, 0.3245751857757568f,
+ -0.3746047019958496f, 0.2887711524963379f, -0.1463900506496429f,
+ 0.2377752214670181f, 0.1234094575047493f, -0.6960296630859375f,
+ 0.1587717682123184f, 0.0706003680825233f, 1.2022557258605957f,
+ -0.0305451843887568f, 0.1218825504183769f, -0.3616186082363129f,
+ -0.3587384521961212f, -0.2383637577295303f, 0.2665436565876007f,
+ -0.0225818771868944f, 0.5372462272644043f, 0.0933833792805672f,
+ -0.2751249670982361f, -0.0452547483146191f, -0.1590498387813568f,
+ -0.7130217552185059f, -0.3957486450672150f, 0.0555689744651318f,
+ 0.4489434361457825f, 0.3126919567584991f, 0.6460087895393372f,
+ -0.0397655330598354f, -0.4112917780876160f, -0.2131141871213913f,
+ 0.0073645454831421f, 0.1931242793798447f, 0.0143070863559842f,
+ -0.0263460241258144f, 0.0543605498969555f, 0.1023408100008965f,
+ -0.1599039286375046f, 0.0205831360071898f, 0.0708519965410233f,
+ -0.1744827926158905f, 0.1856022477149963f, -0.7719773650169373f,
+ 0.1740929782390594f, 0.1230248808860779f, -0.2022458910942078f,
+ 0.0958313345909119f, 0.3981089890003204f, -0.1402309238910675f,
+ -0.3887098729610443f, -0.2653715014457703f, 0.2283032536506653f,
+ 0.1162037104368210f, -0.1297696232795715f, 0.2150707989931107f,
+ 0.8015490174293518f, -0.0124826524406672f, -0.2118973582983017f,
+ 0.3346638381481171f, 0.0994457080960274f, -0.0885399430990219f,
+ 0.0216127522289753f, 0.0851478949189186f, -0.3200557231903076f,
+ -0.2286915928125381f, -0.2181439846754074f, -0.0045361802913249f,
+ -0.2471670359373093f, 0.1707849651575089f, -0.0150706898421049f,
+ -0.4520356655120850f, -0.0138974981382489f, -0.0748016387224197f,
+ -0.1338746249675751f, -0.3254133760929108f, 0.3805011510848999f,
+ -0.1291546076536179f, -0.2039536237716675f, 0.0747057273983955f,
+ 0.5965566635131836f, -0.0177624858915806f, 0.2342783361673355f,
+ 0.0858255326747894f, 0.3209388256072998f, 0.1017479151487350f,
+ -0.2588850557804108f, 0.3529927432537079f, -0.0494884178042412f,
+ -0.0526384860277176f, 0.9611950516700745f, -0.7019337415695190f,
+ 0.3053757548332214f, -0.1460345685482025f, 0.2156331688165665f,
+ 0.2403586208820343f, 0.2395912706851959f, -0.0254610814154148f,
+ 0.5080154538154602f, 0.1656418442726135f, -0.8107294440269470f,
+ -0.2464200705289841f, 0.1258178502321243f, -0.3983649909496307f,
+ 0.0592024922370911f, 0.2276880741119385f, 0.3411485254764557f,
+ 0.2274409234523773f, 0.3001985549926758f, -0.0617880038917065f,
+ 0.1260606497526169f, 0.2073288261890411f, 0.7467866539955139f,
+ -0.4616062343120575f, 0.9158366322517395f, 0.3607108294963837f,
+ 0.7755147814750671f, -0.0322289280593395f, -0.2655787765979767f,
+ 0.0162330381572247f, 0.0695274025201797f, -1.1441339254379272f,
+ -0.5654687881469727f, -0.3433040380477905f, 0.0967892482876778f,
+ -0.1962808072566986f, -0.3638843894004822f, 0.7446123361587524f,
+ 0.0299467183649540f, -0.0888664200901985f, 0.1247153878211975f,
+ -0.1988658905029297f, -0.0141292586922646f, 0.2962788641452789f,
+ 0.0189729202538729f, 0.1910520941019058f, 0.0381108224391937f,
+ -0.0147667089477181f, 0.1071727722883224f, -0.2211142182350159f,
+ 0.2131253927946091f, 0.0845093578100204f, -0.1073629632592201f,
+ 0.2973008751869202f, -0.0779030248522758f, 0.2102817893028259f,
+ -0.2810074090957642f, -0.0751192942261696f, -0.8610462546348572f,
+ 0.2806918621063232f, -0.0524280592799187f, 0.1165875643491745f,
+ -0.1687026768922806f, 0.1592570245265961f, 0.0597384721040726f,
+ 0.0447177216410637f, 0.1314545273780823f, 0.9434797763824463f,
+ 0.1642459034919739f, -0.0213212482631207f, -0.1106046587228775f,
+ 0.3176092803478241f, 0.1981650739908218f, -0.3234137892723083f,
+ 0.2150702923536301f, -0.1382253766059875f, -0.0623036883771420f,
+ -0.0779831632971764f, 0.1568738669157028f, 0.0396401397883892f,
+ -0.0156146883964539f, -0.0932258814573288f, -0.0904351249337196f,
+ -0.0522365160286427f, 0.1754994541406631f, 0.1893655061721802f,
+ 0.3122482299804688f, -0.2204346805810928f, -0.2359004616737366f,
+ 0.0919244363903999f, -0.1722369343042374f, 0.1166496798396111f,
+ 0.2794356048107147f, 0.2534458339214325f, -0.1468438506126404f,
+ 0.1139020547270775f, 0.0867525935173035f, -0.1426473706960678f,
+ -0.1051062643527985f, 0.2702615857124329f, 0.0205635670572519f,
+ 0.1108525022864342f, -0.0482863374054432f, 0.2188807576894760f,
+ -0.8304601907730103f, 0.1620265394449234f, -1.5246293544769287f,
+ 0.0394422486424446f, -0.2857315540313721f, 0.4377222955226898f,
+ -0.7265534400939941f, -0.0302982479333878f, -0.6815183162689209f,
+ -0.1697813421487808f, -0.0272787511348724f, 0.2638785541057587f,
+ -0.1902720332145691f, -0.0514787547290325f, -0.0594820864498615f,
+ 0.2701865136623383f, -0.8896944522857666f, -0.0374143384397030f,
+ -0.3006119430065155f, -0.1466158926486969f, 0.1234191209077835f,
+ 0.2503710687160492f, 0.2036555260419846f, -0.1557550728321075f,
+ -0.4665363729000092f, -0.2955313920974731f, -0.4081237614154816f,
+ -0.0617839358747005f, 0.3640899956226349f, 0.1809545606374741f,
+ 0.0512332431972027f, 0.6097468137741089f, 0.7987359166145325f,
+ -0.8218600153923035f, 0.5103300809860229f, 0.4819580614566803f,
+ -0.0071776229888201f, -0.0597604811191559f, 0.1421921849250793f,
+ 1.0165249109268188f, -0.1016465574502945f, -1.8473557233810425f,
+ 0.6262234449386597f, -0.5383574962615967f, 0.4531634747982025f,
+ 0.5579046607017517f, 0.0570953153073788f, 0.7366483211517334f,
+ 1.4560304880142212f, -0.5116626620292664f, 0.7955260276794434f,
+ 0.4036056101322174f, -1.2477146387100220f, -1.2533080577850342f,
+ -0.4923206567764282f, 0.1762039512395859f, 0.9539728760719299f,
+ -0.2533066272735596f, 0.3256091773509979f, 1.0252424478530884f,
+ 0.1808571368455887f, 0.9262554049491882f, 0.2483168840408325f,
+ 0.8798390626907349f, -0.1814910471439362f, 0.2301245182752609f,
+ -0.0719746202230453f, 0.3134372830390930f, -0.2553644180297852f,
+ -1.2181059122085571f, -0.7001571059226990f, -0.8992190361022949f,
+ -0.4417332112789154f, -0.1291046887636185f, 1.2771614789962769f,
+ -0.0857225209474564f, -0.4966732859611511f, -0.2464719116687775f,
+ 1.3118396997451782f, -0.8456120491027832f, 0.0949488729238510f,
+ 0.6192969083786011f, -0.1891143918037415f, -0.5296263694763184f,
+ 0.1792878359556198f, 0.8512573838233948f, -0.0236635748296976f,
+ -0.5284005999565125f, 0.3848654329776764f, 0.2873663306236267f,
+ -0.3239377140998840f, -0.2464878261089325f, -0.0487656183540821f,
+ 0.0535154901444912f, -0.1717282533645630f, -0.5198746323585510f,
+ -0.6479997634887695f, 0.1591084003448486f, -0.2411972880363464f,
+ 0.0153372772037983f, 0.4962950646877289f, 0.0958101004362106f,
+ -0.0339944101870060f, 0.4357699155807495f, 0.9017980694770813f,
+ 0.4356910884380341f, 0.5730064511299133f, 0.3088037967681885f,
+ -0.3222173154354095f, 0.2523605227470398f, -0.3454655408859253f,
+ 0.0849510431289673f, -0.3203008174896240f, 0.0515105612576008f,
+ -0.3052545487880707f, 0.3284022212028503f, 0.5746132731437683f,
+ -0.3356423079967499f, -0.2376639097929001f, -0.1916189193725586f,
+ 0.2400049120187759f, -0.1593817472457886f, -0.2214093208312988f,
+ -0.0616979897022247f, -0.3873759210109711f, 0.8782923817634583f,
+ 0.1420166641473770f, 0.3202432394027710f, -0.4303301572799683f,
+ 0.2293283641338348f, 0.1270015239715576f, 0.4955049455165863f,
+ -0.0094643672928214f, 0.1618492752313614f, -0.1062072291970253f,
+ -0.0408251211047173f, 0.2022159993648529f, -1.9543402194976807f,
+ 0.5082956552505493f, -0.1261682212352753f, -0.1129047572612762f,
+ 0.0548988468945026f, 0.3010449409484863f, 0.0289806537330151f,
+ -0.4075378477573395f, -0.6435661911964417f, 0.1465739160776138f,
+ 0.2353183031082153f, 0.4964710474014282f, 0.8051229119300842f,
+ -0.8059566617012024f, -0.0106100877746940f, -0.1503994911909103f,
+ -0.2471326589584351f, 0.1148269698023796f, -0.5320767164230347f,
+ -0.1048179566860199f, 0.0529404617846012f, -0.0931575819849968f,
+ -0.1334439665079117f, 0.3082536160945892f, 0.1493726968765259f,
+ 0.0403637662529945f, 0.0111457919701934f, 0.2030507177114487f,
+ 0.0921358391642570f, 0.6126024127006531f, -0.4770077466964722f,
+ -0.1318765282630920f, 0.3110170662403107f, -0.2511526048183441f,
+ -0.1912403702735901f, 0.1017491444945335f, -0.1090028509497643f,
+ 0.4145899116992950f, 0.3512103855609894f, 0.0922817960381508f,
+ 0.4380201995372772f, 0.0594353377819061f, 0.7679035067558289f,
+ 0.0083225378766656f, 0.1618214547634125f, 0.2804233431816101f,
+ 0.1809840351343155f, 0.1098064705729485f, -1.0784282684326172f,
+ 0.3475739359855652f, -0.2514535486698151f, 0.0471266657114029f,
+ -0.3556407392024994f, 0.3417501449584961f, 0.3385105431079865f,
+ -0.3189150691032410f, -0.5139452219009399f, 0.3221957683563232f,
+ 0.1338901668787003f, 0.1430701464414597f, 0.0132041834294796f,
+ 0.1214303523302078f, 0.1852058172225952f, -0.3392816781997681f,
+ 0.0137961087748408f, 0.0803778842091560f, -0.6872987151145935f,
+ 0.1775949001312256f, 0.1912111639976501f, -0.1630491316318512f,
+ -0.2432123422622681f, -0.3995923101902008f, -0.1535009294748306f,
+ 0.2694167196750641f, -0.0010463994694874f, 0.3926653563976288f,
+ 0.0224122051149607f, 0.0215106196701527f, 0.5645365715026855f,
+ 0.1110730171203613f, -0.1739740669727325f, -0.3052764832973480f,
+ 0.1740609407424927f, 0.0273589808493853f, 0.0230952408164740f,
+ -0.1764833778142929f, 0.0686725154519081f, -0.0380834825336933f,
+ -0.2044524699449539f, -0.1381156295537949f, 0.4493468701839447f,
+ -0.4849980473518372f, -0.1254363059997559f, -0.0147775420919061f,
+ -0.5378413200378418f, -0.1053837612271309f, -0.5091655254364014f,
+ 0.0464887470006943f, -0.2419640868902206f, -0.0228056348860264f,
+ 0.1592666953802109f, 0.1913138926029205f, 0.3304460942745209f,
+ -0.0145292207598686f, -0.0889862179756165f, -0.4359636604785919f,
+ -0.5319156646728516f, 0.0552531220018864f, -0.0511392876505852f,
+ -0.1388080418109894f, 0.2724496424198151f, 0.4352526962757111f,
+ -0.2231719195842743f, 1.1456182003021240f, -0.6885445713996887f,
+ -0.3012375235557556f, -0.2911384701728821f, -0.2826191484928131f,
+ 0.6134589314460754f, -0.1055810451507568f, -0.4980595707893372f,
+ -0.2763009667396545f, 0.0729803517460823f, 0.3412119150161743f,
+ 0.0100893015041947f, 0.1442999988794327f, 0.4328909218311310f,
+ -0.1050930917263031f, 0.6546648144721985f, -0.0631757229566574f,
+ -0.1953566968441010f, 0.1931030154228210f, -0.1322354078292847f,
+ -0.0375878959894180f, 1.1289771795272827f, 0.3167913258075714f,
+ -1.3767641782760620f, 0.4374702870845795f, 0.7457371950149536f,
+ 0.0902706384658813f, -0.7298938035964966f, 0.5159382820129395f,
+ 1.1023797988891602f, -0.6427671909332275f, -2.1863133907318115f,
+ 0.7372884154319763f, -0.3000027239322662f, 0.3691305220127106f,
+ -0.0105777094140649f, -0.1256951689720154f, 0.8201655745506287f,
+ 0.1333969086408615f, -0.5342772006988525f, 1.2928237915039062f,
+ 0.0860621482133865f, -0.7440900206565857f, -0.5718616843223572f,
+ -0.2164198160171509f, -0.1584827005863190f, 0.3625932335853577f,
+ 0.2659267485141754f, 0.4720104038715363f, 0.7702436447143555f,
+ 0.2754073739051819f, 0.1416612416505814f, -0.0611989200115204f,
+ 0.0030664375517517f, 0.1898993700742722f, 0.5416800379753113f,
+ -0.2214176654815674f, 0.1409627050161362f, -0.5701814889907837f,
+ -0.0636850446462631f, -0.5112374424934387f, -0.7140302062034607f,
+ -0.4014302790164948f, -0.4017416834831238f, 0.8901350498199463f,
+ -0.1602209210395813f, -0.2671130895614624f, -0.0709368586540222f,
+ 0.2507399320602417f, 1.0237840414047241f, 0.1987019181251526f,
+ -0.3937326669692993f, 0.5826378464698792f, 1.4507639408111572f,
+ 0.1373251527547836f, -0.5128620266914368f, 0.0993861481547356f,
+ 0.6919165849685669f, -0.8070869445800781f, -1.7719188928604126f,
+ 0.7945169210433960f, 0.4490438401699066f, -0.3462312519550323f,
+ -0.4081476032733917f, 0.3939331471920013f, -0.3684208095073700f,
+ -0.7319256067276001f, -0.8570164442062378f, 1.3546289205551147f,
+ 0.5371994972229004f, -0.0251127239316702f, -1.0139997005462646f,
+ -0.3153629601001740f, -0.2731629014015198f, 0.4933909177780151f,
+ 0.5137142539024353f, 0.0599138848483562f, -0.2264493852853775f,
+ -0.1684273481369019f, -0.4573835730552673f, -0.4605458080768585f,
+ -0.2187938839197159f, -0.4609913527965546f, 0.5669109821319580f,
+ 0.2266089022159576f, 0.2200027406215668f, 0.3506774604320526f,
+ -0.3602263629436493f, -0.1966604590415955f, -0.5905697345733643f,
+ 0.2541116774082184f, -0.3642520010471344f, 0.8617995977401733f,
+ -0.2671257853507996f, -0.2353173792362213f, 0.2506853640079498f,
+ 0.3215501904487610f, -0.2554050087928772f, -0.3396846652030945f,
+ 0.0689189657568932f, -0.0070742270909250f, -0.7898707985877991f,
+ 0.2125207632780075f, 0.6537930369377136f, 0.2361415773630142f,
+ 0.2068166434764862f, 0.1472667306661606f, -1.5079253911972046f,
+ 0.1279410272836685f, -0.2724139690399170f, 0.2151425629854202f,
+ -0.2545116543769836f, -0.5228662490844727f, -0.3224353790283203f,
+ -1.9919880628585815f, 1.1243536472320557f, -2.2455000877380371f,
+ 0.8226628899574280f, 0.3870442211627960f, -0.3145171403884888f,
+ -0.1796014159917831f, 0.5905236005783081f, 0.4806765019893646f,
+ 0.2379968017339706f, 0.1184504032135010f, 1.3848739862442017f,
+ 0.7352914214134216f, 0.4348127543926239f, 0.7473742961883545f,
+ -0.7756319046020508f, 0.7571094036102295f, 0.0100244944915175f,
+ 0.6764900684356689f, 0.5480979084968567f, -1.1777009963989258f,
+ -0.6346597671508789f, -0.5096101760864258f, 0.1239720433950424f,
+ 0.6867035031318665f, -0.1064142808318138f, 0.6537658572196960f,
+ -0.0267557743936777f, -0.4713986814022064f, 0.3576625883579254f,
+ 0.2918771505355835f, 0.3284591138362885f, 0.5585033893585205f,
+ 0.1326336264610291f, 0.0498741567134857f, 0.1352928727865219f,
+ -0.1826428771018982f, -0.4973074197769165f, 0.0581534281373024f,
+ 0.1710268855094910f, 0.0782178938388824f, -1.4738204479217529f,
+ 0.4382496476173401f, -0.3065153658390045f, 0.2290636450052261f,
+ 0.5600852370262146f, -0.0832133963704109f, -0.0552876628935337f,
+ 0.0538142845034599f, -1.0142881870269775f, 0.4502163231372833f,
+ -0.0208766441792250f, 0.0800248533487320f, -0.2871959805488586f,
+ 0.4224273860454559f, -0.2753190994262695f, 0.9819874167442322f,
+ -0.0981394946575165f, 0.2175248265266418f, -0.9854941964149475f,
+ 0.2743167281150818f, -0.1129223853349686f, 0.2461138516664505f,
+ 0.4698952734470367f, 0.3919346630573273f, 0.2484292834997177f,
+ -0.1402623802423477f, 0.1917528361082077f, 0.0063306251540780f,
+ -0.3463995456695557f, -0.7956079244613647f, -0.5365642309188843f,
+ -0.3526139855384827f, -0.8019273281097412f, 0.4554938971996307f,
+ -0.3079551458358765f, -0.5827915072441101f, 0.3169396221637726f,
+ 0.3693549931049347f, -0.3261646926403046f, 0.4874092042446136f,
+ 0.6903479099273682f, -0.7733669877052307f, -0.5813475847244263f,
+ -0.1326120644807816f, 0.1357553452253342f, -0.2074225097894669f,
+ -1.0240443944931030f, -0.2922282814979553f, 5.5608148574829102f,
+ -0.6547576785087585f, -0.0773064270615578f, 0.3034023046493530f,
+ 0.4867133498191833f, -0.3780970275402069f, -0.8499459624290466f,
+ -0.5743893384933472f, 0.6048196554183960f, -0.8038278818130493f,
+ -0.4722192585468292f, 0.5561686754226685f, 1.1990424394607544f,
+ 0.3823924958705902f, 0.2415297478437424f, -0.7326823472976685f,
+ 0.3440932631492615f, -0.7071907520294189f, -0.3134798109531403f,
+ -0.0579217225313187f, 0.4750004708766937f, -0.4319225847721100f,
+ 0.1431628912687302f, 0.2344502657651901f, -0.6991136074066162f,
+ 0.5781488418579102f, 0.2265590578317642f, 0.3191601336002350f,
+ 1.0471339225769043f, 0.6099290847778320f, 0.6300204396247864f,
+ -0.1505793929100037f, 1.2836527824401855f, -1.5266729593276978f,
+ 0.3114352822303772f, 0.7408022880554199f, -0.1541908085346222f,
+ -0.1447150856256485f, 2.0016300678253174f, 0.1657850891351700f,
+ -2.0262875556945801f, 1.6627334356307983f, 1.5697151422500610f,
+ 1.3126255273818970f, -1.4931889772415161f, 0.7365964651107788f,
+ 2.1108441352844238f, -1.6597290039062500f, -2.5834686756134033f,
+ 1.7108380794525146f, -0.6637631654739380f, 0.3546476662158966f,
+ 0.9986385107040405f, 0.3999722301959991f, 1.5284831523895264f,
+ 0.6919996142387390f, -0.1465080082416534f, 1.5250236988067627f,
+ 0.7372505664825439f, -1.4172945022583008f, -1.3150043487548828f,
+ -0.6641862392425537f, -0.1502868980169296f, 0.5613018274307251f,
+ 0.2771605849266052f, 0.1585837453603745f, 0.5225194692611694f,
+ -0.0496003441512585f, 0.1104047074913979f, 0.0581046529114246f,
+ 0.0072202729061246f, 1.0511404275894165f, 0.8448461890220642f,
+ -0.4764195084571838f, -0.1068806126713753f, -0.3635654747486115f,
+ -0.3903870284557343f, -0.1030712649226189f, -1.2413710355758667f,
+ -0.1725787520408630f, -0.1162567958235741f, 1.1630505323410034f,
+ -0.1762715280056000f, -0.2865544557571411f, 0.4577118456363678f,
+ 0.1582030951976776f, 0.1525255590677261f, 0.0920501202344894f,
+ 0.1650920957326889f, -0.4858606457710266f, -0.8122290968894958f,
+ -0.0068210558965802f, 0.0146519327536225f, 0.0451777912676334f,
+ -0.3258119225502014f, 0.0866968706250191f, 0.6269673109054565f,
+ -0.0093394098803401f, 0.0967330038547516f, 0.0747348219156265f,
+ 0.0594210699200630f, 0.0177791267633438f, -0.1263382881879807f,
+ -0.5006312131881714f, 0.2616212666034698f, -0.1264848113059998f,
+ -0.0442688874900341f, 0.3762388825416565f, 0.5448099970817566f,
+ -0.0781072601675987f, 0.0545719377696514f, -0.1420542299747467f,
+ 0.1521040201187134f, -0.1586623042821884f, -0.0964937284588814f,
+ -0.2942356765270233f, 0.1593867838382721f, -0.2289928793907166f,
+ -0.2147897183895111f, 0.0493609271943569f, 0.2412922978401184f,
+ -0.2499026358127594f, 0.0342586897313595f, 0.3314781188964844f,
+ 0.1301839351654053f, 0.2269767671823502f, -0.1346458941698074f,
+ 0.0347626470029354f, -0.2565631568431854f, -0.3935967683792114f,
+ 0.0553195960819721f, 0.1136887744069099f, 0.0775956287980080f,
+ 0.3578198552131653f, 0.2637171447277069f, -0.0623659603297710f,
+ 0.0961100533604622f, 0.2260956317186356f, 0.4289724528789520f,
+ 0.4169924557209015f, 0.1132596507668495f, 0.0396407805383205f,
+ 0.3443801105022430f, 0.1358156800270081f, -1.4266309738159180f,
+ 0.2734513282775879f, 0.0360900685191154f, 0.1316516995429993f,
+ 0.4970071017742157f, -0.0650927647948265f, 0.1496637016534805f,
+ -0.7646985054016113f, 0.1542455404996872f, -0.4458976984024048f,
+ 0.3555908203125000f, 0.1871372014284134f, 0.0096711199730635f,
+ 0.1825065612792969f, -0.0053507583215833f, 0.1308723688125610f,
+ 0.2113323062658310f, 0.3733700811862946f, 0.2410059720277786f,
+ 0.1212598755955696f, 0.2979041934013367f, 0.0499520301818848f,
+ -0.0534793287515640f, 0.0689914226531982f, 0.6138816475868225f,
+ 0.0640950128436089f, -0.1113708391785622f, 0.0239597298204899f,
+ -0.2721105515956879f, -0.2716542482376099f, -0.4989478588104248f,
+ -0.0900951996445656f, -0.4991870820522308f, 0.3741122186183929f,
+ -0.0040257908403873f, -0.0524820685386658f, 0.5820456147193909f,
+ 0.3425064384937286f, -0.0346670150756836f, -0.0559954307973385f,
+ 0.1825138032436371f, 0.0983183383941650f, 0.0952864214777946f,
+ -0.2096949666738510f, 0.5150466561317444f, 0.0909565389156342f,
+ -0.3308131694793701f, -0.0247073750942945f, -0.0410074628889561f,
+ 0.1104917600750923f, 0.1775345951318741f, -0.1536004245281219f,
+ 0.2250789999961853f, 0.0549785122275352f, 0.3063479661941528f,
+ -0.2349887341260910f, 0.2775472700595856f, -0.7270120978355408f,
+ -0.1500490754842758f, -0.0091873900964856f, -0.0850695446133614f,
+ -0.1835493445396423f, 0.2181525677442551f, 0.5631996989250183f,
+ 0.0191905945539474f, -0.3620813190937042f, -0.6929334998130798f,
+ -0.0774872750043869f, 1.1323150396347046f, 0.0795527175068855f,
+ 0.1066194176673889f, -0.0583505406975746f, 0.7072104215621948f,
+ -0.1074939817190170f, 0.1990947872400284f, 0.0509906336665154f,
+ 0.2732300758361816f, 0.2708532214164734f, -0.4433239698410034f,
+ 0.0231549870222807f, -0.0558164678514004f, -0.4264059960842133f,
+ 0.0099397245794535f, -0.0442658700048923f, 0.4480070769786835f,
+ -3.6669659614562988f, -4.4144506454467773f, -5.0967440605163574f,
+ -4.0868954658508301f, -4.7610950469970703f, -3.1935858726501465f,
+ -4.3665065765380859f, -4.4696397781372070f, -4.2815208435058594f,
+ -4.0504240989685059f, -2.8321807384490967f, -4.8939895629882812f,
+ -4.2212948799133301f, -4.5322556495666504f, -3.8846435546875000f,
+ -3.8567883968353271f, -3.8323094844818115f, -4.1341247558593750f,
+ -4.4656143188476562f, -3.4578216075897217f, -4.2783670425415039f,
+ -4.4573526382446289f, -4.8102178573608398f, -4.7823095321655273f,
+ 3.6799559593200684f, 3.3046369552612305f, 5.4908242225646973f,
+ 3.4732069969177246f, 3.8158240318298340f, 3.4390037059783936f,
+ 3.4914023876190186f, 4.4831695556640625f, 4.0096693038940430f,
+ 4.3949866294860840f, 3.4979393482208252f, 4.8711781501770020f,
+ 3.5737800598144531f, 3.3525736331939697f, 3.6969268321990967f,
+ 4.6761198043823242f, 4.3500556945800781f, 5.0109424591064453f,
+ 4.5288963317871094f, 3.7056512832641602f, 4.6552524566650391f,
+ 3.6478352546691895f, 4.1774768829345703f, 4.0451717376708984f,
+ 0.4879987239837646f, 0.0828927457332611f, 0.1723320335149765f,
+ -0.4589774012565613f, 0.1952780485153198f, 0.4839704930782318f,
+ 0.3389748930931091f, 0.1434157788753510f, 0.1666357219219208f,
+ -0.1214852109551430f, 0.2731305360794067f, -0.1664199084043503f,
+ -0.0100723132491112f, 0.2282513380050659f, -0.1307280063629150f,
+ -0.1730567961931229f, -0.5367537736892700f, 0.0538205727934837f,
+ -0.0838319659233093f, 0.6349353790283203f, 0.2024559080600739f,
+ 0.1931156069040298f, -0.1556212753057480f, -0.0106912143528461f,
+ -0.4641816616058350f, -0.6683530807495117f, -0.1450235247612000f,
+ -0.2084457427263260f, -0.3006595969200134f, 0.7369774580001831f,
+ -0.2024945318698883f, -0.6794723868370056f, -0.0299366116523743f,
+ -0.3432367444038391f, 0.3169313371181488f, 0.1510861515998840f,
+ -0.3834797143936157f, -0.7835959792137146f, 0.1031990274786949f,
+ -0.1078873872756958f, -1.0778149366378784f, 0.1867048740386963f,
+ -0.2535982728004456f, -0.5241211056709290f, -0.7273757457733154f,
+ -0.0809318944811821f, -0.1899257898330688f, -0.0275064632296562f,
+ 0.1217473372817039f, 0.0079286610707641f, 0.6723847985267639f,
+ -0.0517258048057556f, 0.0144573040306568f, 0.1150469407439232f,
+ 0.0243623461574316f, -0.0431664548814297f, 0.0540313683450222f,
+ 0.0511270686984062f, -0.1674461364746094f, 0.3079610764980316f,
+ -0.0149328177794814f, 0.0161716714501381f, -0.0011657132999972f,
+ -0.5040397644042969f, -0.2981861233711243f, 0.0398615486919880f,
+ 0.1234589591622353f, 0.0944353267550468f, 0.2708016335964203f,
+ 0.0387827455997467f, -0.2363834083080292f, 0.0170833356678486f,
+ 0.3092198967933655f, 0.0373241789638996f, 2.5163788795471191f,
+ -0.1800410151481628f, 0.0253974795341492f, 0.1221059262752533f,
+ 0.0522063262760639f, -0.1156704798340797f, 0.1141775250434875f,
+ 0.1989491581916809f, -0.1871597170829773f, 0.3764131069183350f,
+ -0.0759508088231087f, 0.0831486806273460f, -0.0024801925756037f,
+ -18.4760322570800781f, -4.2641572952270508f, 0.0450580976903439f,
+ 0.1956487894058228f, 2.1607294082641602f, 13.6335182189941406f,
+ 0.1018263548612595f, -0.4403142929077148f, 0.0318932943046093f,
+ 0.4510591030120850f, 0.6761589646339417f, 1.3438048362731934f,
+ -0.5769335031509399f, -0.5456740260124207f, 0.6621435880661011f,
+ 0.0771009847521782f, 0.3335975110530853f, 1.3837392330169678f,
+ -0.8478348255157471f, 1.9629588127136230f, -0.1495078206062317f,
+ 0.1064370051026344f, 0.4072085618972778f, -1.0575827360153198f,
+ -1.5691553354263306f, -1.4616454839706421f, -1.1067285537719727f,
+ 0.4315740466117859f, 0.0859064608812332f, 1.3310283422470093f,
+ 0.2202093601226807f, -1.6825228929519653f, 0.1636571884155273f,
+ -0.6388964653015137f, 1.9035831689834595f, -0.4067174494266510f,
+ -0.2440680563449860f, 0.5427511334419250f, -1.5553303956985474f,
+ -0.3344379067420959f, 0.6658137440681458f, 0.7260857224464417f,
+ 1.3507515192031860f, -0.0022261796984822f, 0.9479167461395264f,
+ 1.0625262260437012f, 0.8290098309516907f, 0.2025507390499115f,
+ -0.3543672561645508f, 1.0747779607772827f, -1.6479433774948120f,
+ 2.2210106849670410f, 0.6128175258636475f, 0.1420541405677795f,
+ 0.1090899407863617f, 1.8090573549270630f, 0.5393903851509094f,
+ -0.3173215687274933f, 0.4735114872455597f, 0.0997752621769905f,
+ -0.0140664102509618f, 0.1124692782759666f, 0.3056158721446991f,
+ 0.3123579919338226f, 0.5902454853057861f, -0.0954886823892593f,
+ -0.1942834556102753f, 0.4859398305416107f, -0.1169102191925049f,
+ -0.4426611661911011f, 0.4509467482566833f, 0.0395078808069229f,
+ 0.0231527499854565f, 0.1800199896097183f, 0.3788823485374451f,
+ -0.2664230465888977f, 0.1328684687614441f, 0.0698065385222435f,
+ 0.0509526729583740f, -0.0758830532431602f, 0.2202865779399872f,
+ 0.2729403674602509f, -0.2112271338701248f, -0.3859410583972931f,
+ -0.2083154767751694f, -0.2032285183668137f, 0.4743979573249817f,
+ 0.3171809315681458f, -0.1795382052659988f, 0.2187963873147964f,
+ 0.3071711957454681f, 0.4434227347373962f, -0.1104948818683624f,
+ 0.1333564966917038f, 0.3337735831737518f, 0.2966548502445221f,
+ -0.1101391538977623f, 0.2758444845676422f, -0.1224282830953598f,
+ -0.0715829282999039f, -0.4604584872722626f, -0.4386422634124756f,
+ 0.0566899403929710f, 0.1865875869989395f, -0.0036482159048319f,
+ 0.1288915723562241f, 0.6765946149826050f, 0.3505264520645142f,
+ 0.4843585789203644f, 0.2754665911197662f, 0.1997436136007309f,
+ -0.3795461654663086f, -0.4202157557010651f, -0.2641957104206085f,
+ -0.1572605967521667f, -0.4916221201419830f, 0.1698363572359085f,
+ -0.0848547592759132f, 0.0489425361156464f, -0.0609912499785423f,
+ -0.1291939765214920f, 0.0507675595581532f, -0.6514433622360229f,
+ -0.1285100281238556f, -0.0592254251241684f, 0.2049924880266190f,
+ -0.2016441524028778f, 0.4335154294967651f, 0.1066583245992661f,
+ 0.3414786458015442f, 0.5704700946807861f, 0.4707119464874268f,
+ -0.2986750304698944f, -0.0365475825965405f, -0.0945230349898338f,
+ -0.6973048448562622f, -0.4348855912685394f, -0.0757529810070992f,
+ -0.0974408015608788f, 0.5031443238258362f, -0.4687056541442871f,
+ -0.4044012129306793f, 0.7044636011123657f, -0.2498342245817184f,
+ 0.8955916166305542f, -0.5331146717071533f, -1.0929086208343506f,
+ -0.5570766925811768f, 0.1911916732788086f, 0.3516975045204163f,
+ -0.1641160249710083f, -0.2004570662975311f, 0.4220285415649414f,
+ 0.1164068654179573f, 0.0296483170241117f, -0.0182277597486973f,
+ 0.2265394032001495f, 0.0569055601954460f, -0.2918547093868256f,
+ -0.1059007719159126f, -0.4237819314002991f, -0.0286912228912115f,
+ 0.0082448609173298f, -0.0458592176437378f, -0.0570514872670174f,
+ 0.2898116409778595f, -0.0367923937737942f, -0.2278623282909393f,
+ 0.0940056219696999f, -0.0953162163496017f, -0.0868698433041573f,
+ 0.0855027288198471f, 0.0528192408382893f, -0.0882045105099678f,
+ -0.0857483297586441f, 0.1957697421312332f, 0.0170791875571012f,
+ -0.1083825305104256f, -0.1204362958669662f, -0.3505121171474457f,
+ -0.0793609470129013f, -0.0971692800521851f, -0.2307695299386978f,
+ -0.0428347289562225f, 0.1111199706792831f, -0.1054725497961044f,
+ 0.1454204171895981f, -0.1667424291372299f, -0.1647577285766602f,
+ 0.2540352046489716f, 0.0278221461921930f, -0.3390087783336639f,
+ -0.1564580649137497f, -0.3004648089408875f, -0.1937808245420456f,
+ -0.1094386950135231f, 0.2000235170125961f, 0.0759184435009956f,
+ 0.0251648742705584f, 0.0720382407307625f, -0.2016013264656067f,
+ 0.2007449567317963f, 0.1579036414623260f, 0.0497647970914841f,
+ -0.1580750197172165f, 0.1445229947566986f, -0.4001307785511017f,
+ -0.0543484576046467f, 0.0051624146290123f, -0.2234332561492920f,
+ -0.0346812717616558f, 0.2596780061721802f, 0.3437646329402924f,
+ -0.3335155546665192f, 0.0966770201921463f, -0.0608099661767483f,
+ -0.0820313468575478f, -0.2214415967464447f, -0.3325493931770325f,
+ -0.1725062727928162f, 0.1766832023859024f, 0.0998135432600975f,
+ -0.0203846935182810f, -0.0000421428194386f, 0.0221428479999304f,
+ 0.4201583266258240f, -0.1109273284673691f, 0.2051199972629547f,
+ 0.1299901902675629f, -0.1121650710701942f, -0.9604064226150513f,
+ 0.4469308257102966f, -0.0145374275743961f, 0.1944962441921234f,
+ 0.5023747086524963f, 0.0264707840979099f, 0.0602819249033928f,
+ 0.4570457339286804f, 0.1274560838937759f, -0.1830467432737350f,
+ -0.1029422730207443f, -0.2370852530002594f, -0.4868183434009552f,
+ 0.1547461748123169f, 0.1142532825469971f, 0.0750781223177910f,
+ 0.3557603359222412f, -0.0500985644757748f, 0.1096616387367249f,
+ 0.4688814878463745f, 0.1125935912132263f, 0.1210043504834175f,
+ -0.2979252338409424f, 0.2276500761508942f, -0.6229231357574463f,
+ 0.1271917819976807f, 0.0816377848386765f, -0.2095799893140793f,
+ 0.7440888285636902f, 0.1092072725296021f, 0.0880245789885521f,
+ -0.1594823300838470f, 0.3850313425064087f, 0.5674678087234497f,
+ -0.2565663158893585f, -0.3241096436977386f, -0.2773298025131226f,
+ 0.4396398365497589f, 0.3422161042690277f, 0.5624179840087891f,
+ 0.0678024813532829f, -0.2958069741725922f, 0.2454819679260254f,
+ 1.4044721126556396f, 0.0777730718255043f, -0.3106794655323029f,
+ -0.1599302589893341f, -0.0309681221842766f, 0.2942314147949219f,
+ 0.1500957012176514f, 0.5091388225555420f, 0.2554733455181122f,
+ -0.1623200476169586f, 0.2787280976772308f, 0.3143164515495300f,
+ -0.2166905552148819f, 0.0724948272109032f, 0.5573017001152039f,
+ -0.2389626204967499f, 0.1100973561406136f, -0.9720029830932617f,
+ -0.0891647338867188f, -0.1034176200628281f, 0.2993581891059875f,
+ -0.2529795765876770f, 0.2023704200983047f, 0.0762188658118248f,
+ 0.0688884407281876f, 0.0932923778891563f, 0.2255919277667999f,
+ 0.2238213866949081f, -0.2578519582748413f, -0.0817517042160034f,
+ 0.1925061494112015f, 0.4475354552268982f, 0.0150498002767563f,
+ 0.0562919825315475f, -0.2040393054485321f, 0.0376138240098953f,
+ 0.1823844909667969f, 0.1667976528406143f, 0.1055647209286690f,
+ -0.1023352369666100f, 0.1344340741634369f, 0.7467625737190247f,
+ 0.2608768045902252f, -0.1040658801794052f, -0.0191339850425720f,
+ 0.4028732776641846f, -0.0074889319948852f, 0.1958034783601761f,
+ 0.4327704906463623f, -0.1144660115242004f, 0.2926168441772461f,
+ -0.3110859990119934f, 0.1205306202173233f, 0.2777150869369507f,
+ -0.1094185858964920f, 0.4339779019355774f, -0.0442108735442162f,
+ 0.0356832295656204f, -0.0099723115563393f, -0.3642630577087402f,
+ 0.1003040596842766f, 0.2225681841373444f, -0.0707761496305466f,
+ 0.3121187388896942f, -0.3247204720973969f, -0.0214752014726400f,
+ -0.4033488631248474f, -0.2009136825799942f, -0.1654305905103683f,
+ 0.1017884612083435f, -0.2640319466590881f, -0.1383366137742996f,
+ -0.1274731904268265f, 0.2614942193031311f, -0.0704610124230385f,
+ 0.1536433994770050f, -0.2655824720859528f, 0.2761612832546234f,
+ -0.0675663501024246f, -0.1957769393920898f, 0.0131698576733470f,
+ -0.2301983535289764f, 0.5269812941551208f, 0.4021399319171906f,
+ 0.1155113130807877f, 0.2320435345172882f, -0.0178058743476868f,
+ 0.1235896423459053f, 0.1545059680938721f, -0.2166013568639755f,
+ -0.2806745469570160f, 0.0558394417166710f, -0.1322476565837860f,
+ -0.1938365250825882f, 0.1147360131144524f, -0.0088204517960548f,
+ 0.2048330456018448f, -0.5149267911911011f, -0.0820838212966919f,
+ 0.1924104243516922f, -0.3148186504840851f, -0.1380433738231659f,
+ 0.3524641692638397f, 0.0412094891071320f, 0.0764013230800629f,
+ 0.0394035540521145f, 0.1840019524097443f, -0.2503840029239655f,
+ 0.0894209370017052f, 0.0857829302549362f, -0.1494966596364975f,
+ -0.5384627580642700f, -0.3810029029846191f, -0.5822743773460388f,
+ -0.1364774852991104f, 0.2491144090890884f, -0.1367959827184677f,
+ 0.0614418946206570f, -0.3992295563220978f, 0.0481883175671101f,
+ 0.0148952016606927f, 0.0389428399503231f, -0.0080416621640325f,
+ 0.1104632541537285f, -0.5312955975532532f, -0.6764618754386902f,
+ -0.1341610997915268f, -0.4129835963249207f, -0.1395619213581085f,
+ -0.1470512747764587f, 0.2465350627899170f, -0.4661340713500977f,
+ -0.1906568408012390f, -0.1201196163892746f, 0.1266134828329086f,
+ -0.0770729407668114f, 0.0427581369876862f, 0.3375115990638733f,
+ 0.2844539582729340f, -0.0690790787339211f, 0.6484747529029846f,
+ -0.0471247583627701f, -0.1452668458223343f, -0.2111028581857681f,
+ 0.4508068561553955f, -0.0591098591685295f, 0.2029159367084503f,
+ 0.0540211275219917f, -0.1740778982639313f, -0.1599786281585693f,
+ 0.0966674759984016f, -0.0922988578677177f, 0.0193239990621805f,
+ 0.5116612911224365f, -0.2550588250160217f, 0.2241631895303726f,
+ -0.5190693736076355f, -0.4158547222614288f, -0.0800683349370956f,
+ 0.1506708264350891f, -0.1489923894405365f, 0.8840070366859436f,
+ 0.3567382693290710f, -0.1530895233154297f, -0.0825865566730499f,
+ -0.2913314402103424f, 0.3432648479938507f, 0.1030976399779320f,
+ -0.0766043066978455f, 0.1915909349918365f, 0.1799060851335526f,
+ -0.1139174029231071f, -0.4461305439472198f, -0.2088003158569336f,
+ -0.0117281395941973f, -0.3099443316459656f, 0.0896085277199745f,
+ -0.1102791801095009f, 1.4964355230331421f, 0.1555491089820862f,
+ 0.0576033331453800f, 0.1516778171062469f, -0.1123350411653519f,
+ -0.2571525275707245f, -0.2269162386655807f, -0.5265623927116394f,
+ 0.5615207552909851f, -0.5470022559165955f, 0.5093724727630615f,
+ 0.4087793231010437f, -0.1875847429037094f, 0.4350984394550323f,
+ 1.1000803709030151f, -0.0496411360800266f, 0.3941525220870972f,
+ 0.1343146860599518f, -0.3378978073596954f, -0.4419603943824768f,
+ 0.5908982753753662f, 0.0074605750851333f, 0.5242111682891846f,
+ 0.2103824615478516f, 0.4159753620624542f, 0.2897823452949524f,
+ -0.4300573766231537f, 0.4354461729526520f, 0.3112065494060516f,
+ -0.0579762607812881f, -0.1032272428274155f, 0.5044099092483521f,
+ 0.4256613254547119f, 0.0157328359782696f, -0.8114913105964661f,
+ -0.6814610362052917f, 0.5831478834152222f, -0.2301909625530243f,
+ -0.1130005568265915f, 0.2924333214759827f, -0.2654613256454468f,
+ -0.3262239694595337f, -0.2158017754554749f, -0.5265721678733826f,
+ -0.2159965932369232f, -0.0598265305161476f, -0.2744375169277191f,
+ 0.0730228424072266f, 0.2456355541944504f, 0.2544836997985840f,
+ -0.1681517809629440f, -0.1093335151672363f, 0.1805844604969025f,
+ -0.3467253446578979f, -0.2517775893211365f, -0.2631381154060364f,
+ -0.1729228794574738f, -0.1728218644857407f, 0.2910021245479584f,
+ -0.0377729646861553f, 0.0797834768891335f, 0.1708248704671860f,
+ 0.9910012483596802f, 0.0794003754854202f, 0.7804740667343140f,
+ -0.2150119841098785f, 0.0228640902787447f, -0.6245152354240417f,
+ -0.0135559253394604f, -0.0818632692098618f, 0.1740603446960449f,
+ 0.6499235630035400f, -0.0078089046292007f, 0.0314936824142933f,
+ -0.0372873246669769f, -0.2700233161449432f, 0.2196198254823685f,
+ -0.3335070312023163f, -0.0387956388294697f, 0.7157485485076904f,
+ 0.5319095849990845f, -0.3339594006538391f, -0.0686320066452026f,
+ -0.2039573043584824f, 0.4436620175838470f, 0.3524390459060669f,
+ -0.0226013027131557f, -0.0619790963828564f, 0.1857596486806870f,
+ -0.1809745579957962f, -0.0910510495305061f, -0.7210479974746704f,
+ 0.1112402752041817f, 0.4191839098930359f, 0.0912839323282242f,
+ -0.3036091327667236f, 0.2489879876375198f, -0.1881671994924545f,
+ -0.1933085620403290f, 0.1540023684501648f, 0.1419338732957840f,
+ 0.0551312156021595f, -0.1574092060327530f, 0.4072903394699097f,
+ 0.0436228215694427f, 0.1754543334245682f, 0.2152320742607117f,
+ -0.1085439249873161f, 0.4157462418079376f, -0.0310841575264931f,
+ 0.7153292298316956f, -0.4236954450607300f, -0.3346456289291382f,
+ -0.1048062965273857f, -0.1282424479722977f, 0.2096663266420364f,
+ 0.1494013965129852f, 0.1908222287893295f, 0.3944070339202881f,
+ 0.3601771891117096f, 0.3504419326782227f, 0.2028700262308121f,
+ 0.3260186612606049f, -0.2025030255317688f, 0.3597453832626343f,
+ -0.4968390762805939f, 0.0000350704904122f, 0.2038004696369171f,
+ 0.3337745964527130f, -0.6084381341934204f, -0.3076295852661133f,
+ 0.1732539683580399f, 0.5430284142494202f, -0.0679351538419724f,
+ 0.1947124749422073f, -0.0907583683729172f, 0.1148115620017052f,
+ -0.2188496440649033f, -0.1132196485996246f, -0.5379904508590698f,
+ -0.0889556705951691f, -0.5563367009162903f, -0.3957968652248383f,
+ 0.1537143439054489f, 0.3263528645038605f, 0.0582468025386333f,
+ 0.0526257716119289f, 0.0051289014518261f, 0.3682502806186676f,
+ 0.2158286571502686f, 0.0641898661851883f, 0.2592682838439941f,
+ -0.0445814803242683f, 0.1318867504596710f, -0.2746811509132385f,
+ -0.1970760077238083f, -0.0486175008118153f, -0.2203664481639862f,
+ -0.4126285016536713f, -0.0835017189383507f, -0.1447339653968811f,
+ -0.0790417864918709f, 0.1408597528934479f, 0.2089901268482208f,
+ 0.4166587889194489f, 0.0465880669653416f, -0.0553219094872475f,
+ 0.2604794204235077f, 0.2261627316474915f, 0.3489912152290344f,
+ -0.3822252750396729f, 0.2936952412128448f, -0.0215346552431583f,
+ 0.4292967319488525f, 0.0557416602969170f, 0.1274631917476654f,
+ 0.2484695166349411f, -0.2078205943107605f, 0.1568096131086349f,
+ 0.0960494726896286f, 0.1638280600309372f, -0.0280268657952547f,
+ 0.0355933643877506f, -0.0880295187234879f, -0.1442628800868988f,
+ 0.0550030544400215f, -0.5218203067779541f, -0.9443116784095764f,
+ 0.0991043969988823f, -0.6011009216308594f, -0.2978107333183289f,
+ -0.0688887313008308f, -0.0009410358616151f, 0.2775274813175201f,
+ -0.0476420782506466f, -0.0053223054856062f, -0.0412091650068760f,
+ 0.3182359933853149f, -0.1620743274688721f, -0.1206206232309341f,
+ 0.0265789702534676f, -0.2177103161811829f, 0.0207692012190819f,
+ 0.0830445289611816f, 0.1568648368120193f, -0.0119543233886361f,
+ 0.0856796428561211f, -0.2746190428733826f, 0.0102912383154035f,
+ -0.0551088228821754f, -0.0191743820905685f, 0.1882228702306747f,
+ 0.2570885419845581f, 0.4133772850036621f, -0.0481898151338100f,
+ 0.4317778944969177f, 0.4585243761539459f, 0.1751181185245514f,
+ -0.1853514164686203f, 0.1172533482313156f, 0.1308175474405289f,
+ 0.2192818224430084f, -0.1940203756093979f, 0.0503059960901737f,
+ 0.1822543293237686f, -0.1114740744233131f, 0.1641964316368103f,
+ 0.2649179995059967f, -0.0450272224843502f, -0.1432836055755615f,
+ -0.4017743766307831f, 0.1774883866310120f, 0.0682902634143829f,
+ 0.0904596596956253f, -0.3314888775348663f, -0.1496955901384354f,
+ -0.0282173119485378f, -0.3021585643291473f, -0.3931065797805786f,
+ -0.0853237286210060f, -0.1516975462436676f, 0.1542965471744537f,
+ 0.2452737838029861f, 0.0666515827178955f, 0.1466560810804367f,
+ 0.1644676029682159f, 0.3021114170551300f, -0.1175526976585388f,
+ 0.3529972732067108f, -0.0064060720615089f, -0.1598013490438461f,
+ -0.4306213557720184f, 0.2074766606092453f, 0.1837064474821091f,
+ 0.0046808291226625f, -0.5443630814552307f, 0.5581488609313965f,
+ 0.0628127604722977f, -0.3050591945648193f, 0.2517346143722534f,
+ 0.0638241842389107f, -0.4372484385967255f, 0.2490692436695099f,
+ -0.0430387817323208f, -0.2391526401042938f, -0.0793898552656174f,
+ -0.3235372304916382f, 0.3382604420185089f, -0.3306309878826141f,
+ 0.8054450750350952f, -0.3097694814205170f, -0.8178431987762451f,
+ -0.1426973044872284f, -0.2400995194911957f, 0.0269835796207190f,
+ -0.0972309336066246f, -0.1300532966852188f, 0.1797867864370346f,
+ 0.4309522807598114f, -0.1165169253945351f, -0.2905076146125793f,
+ 0.0502189360558987f, -0.9499409794807434f, -0.2536705434322357f,
+ 0.3786991834640503f, -0.3818542361259460f, -0.0520615354180336f,
+ -0.0450539030134678f, -0.2394095957279205f, 0.8957645297050476f,
+ -0.5843425989151001f, -0.1196817234158516f, -0.0073183299973607f,
+ 0.1545682549476624f, -0.0083369407802820f, -0.2229649573564529f,
+ 0.4172879755496979f, -0.4445405900478363f, 0.0882682725787163f,
+ -0.0611588805913925f, 0.0033539773430675f, 0.0930097252130508f,
+ -0.1049807891249657f, -0.7895973324775696f, -0.7695842981338501f,
+ 0.4102463424205780f, -0.0615106597542763f, 0.3321824073791504f,
+ 0.1599400192499161f, -0.3285705745220184f, -0.0892624557018280f,
+ 0.1935280263423920f, 0.5370928049087524f, 0.0964575186371803f,
+ -0.1811932772397995f, -0.2096119970083237f, 0.2945793271064758f,
+ 0.1772105842828751f, -0.0910935029387474f, -0.0811948031187057f,
+ 0.2034119218587875f, -0.3271540999412537f, -0.1848407089710236f,
+ 0.2522670626640320f, -0.1415994316339493f, -0.1866979598999023f,
+ -0.3284861445426941f, -0.2286931872367859f, 0.1098772734403610f,
+ 0.3425969183444977f, 0.0885070562362671f, 0.5562388300895691f,
+ -0.3662056922912598f, -0.1388380974531174f, -0.5361053943634033f,
+ -0.2774031758308411f, 0.3776150047779083f, 0.1055612042546272f,
+ 0.0284485239535570f, 0.0148279434069991f, 0.0659868270158768f,
+ -0.1530753672122955f, 0.0039594732224941f, -0.2880383431911469f,
+ -0.2341078817844391f, -0.2340093255043030f, 0.2751630842685699f,
+ -0.0317123122513294f, 0.3478989005088806f, -0.1072758957743645f,
+ -0.0569561272859573f, -0.1714387089014053f, -0.0362624153494835f,
+ 0.0712004452943802f, -0.4484122991561890f, 0.0924381762742996f,
+ 0.2458235770463943f, -0.3770670592784882f, 0.4717278182506561f,
+ -0.2327663600444794f, -0.3713575005531311f, -0.3028478622436523f,
+ -0.6175975799560547f, -0.5092560052871704f, -0.0445090010762215f,
+ -0.0165073182433844f, -0.2818931043148041f, -0.0769209563732147f,
+ 0.0600308589637280f, -0.2762011885643005f, -0.6655470728874207f,
+ -0.0713064745068550f, 0.1744897216558456f, -0.2515981793403625f,
+ 0.8597068190574646f, 1.1904376745223999f, 0.1988843083381653f,
+ -0.5221707820892334f, -0.3960108160972595f, -0.7111398577690125f,
+ 0.3466722071170807f, 0.0708832442760468f, 0.8041629195213318f,
+ 0.2569641172885895f, -0.4334790706634521f, -0.0467780008912086f,
+ 0.3448320031166077f, 0.4792115986347198f, -0.3182656764984131f,
+ -0.2610423862934113f, -0.1965939551591873f, 0.0993715226650238f,
+ 0.2169495522975922f, 0.7673071026802063f, 0.0434033945202827f,
+ 0.5032074451446533f, -0.6153256893157959f, 0.2258518934249878f,
+ -0.1830482780933380f, 0.2758729159832001f, -0.4386928081512451f,
+ 0.5715560913085938f, -0.0569779947400093f, -0.8513274192810059f,
+ 0.4690301418304443f, 0.6880987286567688f, 0.3670893609523773f,
+ 0.3154238462448120f, -0.0869102329015732f, 0.4237568974494934f,
+ 1.1063802242279053f, 0.0051392107270658f, -0.5354266166687012f,
+ -0.3657819330692291f, 0.7255303859710693f, -0.3390797376632690f,
+ 1.2928081750869751f, 0.5852834582328796f, -0.1863826364278793f,
+ -0.0093354247510433f, 0.6201636195182800f, 0.2751709520816803f,
+ -0.2671378850936890f, 0.1236747801303864f, -0.1732617616653442f,
+ 0.1444806605577469f, -0.2723327279090881f, 1.1353722810745239f,
+ -0.3559042513370514f, -0.5822154879570007f, 0.2729771733283997f,
+ -0.0057438835501671f, 1.0370161533355713f, -0.0960618704557419f,
+ 0.1144768595695496f, -0.1086660921573639f, -0.6018902063369751f,
+ 0.1426317840814590f, -0.0404006838798523f, -0.1891547739505768f,
+ 0.1749835312366486f, -0.0753847211599350f, 0.4410685896873474f,
+ 0.0597405992448330f, 0.2771744728088379f, -0.1357740461826324f,
+ 0.8081392645835876f, -0.4622045457363129f, -0.0082479938864708f,
+ -0.0859203785657883f, -0.5858951807022095f, -0.5872040390968323f,
+ 0.7475559711456299f, -0.4665589630603790f, -0.0130827939137816f,
+ -0.2001101523637772f, -0.1259116381406784f, -0.2555320262908936f,
+ -0.5519919991493225f, -0.0020655004773289f, -0.4303436577320099f,
+ -0.4052819907665253f, -0.3419088423252106f, -0.3150793015956879f,
+ -0.0371563844382763f, 0.0056934552267194f, -0.5414548516273499f,
+ -1.0987066030502319f, 0.2323900014162064f, 0.2648053765296936f,
+ 0.1409416347742081f, 0.0306192748248577f, -0.4763860702514648f,
+ -0.0667847469449043f, -0.4994490146636963f, -0.3219082951545715f,
+ -0.3861107528209686f, 0.0417518056929111f, -0.4352102279663086f,
+ 0.1425716578960419f, -0.2640376091003418f, -0.0884965583682060f,
+ -0.1262990534305573f, 0.0873601213097572f, 0.1995697766542435f,
+ 0.1667204201221466f, 0.3410887718200684f, 0.7603908181190491f,
+ 0.4071494340896606f, -0.1067043542861938f, -0.0569177456200123f,
+ -0.2039457261562347f, 0.2259733229875565f, 0.0712834000587463f,
+ -0.3045901954174042f, -0.4357281029224396f, -0.8048518896102905f,
+ 0.0585419982671738f, -0.1087494045495987f, 0.5427197813987732f,
+ 0.5104073286056519f, -0.2522356510162354f, 0.0529529266059399f,
+ -0.2532447576522827f, 0.3169332444667816f, -0.0650118514895439f,
+ -0.3022668063640594f, 0.1926126778125763f, 0.0239580757915974f,
+ 0.8432117700576782f, 0.0939719453454018f, 0.0554350577294827f,
+ -0.1423660367727280f, -0.4854759871959686f, 0.1276747882366180f,
+ 0.2929223477840424f, -0.1061699315905571f, 0.0503434874117374f,
+ -0.0963961333036423f, 0.0280404314398766f, -0.8225930333137512f,
+ 0.2726898491382599f, -0.0811703354120255f, -0.0846837908029556f,
+ 0.0768143832683563f, 0.0125605985522270f, -0.4577321708202362f,
+ 0.2443601191043854f, -0.4270148873329163f, 0.3138865232467651f,
+ -0.4332202374935150f, 0.1153726726770401f, 0.2573312819004059f,
+ 0.2598482072353363f, 0.2590624690055847f, 0.3824962675571442f,
+ 0.0473268926143646f, -0.1225130110979080f, -0.3386610150337219f,
+ -0.1209153383970261f, 0.3550141155719757f, -0.0391780063509941f,
+ -0.1252662539482117f, -0.6283802986145020f, -0.4855206906795502f,
+ -0.0571635439991951f, -0.2212874740362167f, 0.5341996550559998f,
+ 0.4665786027908325f, -0.3149516582489014f, -0.1294015496969223f,
+ -0.0890878736972809f, 0.8228108286857605f, 0.1529348641633987f,
+ -0.4481184184551239f, 0.0186605583876371f, 0.1742420643568039f,
+ -0.3644089698791504f, 0.1178917810320854f, 0.0655154287815094f,
+ 0.3027238845825195f, -0.6254715323448181f, -0.0929665192961693f,
+ 0.5970686078071594f, -0.0863730981945992f, -0.0751296579837799f,
+ 0.9249001145362854f, 0.4180294275283813f, 0.1267687976360321f,
+ -0.4069334268569946f, -0.6074131131172180f, 0.0586632452905178f,
+ 0.0353353209793568f, -0.7069460749626160f, 0.2622475028038025f,
+ 0.1270145773887634f, 0.6640952229499817f, -0.1861919462680817f,
+ 0.2710900306701660f, -0.0837039873003960f, -0.1283803135156631f,
+ -0.1921329796314240f, 0.1898863166570663f, -0.5594792366027832f,
+ 0.1604927033185959f, 0.8047508597373962f, 0.2290154248476028f,
+ 0.3750461935997009f, -0.0979731976985931f, -0.0157635547220707f,
+ -0.0844910591840744f, 0.6549336314201355f, 0.0467323362827301f,
+ -0.2907151877880096f, -0.0154396733269095f, 0.2688963413238525f,
+ 0.0244367793202400f, -0.0838023349642754f, 0.1847794651985168f,
+ -0.3217555284500122f, -0.2421138435602188f, 0.2343435436487198f,
+ 0.0204142685979605f, -0.8466549515724182f, -0.2969759106636047f,
+ -1.3810039758682251f, 0.5347493290901184f, -1.1265734434127808f,
+ 0.4587838947772980f, -0.4274257719516754f, -0.8497816920280457f,
+ 0.4860472977161407f, 0.5371426939964294f, 0.1474615782499313f,
+ 0.1054444089531898f, 0.2608203589916229f, 0.0796477198600769f,
+ -0.1669937968254089f, 0.1768171042203903f, 0.0205991510301828f,
+ 0.2049610912799835f, 0.2388091385364532f, 0.1654292494058609f,
+ -0.2245194464921951f, 0.8098871111869812f, 0.5039434432983398f,
+ -0.2394920438528061f, 0.3053139150142670f, 0.3982761502265930f,
+ -0.4435397684574127f, -0.0900296643376350f, -0.5796045064926147f,
+ 0.4434157013893127f, -0.4524997174739838f, 0.4268049597740173f,
+ 0.2324417680501938f, 0.2084081023931503f, -0.1818628311157227f,
+ 0.5867643356323242f, -0.3171290457248688f, 0.5343943238258362f,
+ 0.0501365810632706f, -0.2712980806827545f, -0.1411827355623245f,
+ 0.5113637447357178f, 0.2824478447437286f, -0.1850651949644089f,
+ 0.3119075000286102f, 0.1158709824085236f, 0.2262128591537476f,
+ -0.5148339271545410f, -0.3274418413639069f, 0.3083284199237823f,
+ -0.5699435472488403f, -0.4469030797481537f, 0.5842075943946838f,
+ -0.2129028737545013f, -0.3483723998069763f, -0.3391536772251129f,
+ -0.7346618175506592f, 0.2210254520177841f, -0.4860642850399017f,
+ -0.0636304765939713f, 0.1773691028356552f, 0.0019267811439931f,
+ 0.1852621138095856f, 0.0649183541536331f, -0.1149293333292007f,
+ -0.1418716460466385f, -0.0252046324312687f, 0.0802555829286575f,
+ 0.0476588197052479f, 0.2234020233154297f, -0.1442569643259048f,
+ 0.0739955082535744f, 0.0336345285177231f, 0.1807714700698853f,
+ -0.2938361465930939f, -0.1354804188013077f, -0.3723581135272980f,
+ -0.0035826750099659f, 0.0497633330523968f, 0.4213123023509979f,
+ 0.0521284677088261f, 0.0292595829814672f, 0.1128895282745361f,
+ 0.2801240682601929f, -0.0425005219876766f, -0.4421597421169281f,
+ 0.2337444126605988f, 0.0657986029982567f, 0.1568460315465927f,
+ 0.0457282140851021f, 0.0797339677810669f, -0.0552717149257660f,
+ 0.2472410798072815f, 0.3615573644638062f, -0.1168525591492653f,
+ 0.0770486295223236f, 0.0599805712699890f, -0.0038437976036221f,
+ -0.1181042119860649f, 0.0009043308091350f, -0.2075753211975098f,
+ -0.0316028185188770f, -0.0162174794822931f, -0.0268016606569290f,
+ 0.1830789595842361f, -0.0939605832099915f, 0.0269886292517185f,
+ -0.4833746254444122f, -0.1625090390443802f, -0.3161835670471191f,
+ 0.3985982239246368f, 0.7867341041564941f, -0.7106830477714539f,
+ -0.3993267714977264f, -0.5518459081649780f, -0.4185047745704651f,
+ 0.2020099312067032f, -0.3190006315708160f, 0.5595282316207886f,
+ -0.2299617677927017f, -0.4168759584426880f, 0.5301603674888611f,
+ 1.0297625064849854f, 0.3561550676822662f, 0.1617665737867355f,
+ 0.0083518503233790f, -0.0440799333155155f, -0.2333995848894119f,
+ 0.0045248554088175f, 0.7133398056030273f, 0.0330690518021584f,
+ -0.0921611487865448f, -0.2314681261777878f, -0.0399049483239651f,
+ -0.8366100192070007f, -0.1117432937026024f, 0.5199245810508728f,
+ 0.3752813339233398f, 0.3022992610931396f, 0.3466893732547760f,
+ -0.0074496651068330f, 0.1431749761104584f, 0.0012280041119084f,
+ -0.1800568550825119f, -0.5757533907890320f, 0.1144440844655037f,
+ -0.7561407089233398f, -0.3158778548240662f, -0.5572612285614014f,
+ -0.1027354598045349f, -0.9940968155860901f, -1.2254197597503662f,
+ 0.7422376275062561f, 0.3592274785041809f, 0.0563863962888718f,
+ -0.4381826817989349f, 0.0843014121055603f, 0.8999595642089844f,
+ -0.2701828479766846f, -0.4395479857921600f, -0.2876885235309601f,
+ -0.0523250065743923f, -0.3418091237545013f, 0.4658532142639160f,
+ -0.0580967478454113f, -0.0057931952178478f, 0.0107361432164907f,
+ -0.2900036871433258f, 0.0430522374808788f, 0.0897153168916702f,
+ -0.5411962866783142f, -0.6158919930458069f, -0.6688655614852905f,
+ 0.8616253137588501f, 0.1995304226875305f, 0.6923549175262451f,
+ 0.0712077468633652f, -0.4455717504024506f, -0.1892092972993851f,
+ -0.2151351571083069f, 0.4161886870861053f, -0.1188545003533363f,
+ 0.2067393511533737f, 0.2044103741645813f, 0.0814111605286598f,
+ -0.7694059610366821f, -0.3362347483634949f, 0.5362458825111389f,
+ 1.2507410049438477f, 0.5604667067527771f, 0.5532643795013428f,
+ 0.3412094414234161f, 0.9529502391815186f, -0.1505985110998154f,
+ 0.9464212059974670f, 0.3955381512641907f, -0.0728004127740860f,
+ 0.8897647261619568f, 0.4888837337493896f, -0.2281981110572815f,
+ -0.7261334061622620f, 0.2388213872909546f, 0.2897213399410248f,
+ -1.1684371232986450f, -0.0298126693814993f, 0.6848145723342896f,
+ 0.3678639531135559f, 0.3141436576843262f, 0.2529376447200775f,
+ -0.2066114842891693f, -0.2714622914791107f, 0.5144193768501282f,
+ 0.0170775018632412f, -0.5942655205726624f, 1.1329075098037720f,
+ 0.2776384353637695f, -0.0019644212443382f, 0.0673482343554497f,
+ -0.1440476775169373f, -0.0769870355725288f, -0.7828868031501770f,
+ 0.1090320050716400f, -0.5460498332977295f, -0.2274777591228485f,
+ -0.0506290048360825f, -0.6348236203193665f, 0.6066827774047852f,
+ 0.7861961126327515f, 0.4889476597309113f, -1.2925469875335693f,
+ 0.3106890916824341f, -0.0060412441380322f, -0.5718562602996826f,
+ 0.0109180416911840f, 0.3868542015552521f, -0.1261744052171707f,
+ 0.2738183140754700f, 0.5276350378990173f, -0.3036604225635529f,
+ -0.1810780316591263f, 1.3372596502304077f, 0.2858504056930542f,
+ -0.3630995750427246f, -0.3478196859359741f, -0.7038595676422119f,
+ 0.0273844860494137f, 0.2258037924766541f, -0.0116876885294914f,
+ -0.7911303043365479f, -0.2939360439777374f, -0.0270980708301067f,
+ -0.1553543657064438f, -0.0617774575948715f, -0.2065789550542831f,
+ 0.0895741954445839f, 0.2624332308769226f, 0.1214272975921631f,
+ -0.1470671594142914f, -0.2761606872081757f, -0.0404268279671669f,
+ -0.2735333740711212f, 0.3046147823333740f, 0.2537699937820435f,
+ 0.0626206323504448f, -0.0124545777216554f, -0.0060993423685431f,
+ -0.0254207774996758f, 0.0255560260266066f, -0.3439228534698486f,
+ -0.0637889727950096f, 0.0809087380766869f, 0.1135924309492111f,
+ -0.0482415556907654f, -0.0315927416086197f, 0.0897083580493927f,
+ 0.0364929176867008f, -0.0971826091408730f, 0.0357527062296867f,
+ -0.1308843344449997f, -0.0927769243717194f, -0.4089451134204865f,
+ -0.1109731495380402f, 0.0057741389609873f, -0.0650380551815033f,
+ -0.0821412578225136f, -0.0184673964977264f, 0.0632727891206741f,
+ 0.0676663517951965f, -0.0947988331317902f, -0.2166423499584198f,
+ -0.2022769004106522f, -0.1201608851552010f, -0.0448448024690151f,
+ 0.1012902930378914f, 0.2574136853218079f, 0.2193877249956131f,
+ 0.2103834152221680f, -0.1784602552652359f, 0.0319234766066074f,
+ 0.0333484113216400f, -0.2591347396373749f, 0.0775803104043007f,
+ 0.1669462323188782f, 0.2567680180072784f, -0.0791406631469727f,
+ -0.2591524720191956f, 0.2491864711046219f, -0.1500266343355179f,
+ -0.0699026808142662f, -0.4859176874160767f, 0.1766708940267563f,
+ -0.1347193270921707f, 0.1249946206808090f, 0.2407227903604507f,
+ -0.0791393890976906f, -0.3290111422538757f, -0.4452458620071411f,
+ -0.1514884978532791f, -0.2618555724620819f, -0.1989493817090988f,
+ 0.0334782078862190f, -0.0491481572389603f, -0.1713715642690659f,
+ 0.9028831720352173f, -0.3427625596523285f, 0.4058216512203217f,
+ 0.1735315024852753f, -0.4749786555767059f, -0.6174861192703247f,
+ 0.2885845303535461f, 0.0135195124894381f, -0.0315989591181278f,
+ 0.1297253072261810f, -0.0349499993026257f, -0.0337655395269394f,
+ -0.2994624972343445f, 0.1096791028976440f, -0.0622158683836460f,
+ -0.2226498574018478f, -0.3334087729454041f, -0.0439918376505375f,
+ -0.0110368169844151f, -0.2059621512889862f, -0.0762812271714211f,
+ -0.1457856744527817f, 0.2024521827697754f, 0.0737316235899925f,
+ -0.0981737747788429f, -0.4341639578342438f, -0.0556845851242542f,
+ -0.2710861563682556f, 0.2152231931686401f, -0.6650999784469604f,
+ -0.2989860475063324f, 0.0304372087121010f, -0.6580854058265686f,
+ 0.6288439631462097f, 0.5225916504859924f, 0.5051633715629578f,
+ 0.1021955013275146f, 0.0664137378334999f, 0.5435885190963745f,
+ 0.1583288162946701f, 0.0954779759049416f, 0.5498538017272949f,
+ 0.7863774299621582f, 0.3250410854816437f, -0.1645097732543945f,
+ -0.1944608986377716f, 0.5764021873474121f, 0.2585489153862000f,
+ 1.8101232051849365f, -0.2965660691261292f, -0.1394918411970139f,
+ 0.3422526717185974f, 0.4078713357448578f, 0.6625715494155884f,
+ -0.0113179292529821f, 0.3679971992969513f, -0.3411891162395477f,
+ -0.4944972097873688f, 0.6523401141166687f, 0.4652043282985687f,
+ -0.8498803973197937f, -0.0227609556168318f, 0.6188430786132812f,
+ -0.0409752242267132f, -0.3161244094371796f, -0.6306433081626892f,
+ -0.2910453081130981f, -0.7852876186370850f, -0.7539657354354858f,
+ 0.2295287400484085f, 0.0296865012496710f, -0.3007907867431641f,
+ -0.2425256818532944f, -0.0995348170399666f, 0.3682329058647156f,
+ 0.1827928870916367f, -0.5302296876907349f, 0.8459035158157349f,
+ 0.0884680896997452f, -0.4478322267532349f, 0.3703444898128510f,
+ -0.0991954728960991f, 0.2909888029098511f, 0.3333849310874939f,
+ -0.2669571936130524f, 0.1417356282472610f, -0.2065448462963104f,
+ -0.2871892154216766f, -0.5617363452911377f, -0.0702646896243095f,
+ 1.0214685201644897f, -0.1340407580137253f, 0.3993914425373077f,
+ 0.3002991676330566f, -0.6913397312164307f, 0.1494372785091400f,
+ 0.1349888741970062f, 0.5104569792747498f, 0.1636656969785690f,
+ 0.1117140799760818f, -0.2544982433319092f, 0.0827871933579445f,
+ 0.2693800628185272f, 0.6454732418060303f, 0.3301160931587219f,
+ 0.5902293920516968f, -0.0619177483022213f, 0.0505157038569450f,
+ 0.0822940766811371f, 0.1650352329015732f, 0.3866418004035950f,
+ -0.3754571676254272f, 0.2899047136306763f, 0.0292826965451241f,
+ 0.1574921458959579f, 0.3215608596801758f, 0.2603887021541595f,
+ -0.1822535395622253f, -0.0844398215413094f, 0.2522343099117279f,
+ -0.1055728718638420f, 0.5207701921463013f, 0.1008727848529816f,
+ 0.1608104407787323f, -0.1863917410373688f, 0.0869008824229240f,
+ 0.2718457579612732f, 0.1264246404170990f, 0.1247655674815178f,
+ -0.0827826857566833f, 0.3709374666213989f, 0.4140822589397430f,
+ -0.3134164810180664f, 0.1553920805454254f, -0.1265055239200592f,
+ -0.7106064558029175f, -0.2973757684230804f, -0.5490707159042358f,
+ -0.0271490551531315f, -0.0131540214642882f, 0.5659201145172119f,
+ 0.1000830382108688f, -0.7015540599822998f, 0.0906867608428001f,
+ 0.3034879565238953f, 0.7972536683082581f, 0.1813459992408752f,
+ -0.0076052225194871f, 0.0895872861146927f, -0.8047095537185669f,
+ 0.1433107703924179f, 0.1146693900227547f, 0.1412718445062637f,
+ 0.8448193669319153f, 0.3510528504848480f, 0.2998606264591217f,
+ 0.6065362691879272f, 0.4729439318180084f, 0.0467170365154743f,
+ -0.6330675482749939f, -0.0588944666087627f, -0.0578957907855511f,
+ 1.0312803983688354f, 0.4798613488674164f, -0.1581510007381439f,
+ -0.0379234850406647f, 0.3121296763420105f, 0.0370350740849972f,
+ -0.3262367546558380f, -0.0591246411204338f, 0.1724421083927155f,
+ 0.1681966781616211f, 0.2152826786041260f, -0.3951610624790192f,
+ 0.0006631757132709f, -0.2397638708353043f, 0.1357507258653641f,
+ -0.1921041458845139f, -0.3245071172714233f, -0.4662030935287476f,
+ -0.0228386670351028f, 0.0107757244259119f, -0.0580237694084644f,
+ 0.0573516301810741f, 0.1148470044136047f, -0.2300277203321457f,
+ 0.0986342802643776f, -0.5513640046119690f, 0.1167266592383385f,
+ -0.1482363194227219f, 0.0422257930040359f, 0.1146489605307579f,
+ 0.0312691628932953f, -0.4445922672748566f, 0.1673308014869690f,
+ 0.2107570916414261f, -0.1940333247184753f, 0.3395195007324219f,
+ 0.2026617974042892f, 0.2244496196508408f, 0.0233361031860113f,
+ 0.3416879475116730f, 0.1514104902744293f, 0.0954285487532616f,
+ -0.3690994977951050f, 0.1291388571262360f, -0.2290760427713394f,
+ 0.4801273345947266f, -0.4153354465961456f, 0.3961075842380524f,
+ -0.3529356122016907f, 0.4077030122280121f, -0.0397739447653294f,
+ -0.1442330181598663f, 0.1376428753137589f, -0.0680766850709915f,
+ 0.3791014254093170f, 0.4009540081024170f, 0.1501338630914688f,
+ 0.2588936984539032f, 0.4813953638076782f, -0.4395865797996521f,
+ 0.3591984510421753f, 0.1879602819681168f, 0.2138137668371201f,
+ -0.9074597954750061f, -0.8387227058410645f, 0.0318211466073990f,
+ -0.0040348507463932f, 0.0614368803799152f, 0.0924987867474556f,
+ -0.1041557341814041f, -0.6338355541229248f, -0.2259254604578018f,
+ -0.3021703064441681f, -0.2083951830863953f, 0.3534443676471710f,
+ 0.4307010471820831f, -0.0350890867412090f, 0.5831977128982544f,
+ 2.0056016445159912f, -0.0764977186918259f, 0.1634058803319931f,
+ 0.0525391250848770f, -0.5186716318130493f, 0.0005367705016397f,
+ 0.4833799302577972f, -0.0469756647944450f, 0.0916436836123466f,
+ -0.1715607941150665f, 0.0886388421058655f, -0.3685174286365509f,
+ -0.0634123980998993f, 0.2945046424865723f, 0.2150901257991791f,
+ -0.3008981049060822f, -0.2406292259693146f, -0.4746899306774139f,
+ -0.2925169765949249f, -0.3520556688308716f, -0.4455296397209167f,
+ -0.2983936667442322f, 0.2570300102233887f, 0.0755076557397842f,
+ 0.0899840667843819f, 0.1028387770056725f, -0.1679805964231491f,
+ -0.0423910841345787f, -0.1543025374412537f, -0.5997574329376221f,
+ -0.1652986258268356f, -0.1325655132532120f, -0.1542025208473206f,
+ -0.0417165607213974f, 0.2928687930107117f, 0.2524424195289612f,
+ -0.0999007001519203f, -0.2060228437185287f, 0.3928138613700867f,
+ 0.0850991904735565f, -0.1621258556842804f, -0.2610559761524200f,
+ -0.0618031546473503f, -0.2696124613285065f, 0.0634756162762642f,
+ 0.0284418426454067f, 0.2773188650608063f, 0.2766399979591370f,
+ 0.0635736063122749f, -0.2647404670715332f, 0.5367498993873596f,
+ 0.1659469753503799f, -0.1190671026706696f, -0.4104887247085571f,
+ -0.1154582574963570f, -0.4592533707618713f, 0.2039435803890228f,
+ 0.0532409884035587f, 0.1850175708532333f, -0.3443797826766968f,
+ -0.2966494560241699f, -0.3652649223804474f, 0.2323524802923203f,
+ -0.3216682076454163f, 0.0032483690883964f, 0.2574488222599030f,
+ 0.2879008054733276f, -0.1824782192707062f, -0.0314540900290012f,
+ -0.1375262737274170f, -0.2679284811019897f, 0.1401811391115189f,
+ 0.0216975342482328f, 0.0474714376032352f, -0.0927580595016479f,
+ 0.0290298499166965f, 0.0214263759553432f, -0.0403602607548237f,
+ 0.0407894626259804f, 0.1257756203413010f, -0.0356323719024658f,
+ -0.0443198829889297f, -0.6599971652030945f, 0.1560044735670090f,
+ 0.2967173755168915f, -0.1041815206408501f, 0.2504723370075226f,
+ 0.1568926572799683f, -0.2688112556934357f, 0.0054742828942835f,
+ -0.0486606806516647f, -0.4029949009418488f, -0.0774871781468391f,
+ 0.1472430080175400f, 0.3485801517963409f, -0.1151506751775742f,
+ 1.5363534688949585f, -0.3356348276138306f, 0.1659711450338364f,
+ -0.0069903819821775f, -0.1477410197257996f, 0.2233217507600784f,
+ -0.0076112775132060f, 0.2530663907527924f, -0.0125187411904335f,
+ 0.1786659508943558f, -0.1073549240827560f, -0.5154865980148315f,
+ -0.1493829637765884f, -0.1380957961082458f, -0.0997257232666016f,
+ -0.6647917628288269f, -0.4889756441116333f, -0.1539167761802673f,
+ -0.2179042249917984f, -0.4859845340251923f, -0.0291106626391411f,
+ -0.0409305989742279f, -0.0017534032231197f, 0.0525017157196999f,
+ -0.1359857022762299f, 0.1831891238689423f, 0.1991432607173920f,
+ -0.2406475692987442f, -0.7653971910476685f, -0.7780733704566956f,
+ -0.5879881381988525f, -0.0961232557892799f, -0.7322416901588440f,
+ 0.5288282632827759f, -0.7996500730514526f, -0.3438218533992767f,
+ -0.6931074857711792f, -0.1504288464784622f, 0.6690355539321899f,
+ -0.0865784883499146f, -0.2481751292943954f, 0.1191836819052696f,
+ 0.1793238222599030f, -0.0211360454559326f, 0.3405544757843018f,
+ -0.0485866069793701f, -0.0797416791319847f, -0.5531542301177979f,
+ 0.4355211853981018f, 0.7452045083045959f, -0.4560172557830811f,
+ -0.1379107385873795f, 0.0685545876622200f, 0.1925854533910751f,
+ -0.7154738306999207f, 0.0448014549911022f, 0.3745757937431335f,
+ 0.1158184632658958f, -0.1202524155378342f, 0.3434203565120697f,
+ -0.1146124154329300f, 0.4734609425067902f, 0.1608467996120453f,
+ 0.9106329083442688f, 0.2634892463684082f, -0.4961804449558258f,
+ 0.5453746318817139f, -0.2564592063426971f, 0.2691392600536346f,
+ 0.2831501364707947f, 0.4649462103843689f, -0.0924897193908691f,
+ -0.1706548929214478f, 0.3440650403499603f, 0.2547826468944550f,
+ 0.0406702272593975f, -0.0479452945291996f, -0.5885111689567566f,
+ -0.0022391288075596f, -0.1074865385890007f, 0.0825965180993080f,
+ -0.2916018664836884f, 0.4252901673316956f, -0.3423191010951996f,
+ 0.2135140299797058f, 0.1579270958900452f, 0.1408646255731583f,
+ -0.6906586885452271f, -0.3307720720767975f, 0.2011250406503677f,
+ -0.0629709586501122f, 0.1190544888377190f, 0.6431493163108826f,
+ 0.2573614418506622f, -0.5878040790557861f, 0.0717823654413223f,
+ 0.7670185565948486f, 0.4967477023601532f, -0.4109088182449341f,
+ 0.1439067274332047f, 0.0089931981638074f, -0.2072135061025620f,
+ -0.1942089051008224f, 0.1409450471401215f, -0.0265937000513077f,
+ 0.3605932593345642f, -0.0252549331635237f, 0.1903278678655624f,
+ 0.4042738676071167f, 0.2601544857025146f, 0.2558450698852539f,
+ 0.2146164327859879f, 0.3804752528667450f, -0.3564980030059814f,
+ 0.3362696170806885f, 0.1690840274095535f, 0.1138577088713646f,
+ 0.3027921915054321f, 0.2796129286289215f, 0.1548768579959869f,
+ -0.3686622083187103f, 0.1529661267995834f, -0.0472129657864571f,
+ 0.1593500971794128f, -0.1120756492018700f, 0.1375900954008102f,
+ 0.1315488219261169f, -0.2663322091102600f, -0.2002997100353241f,
+ -0.0150608746334910f, -0.2424850016832352f, 0.3385441899299622f,
+ 0.4396254420280457f, 0.2888423204421997f, 0.1385435312986374f,
+ 0.1532501131296158f, 0.2371357977390289f, -0.0399761870503426f,
+ 0.4862886667251587f, -0.2148178070783615f, -0.3415434360504150f,
+ -0.1098927333950996f, 0.0758307278156281f, 0.0640023052692413f,
+ 0.1995039731264114f, -0.2655102610588074f, 0.7168592810630798f,
+ 0.3659307360649109f, -0.1420124620199203f, 0.2783307433128357f,
+ 0.0736662223935127f, -0.5457009673118591f, 0.5109015703201294f,
+ 0.1306281536817551f, -0.0145855257287621f, -0.2152090966701508f,
+ -0.1847251802682877f, 0.2420769184827805f, 0.0804600268602371f,
+ 0.8217712640762329f, -0.2497089207172394f, -0.3894105553627014f,
+ -0.0375970229506493f, -0.3571085035800934f, 0.0166834965348244f,
+ -0.1527751088142395f, -0.0604493990540504f, 0.1102445051074028f,
+ 0.0965953171253204f, 0.4092112183570862f, 0.6975074410438538f,
+ 0.0341175161302090f, 0.3075294196605682f, 0.1312424987554550f,
+ 0.3564425110816956f, 0.0891586989164352f, 0.3348633348941803f,
+ 0.1931791007518768f, 0.0749873816967010f, -0.3397442102432251f,
+ 0.2129557281732559f, 0.0986402481794357f, -0.0373349077999592f,
+ -0.8196403384208679f, -0.8192615509033203f, 0.1750758588314056f,
+ -0.2223954051733017f, 0.2131696939468384f, 0.7134015560150146f,
+ 0.1486264169216156f, -0.5756721496582031f, 0.0095007494091988f,
+ 0.3389183878898621f, 0.7914028763771057f, 0.1601437777280807f,
+ -0.0389526896178722f, 0.0434627830982208f, -0.7771406769752502f,
+ 0.0610891133546829f, 0.1480710208415985f, 0.2405598312616348f,
+ 0.6115073561668396f, 0.4343151152133942f, 0.1513147801160812f,
+ 0.3195788264274597f, 0.3596002161502838f, 0.1594352722167969f,
+ 0.0493629612028599f, 0.4792820215225220f, -0.2561374604701996f,
+ 0.5581156611442566f, 0.2004820108413696f, -0.0547443591058254f,
+ -0.4573057293891907f, 0.4836073815822601f, 0.2025272548198700f,
+ -0.3263891935348511f, 0.0215711351484060f, 0.2488677799701691f,
+ 0.3743021786212921f, 0.3793214261531830f, -0.1888485848903656f,
+ -0.0794973745942116f, 0.5611577033996582f, -0.3027657270431519f,
+ -0.2865268290042877f, -0.3309865593910217f, 0.2028150558471680f,
+ -0.2239168882369995f, 0.0893535763025284f, 0.4083869159221649f,
+ -0.0133341979235411f, 0.0770808830857277f, 0.2002063840627670f,
+ -0.4620167613029480f, -0.5813448429107666f, 0.1572069972753525f,
+ -0.1714705973863602f, -0.0272812712937593f, 0.3273205459117889f,
+ -0.5875139236450195f, 0.1811303347349167f, 0.4575312733650208f,
+ 0.4642266929149628f, -0.5435539484024048f, 0.0484275221824646f,
+ -0.1504747420549393f, -0.5356093049049377f, 0.4298661053180695f,
+ 0.0535160154104233f, 0.1216416880488396f, -0.0630059838294983f,
+ -0.4592761695384979f, -0.1567192673683167f, 0.0613999851047993f,
+ -0.1247861832380295f, -0.1519084125757217f, -0.0218692291527987f,
+ 0.2498472481966019f, -0.5994490981101990f, -0.3556458652019501f,
+ -0.7134624719619751f, 0.3270440995693207f, 0.4889201223850250f,
+ 0.0001726131595206f, 0.0372873842716217f, -0.1478577256202698f,
+ -0.0479920245707035f, -0.4369825124740601f, 0.0719252526760101f,
+ 0.0187639519572258f, 0.0015827781753615f, 0.1833191663026810f,
+ -0.3624764084815979f, -0.9898898005485535f, 0.1553430259227753f,
+ 0.2555761337280273f, 0.1791031509637833f, -0.7518344521522522f,
+ 0.2149146646261215f, -0.0086450548842549f, 0.1152990236878395f,
+ 0.0354584567248821f, 0.4786407649517059f, 0.1912387758493423f,
+ 0.2547655701637268f, -0.2422518581151962f, 0.2674571275711060f,
+ 1.2531069517135620f, 0.0888101384043694f, 0.0509774461388588f,
+ -0.0973759666085243f, -0.6425855755805969f, 0.2490453124046326f,
+ 0.4441634118556976f, -0.5022720694541931f, -0.2287643998861313f,
+ 0.2110058367252350f, -0.1176422238349915f, -0.1306049227714539f,
+ 0.1809280067682266f, -0.0855083242058754f, -0.4086442589759827f,
+ -0.2227575033903122f, -0.1252819299697876f, 0.0097766211256385f,
+ -0.2261130511760712f, -0.1140893697738647f, 0.0789947882294655f,
+ 0.6281844377517700f, 0.3524906933307648f, -0.2130903750658035f,
+ -0.5048971176147461f, 0.1151091977953911f, 0.0414245463907719f,
+ 0.1635917127132416f, 0.0946808904409409f, 0.0146180232986808f,
+ -0.2292226850986481f, 0.0017036747885868f, 0.2645649015903473f,
+ -0.2616401612758636f, -0.2632031738758087f, -0.4282504916191101f,
+ 0.2777986526489258f, 0.1097143962979317f, 0.0840131565928459f,
+ -0.1653720289468765f, -0.1572221368551254f, -0.2200295627117157f,
+ -0.1919432580471039f, -0.2491016536951065f, 0.2396795600652695f,
+ 0.2554568350315094f, -0.0665529370307922f, -0.3014953434467316f,
+ 0.8432918787002563f, -0.1273866742849350f, -0.2078953683376312f,
+ -0.0311737153679132f, 0.1380817443132401f, 0.5532577633857727f,
+ 0.5727446675300598f, 0.5794368386268616f, -0.0212168432772160f,
+ 0.0122011536732316f, 0.0391990803182125f, 0.2199511080980301f,
+ -0.2442692518234253f, 0.3182661533355713f, -0.2876095175743103f,
+ -0.7993220090866089f, -0.5796208977699280f, -0.0954226329922676f,
+ -0.1304492950439453f, -0.4880208671092987f, -0.8036825656890869f,
+ -0.5471380949020386f, 0.2952180206775665f, 0.1539287567138672f,
+ -0.1299835890531540f, 0.1681009083986282f, -0.1983980685472488f,
+ -0.2686048448085785f, -0.1929024010896683f, -0.1709944009780884f,
+ -0.0193079020828009f, -0.6435461044311523f, -0.4151514470577240f,
+ 0.3793428540229797f, -0.4380100369453430f, -0.3538170456886292f,
+ 0.2942572534084320f, 0.0443216599524021f, 0.0598170682787895f,
+ 0.0226443596184254f, -0.0078254258260131f, -0.1205167472362518f,
+ 0.4275207519531250f, 0.0090165231376886f, -0.0427564829587936f,
+ 0.1740277409553528f, -0.4528810083866119f, -0.2140013575553894f,
+ -0.2693809568881989f, 0.8378179073333740f, -0.3161824941635132f,
+ -0.0504717826843262f, 0.0859444960951805f, -0.0121951131150126f,
+ -0.2439079880714417f, -0.2077781409025192f, 0.1151699349284172f,
+ 0.4317185878753662f, 0.2576152682304382f, 0.3072236478328705f,
+ -0.1779361963272095f, 0.5603067874908447f, 0.3268575370311737f,
+ 0.5520786046981812f, 0.4228837788105011f, -0.0737751424312592f,
+ 0.7087104916572571f, -0.0458681620657444f, 0.1506038308143616f,
+ -0.0142408618703485f, -0.0153605565428734f, 0.2576767802238464f,
+ 0.1566692441701889f, 0.5783062577247620f, 0.2251965850591660f,
+ -0.0031514435540885f, -0.0974253341555595f, -0.2304038107395172f,
+ -0.1372407078742981f, -0.0561129003763199f, 0.2460853308439255f,
+ 0.0090362206101418f, -0.3146315515041351f, -0.3244521617889404f,
+ 0.1223279386758804f, 0.0360461026430130f, 0.0102294785901904f,
+ -0.3955405652523041f, -0.5352281332015991f, -0.0448857657611370f,
+ 0.2725092470645905f, 0.4056634902954102f, 0.3882724940776825f,
+ 0.1398357748985291f, -0.5338594317436218f, -0.1157989054918289f,
+ 0.3175262510776520f, 0.8071336746215820f, -0.2617507874965668f,
+ -0.2069546282291412f, -0.1347697675228119f, -0.5165019035339355f,
+ -0.4329110682010651f, 0.1561158001422882f, 0.4327279031276703f,
+ 0.7795124053955078f, 0.2895341813564301f, 0.2842765152454376f,
+ 0.2287003099918365f, 0.5660820007324219f, 0.1179344877600670f,
+ -0.2538906335830688f, 0.5847103595733643f, -0.3730327188968658f,
+ 1.1047644615173340f, 0.2810014486312866f, -0.1691217869520187f,
+ -0.5031377077102661f, 0.4769600033760071f, 0.0350544266402721f,
+ -0.3246077895164490f, 0.0014933374477550f, 0.0191945638507605f,
+ -0.0061359903775156f, 0.0683545470237732f, 0.0154910096898675f,
+ -0.1316664069890976f, 0.4270116388797760f, -0.3708589375019073f,
+ 0.1551501601934433f, -0.3849472403526306f, -0.4317999482154846f,
+ 0.4190834760665894f, 0.1701198518276215f, 0.3735051155090332f,
+ 0.4159091711044312f, 0.1963387131690979f, 0.3509431481361389f,
+ -0.2507663071155548f, -0.3825032711029053f, -0.0912821218371391f,
+ -0.2473899424076080f, 0.4931598603725433f, 0.0202186014503241f,
+ 0.2632621824741364f, -0.0396534539759159f, 0.5968692898750305f,
+ 0.0215320065617561f, -0.1096179932355881f, 0.9561996459960938f,
+ -0.3543791472911835f, -0.5008273124694824f, -0.0605309307575226f,
+ -0.3965377211570740f, 0.2285529375076294f, -0.2587174475193024f,
+ -0.1869972795248032f, -0.4846708178520203f, -0.1076388359069824f,
+ -0.3310853838920593f, -0.1824534684419632f, -0.1331733018159866f,
+ -0.5378605127334595f, -0.3833900392055511f, -0.8668831586837769f,
+ 0.6334757208824158f, -0.4899438023567200f, 0.3701605200767517f,
+ 0.0674764066934586f, -0.0711892992258072f, 0.3735517561435699f,
+ 0.1711693704128265f, 0.4956945180892944f, -0.4817132651805878f,
+ -0.1174151450395584f, 0.4312078058719635f, -0.0358385704457760f,
+ -0.2388582229614258f, -0.0891099199652672f, 0.5766072273254395f,
+ 0.1927085220813751f, 0.3910098671913147f, 0.1855409592390060f,
+ -0.6618253588676453f, -0.6576144695281982f, -0.2564645707607269f,
+ 0.2936129868030548f, -0.1268207281827927f, 0.7489536404609680f,
+ 0.1626872718334198f, 0.2102122902870178f, -0.0131822852417827f,
+ 1.8023499250411987f, -0.1884803026914597f, 0.7024976611137390f,
+ -0.3255708217620850f, -0.1636919230222702f, 0.1214035302400589f,
+ 0.4695668220520020f, 0.5406941175460815f, -0.0675626546144485f,
+ -0.0096933208405972f, 0.2941956520080566f, -0.3090159296989441f,
+ -0.7440941929817200f, -0.3280935287475586f, 0.1386042386293411f,
+ -1.3426492214202881f, -0.6517912745475769f, -0.0375286899507046f,
+ -0.3418170511722565f, -0.6267734169960022f, -0.9843451380729675f,
+ -0.3409035503864288f, -0.1073242053389549f, -0.0828336626291275f,
+ -0.1433364897966385f, -0.1086448282003403f, -0.1429758667945862f,
+ 0.2333201766014099f, 0.3765141665935516f, -0.1231781467795372f,
+ 0.0515210218727589f, 0.0734931305050850f, 0.0740097984671593f,
+ 0.0944895371794701f, 0.1179222613573074f, 0.0117968097329140f,
+ 0.2226278632879257f, -0.1228885352611542f, 0.1360834836959839f,
+ 0.2870517969131470f, 0.1683734357357025f, 0.1887408941984177f,
+ 0.0187294762581587f, -0.0720228329300880f, -0.0009392671054229f,
+ -0.1048136278986931f, -0.0512480214238167f, 0.1602444797754288f,
+ 0.4810739457607269f, -0.5778640508651733f, -0.0596526116132736f,
+ 0.0438119508326054f, -0.3054088652133942f, 0.4117087721824646f,
+ -0.0215807799249887f, 0.0888598561286926f, 0.0625901222229004f,
+ -0.1215010136365891f, -0.1691524833440781f, -0.1062471643090248f,
+ -0.1487293988466263f, -0.1759550869464874f, 0.1590621769428253f,
+ -0.2237920463085175f, -0.5752944946289062f, -0.2846144139766693f,
+ -0.3532420396804810f, -0.1517337709665298f, -0.0643067806959152f,
+ 0.1900746524333954f, -0.5303099155426025f, 0.1627014130353928f,
+ 0.5176436901092529f, -0.1324124634265900f, 0.4715542197227478f,
+ -0.1571374535560608f, -0.0343853682279587f, -0.2264437973499298f,
+ 0.3166444599628448f, 0.0130727337673306f, 0.0327062308788300f,
+ 0.2987966537475586f, -0.3778496980667114f, 0.2864877581596375f,
+ 0.1953771263360977f, -0.0914377346634865f, 0.1446544080972672f,
+ -0.2889409065246582f, -0.5008551478385925f, -0.5397065281867981f,
+ 0.1336660087108612f, -0.0064901062287390f, 0.7343378663063049f,
+ 0.0776103362441063f, -0.1664102822542191f, 0.0736644491553307f,
+ -0.1274860948324203f, -0.0609128139913082f, 0.2246700525283813f,
+ -0.0166787132620811f, -0.1569869220256805f, 0.2693667411804199f,
+ -0.0912933722138405f, 0.2923066914081573f, 0.1629687696695328f,
+ -0.0244224276393652f, 0.0504275560379028f, -0.1462639868259430f,
+ -0.4016200304031372f, -0.0908737704157829f, -0.0215453673154116f,
+ -0.7246086597442627f, 0.4183782637119293f, -0.6242280006408691f,
+ 0.0794505029916763f, 0.1186602860689163f, -0.1538671702146530f,
+ -0.0366950556635857f, -0.0482810996472836f, -0.0985946208238602f,
+ 0.1234085783362389f, -0.2097895443439484f, 0.2069265693426132f,
+ 0.0185047537088394f, -0.3807953894138336f, -0.5327659845352173f,
+ -0.0465454943478107f, 0.0222413595765829f, -0.1760605126619339f,
+ 0.4791334569454193f, -0.0746837854385376f, 0.2189312577247620f,
+ -0.0364142023026943f, 0.1862297505140305f, 0.1999345868825912f,
+ 0.0093798330053687f, -0.0576873905956745f, 0.0353613235056400f,
+ -0.0361923426389694f, -0.1936458796262741f, 0.4524419009685516f,
+ -0.3322108685970306f, -0.1184094995260239f, -0.0754722207784653f,
+ -0.0343094021081924f, -0.3193221390247345f, -0.0876887515187263f,
+ 0.0988738834857941f, 0.1286844313144684f, 0.2034031897783279f,
+ 0.0511535555124283f, -0.0725484490394592f, 0.4065666496753693f,
+ 0.1978920996189117f, 0.2802053689956665f, 0.1971008479595184f,
+ -0.3553528487682343f, -0.0161501914262772f, -0.2288733869791031f,
+ 0.3122789859771729f, -0.0207313317805529f, 0.5878512263298035f,
+ 0.1248399168252945f, 0.0045833555050194f, -0.0641784742474556f,
+ -0.2206218838691711f, 0.0010617866646498f, 0.0511198081076145f,
+ 0.0851162523031235f, -0.0037040119059384f, 0.2259118109941483f,
+ -0.2188503742218018f, -0.1050117462873459f, 0.2309260219335556f,
+ 0.0115365590900183f, 0.0430745221674442f, 0.1690068244934082f,
+ 0.2679066359996796f, 0.2160597145557404f, 0.5190535187721252f,
+ 0.1316701918840408f, 0.0512072518467903f, 0.1077900454401970f,
+ -0.2723635435104370f, 0.1256535947322845f, -0.5123908519744873f,
+ 0.0826540812849998f, -0.1508286744356155f, -0.0220610536634922f,
+ 0.0481293536722660f, -0.3039674162864685f, 0.0064609278924763f,
+ 0.2559337019920349f, 0.2541106343269348f, -0.7165759801864624f,
+ 0.1218118891119957f, 0.1519994288682938f, -0.2565009593963623f,
+ -0.0802074223756790f, 0.0639746040105820f, -0.1965852826833725f,
+ 0.3265199959278107f, -0.0104033304378390f, 0.0977635011076927f,
+ -0.3186851739883423f, 0.2932905256748199f, -0.0141983544453979f,
+ 0.0827876701951027f, 0.3508475124835968f, 0.4874393641948700f,
+ 0.0760706737637520f, -0.1413112431764603f, 0.2319784313440323f,
+ -0.5065016150474548f, 0.1325283646583557f, -0.1360871642827988f,
+ 0.0260501820594072f, 0.2418794184923172f, -0.0773898214101791f,
+ 0.1105922833085060f, 0.1670519709587097f, 0.1849381327629089f,
+ 0.1178608760237694f, 0.2431062310934067f, 0.1111967265605927f,
+ 0.0436322279274464f, 0.0019336920231581f, -0.2201011329889297f,
+ -0.0829095542430878f, 0.0646453425288200f, -0.0827626511454582f,
+ 0.1075191646814346f, 0.1497500687837601f, 0.2613318562507629f,
+ 0.0258318670094013f, -0.0325305759906769f, -0.2468203157186508f,
+ 0.2178289294242859f, 0.0387942902743816f, 0.0732215791940689f,
+ -0.0998155921697617f, -0.2213845998048782f, 0.3439297080039978f,
+ 0.1013638228178024f, 0.0442470125854015f, 0.1826943457126617f,
+ 0.0326526090502739f, -0.3416773080825806f, 0.1406898945569992f,
+ -0.0765009969472885f, -0.1374989151954651f, 0.0615117959678173f,
+ 0.0582597069442272f, 0.0491212531924248f, 0.2961840331554413f,
+ 0.1303239464759827f, 0.2942782342433929f, -0.0492375791072845f,
+ -0.0771355107426643f, 0.0303638856858015f, -0.2243455052375793f,
+ -0.0091254999861121f, -0.2631367444992065f, 0.1958770453929901f,
+ 0.1585666090250015f, 0.0611490719020367f, 0.3114020228385925f,
+ 0.1110458076000214f, 0.2027223557233810f, -0.3581931293010712f,
+ -0.0756295174360275f, 0.4913285672664642f, -0.1087465733289719f,
+ -0.1160961091518402f, -0.1968960911035538f, -0.0078373365104198f,
+ 0.1521823704242706f, 0.0663146898150444f, 0.0681215152144432f,
+ 0.0783967897295952f, -0.2462592720985413f, 0.1351920962333679f,
+ 0.1642902046442032f, 0.1163821518421173f, 0.0238799862563610f,
+ -0.0338005833327770f, 0.0326934084296227f, 0.1844824254512787f,
+ 0.6084073185920715f, -0.0441259630024433f, -0.4728830754756927f,
+ 0.2628680169582367f, -0.3758026063442230f, -0.3537371754646301f,
+ -0.3087140321731567f, 0.1685632169246674f, 0.0776964649558067f,
+ 0.0886268243193626f, -0.0002733119763434f, 0.1938378363847733f,
+ -0.0967207625508308f, 0.0272694397717714f, -0.1960778087377548f,
+ 0.0789477378129959f, -0.4038451313972473f, -0.0490153729915619f,
+ -0.1158292889595032f, -0.0962997525930405f, 0.2894786596298218f,
+ 0.3087515830993652f, 0.1848571449518204f, -0.3061234652996063f,
+ -0.1585461050271988f, 0.0179840773344040f, -0.1958523243665695f,
+ 0.1215252652764320f, -0.0211156383156776f, -0.0865663662552834f,
+ -0.3082106709480286f, -0.0804942771792412f, 0.0933823511004448f,
+ -0.0574994608759880f, -0.1838232874870300f, 0.0568798407912254f,
+ 0.0374001488089561f, -0.0381527282297611f, -0.2411012947559357f,
+ 0.5807722210884094f, 0.1333629935979843f, 0.1152065694332123f,
+ 0.0835611745715141f, -0.0531005486845970f, -0.4175574481487274f,
+ 0.2148669511079788f, 0.1155190467834473f, -0.1225729659199715f,
+ -0.8126321434974670f, 0.0017354200826958f, -0.5349099636077881f,
+ -0.0669799670577049f, -0.3062822818756104f, -0.3067269325256348f,
+ -0.1068952158093452f, -0.2077570110559464f, 0.0587785318493843f,
+ 0.1826735585927963f, -0.2582884728908539f, -0.0477337948977947f,
+ 0.0364540964365005f, -0.4546456336975098f, -0.2951024174690247f,
+ 0.1326146870851517f, 0.3732801973819733f, 0.6391657590866089f,
+ -0.1240140721201897f, 0.0620327517390251f, -0.3700569868087769f,
+ -0.0173665694892406f, 0.0542289614677429f, 0.2053565531969070f,
+ 0.2020944803953171f, -0.0514563769102097f, 0.0947834402322769f,
+ -0.0326627306640148f, 0.3995172083377838f, 0.5092508196830750f,
+ 0.0319557040929794f, 0.0216015279293060f, 0.0939985215663910f,
+ -0.4311879873275757f, 0.2544423639774323f, -0.2211975604295731f,
+ 0.2164055258035660f, -0.0520132705569267f, -0.1024171784520149f,
+ 0.0962495133280754f, 0.0663714259862900f, -0.0019921353086829f,
+ -0.1094801649451256f, -0.0657313317060471f, 0.0683648437261581f,
+ 0.0549399554729462f, -0.0510826669633389f, -0.0627226606011391f,
+ 0.3745751380920410f, -0.0841583907604218f, -0.0544035546481609f,
+ 0.0337097533047199f, 0.0791351124644279f, -0.5734549760818481f,
+ -0.4840314388275146f, -0.0311729088425636f, -0.1691079437732697f,
+ -0.7670642733573914f, 0.0325881987810135f, -0.0134998634457588f,
+ 0.3896961808204651f, -0.1992378383874893f, -0.1257410198450089f,
+ -0.4710708856582642f, -0.1547220647335052f, -0.3912628889083862f,
+ -0.0438677296042442f, 0.0663354843854904f, 0.2796342968940735f,
+ 0.5748677849769592f, -0.1869958341121674f, -0.1268328428268433f,
+ 0.0678665712475777f, -0.1027638465166092f, 0.0661693587899208f,
+ 0.1257883310317993f, 0.4060650467872620f, 0.0540766455233097f,
+ -0.1359860152006149f, 0.2786000967025757f, 0.1966963261365891f,
+ -0.1474368870258331f, 0.0026062026154250f, 0.0944925174117088f,
+ -0.0274998899549246f, -0.0663303583860397f, -0.2043524533510208f,
+ -0.2136688977479935f, -0.1843417286872864f, -0.4118018150329590f,
+ -0.2719015777111053f, 0.0965550318360329f, 0.1254027336835861f,
+ 0.0467248298227787f, -0.0235347039997578f, 0.1546709686517715f,
+ -0.0581473633646965f, 0.0566118098795414f, 0.2252373546361923f,
+ 0.0650771856307983f, -0.1041078716516495f, -0.1690514534711838f,
+ 0.0855002626776695f, 0.1042760536074638f, -0.0685291737318039f,
+ -0.2274765074253082f, 0.2917478382587433f, -0.0829384997487068f,
+ 0.2708130478858948f, -0.0731888040900230f, 0.2169935107231140f,
+ -0.2651327252388000f, -0.3350582718849182f, -0.3879054784774780f,
+ 0.2105841189622879f, -0.0666797757148743f, 0.1156865656375885f,
+ 0.0584099888801575f, -0.0961353927850723f, 0.1307805925607681f,
+ -0.0573699064552784f, -0.0451714470982552f, 0.1277057528495789f,
+ -0.1895652115345001f, -0.0965495333075523f, 0.3155286014080048f,
+ -0.1210967227816582f, -0.0155383935198188f, -0.0245718657970428f,
+ -0.1333247423171997f, 0.5272853970527649f, 0.0346763432025909f,
+ -0.0185442846268415f, -0.0299478843808174f, 0.1339802145957947f,
+ -0.2319969534873962f, 0.0678827762603760f, -0.3463225960731506f,
+ -0.0801650583744049f, 0.2373606860637665f, 0.4636377990245819f,
+ -0.1014057248830795f, 0.1827038079500198f, 0.0125127993524075f,
+ -0.3645594120025635f, -0.0655292496085167f, 0.0016603033291176f,
+ -0.1435695290565491f, -0.1099994480609894f, -0.3396123945713043f,
+ -0.0199162047356367f, -0.0829005166888237f, -0.2437749654054642f,
+ 0.0297489408403635f, 0.2351194173097610f, 0.1200311109423637f,
+ -0.1806109696626663f, -0.2315512597560883f, 0.2213539630174637f,
+ -0.2299230247735977f, 0.0626991987228394f, 0.5239980220794678f,
+ 0.2998182475566864f, 0.0692710429430008f, -0.3664659261703491f,
+ -0.0950970426201820f, 0.1346330046653748f, -0.3065274655818939f,
+ 0.3080845773220062f, 0.2722949683666229f, 0.3865387439727783f,
+ -0.2526677250862122f, 0.0522203668951988f, 0.1417298018932343f,
+ -0.0467473976314068f, 0.3507293164730072f, 0.2831714749336243f,
+ 0.0333098545670509f, 0.5527098774909973f, 0.1517704576253891f,
+ -0.0230839177966118f, -0.0385757386684418f, 0.1819561719894409f,
+ -0.3907634615898132f, 0.0563155338168144f, -0.3094848394393921f,
+ 0.1905148327350616f, 0.0213145762681961f, 0.4964922368526459f,
+ 0.0332325696945190f, -0.3756632208824158f, 0.1065752506256104f,
+ 0.8553932309150696f, 0.0443776883184910f, -0.1072680950164795f,
+ -0.1325590908527374f, 0.0132067808881402f, -0.3827661573886871f,
+ 0.1436234265565872f, 0.2072630226612091f, 0.0994505137205124f,
+ -0.1168257370591164f, 0.4152521491050720f, 0.1724653244018555f,
+ 0.3232159018516541f, 0.3533481955528259f, 0.0943728014826775f,
+ -0.4837520122528076f, 0.1069894209504128f, 0.3028259277343750f,
+ 0.3082062900066376f, -0.1285990476608276f, -0.3374973237514496f,
+ -0.5166034698486328f, 0.0739881619811058f, 0.0603821054100990f,
+ -0.1298288851976395f, 0.1304584443569183f, 0.2773143053054810f,
+ -0.0958818197250366f, -0.1322857141494751f, -0.1781536489725113f,
+ 0.0226620826870203f, -0.1254420429468155f, 0.2836071550846100f,
+ -0.0633054003119469f, 0.0739613324403763f, -0.0187553744763136f,
+ -0.1607485860586166f, -0.1417360752820969f, -0.1763540804386139f,
+ -0.2567417323589325f, -0.0838072448968887f, -0.1537268310785294f,
+ -0.0024007039610296f, 0.2191601693630219f, 0.6330964565277100f,
+ 0.1747138649225235f, -0.2716565132141113f, 0.0695719495415688f,
+ 0.1480459719896317f, 0.0816975906491280f, 0.3015967309474945f,
+ 0.1720464229583740f, 0.0260510947555304f, -0.3004342913627625f,
+ 0.1771964281797409f, 0.4026280343532562f, -0.0787864029407501f,
+ 0.1065170690417290f, -0.0348723493516445f, 0.0569167584180832f,
+ 0.4169656932353973f, 0.2095148712396622f, -0.2555924654006958f,
+ 0.2668237388134003f, 0.0692340508103371f, 0.3583722114562988f,
+ 0.2285473197698593f, 0.0732189789414406f, 0.0465372651815414f,
+ -0.0484643876552582f, 0.1370604187250137f, -0.1093521043658257f,
+ 0.0214323326945305f, 0.3895805180072784f, 0.3748344182968140f,
+ 0.1009496077895164f, -0.0171789266169071f, 0.1138928681612015f,
+ 0.0385084897279739f, 0.3789862096309662f, -0.0655479803681374f,
+ -0.0492755509912968f, -0.3081344366073608f, 0.1214209496974945f,
+ -0.1287596225738525f, 0.1601542234420776f, 0.1707212924957275f,
+ -0.2579430341720581f, -0.0492120124399662f, -0.3328732848167419f,
+ 0.1749404221773148f, 0.1184368506073952f, 0.3275949060916901f,
+ -0.0671158209443092f, -0.1666335612535477f, -0.1040238887071609f,
+ 0.7155052423477173f, -0.0728592351078987f, 0.1491635739803314f,
+ 0.0795109197497368f, -0.1748448610305786f, 0.0766172334551811f,
+ 0.3510641157627106f, 0.3212715983390808f, 0.2207340747117996f,
+ 0.2275983393192291f, 0.2245774120092392f, -0.1684053242206573f,
+ -0.1525800973176956f, 0.3030078113079071f, 0.2997850477695465f,
+ -0.2351179718971252f, 0.0211845897138119f, 0.0105013344436884f,
+ 0.2221445739269257f, -0.4007084369659424f, -0.2641317248344421f,
+ -0.2717092633247375f, 0.3659620285034180f, 0.0863907262682915f,
+ 0.0458092540502548f, 0.1576710343360901f, -0.0017496247310191f,
+ -0.1466220319271088f, -0.4037290513515472f, -0.2966038584709167f,
+ -0.3332006931304932f, -0.5018427371978760f, -0.1678779721260071f,
+ 0.0115418657660484f, -0.2524206340312958f, -0.2474787980318069f,
+ -0.0604283697903156f, -0.2008666843175888f, 0.3061165511608124f,
+ 0.3213449120521545f, -0.1440864652395248f, 0.0352867469191551f,
+ 0.1286701560020447f, 0.1879532784223557f, -0.0243006516247988f,
+ -0.2254572361707687f, 0.0294601153582335f, -0.3121031224727631f,
+ 0.1616333276033401f, 0.2109275162220001f, 0.0657556504011154f,
+ -0.0344740860164165f, 0.0363270342350006f, 0.1956902742385864f,
+ -0.0548276044428349f, -0.1029048934578896f, -0.0174709893763065f,
+ 0.3384264707565308f, 0.0191718731075525f, 0.3270350098609924f,
+ -0.2545257806777954f, 0.1791099011898041f, -0.0441420748829842f,
+ 0.4159772694110870f, 0.0675054565072060f, 0.1616446971893311f,
+ 0.4803098738193512f, 0.0490248464047909f, -0.0290275942534208f,
+ -0.0885320082306862f, 0.3636280298233032f, -0.0841983109712601f,
+ 0.2032057195901871f, -0.1237979531288147f, -0.1900978684425354f,
+ 0.1185795888304710f, 0.0664286687970161f, -0.1025991737842560f,
+ 0.2251766920089722f, -0.3151769936084747f, -0.1076047495007515f,
+ -0.0293907485902309f, 0.2655883133411407f, -0.0193001125007868f,
+ -0.0108752502128482f, 0.0959162488579750f, 0.1666184365749359f,
+ -0.1145016476511955f, -0.2311509698629379f, -0.1055445820093155f,
+ 0.1391864866018295f, 0.1913574784994125f, 0.0039927568286657f,
+ 0.1543213129043579f, 0.1003253981471062f, -0.0997976735234261f,
+ 0.4168156981468201f, 0.1924626827239990f, -0.0615192316472530f,
+ -0.0129299024119973f, 0.0239330474287271f, 0.1164376437664032f,
+ -0.1911287456750870f, 0.1874720007181168f, 0.0397381782531738f,
+ 0.1033735275268555f, -0.0234810356050730f, -0.0638056993484497f,
+ -0.1116124987602234f, 0.0903129428625107f, 0.1576051563024521f,
+ 0.3348789215087891f, 0.1740482598543167f, 0.1116336658596992f,
+ 0.2307330518960953f, 0.0405654348433018f, 0.0391361117362976f,
+ -0.1057659313082695f, 0.0776317641139030f, 0.0126398717984557f,
+ -0.0022488504182547f, 0.2749241292476654f, -0.0021426423918456f,
+ -0.0394463799893856f, 0.0099541191011667f, 0.1502177864313126f,
+ 0.0585966147482395f, -0.0088057741522789f, -0.0325731076300144f,
+ -0.1835941374301910f, 0.2215626239776611f, 0.1527094095945358f,
+ 0.2299800664186478f, -0.0927901118993759f, -0.0414932742714882f,
+ -0.0966522246599197f, -0.1003818884491920f, -0.0314268097281456f,
+ -0.3467074632644653f, -0.0339837409555912f, 0.1929470896720886f,
+ -0.0202483125030994f, 0.0165091473609209f, 0.0004667783796322f,
+ 0.0760210007429123f, -0.1845089495182037f, -0.5721887946128845f,
+ -0.0592156164348125f, -0.2936677038669586f, 0.0975140556693077f,
+ -0.0928249955177307f, -0.0138861797749996f, 0.0305707175284624f,
+ -0.0649642348289490f, 0.0132245244458318f, -0.3357858955860138f,
+ 0.1289756000041962f, -0.1600085943937302f, -0.3410844206809998f,
+ 0.0488293878734112f, 0.3864804804325104f, 0.2889402806758881f,
+ 0.1390198469161987f, 0.1245025619864464f, -0.0234434921294451f,
+ 0.0948526784777641f, -0.0451660118997097f, 0.1017375290393829f,
+ 0.0090066930279136f, -0.2415623515844345f, -0.0536376796662807f,
+ 0.0735343471169472f, -0.0472982637584209f, -0.6784536242485046f,
+ -0.0844203829765320f, -0.2669684290885925f, -0.0529521591961384f,
+ -0.0147952036932111f, 0.0607655458152294f, 0.0777374729514122f,
+ 0.0755959525704384f, -0.2184010595083237f, 0.2385592460632324f,
+ 0.2715857625007629f, 0.1088119372725487f, 0.1347940117120743f,
+ -0.0689443647861481f, -0.0764441266655922f, -0.2682552039623260f,
+ -0.2082638591527939f, 0.1420183181762695f, -0.0014459617668763f,
+ 0.3442958593368530f, 0.0816181004047394f, -0.0047547644935548f,
+ -0.0459665320813656f, 0.0606406964361668f, -0.0642451420426369f,
+ 0.1513596177101135f, -0.0803962349891663f, 0.1336852163076401f,
+ 0.2418991923332214f, 0.1294064372777939f, 0.0704174339771271f,
+ -0.3875644505023956f, 0.2457424402236938f, 0.3054722249507904f,
+ 0.1819148510694504f, 0.3654283881187439f, 0.5012860298156738f,
+ 0.2252861410379410f, 0.0065346481278539f, 0.3779637217521667f,
+ 0.0311171188950539f, 0.0841294974088669f, -0.1285495758056641f,
+ -0.1109904944896698f, -0.1214648559689522f, 0.2401256263256073f,
+ -0.0745000094175339f, -0.0610189400613308f, 0.2297745943069458f,
+ 0.3574120998382568f, -0.1410500556230545f, 0.1467396169900894f,
+ 0.0551134459674358f, 0.1461099684238434f, 0.0416638776659966f,
+ 0.2432762682437897f, -0.2016332298517227f, -0.2796009480953217f,
+ -0.1449908912181854f, -0.1120632067322731f, -0.2080062627792358f,
+ -0.0081094149500132f, 0.0481256432831287f, 0.3994143605232239f,
+ 0.1553637087345123f, 0.1321069449186325f, -0.0036525770556182f,
+ -0.1539003103971481f, -0.0463070794939995f, 0.1083759516477585f,
+ 0.1694415658712387f, 0.0496802181005478f, -0.0968348681926727f,
+ 0.0318647809326649f, -0.0351416766643524f, 0.1853186935186386f,
+ 0.3790700733661652f, -0.1498330384492874f, 0.0538912229239941f,
+ -0.4513163864612579f, -0.1196628585457802f, -0.1248875260353088f,
+ -0.0704916343092918f, -0.1324039101600647f, -0.0240657776594162f,
+ -0.2237899303436279f, -0.0151998987421393f, -0.0863258317112923f,
+ -0.4677859544754028f, -0.1474457234144211f, 0.0590355470776558f,
+ 0.0121169881895185f, 0.1922954171895981f, -0.2764755487442017f,
+ -0.0135613130405545f, -0.0223259665071964f, -0.0368152000010014f,
+ -0.2355718761682510f, -0.0693319588899612f, -0.1958211809396744f,
+ -0.0875525474548340f, -0.0769418254494667f, -0.0997407063841820f,
+ -0.2001223266124725f, 0.2149872332811356f, 0.3672439754009247f,
+ 0.5166817903518677f, 0.4560884535312653f, 0.1971940547227859f,
+ 0.0245610624551773f, 0.2046167254447937f, -0.5316624045372009f,
+ 0.0508761368691921f, 0.0555065125226974f, 0.1274166852235794f,
+ 0.4202114343643188f, 0.2988360822200775f, 0.3646120429039001f,
+ -0.0806994140148163f, 0.3001829683780670f, -0.6744200587272644f,
+ -0.2456246316432953f, -0.1768564283847809f, 0.1024678051471710f,
+ 0.3399953544139862f, -0.3392314612865448f, 0.4802025854587555f,
+ 0.1318026781082153f, 0.1054588779807091f, -0.0665290579199791f,
+ -0.0909308940172195f, 0.0555799752473831f, -0.4835763275623322f,
+ 0.4689520001411438f, -0.2614631354808807f, 0.1748168617486954f,
+ -0.4005672931671143f, 0.2427806407213211f, 0.0376936830580235f,
+ 0.0175893269479275f, 0.1535080671310425f, 0.1618408411741257f,
+ 0.0417816378176212f, 0.1699698120355606f, -0.3162367343902588f,
+ 0.2762751877307892f, 0.1016974300146103f, -0.0226206704974174f,
+ -0.1939580589532852f, 0.2094804346561432f, 0.2250485122203827f,
+ -0.0113270347937942f, 0.1114110574126244f, 0.0069742775522172f,
+ -0.3223012983798981f, -0.0531443692743778f, -0.2505925297737122f,
+ -0.0992877408862114f, 0.0058841421268880f, 0.4398364126682281f,
+ -0.1690784245729446f, -0.0458082370460033f, -0.0276049450039864f,
+ 0.2536671459674835f, -0.1596801131963730f, -0.2489332854747772f,
+ -0.0386811494827271f, -0.0973591729998589f, -0.6936722993850708f,
+ 0.1677121669054031f, 0.4586112797260284f, 0.0048866658471525f,
+ 0.0595629476010799f, -0.2050157934427261f, 0.0570889450609684f,
+ 0.2256702482700348f, 0.0230295490473509f, -0.2029461562633514f,
+ -0.5777047276496887f, 0.1161615476012230f, -0.1752337366342545f,
+ -0.1047815307974815f, 0.0875893086194992f, -0.2241837531328201f,
+ -0.2209338843822479f, 0.4695213139057159f, -0.0849825665354729f,
+ 0.1045030355453491f, 0.0353184677660465f, -0.3974925875663757f,
+ -0.1526008099317551f, -0.2363258451223373f, -0.1639407277107239f,
+ -0.0814686492085457f, -0.1821963340044022f, -0.2402084469795227f,
+ 0.2093205749988556f, -0.1665623039007187f, -0.1295463293790817f,
+ 0.0626166760921478f, 0.0861968398094177f, 0.0248077288269997f,
+ 0.2114527672529221f, 0.1926984190940857f, 0.3536684215068817f,
+ 0.3886961638927460f, 0.1687735021114349f, -0.0242598783224821f,
+ 0.0550566688179970f, 0.2547612190246582f, -0.0066892700269818f,
+ 0.0073546632193029f, 0.2038968503475189f, 0.0196728426963091f,
+ -0.1030041426420212f, 0.1885286569595337f, 0.1376414448022842f,
+ 0.0740660876035690f, 0.0748911872506142f, -0.0241566896438599f,
+ -0.0211120434105396f, 0.1728985905647278f, 0.3437732160091400f,
+ -0.0044084168039262f, -0.0455613359808922f, 0.2347641587257385f,
+ 0.2413496077060699f, 0.5439712405204773f, 0.1657570302486420f,
+ 0.1640574187040329f, -0.1412261724472046f, 0.2872687280178070f,
+ -0.0595690049231052f, 0.0287520289421082f, 0.0951802358031273f,
+ -0.1574723124504089f, 0.1339065134525299f, -0.2846184074878693f,
+ 0.1020777300000191f, -0.2346170097589493f, -0.3900070786476135f,
+ 0.1019214987754822f, -0.2882728278636932f, -0.2861948609352112f,
+ -0.1409524530172348f, -0.0365139544010162f, -0.0159037057310343f,
+ -0.1166127622127533f, -0.0115768751129508f, 0.2016137391328812f,
+ 0.3643164634704590f, -0.1277200579643250f, 0.0298365112394094f,
+ 0.5812553167343140f, -0.0391214899718761f, -0.0507333800196648f,
+ -0.0098009109497070f, 0.1056394949555397f, -0.2256204932928085f,
+ 0.3472013473510742f, 0.1938380450010300f, -0.0837412923574448f,
+ 0.0737137049436569f, -0.0310393925756216f, 0.4006160795688629f,
+ -0.1459124237298965f, -0.2076402455568314f, 0.1006612181663513f,
+ 0.1972866505384445f, 0.1645361632108688f, -0.0039619761519134f,
+ -0.1860438734292984f, 0.4170750677585602f, 0.2092203944921494f,
+ 0.2051810324192047f, 0.2930705547332764f, 0.3183578550815582f,
+ 0.4252080023288727f, -0.0612421594560146f, 0.1685158163309097f,
+ 0.1848913431167603f, 0.0974669381976128f, 0.0363672524690628f,
+ -0.2670537531375885f, 0.0953421816229820f, -0.4099071025848389f,
+ 0.0234619714319706f, 0.0223106127232313f, 0.1644172221422195f,
+ -0.3408856391906738f, -0.0063658570870757f, -0.0702509135007858f,
+ -0.2254501730203629f, 0.3683677315711975f, -0.3027585446834564f,
+ 0.1926404684782028f, 0.0024315849877894f, 0.0110313836485147f,
+ 0.4633163809776306f, 0.4545373618602753f, 0.1923397779464722f,
+ -0.2029328793287277f, 0.1360489726066589f, -0.7695615887641907f,
+ -0.0962152257561684f, 0.1330607086420059f, -0.2542518973350525f,
+ -1.2242057323455811f, 0.2610177099704742f, -0.3279184997081757f,
+ 0.0037133207079023f, -0.0096275685355067f, 0.2552100121974945f,
+ 0.0479965172708035f, -0.3308450877666473f, 0.0028824436012655f,
+ -0.0809523016214371f, -0.2085836976766586f, -0.2589780688285828f,
+ 0.2367921769618988f, 0.0736831650137901f, -0.0398648381233215f,
+ 0.9388493895530701f, -0.0252402219921350f, 0.1594318151473999f,
+ -0.1370875686407089f, 0.1895277649164200f, 0.5627350211143494f,
+ -0.0582865253090858f, -0.2629383802413940f, 0.0281456466764212f,
+ 0.1792599558830261f, 0.0073817782104015f, 0.6307498812675476f,
+ -0.1954275220632553f, -0.2322927564382553f, -0.2107460796833038f,
+ 0.0607452355325222f, 0.3345075845718384f, 0.2820242643356323f,
+ -0.0542680472135544f, 0.3418644964694977f, 0.2753981053829193f,
+ 0.2327685356140137f, 0.0011341691715643f, 0.1119840592145920f,
+ -0.6567519903182983f, -0.4798351228237152f, -0.7914062142372131f,
+ 0.1785908043384552f, 0.0688960328698158f, 0.6477285027503967f,
+ -0.1034825742244720f, -0.1837322115898132f, 0.0835697948932648f,
+ 0.1328430622816086f, -0.1582177281379700f, 0.4656132161617279f,
+ 0.1660084724426270f, -0.0330859981477261f, -0.0933202579617500f,
+ -0.0741582214832306f, 0.5215276479721069f, -0.0033934011589736f,
+ -0.2363293021917343f, 0.1820285916328430f, -0.0592698864638805f,
+ 0.2464496642351151f, 0.0664674639701843f, -0.1836041063070297f,
+ -0.4788487255573273f, 0.0213832631707191f, 0.0296054966747761f,
+ -0.1041857227683067f, -0.1413188874721527f, -0.5299767851829529f,
+ 0.0198968928307295f, 0.0565193593502045f, -0.2160434722900391f,
+ -0.0285724848508835f, 0.0766298770904541f, 0.1050604730844498f,
+ -0.2178004086017609f, 0.0415554121136665f, 0.1009910926222801f,
+ 0.2823894321918488f, 0.0169091001152992f, 0.1437924951314926f,
+ 0.0109842922538519f, -0.0625488087534904f, -0.1142256557941437f,
+ -0.1277635246515274f, -0.1382355839014053f, 0.0149285914376378f,
+ 0.0844526588916779f, 0.2768477797508240f, -0.0093924319371581f,
+ 0.1388893276453018f, -0.2118603438138962f, 0.0031729862093925f,
+ -0.1330499351024628f, -0.1336033046245575f, 0.0723467171192169f,
+ 0.1374037265777588f, 0.1378386616706848f, 0.0672572329640388f,
+ -0.0693500712513924f, -0.0398677773773670f, 0.3528712391853333f,
+ -0.0933354943990707f, 0.0267936140298843f, 0.0485945865511894f,
+ -0.3120410144329071f, -0.1835372298955917f, -0.1864949315786362f,
+ -0.1846692264080048f, -0.1342065036296844f, 0.0821671187877655f,
+ -0.1455129683017731f, 0.1499446183443069f, 0.2137517333030701f,
+ 0.1356313079595566f, -0.4943389296531677f, -0.1117327809333801f,
+ -0.2606751620769501f, -0.1420927345752716f, -0.1375059932470322f,
+ -0.0289367921650410f, 0.2488825321197510f, 1.1247843503952026f,
+ -0.3449218273162842f, -0.3172220885753632f, 0.3633795976638794f,
+ -0.2206942886114120f, -0.1619964689016342f, 0.3842956125736237f,
+ -0.3370867967605591f, 0.5977393984794617f, -0.3501276373863220f,
+ 0.0601274222135544f, 0.2625264227390289f, -0.2195664644241333f,
+ -1.2563297748565674f, -1.4834126234054565f, -0.7781643271446228f,
+ 0.4501568973064423f, 0.6096202731132507f, 1.5643343925476074f,
+ 0.0294751059263945f, -1.4595758914947510f, 0.2211162596940994f,
+ -1.1121226549148560f, 2.5177574157714844f, -0.0681926608085632f,
+ -0.2141195535659790f, 0.1466643661260605f, -1.5242103338241577f,
+ -0.6506825685501099f, 0.3378999233245850f, 0.4581276476383209f,
+ 1.2561596632003784f, 0.1548131406307220f, 0.7267127633094788f,
+ 0.7845793962478638f, 1.2538951635360718f, 0.1525978446006775f,
+ -0.2674510478973389f, 0.7248052358627319f, -0.6072313189506531f,
+ 2.7543945312500000f, 0.5094062685966492f, 0.3145267665386200f,
+ -0.2315156906843185f, 1.6453173160552979f, 0.3223774731159210f,
+ 0.3362550139427185f, 0.2793277800083160f, 0.8451994061470032f,
+ -0.1105534136295319f, 0.5424537658691406f, 0.2125920206308365f,
+ -0.1147755160927773f, -0.7972152829170227f, 0.6580629348754883f,
+ -0.0526309981942177f, 0.3447978794574738f, 0.6650896072387695f,
+ -0.4092281758785248f, 0.0421599783003330f, -0.3206986486911774f,
+ -0.8257757425308228f, -0.8707560896873474f, -0.6390373706817627f,
+ -0.0755054801702499f, 0.5516064167022705f, 1.0225605964660645f,
+ 0.0018581170588732f, -0.8923933506011963f, -0.1719454824924469f,
+ 2.8279824256896973f, 1.3945025205612183f, 1.2206153869628906f,
+ -0.5471483469009399f, -0.6093724966049194f, -1.0068237781524658f,
+ 0.5317015647888184f, 0.5905300974845886f, -0.0100057041272521f,
+ -0.0726506859064102f, -0.2879121899604797f, 0.0545416846871376f,
+ -0.6616691350936890f, 0.1318828761577606f, 0.4585036337375641f,
+ -1.0223973989486694f, 0.5608242750167847f, -1.0347622632980347f,
+ 0.9509176015853882f, -0.4133824110031128f, 0.1597555577754974f,
+ -0.1010534688830376f, 0.8161370754241943f, 0.4824673235416412f,
+ -0.7145283818244934f, -0.5318313241004944f, -0.2420987337827682f,
+ 0.9381195902824402f, -0.3211400508880615f, -0.1550996005535126f,
+ 0.1113623082637787f, 0.1382997781038284f, -0.5460552573204041f,
+ 0.0644683688879013f, -0.0011978249531239f, 0.4271393716335297f,
+ 0.4181491434574127f, -0.2139687985181808f, 0.4499836862087250f,
+ 0.0716889724135399f, -0.4882511496543884f, -0.2975005805492401f,
+ -0.3655143082141876f, -0.8815281987190247f, 0.2354254275560379f,
+ -0.2811929583549500f, 0.0556115061044693f, -0.3211956918239594f,
+ 0.0396412163972855f, -0.0676405355334282f, -0.3176507949829102f,
+ 0.2483996897935867f, -0.1600901782512665f, -1.1031953096389771f,
+ -0.5383390188217163f, -1.1740368604660034f, -0.8046208620071411f,
+ -1.2814419269561768f, 0.5920758247375488f, -1.0325772762298584f,
+ -0.3849325180053711f, 0.4885466992855072f, -0.2162578403949738f,
+ 0.1592925041913986f, -1.1231998205184937f, -2.1747972965240479f,
+ -0.8204103112220764f, 0.3937653899192810f, -0.8052697777748108f,
+ -0.2660445868968964f, -0.7511985898017883f, -0.0148649550974369f,
+ -0.0853822007775307f, -0.1029209643602371f, 0.0508908294141293f,
+ -0.0580331161618233f, 0.1592665463685989f, 0.4797428250312805f,
+ -0.0137265035882592f, -0.0962266027927399f, -0.0902025029063225f,
+ -0.1509280800819397f, 0.1103094890713692f, 0.0692739561200142f,
+ 0.1733454465866089f, 0.2076482176780701f, -0.0805417299270630f,
+ 0.4016650319099426f, 0.2877388894557953f, -0.3012814223766327f,
+ -0.2169554978609085f, -0.0405510440468788f, -0.5209484100341797f,
+ 0.0287205316126347f, 0.2290860414505005f, 0.0031157338526100f,
+ -1.6623345613479614f, -0.2055579125881195f, -0.1329779624938965f,
+ -0.1888050287961960f, 0.0009878737619147f, -0.5914369225502014f,
+ -0.2706735134124756f, -0.9687389731407166f, -0.1885316371917725f,
+ -1.6942371129989624f, -0.0553701855242252f, -0.1929380595684052f,
+ 0.3343006372451782f, -0.3123018443584442f, -0.3485422432422638f,
+ -0.0307675078511238f, -0.4843106865882874f, -1.5365267992019653f,
+ -0.5026630163192749f, 0.3222121596336365f, -0.1185372024774551f,
+ 0.4284656345844269f, -0.2939774990081787f, -0.1731463521718979f,
+ -0.0991209000349045f, 0.1818847656250000f, 0.0149634974077344f,
+ 0.0320700854063034f, 0.0523958876729012f, -1.0598014593124390f,
+ -0.1239117830991745f, -0.2139061242341995f, -0.0409953780472279f,
+ -0.1137534305453300f, 0.2341865748167038f, 0.1208033263683319f,
+ -0.4686117470264435f, 0.2676725685596466f, 0.2791449129581451f,
+ -0.3370651900768280f, -0.3906541168689728f, -0.5177731513977051f,
+ 0.1580332368612289f, 0.3122726976871490f, -0.0370873548090458f,
+ -0.2804828286170959f, 0.0407847948372364f, 0.0118235992267728f,
+ -0.1921114921569824f, -0.0978505015373230f, 0.6884399056434631f,
+ -0.0285696703940630f, 0.1230300068855286f, -0.0584607459604740f,
+ 0.3827480971813202f, 0.4190316498279572f, 0.0132910078391433f,
+ 0.7372773885726929f, 0.3909332156181335f, 0.5765808224678040f,
+ 0.0262789614498615f, 0.3622701168060303f, 0.0109648834913969f,
+ 0.0486655496060848f, 0.0187119059264660f, 0.4591948091983795f,
+ 0.3327435851097107f, 0.2641213536262512f, 0.4731468558311462f,
+ -0.5673483610153198f, 0.5093648433685303f, 0.1329319030046463f,
+ 0.0786929354071617f, 0.4681395292282104f, 0.6152804493904114f,
+ -0.2708456516265869f, -0.2757188677787781f, -0.1801100224256516f,
+ -0.1433040499687195f, -0.6694581508636475f, 0.0943869799375534f,
+ 0.2543629109859467f, -0.3852403163909912f, -0.1409639865159988f,
+ -0.5467035770416260f, -0.0229299217462540f, -0.0158816799521446f,
+ -0.1745471656322479f, -0.5362576246261597f, 0.6144111156463623f,
+ 0.5788010954856873f, 0.1000371277332306f, 0.7634623646736145f,
+ 0.2886169552803040f, -0.3057093024253845f, 0.1528303921222687f,
+ 2.5651895999908447f, 1.6285831928253174f, 0.7633092403411865f,
+ 0.6032927632331848f, 0.2333826273679733f, -0.9870654940605164f,
+ -0.5511934161186218f, 0.1354710608720779f, 0.1924724429845810f,
+ 0.0640511214733124f, 0.9589288830757141f, 0.7144044637680054f,
+ 0.0138752767816186f, 1.6118698120117188f, 0.3436204493045807f,
+ 1.0626564025878906f, 0.6879966259002686f, -0.1507166773080826f,
+ 0.4620431065559387f, 0.3048414587974548f, 1.9492032527923584f,
+ -0.5927767157554626f, 0.3058153986930847f, 0.3137038052082062f,
+ -0.2005092203617096f, -0.1776680201292038f, -0.5133104920387268f,
+ 0.5318822860717773f, 0.2044601738452911f, 0.8844287991523743f,
+ -0.3870976865291595f, 0.9012037515640259f, 0.1037997379899025f,
+ -0.4694210886955261f, 0.2928842306137085f, 0.0123550901189446f,
+ 0.3049758672714233f, -0.1983411610126495f, -0.2572832107543945f,
+ 0.4999879896640778f, 0.1248463988304138f, 0.2412342578172684f,
+ -0.4627102315425873f, 0.0254807788878679f, -0.8621720075607300f,
+ -0.3088002502918243f, -0.0444454699754715f, -0.0667015463113785f,
+ 0.2412634938955307f, -0.6391060948371887f, -0.3761097788810730f,
+ 0.4382718205451965f, -0.5395899415016174f, -0.7031234502792358f,
+ -0.2813162803649902f, -0.4483600258827209f, -0.5524268746376038f,
+ -1.1275358200073242f, -0.4976942539215088f, -0.7463881969451904f,
+ 0.2830382883548737f, -0.4491635560989380f, -0.1060010641813278f,
+ -0.0249569714069366f, -0.8971474766731262f, -1.0724389553070068f,
+ -0.7416917085647583f, 0.2621631622314453f, -0.2265027761459351f,
+ 0.8077347874641418f, -0.7697211503982544f, -0.4535013437271118f,
+ 0.2220414876937866f, 0.2455543130636215f, 0.3929048776626587f,
+ -0.1712986230850220f, 0.1175871640443802f, -0.9941490888595581f,
+ 0.0770200341939926f, 0.1629500687122345f, 0.1398282498121262f,
+ 0.2358596175909042f, -0.7455465793609619f, 0.0322113111615181f,
+ -0.7701218724250793f, 0.2885052561759949f, 0.1527414619922638f,
+ -0.3696839511394501f, -0.5149019956588745f, -0.1121065467596054f,
+ 0.0159570109099150f, -0.0037147637922317f, 0.8081622123718262f,
+ -0.0330215878784657f, -0.2081288993358612f, 0.2163837105035782f,
+ -0.4863131046295166f, -0.4734615683555603f, 0.1118139624595642f,
+ -0.4523286521434784f, 0.0936799496412277f, 1.8907223939895630f,
+ 0.3168613612651825f, 0.3650134801864624f, 1.2241430282592773f,
+ 0.9194861650466919f, 0.4448095262050629f, 1.1528409719467163f,
+ -0.7232438325881958f, -0.3675517737865448f, 0.9082466363906860f,
+ -0.7571191191673279f, 0.2363299429416656f, 1.0125942230224609f,
+ 0.6118413805961609f, -0.9344112873077393f, -0.7849915623664856f,
+ -0.1498797684907913f, 0.1166090667247772f, 0.3419950902462006f,
+ -0.4326143562793732f, 0.0009001271100715f, 0.1494171917438507f,
+ 0.2961891889572144f, 0.1727320551872253f, 0.7891589999198914f,
+ -0.5467596650123596f, 0.0489844381809235f, 0.0954153612256050f,
+ 0.0743734389543533f, -0.8349793553352356f, -0.2838190793991089f,
+ 0.6481586098670959f, -0.0272739939391613f, -0.2847428023815155f,
+ 0.0131725277751684f, 0.4353566467761993f, -0.5793568491935730f,
+ -0.0882754102349281f, -0.6097405552864075f, 0.2923165857791901f,
+ -0.1374279707670212f, 0.2970549762248993f, 0.0495979860424995f,
+ -1.1423786878585815f, -0.3356643915176392f, 0.4560886919498444f,
+ -0.0638533979654312f, -0.5592022538185120f, 0.3038964569568634f,
+ 0.2606798708438873f, -0.9099476337432861f, -0.1587277054786682f,
+ 0.0943757072091103f, -1.5041270256042480f, -0.1645242124795914f,
+ 0.2016891986131668f, -1.1013251543045044f, -0.1247623264789581f,
+ 0.4244465529918671f, -0.6257608532905579f, -0.2576819062232971f,
+ -0.3312650620937347f, 0.3095042705535889f, -0.6634495854377747f,
+ -0.0763198137283325f, 0.3798356950283051f, -0.1170891895890236f,
+ -0.0863325819373131f, 0.2605003118515015f, 0.2766936123371124f,
+ -0.4239583015441895f, 0.2206242531538010f, -1.1779460906982422f,
+ 0.0725945383310318f, -0.1070388406515121f, 0.1081973537802696f,
+ 0.0804325342178345f, 0.6760531067848206f, 0.4420733451843262f,
+ -0.3980192244052887f, 0.2213588654994965f, 0.7117990255355835f,
+ -0.3412560820579529f, -0.3484017848968506f, -1.2058995962142944f,
+ 0.4912223219871521f, -0.3030748665332794f, 0.9302867054939270f,
+ -0.0334785431623459f, -0.1168894618749619f, 0.2239519357681274f,
+ -1.9968045949935913f, 0.1358376741409302f, 0.0805560946464539f,
+ -0.8938525915145874f, 0.2966462969779968f, 0.2055136561393738f,
+ 0.4509278833866119f, -0.0401410944759846f, 0.8699284195899963f,
+ 0.1003872603178024f, 0.2559385895729065f, 0.5844900012016296f,
+ 0.4645873606204987f, -0.4015409946441650f, 0.7516317367553711f,
+ -1.6858661174774170f, 0.3414137065410614f, 1.0148875713348389f,
+ 1.1565810441970825f, -0.2402505427598953f, -1.7639086246490479f,
+ -0.1622548997402191f, 1.1468485593795776f, 0.2172126471996307f,
+ 0.1003359481692314f, 0.0819956660270691f, 0.1969807744026184f,
+ -0.0171203855425119f, 0.1652804613113403f, -0.9185376763343811f,
+ -0.0653918907046318f, 0.1778668910264969f, -0.5313936471939087f,
+ 0.0926202833652496f, 0.3891533613204956f, 0.1725149452686310f,
+ -0.0490657761693001f, 0.3216699063777924f, 0.5682877302169800f,
+ -0.1946572363376617f, -0.3927368819713593f, 0.0826486498117447f,
+ -0.1930290460586548f, -0.2045772224664688f, 0.1684002727270126f,
+ -0.1291096806526184f, 0.1399761289358139f, -0.0828454792499542f,
+ -0.3305298089981079f, -0.0214142557233572f, -0.0719391927123070f,
+ -0.1953691691160202f, 0.0658028125762939f, 1.3547580242156982f,
+ 0.0888639912009239f, 0.3546516299247742f, 0.1613574475049973f,
+ 1.6236183643341064f, 0.2194046080112457f, 0.6965042352676392f,
+ -0.5734021663665771f, -0.2126530706882477f, 0.2443487048149109f,
+ -0.5687295794487000f, 0.0827822238206863f, 1.2929526567459106f,
+ 0.6253031492233276f, -1.0131931304931641f, 0.0850304141640663f,
+ -0.0916578695178032f, 0.5235970020294189f, 0.3670351505279541f,
+ 0.0917927324771881f, 0.2874315083026886f, 0.1909254342317581f,
+ -0.1457770466804504f, -0.5214978456497192f, -0.0753492191433907f,
+ 0.5451931357383728f, -0.7007096409797668f, 0.2132491320371628f,
+ 0.0757379829883575f, 0.4627850651741028f, 0.1486151367425919f,
+ -0.2440134137868881f, 0.0438049770891666f, -0.1341927349567413f,
+ -0.5391179919242859f, -0.6567264199256897f, -0.2668852508068085f,
+ 0.1341114342212677f, 0.5138171911239624f, 1.1184086799621582f,
+ 0.2116771340370178f, -0.4470491409301758f, 0.1986261457204819f,
+ 0.2006578743457794f, 0.7694889307022095f, 0.1337558031082153f,
+ -0.2042643874883652f, 0.1271692514419556f, -0.6734014153480530f,
+ -0.1938985437154770f, 0.2964814007282257f, 0.1285088658332825f,
+ 1.5035133361816406f, 0.2230853736400604f, 0.4076080620288849f,
+ 0.6811553239822388f, 0.7965794801712036f, -0.0806438922882080f,
+ -0.0588143579661846f, 0.4854305684566498f, 0.0194136686623096f,
+ 0.7595167756080627f, 0.2134136855602264f, 0.5190737843513489f,
+ 0.0081842495128512f, 0.8173488378524780f, 0.2574596405029297f,
+ -0.1154850646853447f, 0.2758436799049377f, -0.4923312664031982f,
+ 0.6575536727905273f, -0.1140077114105225f, 0.6277573704719543f,
+ -0.8106563687324524f, 0.4155142307281494f, 0.1517794430255890f,
+ -0.6047224998474121f, 0.7209573984146118f, 0.0101938601583242f,
+ 0.3240551054477692f, -0.0669020190834999f, -0.4051376879215240f,
+ 0.2474969923496246f, 0.2826458215713501f, 0.1215080022811890f,
+ -0.4758422970771790f, 0.1722957491874695f, -1.1379860639572144f,
+ -0.0406971499323845f, 0.2185092568397522f, -0.6017707586288452f,
+ 0.3425827026367188f, -0.0592660158872604f, -0.6386166214942932f,
+ 0.4906271398067474f, -0.4735209941864014f, -0.1589926928281784f,
+ 0.4987784624099731f, 0.2263038754463196f, -0.4152005016803741f,
+ -1.0151541233062744f, -0.2549228668212891f, -0.6450846791267395f,
+ 0.4100855588912964f, -0.4293089807033539f, -0.6834993362426758f,
+ 0.5498619675636292f, -0.9366677403450012f, -1.1435830593109131f,
+ -0.9061031937599182f, 0.0749495252966881f, 0.2968788444995880f,
+ 0.9483224749565125f, -0.4755362272262573f, -0.3603321611881256f,
+ 0.0384686700999737f, 0.2030256986618042f, -0.0851308107376099f,
+ -0.0404834821820259f, 0.0403472743928432f, -1.1293305158615112f,
+ 0.2667151391506195f, 0.6744414567947388f, 0.0014070882461965f,
+ -0.0471520535647869f, 0.0034051099792123f, 0.2891494333744049f,
+ -0.5700303316116333f, -0.0822824612259865f, 0.2271558046340942f,
+ 0.0284362807869911f, -0.0705600902438164f, 0.1140470579266548f,
+ -0.2928534746170044f, -0.1503196805715561f, -0.4620821475982666f,
+ -0.2177753895521164f, -0.1158638596534729f, 0.1872049421072006f,
+ 0.2151435464620590f, -0.1542504876852036f, 0.5119423866271973f,
+ 0.1431601047515869f, 0.2350395470857620f, 0.4848594665527344f,
+ 0.5969976782798767f, 0.9198769330978394f, 0.2749016582965851f,
+ 0.7424742579460144f, 1.3262091875076294f, 0.6622963547706604f,
+ -0.9541313052177429f, 0.0933128297328949f, 0.3132097721099854f,
+ 0.1650127321481705f, 0.0967222079634666f, 0.9355497360229492f,
+ 0.2222520858049393f, -0.6880413889884949f, -0.1418966501951218f,
+ -0.1126964986324310f, 0.0032955026254058f, 0.3141365647315979f,
+ -0.2961880266666412f, 0.0105607230216265f, 0.1040864735841751f,
+ 0.1098354905843735f, -0.1936581134796143f, 0.0426849573850632f,
+ -0.2713234126567841f, 0.0172152332961559f, -0.2863056063652039f,
+ -0.0368732288479805f, 0.2429579943418503f, 0.3473055958747864f,
+ 0.0886830911040306f, 0.1817434728145599f, 0.2408080846071243f,
+ -0.0659273788332939f, -0.0168533138930798f, -0.0244056694209576f,
+ 0.1512704789638519f, -0.2521243691444397f, 0.1243944838643074f,
+ -0.0125295547768474f, -0.2217596173286438f, 0.1040455996990204f,
+ 0.1053109243512154f, -0.2203177660703659f, 0.5914425253868103f,
+ 0.0795908495783806f, -0.4176627397537231f, 0.0453336909413338f,
+ 0.0797516256570816f, -0.1305385977029800f, 0.3665659129619598f,
+ 0.1483607739210129f, 0.1013834998011589f, -0.0068876668810844f,
+ -0.2394462376832962f, 0.2457600682973862f, -0.0654357448220253f,
+ 0.0337146930396557f, -0.4081723093986511f, -0.3430351316928864f,
+ -0.0843214243650436f, -0.0308905187994242f, -0.1441118717193604f,
+ -0.1471888720989227f, 0.2212585508823395f, -0.1736513376235962f,
+ -0.4358450770378113f, 0.3620370328426361f, 0.8229504227638245f,
+ -0.1030212864279747f, -0.8418901562690735f, 0.5174090862274170f,
+ 0.0871940478682518f, 1.2218817472457886f, 0.6591557264328003f,
+ -0.0040909103117883f, -0.0057021505199373f, -0.2760485708713531f,
+ -0.0714159086346626f, 0.4841671288013458f, 0.2543292939662933f,
+ -0.4032450318336487f, -0.3486949503421783f, -0.1312271207571030f,
+ -0.1952690929174423f, 0.3931024074554443f, -0.1214314177632332f,
+ 0.4495112895965576f, -0.3621315062046051f, 0.1799573004245758f,
+ -0.0138852959498763f, -0.0107617685571313f, 0.0402777418494225f,
+ 0.3473166525363922f, -0.1228219345211983f, -0.4617471098899841f,
+ 0.4358277618885040f, -0.4407579004764557f, 0.1636813580989838f,
+ 0.7415257692337036f, 0.1847465187311172f, 0.2234455943107605f,
+ 0.1138675287365913f, 0.3000626266002655f, 0.3388981223106384f,
+ 0.7413827776908875f, 0.0285251345485449f, -0.2064107954502106f,
+ -0.2311122715473175f, 0.3574685156345367f, -0.5662387013435364f,
+ -0.1563066989183426f, -0.0073153125122190f, -0.3890842795372009f,
+ -0.1043812409043312f, 0.0711687430739403f, 0.5024414062500000f,
+ 0.4001456499099731f, 0.1842144578695297f, -0.2328334301710129f,
+ -0.3217084407806396f, 0.0366792418062687f, -0.3954540491104126f,
+ -0.1841779947280884f, -0.0397431813180447f, 0.2701929211616516f,
+ -0.2080934345722198f, 0.0370000973343849f, 0.0333909392356873f,
+ -0.7152830362319946f, -0.5712527036666870f, -0.4084383249282837f,
+ 0.1221386343240738f, -0.4338459968566895f, 1.2241357564926147f,
+ -0.2004472017288208f, -0.1790676712989807f, 0.0012962705222890f,
+ 0.5753880143165588f, 0.8320057392120361f, -0.1401940733194351f,
+ 0.3360684514045715f, -0.4281485378742218f, -0.1916342973709106f,
+ -0.0852039605379105f, -0.1694180369377136f, 0.6115853786468506f,
+ 0.2265731394290924f, 0.2182369232177734f, 0.0797896906733513f,
+ -0.1043777540326118f, 0.2670940160751343f, 0.2653250396251678f,
+ 0.0163109954446554f, -0.0637832060456276f, 0.2259367406368256f,
+ 1.3632276058197021f, -0.3407622873783112f, -0.0195419341325760f,
+ 0.1342314481735229f, 1.0778120756149292f, 0.3923003077507019f,
+ 0.4352821707725525f, 0.4343366622924805f, 0.6837345957756042f,
+ -0.1105211824178696f, -0.5760099291801453f, 0.4719145298004150f,
+ 0.2474645376205444f, -0.4780285656452179f, 0.4432437419891357f,
+ -0.6437515616416931f, 0.6397851705551147f, -0.2948647439479828f,
+ -0.1143229603767395f, 0.1695364117622375f, -0.8111033439636230f,
+ -0.9145548343658447f, -0.9999396800994873f, -0.5178521871566772f,
+ 0.5350665450096130f, 1.0421519279479980f, 1.1590851545333862f,
+ 0.2538233101367950f, -0.7228415012359619f, 0.3563271462917328f,
+ -0.7381889820098877f, 1.9614819288253784f, -1.0741208791732788f,
+ -0.2082375138998032f, 0.2688388824462891f, -1.1099309921264648f,
+ -0.7089052796363831f, 0.7502501606941223f, 0.4123680293560028f,
+ 1.6212284564971924f, 0.4501021206378937f, 0.6548138260841370f,
+ 0.5048469305038452f, 1.0126583576202393f, -0.5159919261932373f,
+ -0.5751424431800842f, 0.7614589929580688f, -0.5545340180397034f,
+ 1.9987413883209229f, 0.9652118682861328f, 0.0246752239763737f,
+ -0.0412567071616650f, 0.4928555488586426f, 0.0974658057093620f,
+ -0.1727686226367950f, 0.4938276410102844f, 0.3193834125995636f,
+ -0.0750072225928307f, -0.3335767686367035f, -0.5632892251014709f,
+ 0.4387312829494476f, -0.1416753530502319f, 0.2992905974388123f,
+ -0.0253581497818232f, 0.2781708240509033f, -0.0596534200012684f,
+ -0.0593662373721600f, 0.3397899866104126f, -0.0846610218286514f,
+ -0.5805382132530212f, -0.7068251967430115f, -0.1891263574361801f,
+ 0.4430156648159027f, 0.3117658197879791f, 0.9226226806640625f,
+ -0.1092846840620041f, -1.0338141918182373f, 0.1543804109096527f,
+ 1.4764339923858643f, 1.1055285930633545f, 0.0430102795362473f,
+ 0.0195549316704273f, 0.0424345619976521f, -1.8790220022201538f,
+ -0.0232800841331482f, -0.7601122856140137f, -0.1456580907106400f,
+ 1.2152442932128906f, 0.2374036014080048f, 0.7283423542976379f,
+ -0.0215790402144194f, 0.6216576099395752f, 0.0585026182234287f,
+ -0.4740060269832611f, 0.2750163674354553f, 0.1786642521619797f,
+ 1.0013405084609985f, 0.2179495692253113f, -0.0018866099417210f,
+ -0.9003451466560364f, 1.3000422716140747f, 0.1356462091207504f,
+ -0.1114776730537415f, 0.0481558516621590f, 0.0631067752838135f,
+ 0.1736856400966644f, -0.4148458540439606f, 0.5820062756538391f,
+ -0.2236417531967163f, 0.0782888680696487f, 0.2374814599752426f,
+ -0.8514760136604309f, 0.7203266024589539f, -0.2621172964572906f,
+ -0.4711686670780182f, 0.0278966668993235f, -0.8222519755363464f,
+ 0.0305997580289841f, 0.1114948913455009f, -0.2712619900703430f,
+ -0.3810083270072937f, -0.1383233070373535f, -0.8299251794815063f,
+ -0.0490450263023376f, -0.1978824138641357f, 0.3525672256946564f,
+ 0.7235993742942810f, -0.1534087657928467f, 0.2401808798313141f,
+ 0.6782471537590027f, -0.6695687770843506f, -0.2913060188293457f,
+ 0.0478060916066170f, 0.2225805371999741f, -0.5943315029144287f,
+ -0.7220723628997803f, 0.1723659932613373f, -0.4837343990802765f,
+ 0.1073794364929199f, 0.3567991256713867f, -0.1662813574075699f,
+ 0.5573420524597168f, -0.1313857585191727f, -1.1096521615982056f,
+ -0.8311489224433899f, 0.4610678851604462f, 0.2401711642742157f,
+ 0.4948081076145172f, -0.7028540372848511f, -0.2172819972038269f,
+ 0.3542651236057281f, 0.2480843067169189f, 0.0266527663916349f,
+ 0.2421184778213501f, 0.6164135932922363f, 0.1174694672226906f,
+ 0.1110819652676582f, 0.4965344667434692f, -0.2077016979455948f,
+ -0.5622552037239075f, -0.0756824091076851f, -0.0748122781515121f,
+ 0.2672362029552460f, 0.0143866641446948f, -0.6814096570014954f,
+ -0.1572072803974152f, -0.0001872647990240f, 0.0521551072597504f,
+ -0.8590697050094604f, 0.3014431893825531f, -0.9211480021476746f,
+ 0.0990777760744095f, -0.3130541145801544f, -0.2045931369066238f,
+ 0.2504829764366150f, 0.1639807522296906f, -0.8989993929862976f,
+ -0.2755585610866547f, -0.2400792688131332f, 0.4119714200496674f,
+ -0.1129651069641113f, 0.6683529615402222f, 0.3298754990100861f,
+ 0.5208604931831360f, 1.1504141092300415f, 0.3626503944396973f,
+ -0.3601069450378418f, 0.0254813656210899f, 0.1952870041131973f,
+ -0.6709353923797607f, 0.0745819807052612f, 0.5177567601203918f,
+ 0.3367431461811066f, -0.1062255352735519f, -0.4122095108032227f,
+ -0.1474804431200027f, 0.0611148290336132f, 0.1727309972047806f,
+ -0.1775256991386414f, 0.0280944611877203f, 0.4744590222835541f,
+ -0.2011735588312149f, -0.4840884804725647f, -0.2303854674100876f,
+ 0.3692089617252350f, 0.3904789388179779f, -0.0916758626699448f,
+ 0.6231282949447632f, -1.3448101282119751f, 0.0291366688907146f,
+ 0.0034615607000887f, 0.0210096258670092f, 0.0163987893611193f,
+ -0.9896014332771301f, -0.5259582400321960f, -0.2265941798686981f,
+ 0.0783325880765915f, 0.1447044909000397f, 0.9210838079452515f,
+ 0.2863881886005402f, -0.7285149097442627f, 0.0830163806676865f,
+ 1.5835649967193604f, 2.0431826114654541f, 0.3682026267051697f,
+ 0.4527993500232697f, 0.5381782650947571f, -2.0708065032958984f,
+ 0.2987128198146820f, 0.1447325348854065f, 0.0996508225798607f,
+ 0.2374999821186066f, 0.3622863292694092f, 0.5626634359359741f,
+ 0.0229005124419928f, 0.9291326999664307f, 0.0081744687631726f,
+ -0.6403618454933167f, 0.6174452900886536f, 0.4651118218898773f,
+ 0.4602632522583008f, -0.0908334180712700f, -0.1368566602468491f,
+ 0.2652016580104828f, 0.6429044008255005f, 0.5573069453239441f,
+ 0.6547614932060242f, -0.1457499414682388f, 0.7703980803489685f,
+ -0.3830615580081940f, 0.0650702267885208f, -0.5265996456146240f,
+ -0.0527062863111496f, -0.2539713382720947f, 0.0353888981044292f,
+ 0.1961659640073776f, 0.5500123500823975f, 0.2779254615306854f,
+ -0.0525432303547859f, 0.4234453141689301f, -0.1468096971511841f,
+ -0.8514515161514282f, -1.1462066173553467f, -0.5840709805488586f,
+ 0.5309649705886841f, 0.8973112702369690f, 1.3493169546127319f,
+ -0.1217916533350945f, -0.5660228133201599f, 0.3084568083286285f,
+ 1.0363464355468750f, 1.8013366460800171f, 0.2290927916765213f,
+ -0.8117992877960205f, 0.3653531670570374f, -1.6281737089157104f,
+ -0.0720558911561966f, 0.3250755667686462f, 0.4627614319324493f,
+ 1.0916634798049927f, 0.4152375161647797f, 0.4173571467399597f,
+ 0.3548293411731720f, 0.8755760192871094f, 0.3046036362648010f,
+ -0.3503759503364563f, -0.2028867602348328f, -0.5008944272994995f,
+ 1.1160904169082642f, 0.1157119572162628f, 0.2135375291109085f,
+ -1.3342583179473877f, 0.3093492686748505f, 0.3184134364128113f,
+ 0.1019019261002541f, -0.0335474200546741f, -0.3707421720027924f,
+ 0.0918539017438889f, 0.1143244951963425f, -0.5201201438903809f,
+ 0.1828955113887787f, 0.3645852804183960f, 0.1363103389739990f,
+ -0.0795239955186844f, -0.2298807948827744f, -0.2813720703125000f,
+ 0.0303174350410700f, -0.0847301855683327f, 0.2012065649032593f,
+ -0.0636523142457008f, -0.2266235351562500f, 0.2842898964881897f,
+ -0.0506777390837669f, -0.0511102229356766f, 0.1082805991172791f,
+ -0.0621714293956757f, 0.0828862711787224f, 0.0798117443919182f,
+ 0.2748226821422577f, -0.2840565741062164f, -1.0732910633087158f,
+ 0.3250615596771240f, 0.2393364757299423f, 0.3176362216472626f,
+ 0.0920202583074570f, 0.4412173330783844f, 0.1000435575842857f,
+ 0.2562289535999298f, 0.4161427021026611f, 0.2551700472831726f,
+ 0.1973280757665634f, -0.0219846814870834f, 0.1574935317039490f,
+ 0.0055346912704408f, 0.1085022315382957f, 0.1693713515996933f,
+ -0.1819365918636322f, -0.0275035034865141f, 0.0046511013060808f,
+ 0.2665878534317017f, 0.6094743013381958f, -0.0544661954045296f,
+ -2.0273628234863281f, -4.3667888641357422f, -4.5492472648620605f,
+ -3.8018891811370850f, -3.8434386253356934f, -3.7185435295104980f,
+ -4.0484247207641602f, -3.7855410575866699f, -4.3602380752563477f,
+ -4.1481032371520996f, -4.0800976753234863f, -4.2603507041931152f,
+ -4.5015754699707031f, -4.7514567375183105f, -4.5591115951538086f,
+ -4.5497293472290039f, -4.3539624214172363f, -2.2198290824890137f,
+ -4.3550915718078613f, -4.8725471496582031f, -4.9524483680725098f,
+ -3.2534601688385010f, -4.2774682044982910f, -3.9912071228027344f,
+ 2.5426940917968750f, 4.1988940238952637f, 3.7585232257843018f,
+ 3.9156801700592041f, 3.9811151027679443f, 2.9465200901031494f,
+ 4.3702878952026367f, 4.2716360092163086f, 3.7974715232849121f,
+ 3.9104473590850830f, 3.6710712909698486f, 4.0967416763305664f,
+ 4.0713605880737305f, 4.5381155014038086f, 3.1291100978851318f,
+ 5.0584049224853516f, 3.1691501140594482f, 3.3864693641662598f,
+ 3.7056269645690918f, 4.2953691482543945f, 4.9444012641906738f,
+ 3.6790382862091064f, 3.4448084831237793f, 3.5118284225463867f,
+ 0.0415128916501999f, -0.4450982809066772f, -0.0435264892876148f,
+ -0.0166561231017113f, 0.0147420167922974f, -0.3113385438919067f,
+ 0.2734231352806091f, 0.3661525845527649f, -0.3157139718532562f,
+ 0.2053458988666534f, 0.0503246150910854f, 0.2105841934680939f,
+ 0.2899863123893738f, -0.0501472428441048f, 0.0290400907397270f,
+ -0.1847208142280579f, -0.1070240437984467f, 0.2135950326919556f,
+ 0.1035589128732681f, 0.1775619685649872f, 0.0280394721776247f,
+ 0.2125529199838638f, 0.2215831875801086f, -0.2003522813320160f,
+ 0.9842929244041443f, 0.8424628973007202f, -1.5920126438140869f,
+ -0.2308648228645325f, -0.0395587384700775f, -0.0025014155544341f,
+ -0.6571561098098755f, 0.0524028874933720f, -0.6389822959899902f,
+ -0.6339275836944580f, -0.3961467742919922f, 0.4522497355937958f,
+ -0.3056903481483459f, -0.4585990905761719f, -0.4772746562957764f,
+ 0.8039258122444153f, 0.1064982265233994f, 0.7122983932495117f,
+ 0.5585584640502930f, 0.0539917498826981f, -0.0493086576461792f,
+ 0.3792249262332916f, -0.1950106322765350f, -0.0051548071205616f,
+ 0.1250029504299164f, 0.8374693393707275f, 0.0523790717124939f,
+ -0.0287071540951729f, 0.4202679097652435f, -0.3205431401729584f,
+ -0.0293448455631733f, 0.3324483335018158f, -0.0190118420869112f,
+ 0.2346852868795395f, 0.1552813053131104f, 0.1152785271406174f,
+ 0.1091212183237076f, 0.5366538763046265f, -0.0084253177046776f,
+ 0.8337509632110596f, 0.0052089928649366f, 0.3458956182003021f,
+ 0.0225630085915327f, 0.1369202435016632f, 0.0950882434844971f,
+ -0.0109381712973118f, 0.2086954116821289f, -0.0382566377520561f,
+ 0.1257380545139313f, 1.2945042848587036f, 11.1190433502197266f,
+ -0.3370158970355988f, 0.6230351924896240f, -0.3336351513862610f,
+ -3.8736388683319092f, 0.9688889384269714f, -0.1963444650173187f,
+ 1.7480754852294922f, 0.3810061812400818f, 0.1184973418712616f,
+ 4.6785058975219727f, 2.3425710201263428f, -0.0233547128736973f,
+ 1.4753568172454834f, 0.0056953565217555f, 0.3624117970466614f,
+ 0.0230005122721195f, 0.3878728151321411f, 0.2152958661317825f,
+ -0.0109956078231335f, 0.2136594206094742f, -0.0781458839774132f,
+ 0.0325404182076454f, 0.0554685741662979f, 0.2716122865676880f,
+ -0.0745151117444038f, -0.0096888002008200f, 0.1159142479300499f,
+ -0.2206721156835556f, 0.0085772508755326f, 0.1721798032522202f,
+ -0.0203714575618505f, -0.0995324030518532f, 0.0374624244868755f,
+ 0.2996046245098114f, -0.0510907210409641f, 0.0412442646920681f,
+ -0.2368037551641464f, 0.0350624322891235f, -0.1187265738844872f,
+ 0.0712915807962418f, 0.1195321604609489f, 0.0331961140036583f,
+ -0.1620012968778610f, -0.0929131284356117f, -0.0345793738961220f,
+ 0.2122996598482132f};
// My Axe FX II basss tone (Darkglass B7K into an Ampeg SVT)
// (WaveNet)
@@ -48,10 +4077,4618 @@ std::vector<float> PARAMS{ 2.0489573478698730f, 0.1933414638042450f, 0.147690847
// #include "wavenet.h"
// #define PYTHON_MODEL_VERSION "0.4.0"
// const std::vector<wavenet::LayerArrayParams> LAYER_ARRAY_PARAMS{
-// wavenet::LayerArrayParams(1, 1, 8, 16, 3, std::vector<int> {1, 2, 4, 8, 16, 32, 64, 128, 256, 512}, "Tanh", false, false),
-// wavenet::LayerArrayParams(16, 1, 1, 8, 3, std::vector<int> {1, 2, 4, 8, 16, 32, 64, 128, 256, 512}, "Tanh", false, true)
+// wavenet::LayerArrayParams(1, 1, 8, 16, 3, std::vector<int> {1, 2, 4, 8, 16,
+// 32, 64, 128, 256, 512}, "Tanh", false, false),
+// wavenet::LayerArrayParams(16, 1, 1, 8, 3, std::vector<int> {1, 2, 4, 8, 16,
+// 32, 64, 128, 256, 512}, "Tanh", false, true)
// };
// const float HEAD_SCALE = 1.0;
// const bool WITH_HEAD = false;
// nlohmann::json PARAMETRIC {};
-// std::vector<float> PARAMS{0.3835485577583313f, 0.5359688997268677f, -0.9955689311027527f, -0.7553601264953613f, -0.1494733691215515f, 1.2345675230026245f, -0.1786766350269318f, 1.0769165754318237f, -0.9440643191337585f, 1.1597353219985962f, -1.2624912261962891f, -0.4461484253406525f, -0.6159268617630005f, -1.2956296205520630f, -0.8408089280128479f, 1.2146446704864502f, 0.1296682208776474f, -0.0277807340025902f, -0.4071600437164307f, 0.0822563767433167f, 0.0648131594061852f, 0.0528585948050022f, -0.1753178089857101f, 0.0956070274114609f, 0.0528422854840755f, -0.1341764926910400f, 0.1146047562360764f, -0.0721464604139328f, -0.1895050406455994f, -0.0151604283601046f, 0.0599605888128281f, 0.2469886243343353f, -0.1048045530915260f, -0.1958756148815155f, -0.1983633339405060f, -0.0829553380608559f, 0.1319145262241364f, 0.2669599950313568f, 0.0711239054799080f, -0.0220919530838728f, -0.0615119673311710f, 0.0306550096720457f, 0.2941007018089294f, -0.0264443457126617f, -0.1558667570352554f, -0.2699396610260010f, -0.0466555096209049f, 0.0870699733495712f, 0.0594101957976818f, -0.1440277993679047f, 0.0823401063680649f, 0.2327432185411453f, -0.0799996107816696f, 0.0160392522811890f, 0.1652154475450516f, -0.2258044481277466f, 0.0234798286110163f, -0.0188831593841314f, -0.2255857735872269f, -0.0616229213774204f, 0.1857846230268478f, 0.1055725663900375f, -0.1839340925216675f, -0.2114940434694290f, 0.1212260797619820f, -0.0994124040007591f, -0.3088673949241638f, 0.0806258544325829f, 0.1310831457376480f, 0.0919791162014008f, -0.1434854567050934f, -0.0847446992993355f, 0.1181433200836182f, 0.0780468732118607f, 0.0893510431051254f, 0.1765092611312866f, 0.0160327851772308f, -0.1390814781188965f, 0.0962059348821640f, -0.0769020691514015f, -0.0928046256303787f, 0.0546453483402729f, 0.0201090965420008f, -0.1635543256998062f, 0.1999717652797699f, 0.0061834929510951f, 0.0026925033889711f, -0.1427928805351257f, -0.0062427846714854f, -0.0561937093734741f, 0.2791958153247833f, 0.1182280033826828f, 0.0917589813470840f, -0.1214380413293839f, -0.1693758815526962f, -0.1247381791472435f, 0.1642871201038361f, -0.0018485406180844f, -0.1607224196195602f, -0.0311561990529299f, 0.0925975888967514f, 0.0663369596004486f, -0.0112689128145576f, -0.0697173625230789f, -0.1696640849113464f, 0.0672958195209503f, -0.1381272375583649f, -0.1396837234497070f, 0.0765482559800148f, 0.0808947235345840f, -0.0396494530141354f, -0.0828066915273666f, -0.7091677784919739f, -0.0946900472044945f, 2.0658030509948730f, -0.4384669661521912f, -0.3920795619487762f, 0.7910001277923584f, 0.4106825292110443f, 0.4967099726200104f, -0.7356845736503601f, 0.3281491696834564f, 0.3102262020111084f, -0.6735978722572327f, 0.3348606228828430f, 0.3791383206844330f, -0.9260874986648560f, -1.0537509918212891f, -1.1244480609893799f, 0.8468663096427917f, 0.6440409421920776f, 0.3873966932296753f, -1.9147459268569946f, -0.4581663012504578f, -0.3685331046581268f, 0.8802012801170349f, 0.4796718657016754f, 0.1122903153300285f, -1.7525925636291504f, -0.4159922301769257f, -0.1234852448105812f, 1.5773060321807861f, 0.8606653809547424f, 0.7369998693466187f, -1.1790728569030762f, 0.5124739408493042f, 0.7945433855056763f, -0.8411487340927124f, 0.2201288938522339f, 0.1891912668943405f, -0.8937372565269470f, 0.3767694830894470f, 0.4880002737045288f, -0.8206704258918762f, 0.6735700964927673f, 0.4418495893478394f, -0.9129898548126221f, -0.9786708354949951f, -0.7418314814567566f, 1.7252787351608276f, 0.1879804581403732f, -0.0835965946316719f, -0.5365368127822876f, -0.0035692155361176f, -0.0207565706223249f, -0.1090660095214844f, -0.1887642443180084f, 0.0419892296195030f, -0.0149951437488198f, -0.1276530325412750f, 0.1249947845935822f, 0.0467409342527390f, -0.0010692375944927f, 0.0350797064602375f, 0.0079275807365775f, 0.2335309833288193f, 0.0681525543332100f, -0.1682576239109039f, -0.1190695464611053f, -0.1409078985452652f, 0.3048306107521057f, 0.1046163216233253f, 0.1147358641028404f, -0.0988144427537918f, -0.1387477517127991f, 0.1157697141170502f, 0.3484512865543365f, 0.1520982384681702f, -0.1596708893775940f, -0.2265224307775497f, -0.0285864602774382f, 0.0630714297294617f, 0.0554641634225845f, -0.1164911910891533f, -0.1445630937814713f, 0.0242413394153118f, -0.2101331949234009f, 0.0522399395704269f, 0.0226299557834864f, -0.1375105679035187f, -0.0095624877139926f, 0.2255221009254456f, -0.2520672380924225f, -0.1178971007466316f, 0.0738684087991714f, 0.3418537676334381f, 0.0054704467765987f, -0.1624043285846710f, 0.4573345780372620f, 0.0782751739025116f, -0.4820468723773956f, 0.1850459575653076f, 0.0791331678628922f, -0.2517721056938171f, -0.2344481796026230f, -0.0532403141260147f, 0.1076360046863556f, -0.2888205349445343f, 0.0551327988505363f, 0.0989247113466263f, -0.2539763152599335f, 0.0646820813417435f, 0.2702504396438599f, 0.2781206071376801f, -0.0221281386911869f, -0.1543378531932831f, -0.5210901498794556f, -0.1635621190071106f, 0.3167267143726349f, 0.2340520322322845f, 0.0842395424842834f, -0.1078023761510849f, -0.4002801775932312f, 0.0054281568154693f, 0.4456237256526947f, 0.2772706151008606f, 0.1789450794458389f, -0.4123204946517944f, -0.3515256047248840f, -0.0506022498011589f, 0.3057927489280701f, -0.1273935884237289f, -0.1181593090295792f, 0.2317020446062088f, -0.1301273554563522f, -0.1996995657682419f, 0.3121384978294373f, -0.3685532808303833f, -0.0764643028378487f, 0.2080480307340622f, -0.3437846302986145f, -0.0673226863145828f, 0.3604329526424408f, 0.3712747097015381f, 0.0774449110031128f, -0.3520209491252899f, -0.3603218495845795f, 0.0832555964589119f, 0.6977984905242920f, -0.2196862697601318f, -0.2348747402429581f, 0.2560168206691742f, 0.2106485962867737f, 0.2816737890243530f, -0.1318713128566742f, 0.0736185982823372f, 0.1137855201959610f, -0.1177031621336937f, 0.2515149712562561f, 0.1938474327325821f, -0.3113115131855011f, -0.3095616698265076f, -0.4169439673423767f, 0.2904133498668671f, 0.2463551163673401f, 0.0501491986215115f, -0.3931232094764709f, -0.2487120181322098f, -0.1934022754430771f, 0.2598019540309906f, 0.2164300680160522f, -0.0674264281988144f, -0.7437754869461060f, -0.0950855463743210f, -0.0835002362728119f, 0.5874764919281006f, 0.1597914695739746f, 0.2644749581813812f, -0.3180186152458191f, 0.1573039144277573f, 0.1264152675867081f, -0.1563924252986908f, 0.1615686714649200f, 0.1307362318038940f, -0.1984806805849075f, 0.0724882185459137f, 0.2828727960586548f, -0.3276949822902679f, 0.2351306229829788f, 0.1360947787761688f, -0.3430641591548920f, -0.3350097835063934f, -0.3037174940109253f, 0.5648471117019653f, -1.1206485033035278f, -0.2710267007350922f, 2.1717724800109863f, -0.5460085868835449f, -0.4047183990478516f, 0.8527598381042480f, 0.5444395542144775f, 0.4771609008312225f, -0.8826536536216736f, 0.5367618799209595f, 0.5158080458641052f, -0.7613511681556702f, 0.6672366261482239f, 0.5175638198852539f, -0.9383198618888855f, -1.0655921697616577f, -0.7533731460571289f, 1.1883540153503418f, 1.2006424665451050f, 0.4698196053504944f, -1.7262845039367676f, -0.6137087345123291f, -0.4268763661384583f, 1.0405226945877075f, 1.1856163740158081f, 0.2001822590827942f, -1.9437428712844849f, -1.1729369163513184f, -0.2403890788555145f, 1.6573206186294556f, 0.8778624534606934f, 0.6750581264495850f, -1.1270393133163452f, 0.9290090203285217f, 0.7223676443099976f, -0.8965227603912354f, 0.5319220423698425f, 0.3813888132572174f, -0.7079824209213257f, 0.8585599660873413f, 0.4507257342338562f, -0.8998194932937622f, 0.9452975392341614f, 0.6439204216003418f, -1.2247362136840820f, -1.4261493682861328f, -0.6812862157821655f, 1.9406217336654663f, 0.2594836950302124f, 0.0245255641639233f, 0.0694512948393822f, 0.2374039590358734f, -0.0970196947455406f, 0.0086472555994987f, -0.2896052300930023f, 0.0979810580611229f, -0.0346520729362965f, -0.3170170187950134f, -0.0647750645875931f, 0.1811313331127167f, -0.1145716980099678f, 0.1951909661293030f, 0.1555383056402206f, 0.0605108663439751f, -0.2593950033187866f, -0.0645651742815971f, -0.3953244686126709f, 0.1167314201593399f, -0.1783294677734375f, 0.1315362453460693f, -0.2050934582948685f, -0.1311579197645187f, -0.2267016023397446f, 0.0759766027331352f, 0.0126863503828645f, 0.4028666913509369f, 0.1175964921712875f, -0.0060608885250986f, -0.1525719612836838f, 0.2440186142921448f, 0.0883673056960106f, -0.0427154265344143f, 0.1870790868997574f, 0.1568736881017685f, -0.2176408469676971f, 0.1023798510432243f, 0.0736447498202324f, -0.2303591668605804f, -0.0083245383575559f, -0.0287871621549129f, -0.3173414766788483f, 0.1805833578109741f, 0.1410282105207443f, 0.2826967835426331f, -0.1452051848173141f, 0.1947334855794907f, -0.0943694561719894f, 0.0628618225455284f, 1.3020647764205933f, -0.0108456574380398f, -0.1888330131769180f, 0.1634834259748459f, 0.2943543791770935f, 0.3913155198097229f, -0.3518658876419067f, 0.2196010053157806f, 0.1652868986129761f, -0.2876240313053131f, 0.2990699112415314f, 0.2923117578029633f, -0.4344880580902100f, -0.4115230739116669f, -0.5841859579086304f, 0.3508805632591248f, 0.3951162397861481f, 0.3552975058555603f, -1.0393805503845215f, -0.2683453857898712f, -0.2928456664085388f, 0.4152113497257233f, 0.3653745949268341f, 0.0290005262941122f, -1.0046013593673706f, -0.3722553253173828f, -0.3074940443038940f, 0.7989940047264099f, 0.1711410284042358f, 0.4647922217845917f, -0.3451218307018280f, 0.2167951762676239f, 0.2726981639862061f, -0.3769807219505310f, 0.1679786890745163f, 0.1139769777655602f, -0.1764669269323349f, 0.0658018514513969f, 0.1811755001544952f, -0.4859268367290497f, 0.2031539976596832f, 0.4523976445198059f, -0.5353071689605713f, -0.4658588171005249f, -0.5454562306404114f, 0.9503879547119141f, -0.2826316058635712f, -0.2138970196247101f, 0.3962569832801819f, -0.0470762327313423f, 0.0907242894172668f, 0.1944733709096909f, 0.0459418445825577f, 0.1855217218399048f, -0.1097331419587135f, 0.1967014670372009f, -0.0594666860997677f, -0.1589276939630508f, -0.0128874126821756f, -0.0035411673597991f, -0.0975538566708565f, -0.2679572403430939f, -0.0353154800832272f, 0.1953826099634171f, 0.2787609100341797f, 0.0098278522491455f, -0.3107512593269348f, -0.1999863386154175f, -0.0100540863350034f, 0.2618116438388824f, 0.3237391710281372f, 0.0593304224312305f, -0.1853213608264923f, -0.3643108904361725f, -0.2120517641305923f, 0.2486929446458817f, 0.0959474146366119f, 0.1556572467088699f, -0.2327238023281097f, 0.0696782618761063f, -0.0519720539450645f, -0.0453898832201958f, 0.0997926220297813f, 0.1565207093954086f, -0.0319520086050034f, 0.2284449189901352f, 0.0734813883900642f, -0.1686859875917435f, 0.1207970306277275f, 0.0867816060781479f, -0.0630694478750229f, -0.3239029645919800f, 0.0230684969574213f, 0.1756431013345718f, -0.1095235422253609f, 0.0606760419905186f, 0.4085251688957214f, 0.1138619631528854f, -0.0959931984543800f, 0.1258117258548737f, 0.0815782696008682f, 0.0416563488543034f, 0.0887087658047676f, -0.0623348914086819f, 0.0050907428376377f, 0.0362667739391327f, -0.0395419895648956f, 0.0017235354753211f, -0.0962268486618996f, 0.0778556391596794f, -0.0356663838028908f, -0.0476076304912567f, 0.1106588542461395f, 0.0217915121465921f, -0.2232363820075989f, -0.0039226259104908f, 0.1237085685133934f, 0.0279322508722544f, 0.0713241621851921f, -0.1292881369590759f, -0.1565169245004654f, -0.1262233406305313f, -0.0027695342432708f, 0.0876644626259804f, 0.1504435688257217f, -0.0694153010845184f, -0.0488925240933895f, -0.0526544414460659f, 0.1271196752786636f, 0.1342358589172363f, -0.0905986875295639f, -0.1577730625867844f, -0.1343314051628113f, 0.0126047320663929f, -0.0763369053602219f, -0.1325558274984360f, -0.0407603122293949f, -0.0147403888404369f, -0.1304033398628235f, -0.0044838362373412f, 0.0019905713852495f, 0.0712297782301903f, -0.1693610548973083f, 0.1066210195422173f, 0.0453766323626041f, -0.0961173102259636f, -0.0388633422553539f, 0.2943672835826874f, -0.0182528980076313f, -0.1504843980073929f, -0.0075319358147681f, 0.0106137730181217f, 0.0132826017215848f, -0.1650476753711700f, 0.0995308980345726f, -0.0349338501691818f, -0.0398641377687454f, -0.1677098274230957f, -0.1328675597906113f, 0.0486261472105980f, 0.1474831402301788f, 0.0934888795018196f, -0.2167856693267822f, 0.0085571501404047f, -0.0224576033651829f, 0.1212888434529305f, 0.2867642343044281f, 0.0816287845373154f, -0.0261730570346117f, -0.0876617059111595f, -0.0588066950440407f, 0.0387821495532990f, 0.1540341228246689f, 0.1151980385184288f, -0.1888328045606613f, 0.0057006855495274f, 0.0431387685239315f, -0.0101277641952038f, 0.0482725873589516f, -0.1345191299915314f, -0.2818538248538971f, 0.1672190874814987f, -0.0186445750296116f, -0.2203189432621002f, 0.1741350591182709f, 0.0501426234841347f, -0.0265687089413404f, -0.1156954318284988f, -0.0397054441273212f, 0.0023603737354279f, -0.2110000401735306f, 0.1600479185581207f, 0.2712180018424988f, 0.0283397603780031f, -0.1106328442692757f, 0.1585426628589630f, 0.1607926636934280f, 0.1067421659827232f, -0.1628948450088501f, -0.0288927126675844f, -0.1232138872146606f, 0.1087989658117294f, -0.0420227982103825f, -0.0883590057492256f, 0.0090882303193212f, -0.1483080983161926f, -0.1190334632992744f, 0.0076286005787551f, 0.0746160522103310f, -0.1039879396557808f, -0.0355579145252705f, -0.1026227325201035f, 0.0633763968944550f, 0.1717687249183655f, 0.1379437148571014f, -0.0216830801218748f, -0.0719579607248306f, -0.0251045767217875f, -0.0238685589283705f, 0.2921740412712097f, 0.0907428637146950f, -0.1336200833320618f, -0.0969421193003654f, -0.0482653304934502f, 0.1384911388158798f, -0.0455801934003830f, -0.1043045222759247f, -0.0344574116170406f, 0.0608370304107666f, 0.0768014043569565f, 0.0347110740840435f, -0.0292194597423077f, 0.0966293439269066f, -0.0441352240741253f, -0.1196748465299606f, -0.1919686794281006f, -0.0959874093532562f, 0.2464220970869064f, -0.2049008607864380f, -0.1100302711129189f, -0.3535399436950684f, 0.0290851686149836f, 0.0407179035246372f, 0.1469351053237915f, -0.0978331416845322f, -0.0213740020990372f, -0.1170124411582947f, -0.0503737479448318f, -0.0542001612484455f, -0.0707536786794662f, 0.1150614693760872f, -0.2197795361280441f, -0.0920485556125641f, -0.0206799861043692f, 0.2041277587413788f, 0.0917055010795593f, -0.0198795646429062f, 0.0712767094373703f, 0.2390198260545731f, -0.0204122383147478f, 0.2417009472846985f, -0.1296899616718292f, 0.0424955710768700f, 0.1334753036499023f, 0.2225069105625153f, 0.0785798206925392f, -0.0013251088093966f, -0.0575324483215809f, -0.1486231088638306f, -0.1609854400157928f, 0.0372985415160656f, 0.0243615731596947f, -0.1023856624960899f, 0.1200772076845169f, -0.0400745756924152f, -0.1281910985708237f, 0.0885516405105591f, -0.0558497309684753f, -0.0141376061365008f, -0.0788387134671211f, -0.0310146380215883f, -0.1453843563795090f, 0.1056148186326027f, 0.1186396554112434f, 0.0310862772166729f, -0.3638842701911926f, 0.5460391640663147f, 0.3045035004615784f, -0.3203968107700348f, 0.0275539811700583f, 0.1579933464527130f, -0.0319667905569077f, -0.1176021248102188f, -0.2175629287958145f, 0.2764100432395935f, -0.2294190078973770f, -0.0366404615342617f, 0.1794108450412750f, -0.1753805130720139f, -0.0152878724038601f, 0.0878001302480698f, 0.1474531292915344f, 0.0180700328201056f, -0.2647612094879150f, -0.2186463326215744f, 0.0440450906753540f, 0.4345470964908600f, 0.2392152100801468f, 0.0767188146710396f, -0.2611866295337677f, -0.4010565280914307f, -0.2487067878246307f, 0.5535606145858765f, 0.1945858299732208f, 0.1117445975542068f, -0.3153550624847412f, -0.0605762340128422f, 0.0121782366186380f, 0.3770616948604584f, -0.2237350642681122f, -0.1153680309653282f, 0.1118452027440071f, -0.1973316967487335f, -0.0230757556855679f, 0.2907045781612396f, -0.2510453462600708f, 0.0005231340182945f, 0.1270689815282822f, -0.1643870770931244f, 0.0269636865705252f, 0.2062817215919495f, 0.1634417176246643f, -0.0393679402768612f, -0.3811047971248627f, -0.3179153800010681f, -0.2177615463733673f, 0.1017280668020248f, -0.2174061536788940f, -0.1082449406385422f, 0.1400422751903534f, 0.2399765402078629f, -0.0464170686900616f, -0.0612579174339771f, 0.2353603541851044f, 0.0866287350654602f, -0.2092525064945221f, 0.1209143698215485f, -0.0409992448985577f, -0.2294186800718307f, -0.1686474233865738f, 0.0979322716593742f, 0.2173075675964355f, 0.2806709110736847f, 0.1269717216491699f, -0.1181488409638405f, -0.0332166589796543f, -0.0651700422167778f, 0.0193661842495203f, 0.2815992534160614f, 0.1724808216094971f, -0.2090763598680496f, -0.0973314344882965f, -0.0133622689172626f, -0.0163878314197063f, 0.1412088274955750f, 0.1396625041961670f, -0.2183370590209961f, 0.0929850339889526f, 0.0367710031569004f, -0.2549623548984528f, 0.1834830939769745f, 0.0680209994316101f, -0.0412221550941467f, 0.0503272451460361f, 0.1488639265298843f, -0.2060079574584961f, 0.3009979724884033f, -0.1269034743309021f, -0.2408943027257919f, -0.1965362429618835f, -0.0852384269237518f, 0.0529016554355621f, 0.0053336909040809f, -0.0914399623870850f, -0.0435058549046516f, -0.1218552887439728f, 0.0116267930716276f, 0.1026470288634300f, 0.0098517388105392f, -0.0038907711859792f, 0.0822582393884659f, 0.0653708428144455f, -0.0306853558868170f, -0.0238057281821966f, -0.0330817773938179f, 0.0033014309592545f, -0.0547053329646587f, -0.0010501117212698f, 0.3960256278514862f, -0.4785180687904358f, 1.4786890745162964f, -0.8028815984725952f, -0.1977266669273376f, 1.0339705944061279f, 1.7679344415664673f, -0.6415666937828064f, 0.4047720432281494f, 0.2296413332223892f, -0.4389397203922272f, -0.1906062662601471f, 0.3005854189395905f, -0.6683999896049500f, 0.0386615507304668f, 0.5658690333366394f, 0.0063076764345169f, 0.1999761611223221f, -0.0512533299624920f, 0.1541350185871124f, 0.1804767102003098f, -0.1102965325117111f, 0.6277126073837280f, 0.0558543317019939f, -0.0837401002645493f, -0.0502322427928448f, 0.0215842742472887f, -0.0798394009470940f, 0.0523882210254669f, 0.0285793803632259f, 0.2517132163047791f, -0.0675152540206909f, -0.0705629661679268f, -0.1179531142115593f, -0.2212570011615753f, 0.0237996242940426f, 0.0072028115391731f, -0.0400596708059311f, -0.1241938993334770f, -0.1137971803545952f, 0.1113184913992882f, 0.1830842941999435f, -0.0645998418331146f, 0.0975617393851280f, 0.0059587680734694f, -0.1140224486589432f, -0.0109576340764761f, 0.2991776168346405f, -0.0693376958370209f, 0.1521652936935425f, 0.1948499381542206f, 0.2599588632583618f, 0.0874628573656082f, -0.2737416923046112f, -0.3340214192867279f, -0.1726134270429611f, -0.0314203910529613f, -0.3260804414749146f, 0.2095710337162018f, -0.1899956464767456f, 0.1971395462751389f, 0.0971470996737480f, 0.1734993606805801f, -0.0283534917980433f, 0.0501609183847904f, -0.3068552315235138f, -0.0643936842679977f, -0.2591196000576019f, 0.1827388703823090f, 0.1789114773273468f, 0.0954087972640991f, 0.1115753799676895f, -0.1555776298046112f, 0.0358403027057648f, -0.0596120841801167f, -0.1807097941637039f, 0.0496819168329239f, 0.1203456744551659f, -0.1932424753904343f, -0.2510500550270081f, -0.1794597059488297f, -0.3276180624961853f, -0.1699865758419037f, 0.0663877725601196f, 0.3538720309734344f, 0.4105246961116791f, 0.0115184728056192f, -0.0533995367586613f, 0.2809431850910187f, 0.2379382103681564f, -0.1479794830083847f, 0.0353702493011951f, 0.0751368999481201f, -0.0185358021408319f, -0.3332819044589996f, -0.0402830317616463f, -0.2270411103963852f, -0.0804551839828491f, -0.0977378487586975f, -0.0010506383841857f, 0.3838693797588348f, 0.3678500950336456f, 0.5751628279685974f, 0.1028663441538811f, 0.1935140788555145f, -0.0938084647059441f, -0.0918707475066185f, -0.0771241560578346f, 0.0078038820065558f, -0.1016881093382835f, -0.0604769587516785f, 0.0148315243422985f, 0.1201854795217514f, 0.1591582596302032f, 0.2462825030088425f, 0.1988690197467804f, -0.0947201177477837f, -0.2519393861293793f, 0.4097942113876343f, 0.1850043386220932f, 0.0047847102396190f, -0.2801516354084015f, -0.1657818406820297f, 0.1707142144441605f, 0.1297177523374557f, -0.2238232493400574f, 0.3385968208312988f, -0.2450539320707321f, 0.2673604786396027f, 0.0547685921192169f, -0.0798216909170151f, -0.1318850964307785f, 0.1408963501453400f, -0.0468843132257462f, 0.0827577561140060f, 0.2266398966312408f, -0.0357681773602962f, -0.4199861884117126f, 0.1977754980325699f, -0.2603513002395630f, 0.0463481582701206f, 0.0403754189610481f, 0.0562467947602272f, -0.1506491899490356f, -0.1702726036310196f, -0.0011086817830801f, -0.5383455157279968f, -0.1696404367685318f, 0.5151602625846863f, -0.3070081472396851f, -1.3501046895980835f, -0.1502226740121841f, -0.2496132403612137f, -0.3295072615146637f, 0.1532854735851288f, 0.1562047004699707f, 0.0365388654172421f, -0.1060307323932648f, 0.1278036683797836f, -0.0081796143203974f, -0.1448884457349777f, -0.0154520515352488f, 0.2813165485858917f, -0.3437614142894745f, -0.7582661509513855f, 0.2514113187789917f, 1.2704509496688843f, -0.2292601913213730f, 0.0626041591167450f, 0.3712230026721954f, 0.1092905253171921f, 0.0605583563446999f, 0.1895946860313416f, 0.0668536573648453f, -0.2511956095695496f, 0.1396786421537399f, 0.1793829947710037f, 0.3100098073482513f, -0.1142855435609818f, 0.1815089136362076f, -0.5644747614860535f, -0.3747499883174896f, -0.5951842665672302f, -0.2368815839290619f, 0.0338751338422298f, 0.0293026044964790f, -0.2369634062051773f, 0.0759808123111725f, -0.1194062754511833f, 0.0419737659394741f, 0.1978740692138672f, 0.4509996175765991f, 0.0651164278388023f, -0.0857935622334480f, 0.0638262331485748f, 0.0490558557212353f, 0.1612573564052582f, -0.1332191079854965f, -0.1583188474178314f, -0.0214333273470402f, -0.1135644689202309f, -0.1386854052543640f, -0.1246583238244057f, -0.1744605898857117f, -0.2063066512346268f, 0.0887999758124352f, -0.1249957308173180f, -0.1814885586500168f, -0.0057866359129548f, 0.0063533703796566f, 0.1182514950633049f, 0.0234791375696659f, 0.1125493273139000f, -0.0704846233129501f, 0.2126097828149796f, 0.2231549620628357f, 0.1203070953488350f, -0.1051856577396393f, 0.1217390447854996f, 0.0134168546646833f, 0.3279149830341339f, -0.1392098665237427f, -0.1235949024558067f, 0.0480157062411308f, -0.0264936089515686f, -0.1907872557640076f, 0.1023858636617661f, 0.0883304551243782f, -0.3108767569065094f, 0.1893735527992249f, 0.2802312374114990f, 0.1575639247894287f, -0.0109246252104640f, -0.0133890025317669f, 0.0535348318517208f, 0.0111949266865849f, -0.1243411749601364f, -0.1250624060630798f, -0.1529836207628250f, 0.2295454740524292f, -0.1721346527338028f, 0.2249182313680649f, -0.0628623291850090f, -0.1042655035853386f, 0.2558965981006622f, -0.0986085534095764f, 0.0453639402985573f, 0.1445805877447128f, -0.3017381727695465f, -0.0102676888927817f, 0.0467388592660427f, -0.1397905349731445f, 0.2393633425235748f, 0.0143722053617239f, -0.0603845268487930f, -0.1558224558830261f, 0.0562853291630745f, 0.0339667275547981f, 0.1637967675924301f, -0.0720437914133072f, 0.6480378508567810f, 0.2728334069252014f, -0.2755165100097656f, 0.3310399353504181f, -0.1136749833822250f, -0.3555262982845306f, 0.0593661405146122f, -0.3076842725276947f, 0.1193315833806992f, 0.0998016744852066f, -0.1326870173215866f, -0.3368830978870392f, 0.0829290598630905f, -0.0977472662925720f, 0.1379462331533432f, -0.0888673439621925f, -0.1318310946226120f, -0.0672376900911331f, 0.1105626076459885f, -0.0317251347005367f, 0.0603089928627014f, -0.1243934631347656f, 0.0740024372935295f, 0.0120452120900154f, 0.0169514100998640f, 0.1476146876811981f, 0.0583525411784649f, -0.0181683916598558f, -0.0665240958333015f, -0.1853712648153305f, -0.1151536330580711f, 0.1928903460502625f, 0.0909447297453880f, 0.2161824256181717f, -0.1189869716763496f, -0.0165390092879534f, -0.0122044356539845f, -0.1715289950370789f, -0.0217286497354507f, -0.0091739464551210f, 0.0677041709423065f, 0.0168621223419905f, 0.1924477815628052f, 0.2869155406951904f, 0.0084379557520151f, -0.1112432926893234f, -0.1344424784183502f, -0.2092247754335403f, 0.0215448811650276f, 0.0453006029129028f, -0.0832623019814491f, -0.2444133460521698f, 0.0831265375018120f, 0.2105844318866730f, -0.0670040622353554f, -0.1482185870409012f, -0.0226797219365835f, -0.0435695759952068f, -0.1318401694297791f, 0.0130689749494195f, 0.1888419091701508f, -0.1941740959882736f, -0.1629897654056549f, -0.0682999044656754f, -0.0851926282048225f, -0.0525756962597370f, 0.0048597934655845f, -0.1661976575851440f, -0.0143894655629992f, -0.1147743314504623f, -0.1880642622709274f, 0.0747219920158386f, -0.0184239260852337f, 0.2791248559951782f, -0.0084936963394284f, -0.1594831198453903f, 0.0297981556504965f, -0.0323159322142601f, 0.2045917809009552f, -0.2414873987436295f, -0.0652668997645378f, -0.1076190620660782f, -0.0695091038942337f, 0.0174010712653399f, 0.0355789177119732f, -0.0350603349506855f, 0.1695694178342819f, 0.0241791885346174f, 0.0634696036577225f, -0.1346947848796844f, 0.1156296655535698f, -0.0045933807268739f, 0.0037201826926321f, 0.1986755728721619f, 0.0920846909284592f, -0.2168820053339005f, 0.0165353957563639f, 0.2075658291578293f, 0.0622396878898144f, 0.1745605170726776f, -0.1432739347219467f, 0.0566331557929516f, -0.2236814796924591f, 0.1475510001182556f, -0.0414181426167488f, -0.0107496865093708f, -0.0422591008245945f, -0.0770860239863396f, -0.2162924259901047f, -0.2525039613246918f, -0.1094742193818092f, 0.0035092588514090f, 0.0025814482942224f, -0.0790940672159195f, 0.1327256560325623f, 0.0334507599473000f, 0.0180263407528400f, 0.0492315664887428f, 0.0364858210086823f, 0.0631991699337959f, -0.0247875899076462f, 0.0018219489138573f, 0.2101096808910370f, -0.0531620755791664f, -0.0333930924534798f, -0.1131457164883614f, 0.0296865757554770f, 0.1550922691822052f, 0.1889475584030151f, -0.0866561084985733f, 0.0243537966161966f, 0.1535890102386475f, 0.0843396484851837f, 0.1566806137561798f, 0.0374468788504601f, -0.0416701510548592f, 0.0317656025290489f, -0.1109371483325958f, 0.0591896586120129f, -0.0344657711684704f, -0.0090338587760925f, 0.1414740532636642f, 0.1894008964300156f, -0.1226980760693550f, 0.0572565346956253f, -0.0719406530261040f, -0.1515149772167206f, 0.0607144162058830f, 0.0199810601770878f, 0.0285724774003029f, -0.0881077572703362f, -0.0926432386040688f, 0.0004049518320244f, -0.0995950922369957f, -0.0806914642453194f, -0.0008030304452404f, 0.1678445935249329f, 0.1936155706644058f, 0.0619569309055805f, 0.1328606009483337f, 0.1041660085320473f, -0.0328718833625317f, 0.0545222200453281f, -0.0359098389744759f, -0.0639180541038513f, 0.0553298294544220f, -0.0712647512555122f, 0.1296008080244064f, 0.0929348766803741f, -0.0282455198466778f, 0.1379491537809372f, 0.0916297212243080f, -0.1130100786685944f, -0.0338906385004520f, -0.0620547309517860f, -0.0544974319636822f, 0.0442551784217358f, 0.0922654792666435f, 0.1863900870084763f, -0.2258096486330032f, -0.1997211575508118f, 0.0759277045726776f, 0.0407808497548103f, -0.1973687410354614f, -0.1436045318841934f, -0.0680089741945267f, -0.0303057655692101f, -0.3257825076580048f, -0.0506984554231167f, -0.0865449607372284f, 0.0836070924997330f, 0.2368579208850861f, -0.0317241176962852f, -0.1743397563695908f, 0.0379175022244453f, 0.0693261921405792f, 0.2505067884922028f, -0.2994115054607391f, 0.0648247748613358f, -0.0641565769910812f, -0.0398744493722916f, 0.0574841238558292f, 0.2034471929073334f, -0.1300376951694489f, 0.0007621885742992f, 0.3337222933769226f, 0.0865873917937279f, 0.1837241649627686f, -0.0674206241965294f, 0.1052694544196129f, -0.2031582742929459f, 0.0301673505455256f, -0.1364708095788956f, -0.1347795426845551f, 0.0329821296036243f, -0.1964443176984787f, -0.0096832811832428f, 0.1674798876047134f, 0.0954990237951279f, 0.1479817628860474f, -0.0756427794694901f, -0.0816079899668694f, 0.0598748028278351f, 0.0703114420175552f, 0.1726325154304504f, -0.0400777272880077f, -0.0391024462878704f, 0.2059442102909088f, -0.0390815995633602f, -0.0788457393646240f, 0.0846084654331207f, 0.0918456315994263f, 0.0188180617988110f, -0.0071432902477682f, -0.0902173891663551f, -0.2715773284435272f, -0.3047713339328766f, 0.2926314473152161f, 0.2031879872083664f, -0.1775318831205368f, 0.0696452930569649f, -0.1433324515819550f, -0.0673957392573357f, 0.1952505558729172f, -0.0278621315956116f, 0.2074977308511734f, -0.1884580403566360f, 0.0049013104289770f, -0.1995756775140762f, 0.1049699708819389f, 0.1799414306879044f, 0.1210131123661995f, -0.2097990065813065f, -0.1322356760501862f, 0.1228450015187263f, 0.1295588910579681f, -0.0460228994488716f, -0.1637541204690933f, 0.1964816600084305f, 0.0959288030862808f, -0.0127030098810792f, 0.0278468318283558f, -0.0640742629766464f, -0.0757223740220070f, -0.1873475611209869f, -0.0381258390843868f, -0.0796690359711647f, 0.0065371277742088f, 0.0155830029398203f, 0.0645527988672256f, -0.2923285365104675f, -0.3559378683567047f, -0.1337717771530151f, 0.4579095244407654f, -0.3581312596797943f, -0.3845745921134949f, 0.1647668778896332f, -0.0814376473426819f, 0.0486208610236645f, 0.0598880685865879f, -0.1911621689796448f, 0.0240199379622936f, 0.0817056223750114f, 1.3030540943145752f, 0.5740175247192383f, -1.6756898164749146f, 0.0463276803493500f, 0.1226669996976852f, -0.3374677002429962f, 1.0619138479232788f, 0.3283770978450775f, -1.2157684564590454f, -0.3750995099544525f, -0.4968339800834656f, 0.9985234737396240f, 0.3028694689273834f, 0.2969116270542145f, -0.6493255496025085f, -1.2236475944519043f, -0.5448425412178040f, 1.8343640565872192f, 0.4346372783184052f, -0.0668677836656570f, -0.1706476807594299f, 0.0031186754349619f, 0.3704812228679657f, -0.2377390265464783f, -0.2325089424848557f, -0.1864283084869385f, 0.0341919511556625f, -0.1366750895977020f, -0.0764007344841957f, 0.1190410256385803f, 0.6413518786430359f, 0.3595974743366241f, -0.5288152694702148f, -0.0659909397363663f, 0.0797286257147789f, -0.0623485781252384f, 0.0701163560152054f, 0.0818191021680832f, -0.0969502478837967f, 0.0507046543061733f, -0.0995532646775246f, 0.1793592721223831f, 0.1802218705415726f, 0.0357345752418041f, -0.0454089157283306f, -0.1252928227186203f, 0.0587337352335453f, -0.1366405338048935f, 0.0017857700586319f, 0.0317899249494076f, 0.1585375368595123f, 0.0518324337899685f, -0.0113246189430356f, 0.0058846692554653f, -0.1084309220314026f, 0.1021725460886955f, 0.0644206628203392f, 0.0398766286671162f, -0.2479202449321747f, -0.0441622920334339f, -0.0134418699890375f, 0.1050304546952248f, -0.0982590019702911f, 0.1612570732831955f, -0.1067286357283592f, -0.0347718670964241f, -0.0050011891871691f, 0.0878108143806458f, 0.1017796769738197f, 0.0207119081169367f, 0.1927421391010284f, -0.0152735076844692f, -0.0395206287503242f, 0.0765782296657562f, -0.2294092476367950f, -0.0440676733851433f, -0.0487949252128601f, 0.0019843839108944f, -0.1719954460859299f, -0.0491228997707367f, 0.0474969632923603f, -0.2041667401790619f, 0.0528210885822773f, 0.0407791249454021f, 0.1695034503936768f, -0.0129868257790804f, -0.0351534560322762f, -0.0495361983776093f, 0.0255471225827932f, 0.0981922522187233f, -0.0669389143586159f, -0.0530408695340157f, -0.0822083353996277f, -0.1376817822456360f, -0.2581138312816620f, -0.1555158793926239f, 0.1678068786859512f, -0.0677852183580399f, -0.2016709297895432f, -0.0395619608461857f, -0.0418562963604927f, 0.0152550609782338f, 0.0791816413402557f, -0.0455287843942642f, -0.0725761726498604f, 0.2408765554428101f, -0.1177238523960114f, 0.1824335306882858f, -0.0523367114365101f, 0.1192940920591354f, -0.0406974218785763f, 0.0927572920918465f, -0.1071204319596291f, 0.1037457883358002f, 0.0589662492275238f, -0.0339022129774094f, 0.0220013372600079f, -0.1302312314510345f, -0.0237641297280788f, -0.0448190569877625f, -0.2163312584161758f, -0.0272350348532200f, -0.1184813603758812f, 0.0585327893495560f, -0.0143921161070466f, 0.0015061626909301f, 0.1142477914690971f, 0.0433821231126785f, -0.0050000711344182f, 0.1426070183515549f, 0.2176007181406021f, -0.0806337669491768f, -0.1803487092256546f, -0.2344346344470978f, -0.1311679929494858f, 0.0678693503141403f, -0.1183722317218781f, 0.0904305502772331f, 0.1202925220131874f, 0.0319382809102535f, -0.0654767453670502f, 0.1064583361148834f, 0.1411655247211456f, 0.0376330688595772f, -0.1934966444969177f, 0.2908918559551239f, -0.0573357231914997f, 0.0049565164372325f, 0.1596053391695023f, -0.0431943237781525f, -0.0580148622393608f, 0.0128641817718744f, 0.1042743250727654f, 0.0126949110999703f, -0.3744327127933502f, 0.1277872622013092f, -0.0509584993124008f, 0.2727767527103424f, -0.1423255056142807f, 0.0195061676204205f, -0.2158666104078293f, -0.0827159956097603f, 0.0220997650176287f, -0.1669877171516418f, 0.1309896260499954f, -0.1112438067793846f, 0.2678278684616089f, -0.0713546350598335f, -0.0404644906520844f, -0.0576060302555561f, -0.1265224665403366f, 0.0024701803922653f, -0.1722818017005920f, 0.0195328947156668f, 0.0630398690700531f, 0.0075078336521983f, -0.0846922919154167f, 0.2557535469532013f, -0.0235701035708189f, -0.0161338336765766f, -0.1977986693382263f, 0.1006196737289429f, 0.0364646427333355f, -0.1565121561288834f, 0.2107168436050415f, -0.0116761829704046f, 0.0051588271744549f, 0.1798137873411179f, 0.0548121854662895f, 0.1886460930109024f, -0.0184487830847502f, 0.0872069671750069f, 0.2636746168136597f, -0.0652866065502167f, 0.0862036347389221f, 0.2470619082450867f, -0.1372392922639847f, 0.2425279617309570f, -0.0368392206728458f, 0.0091628720983863f, 0.0774442777037621f, -0.3391918838024139f, 0.3692749142646790f, -0.1034532114863396f, 0.0873510688543320f, -0.3129840493202209f, 0.1194710582494736f, -0.3133129775524139f, 0.0447500720620155f, 0.0951420739293098f, 0.0185172744095325f, 0.2117985785007477f, 0.0613751187920570f, 0.2315318137407303f, -0.1101039722561836f, 0.1760586649179459f, -0.0479344055056572f, -0.0017883236287162f, 0.1002251133322716f, -0.0931535735726357f, 0.0968145877122879f, 0.0705459415912628f, -0.0145409535616636f, 0.0922074541449547f, -0.0890462026000023f, -0.0428342595696449f, 0.0036907957401127f, -0.0668121054768562f, -0.1229282841086388f, 0.1222893819212914f, -0.1180572286248207f, -0.1103041544556618f, -0.0073532662354410f, 0.0382246896624565f, -0.0974814891815186f, -0.0398278236389160f, 0.0189379751682281f, 0.0584791675209999f, 0.0471897609531879f, -0.0912102088332176f, -0.0389626547694206f, -0.0911407768726349f, 0.1805589348077774f, -0.1015187799930573f, 0.0111385229974985f, 0.1361698955297470f, -0.0257424265146255f, 0.0811923593282700f, 0.1617352515459061f, -0.2547457814216614f, 0.0491524711251259f, 0.0501337982714176f, 0.1364158093929291f, -0.1661385148763657f, 0.0476891770958900f, 0.0758656114339828f, 0.0039183772169054f, -0.1967400014400482f, -0.0705707222223282f, -0.0286214053630829f, -0.1945974528789520f, 0.1019289344549179f, 0.0176242962479591f, 0.1369514018297195f, 0.0806784257292747f, -0.0960341244935989f, 0.0421288311481476f, -0.0278620086610317f, 0.0633915662765503f, -0.0429066680371761f, -0.1152738258242607f, -0.1353295445442200f, 0.0500651858747005f, 0.0653806924819946f, 0.0426710918545723f, -0.0786921158432961f, 0.0197449550032616f, -0.0349809527397156f, -0.1347006708383560f, -0.0442916266620159f, 0.1100077927112579f, 0.1610830873250961f, -0.0281328912824392f, -0.0483660809695721f, -0.1005817577242851f, 0.0363622941076756f, 0.0190909411758184f, -0.1885818541049957f, -0.2592288553714752f, -0.0577420666813850f, 0.2267122268676758f, -0.1113129556179047f, -0.0663728788495064f, 0.0596492551267147f, -0.0391126386821270f, 0.0903795510530472f, 0.2899412810802460f, 0.0049109957180917f, -0.2049474120140076f, -0.1049792990088463f, -0.1471729725599289f, 0.1384069025516510f, -0.0972661301493645f, 0.1509528756141663f, 0.1429523080587387f, -0.3595406413078308f, -0.1717399507761002f, 0.0286500360816717f, 0.0769043564796448f, -0.1358101814985275f, -0.0503273904323578f, -0.0301700662821531f, 0.1068343147635460f, 0.0145250884816051f, -0.1562250852584839f, 0.1025088727474213f, -0.0169429723173380f, -0.1000053435564041f, -0.3904028534889221f, -0.0914026796817780f, 0.1643750220537186f, -0.1608643531799316f, -0.0528087504208088f, -0.1231101155281067f, 0.1303686499595642f, 0.1106711551547050f, -0.0100119905546308f, 0.1165426969528198f, 0.0680410563945770f, -0.0698741897940636f, -0.0905889794230461f, -0.1251593828201294f, -0.1370784044265747f, 0.1538527905941010f, -0.0020217781420797f, -0.1917031258344650f, 0.0059217032976449f, -0.1697054654359818f, 0.2959561645984650f, -0.0994773656129837f, -0.1690890341997147f, -0.0399038605391979f, -0.1573033481836319f, -0.1139071583747864f, 0.1934728026390076f, -0.2190835475921631f, 0.0248503945767879f, 0.0326275154948235f, 0.0452990978956223f, 0.0856882929801941f, -0.0470612049102783f, 0.1752938628196716f, 0.1909244209527969f, -0.0577400736510754f, 0.1456141918897629f, -0.1688974052667618f, 0.0488677881658077f, 0.0633125081658363f, -0.1016140133142471f, 0.0982241779565811f, -0.0201223064213991f, -0.0562299787998199f, -0.1591000109910965f, 0.0894114524126053f, -0.0922457948327065f, 0.0255309045314789f, -0.0770640149712563f, 0.0429390072822571f, 0.1050474867224693f, -0.0745038166642189f, -0.0633153468370438f, 0.0356293506920338f, 0.0354844145476818f, 0.1012847125530243f, 0.0763461142778397f, 0.0364983566105366f, -0.2257751077413559f, 0.0701253414154053f, -0.0662258863449097f, -0.0394578799605370f, 0.0013177751097828f, -0.0075934985652566f, 0.0604683905839920f, 0.1312930881977081f, -0.0384524427354336f, 0.2530192732810974f, -0.1894226074218750f, -0.0199772678315639f, 0.1505041569471359f, 0.0347751863300800f, 0.1857545673847198f, 0.1507222354412079f, -0.0300407316535711f, 0.0562303885817528f, -0.1741859763860703f, 0.1891902089118958f, 0.0426101610064507f, -0.0635361745953560f, 0.0691554397344589f, -0.0176966506987810f, -0.1054609343409538f, 0.0240735970437527f, -0.0840144753456116f, -0.0725228637456894f, -0.1244427859783173f, -0.1907837539911270f, -0.0474592931568623f, -0.1295311301946640f, 0.0718369632959366f, 0.0944707542657852f, -0.1086013317108154f, -0.0374043993651867f, -0.1126430407166481f, -0.0825960487127304f, -0.0148986009880900f, -0.0578649677336216f, 0.0281047690659761f, -0.2145883888006210f, 0.0517752282321453f, -0.0845695286989212f, 0.0516478307545185f, 0.0986220389604568f, -0.0284908618777990f, -0.0394305512309074f, -0.0591604039072990f, -0.0482054315507412f, -0.1447947919368744f, -0.1651875674724579f, -0.1502368003129959f, 0.0682721659541130f, 0.1563951224088669f, -0.0487278588116169f, 0.0951233282685280f, -0.0728990063071251f, -0.0357988625764847f, -0.0820547714829445f, 0.1660802811384201f, 0.1107214391231537f, -0.0757837370038033f, -0.0130475386977196f, -0.0380446203052998f, 0.0764499306678772f, -0.3071686029434204f, -0.0357530377805233f, -0.1286855936050415f, 0.0530550926923752f, 0.1003511399030685f, 0.0618654340505600f, 0.0683088600635529f, 0.0570718497037888f, 0.0693780258297920f, -0.0143839195370674f, 0.0041035749018192f, -0.0497730523347855f, 0.1062366589903831f, -0.0782059952616692f, -0.0649837777018547f, 0.0157993864268064f, -0.0969696864485741f, -0.1167776137590408f, -0.1359944343566895f, -0.1672226935625076f, -0.0341134481132030f, -0.1198493316769600f, 0.0378909073770046f, -0.1698758602142334f, 0.1991321742534637f, -0.0388067625463009f, 0.1283423900604248f, 0.0208356324583292f, 0.1179572865366936f, -0.0285262465476990f, -0.1526961624622345f, 0.0075688296929002f, 0.0065451310947537f, 0.0479104518890381f, -0.1243768110871315f, 0.0394583754241467f, 0.0977476164698601f, 0.0301972851157188f, 0.0779465287923813f, 0.1314755231142044f, -0.1321919560432434f, -0.1191026195883751f, 0.2240163981914520f, -0.1469125300645828f, 0.0710919499397278f, -0.0827752798795700f, -0.1899622976779938f, -0.0125691583380103f, -0.3147243261337280f, 0.0018117963336408f, -0.1624646782875061f, 0.3072264492511749f, 0.1641715466976166f, 0.0026567499153316f, -0.0400358848273754f, -0.0073129786178470f, -0.0120634417980909f, -0.0861527547240257f, -0.0120904240757227f, -0.2705291509628296f, -0.0538618266582489f, -0.0359320156276226f, -0.0114239724352956f, 0.1498438417911530f, -0.0917021483182907f, 0.0701341629028320f, -0.2003926783800125f, 0.0560976006090641f, -0.0228158347308636f, 0.0825068429112434f, 0.0439123883843422f, 0.0628035739064217f, 0.0981899648904800f, -0.0258841849863529f, 0.0860890150070190f, -0.0800003856420517f, 0.0919394195079803f, 0.0812193900346756f, 0.1220045089721680f, -0.0668896585702896f, -0.0352794975042343f, 0.0164881478995085f, 0.0272111352533102f, 0.0665443167090416f, 0.0282951481640339f, 0.0517587326467037f, -0.0816853195428848f, -0.1303460448980331f, 0.1236660778522491f, 0.0997967422008514f, -0.4564920663833618f, 0.7549878358840942f, -1.6925926208496094f, -0.5199211835861206f, -0.1586487591266632f, 0.6870471835136414f, -1.1715053319931030f, -0.4706962108612061f, -0.6053449511528015f, 0.3210957050323486f, -0.8418843150138855f, 0.3522054553031921f, -0.8130466341972351f, -0.2556254267692566f, 0.0379442088305950f, -0.0863995701074600f, 0.0720669850707054f, 0.0586575530469418f, 0.0608479082584381f, -0.2396744787693024f, -0.1832573115825653f, -0.2286054491996765f, 0.2873635292053223f, 0.1556987464427948f, 0.0999909564852715f, 0.0200627110898495f, 0.0606369376182556f, -0.2002625167369843f, -0.2454530000686646f, -0.1082849130034447f, 0.0226856041699648f, -0.1052802801132202f, 0.0177921727299690f, -0.2562724053859711f, 0.5612792372703552f, 0.1976944804191589f, -0.1060712486505508f, 0.1321252882480621f, -0.3078333437442780f, 0.1136532202363014f, 0.3448229730129242f, 0.1123776808381081f, 0.0794299319386482f, 0.2147351652383804f, 0.1443319469690323f, -0.3124776482582092f, -0.1476238816976547f, 0.0144503703340888f, 0.1600026190280914f, 0.0786330699920654f, 0.4250571131706238f, 0.0608735419809818f, 0.1196256950497627f, 0.1435292661190033f, 0.0314468517899513f, -0.2971258759498596f, -0.1017363220453262f, -0.1099273785948753f, -0.0202009007334709f, 0.1970057785511017f, 0.0313795879483223f, 0.2836964428424835f, 0.0903837308287621f, -0.1309674084186554f, -0.0516863800585270f, -0.0939690396189690f, -0.0021360104437917f, -0.0822550058364868f, 0.0166766662150621f, -0.0372742488980293f, -0.0613060072064400f, 0.0947973504662514f, 0.2010134309530258f, 0.3470359146595001f, -0.0408061593770981f, 0.0607040785253048f, 0.0128798522055149f, 0.2406569719314575f, -0.0113452328369021f, -0.1300041973590851f, -0.0161698162555695f, 0.0328497625887394f, -0.0888379812240601f, -0.0039294911548495f, 0.2852302491664886f, 0.0441092178225517f, -0.0816035419702530f, -0.0351462848484516f, 0.1228611543774605f, 0.1264749914407730f, 0.0080942446365952f, -0.1465203315019608f, -0.2925159633159637f, -0.3089075982570648f, -0.1115129664540291f, -0.3161678016185760f, -0.0194795262068510f, 0.0466312803328037f, -0.1518415063619614f, 0.1246434003114700f, -0.1613347828388214f, 0.0278321951627731f, 0.0964384898543358f, 0.0023907399736345f, 0.0669098496437073f, 0.0318246781826019f, -0.0636576861143112f, 0.1392457634210587f, 0.0861575603485107f, 0.0845644995570183f, -0.1163516044616699f, 0.2177937626838684f, -0.1835687458515167f, 0.2611161470413208f, 0.1693927794694901f, -0.2629461884498596f, -0.1379021704196930f, 0.1581633985042572f, -0.0051760026253760f, -0.2152186185121536f, 0.1720528006553650f, -0.0975601598620415f, -0.2543238997459412f, -0.0672768279910088f, 0.2042174488306046f, 0.2856541574001312f, -0.0043848035857081f, 0.0010403721826151f, -0.1232292875647545f, 0.1691695302724838f, -0.2733325362205505f, -0.1863266378641129f, -0.0514590963721275f, -0.1778606027364731f, 0.4836809635162354f, -0.1902324408292770f, -0.0668883174657822f, 0.1063950136303902f, 0.0949427857995033f, 0.1310019642114639f, 0.1490744352340698f, -0.1752307564020157f, 0.2128145098686218f, -0.1721316725015640f, -0.3102442622184753f, -0.0939859300851822f, 0.1747159659862518f, -0.0152352340519428f, -0.1735438555479050f, 0.0136818177998066f, 0.1288567483425140f, 0.1877902597188950f, -0.1192815750837326f, -0.0057465177960694f, -0.0281763803213835f, 0.0171033833175898f, 0.1907777637243271f, -0.3835400640964508f, -0.0667604729533195f, -0.0399838387966156f, 0.1223600804805756f, 0.1601784378290176f, -0.1112452521920204f, 0.2616467773914337f, 0.0002604355686344f, -0.0472634471952915f, -0.1460111141204834f, 0.1663142889738083f, 0.6173412203788757f, 0.0355883203446865f, 0.1067985445261002f, 0.1918864548206329f, 0.0067924656905234f, -0.0804620832204819f, -0.0298981256783009f, -0.1027291119098663f, -0.0689543113112450f, -0.2330202907323837f, 0.0953686088323593f, -0.0766116380691528f, -0.0344843901693821f, 0.3392198681831360f, 0.3039787113666534f, -0.0558156296610832f, 0.0046380776911974f, -0.0820676684379578f, 0.1126053631305695f, -0.1190955191850662f, 0.0200582686811686f, 0.0401250943541527f, 0.3073879778385162f, -0.2073535174131393f, 0.0224435944110155f, -0.0839480981230736f, -0.2122899442911148f, 0.0209499523043633f, 0.0709299743175507f, -0.3191401362419128f, 0.1290892511606216f, 0.1586481481790543f, -0.1675398647785187f, -0.0275513995438814f, -0.0972979962825775f, 0.0775165408849716f, -0.1902869343757629f, 0.0629488006234169f, -0.2967452108860016f, -0.0125160198658705f, 0.5007864832878113f, -0.0313944704830647f, -0.1943617463111877f, -0.2176137864589691f, 0.2299381643533707f, -0.0146708805114031f, -0.2925045490264893f, -0.4900653064250946f, -0.3231992125511169f, -0.1712222546339035f, -0.0424207560718060f, 0.0123560270294547f, 0.0517170690000057f, 0.1683604568243027f, 0.0441575199365616f, -0.1723899096250534f, 0.2063264846801758f, -0.2091840207576752f, 0.2062061131000519f, -0.0153984064236283f, 0.0894225984811783f, 0.1727329939603806f, 0.1276409476995468f, 0.0961872339248657f, -0.0893811583518982f, 0.0865387320518494f, 0.0171685460954905f, 0.0235583409667015f, -0.1360466331243515f, -0.1253936290740967f, 0.1357377320528030f, 0.0354196429252625f, 0.0507766716182232f, -0.3084135055541992f, -0.0385415740311146f, 0.1891814917325974f, 0.0832460969686508f, 0.0736127123236656f, 0.0796808972954750f, -0.2897256612777710f, 0.1022675335407257f, -0.2587002813816071f, -0.0145057886838913f, 0.1861723512411118f, 0.1754693686962128f, 0.2009994238615036f, -0.2321691513061523f, 0.0153965121135116f, 0.2011164873838425f, -0.1227950081229210f, 0.0803103744983673f, -0.1011522263288498f, 0.2184263318777084f, 0.0895032733678818f, -0.2091359943151474f, 0.0914741829037666f, 0.1235903352499008f, -0.0093416608870029f, 0.0796332657337189f, -0.0755617469549179f, -0.1382994353771210f, -0.0544289052486420f, 0.0252032820135355f, -0.0061654564924538f, -0.0277105700224638f, -0.0381355546414852f, -0.0115596419200301f, 0.0987828522920609f, 0.1048186197876930f, 0.1016038730740547f, 0.0084216017276049f, 0.0335469432175159f, -0.1259102374315262f, 0.0477431342005730f, -0.2175658792257309f, -0.0554221943020821f, -0.0271978098899126f, 0.2236821055412292f, 0.1909893453121185f, -0.1296306401491165f, -0.0557982362806797f, -0.2117651998996735f, -0.0813705697655678f, 0.0212083123624325f, 0.0327936410903931f, 0.0391760803759098f, 0.1447941213846207f, -0.0251916814595461f, 0.0429553203284740f, 0.1672870963811874f, 0.0869189873337746f, -0.0128695163875818f, 0.0373139008879662f, 0.0149622373282909f, -0.0215231031179428f, -0.0799726769328117f, 0.1239794716238976f, 0.1756742596626282f, -0.0338301248848438f, 0.1550107300281525f, -0.1280231922864914f, -0.1179256886243820f, 0.0829411745071411f, -0.1092132627964020f, 0.1319937556982040f, -0.0783276259899139f, -0.0204476416110992f, -0.0084490654990077f, -0.0633839592337608f, -0.1621491014957428f, 0.0155423246324062f, 0.1148227229714394f, -0.0623289942741394f, -0.1074253246188164f, -0.0491173528134823f, 0.0709116682410240f, 0.0893595591187477f, 0.1932469457387924f, 0.1051580831408501f, 0.0456616729497910f, -0.0173213426023722f, -0.0136083504185081f, -0.0723346844315529f, -0.1026305183768272f, 0.0723074823617935f, -0.1307314932346344f, -0.1125552803277969f, -0.0311682578176260f, -0.0423215255141258f, 0.1781304478645325f, -0.1714698523283005f, 0.0823752284049988f, 0.1053430736064911f, 0.1279038190841675f, 0.0155248893424869f, -0.1091157123446465f, -0.1654087603092194f, 0.1631883978843689f, -0.0078494716435671f, 0.0820037350058556f, -0.0094494326040149f, 0.0098243616521358f, -0.1303100883960724f, 0.0774452015757561f, -0.1398357003927231f, 0.1391324549913406f, -0.0681395456194878f, -0.0555704645812511f, 0.0208166949450970f, -0.0336030907928944f, -0.0645729303359985f, -0.1815936267375946f, 0.2748236358165741f, 0.2229795902967453f, 0.0063449568115175f, 0.0634886920452118f, 0.0043337661772966f, -0.1183886229991913f, -0.1093772649765015f, -0.1728494912385941f, -0.0757456794381142f, -0.0410700477659702f, 0.1059260740876198f, 0.1215824559330940f, 0.0419632792472839f, 0.0277367159724236f, -0.2096038758754730f, -0.0133211277425289f, 0.2265555411577225f, 0.0199600532650948f, 0.0852585881948471f, 0.1405973285436630f, 0.1431795954704285f, -0.0045019877143204f, -0.0579946190118790f, 0.0773789063096046f, 0.0882786959409714f, 0.0687109231948853f, -0.1783652156591415f, 0.1965560764074326f, 0.0122767221182585f, 0.0597510561347008f, -0.1533828228712082f, 0.0569403432309628f, 0.0502164103090763f, -0.0138414613902569f, -0.0556241646409035f, 0.1416395604610443f, 0.0262372251600027f, 0.0368446670472622f, 0.0116540919989347f, 0.0178510192781687f, 0.1238890662789345f, -0.1434200853109360f, -0.1079838946461678f, 0.0084988810122013f, 0.0990140140056610f, 0.0325624048709869f, -0.0999794304370880f, -0.0236166343092918f, -0.0028703687712550f, 0.2145805358886719f, -0.1265473961830139f, 0.0131744714453816f, 0.1234865114092827f, -0.0799358561635017f, 0.0476280562579632f, 0.0360528752207756f, 0.1506308466196060f, 0.2144176214933395f, -0.0105079058557749f, 0.0245353113859892f, 0.0195804778486490f, 0.2546555101871490f, 0.0119155365973711f, 0.0883286818861961f, -0.0531850047409534f, -0.1603595763444901f, -0.1893262565135956f, -0.0829570516943932f, 0.0934034958481789f, -0.1055962070822716f, -0.0405963435769081f, 0.1025624945759773f, -0.2448968589305878f, -0.0777347236871719f, 0.0734360739588737f, 0.0297248531132936f, 0.0243430119007826f, -0.1538285166025162f, 0.0354814715683460f, 0.0536278858780861f, -0.0825468227267265f, 0.0076348725706339f, -0.0717770382761955f, -0.1240352764725685f, -0.0218400955200195f, -0.0654540657997131f, 0.1212314888834953f, 0.1737462431192398f, 0.0146679216995835f, -0.1152463182806969f, 0.0208723358809948f, 0.0530465431511402f, 0.0912448540329933f, -0.0089560700580478f, 0.1003364101052284f, 0.1762809753417969f, -0.1466754078865051f, -0.1970251500606537f, -0.1520626246929169f, -0.0100724808871746f, 0.0835457518696785f, 0.2222012877464294f, 0.0806695297360420f, 0.1015386283397675f, -0.1502450257539749f, 0.1043049097061157f, -0.0986816510558128f, -0.1680979728698730f, -0.1667074412107468f, -0.0908545479178429f, 0.1898286193609238f, -0.0193918943405151f, -0.3442649543285370f, 0.2596906721591949f, -0.0056833294220269f, -0.0060138050466776f, -0.1031112521886826f, 0.2263874560594559f, -0.1277313679456711f, 0.1175331324338913f, -0.0508635230362415f, 0.1702194958925247f, -0.1517084091901779f, 0.0491392500698566f, 0.1491060405969620f, -0.1100542396306992f, 0.0095524685457349f, 0.1663028150796890f, -0.0435693450272083f, -0.1211726814508438f, 0.0291950423270464f, 0.0333033055067062f, -0.0093797603622079f, 0.0344332829117775f, -0.0372047051787376f, 0.0137428324669600f, 0.0879756435751915f, 0.0814724639058113f, -0.0421888381242752f, -0.0992885231971741f, 0.1565359830856323f, -0.0730008482933044f, -0.1807482689619064f, -0.0124747594818473f, 0.2052311301231384f, 0.0435939803719521f, 0.0403266213834286f, -0.1116273999214172f, -0.1112271472811699f, -0.0934409499168396f, -0.0070136007852852f, 0.0063176080584526f, -0.0227699317038059f, -0.1423404514789581f, -0.0324786305427551f, 0.0318143181502819f, 0.4047111570835114f, 0.2666236460208893f, 0.0096973897889256f, -0.2273558676242828f, -0.2128636986017227f, -0.0149778742343187f, 0.0011225267080590f, -0.0389358364045620f, -0.0578031651675701f, 0.1265895217657089f, 0.0145135316997766f, -0.1439017653465271f, -0.0625566691160202f, -0.2555868923664093f, 0.0311301909387112f, -0.1143543273210526f, -0.1800637841224670f, -0.0888144448399544f, -0.0326423384249210f, -0.1001331135630608f, 0.1183635666966438f, 0.0030445451848209f, -0.0095339380204678f, 0.0239971987903118f, -0.1281785964965820f, -0.1018226593732834f, 0.1597342938184738f, -0.1749180555343628f, 0.0418749526143074f, 0.2783247828483582f, -0.0485855303704739f, -0.0712186545133591f, 0.0033125234767795f, 0.0944803357124329f, 0.0268413182348013f, -0.2343987524509430f, -0.1657188236713409f, -0.1331969946622849f, 0.2499409615993500f, 0.1198557615280151f, 0.1792458593845367f, -0.1056910082697868f, 0.1177701875567436f, 0.2587517499923706f, -0.0499034747481346f, 0.1559679508209229f, 0.0221865363419056f, 0.0147401215508580f, -0.1844538152217865f, -0.0520933680236340f, 0.2151618897914886f, 0.0472435429692268f, -0.1637289226055145f, 0.0068392120301723f, 0.1184569448232651f, -0.1237579584121704f, -0.0697435811161995f, -0.1565631777048111f, 0.3443482816219330f, 0.1374761164188385f, 0.0661796629428864f, -0.0394094400107861f, 0.0434221737086773f, 0.0831241011619568f, -0.0579011142253876f, -0.1253158450126648f, -0.0860173702239990f, 0.1266827285289764f, 0.1470828354358673f, -0.0354703143239021f, -0.0830148309469223f, -0.0437839813530445f, -0.0626551061868668f, 0.0787834227085114f, 0.0674129724502563f, -0.1642140150070190f, 0.1932435184717178f, -0.0890349447727203f, 0.1056197881698608f, 0.0733143463730812f, -0.2399902939796448f, -0.0436169467866421f, 0.0965421646833420f, 0.1758178919553757f, -0.1241114512085915f, -0.0020355843007565f, -0.0046001807786524f, -0.1680554002523422f, 0.0718911290168762f, -0.0027491115033627f, -0.0547671690583229f, 0.0459304079413414f, 0.0467074289917946f, -0.0761416330933571f, -0.2108719795942307f, -0.1059146225452423f, -0.2882239222526550f, -0.1061271205544472f, 0.2165616899728775f, 0.1165523380041122f, -0.1312440335750580f, -0.0749584808945656f, 0.3485709130764008f, -0.0909551233053207f, -0.1787046343088150f, 0.0072200465947390f, -0.0709524899721146f, -0.2534616589546204f, -0.0406995899975300f, 0.0381434820592403f, -0.0005723858484998f, -0.0408166013658047f, 0.1528917253017426f, -0.0094314124435186f, -0.1181113347411156f, 0.0778960138559341f, 0.0459093451499939f, -0.1387273371219635f, 0.0281510408967733f, -0.0154617978259921f, -0.0012563706841320f, 0.0799379423260689f, -0.0129143744707108f, -0.0218175090849400f, 0.0502884425222874f, 0.1830664128065109f, -0.0908144861459732f, 0.0485925786197186f, 0.0448565371334553f, 0.0022533296141773f, 0.0622859597206116f, -0.1185592934489250f, -0.1012458130717278f, 0.1573468297719955f, -0.1628507673740387f, 0.0601159222424030f, -0.0955733954906464f, -0.1479061841964722f, -0.0031853148248047f, -0.1238449662923813f, -0.1780974417924881f, 0.0627665296196938f, 0.1257301419973373f, 0.2760817706584930f, -0.1179474070668221f, -0.0546818226575851f, 0.2404989004135132f, 0.1393495947122574f, 0.1759965121746063f, -0.1309165805578232f, -0.1590524017810822f, -0.0428075976669788f, 0.0840667933225632f, 0.1447358131408691f, 0.1892404258251190f, 0.1373548656702042f, 0.1637340635061264f, 0.1169472262263298f, 0.0515772663056850f, -0.0146754868328571f, 0.2149731516838074f, 0.0092907147482038f, 0.0669622346758842f, 0.1075759455561638f, 0.1698514223098755f, -0.2123591154813766f, -0.1203296929597855f, -0.0157537404447794f, 0.0629809945821762f, -0.0835471972823143f, -0.1557926088571548f, 0.0713412314653397f, 0.1043599396944046f, -0.0929564833641052f, 0.0297129359096289f, -0.1671593785285950f, -0.0322603844106197f, 0.0742662325501442f, 0.0120167564600706f, 0.1663252413272858f, 0.1102603524923325f, 0.0078095211647451f, -0.0266669671982527f, 0.0254246015101671f, 0.1061996147036552f, 0.1450502872467041f, 0.1438043862581253f, 0.1233898475766182f, 0.1934651285409927f, -0.2739497721195221f, -0.0946659371256828f, -0.1389613598585129f, 0.1460589468479156f, 0.0173697434365749f, 0.1614376902580261f, 0.1635937541723251f, 0.1900241374969482f, -0.0316323451697826f, -0.0114885596558452f, 0.0992689281702042f, -0.1206292733550072f, 0.0488557927310467f, 0.2628810703754425f, -0.0141080608591437f, 0.1467439383268356f, 0.1033169329166412f, 0.0239835437387228f, -0.0560682602226734f, 0.0541454479098320f, 0.0899526923894882f, 0.0308641586452723f, -0.1439017802476883f, -0.0466968864202499f, -0.0210954882204533f, 0.0200143996626139f, 0.0529208853840828f, -0.0053722285665572f, 0.0231445319950581f, -0.0061523825861514f, -0.2659919857978821f, 0.1503084599971771f, -0.1422491371631622f, 0.0647155642509460f, -0.0570775270462036f, -0.0583105795085430f, 0.0185720212757587f, -0.1473061740398407f, 0.0609430223703384f, 0.1812216341495514f, -0.1350992172956467f, 0.0783604755997658f, -0.0351044498383999f, -0.1050428226590157f, -0.0659144446253777f, 0.0993853956460953f, 0.2423761785030365f, 0.0462224967777729f, -0.1890792697668076f, -0.0413890704512596f, -0.0929801166057587f, 0.0008010407909751f, -0.2027589082717896f, -0.0197576563805342f, -0.0870766714215279f, -0.0634076818823814f, -0.0285393707454205f, 0.1020642593502998f, 0.0913494527339935f, -0.1330678761005402f, -0.0165407061576843f, 0.0733228400349617f, 0.0705429986119270f, 0.0096256444230676f, 0.0746690183877945f, 0.1901417970657349f, 0.0148927057161927f, 0.0503044724464417f, 0.0414573401212692f, 0.0529941990971565f, 0.0393656007945538f, 0.0445833578705788f, 0.1811574995517731f, -0.1428554803133011f, -0.0016989761497825f, 0.0464389510452747f, 0.0011768714757636f, 0.0657811611890793f, 0.0049138618633151f, 0.1032983213663101f, -0.2471569478511810f, 0.1018852517008781f, 0.0789820328354836f, -0.0126617904752493f, 0.0527672842144966f, 0.1956192553043365f, 0.0391206704080105f, -0.1991813182830811f, -0.1799965798854828f, 0.1175812855362892f, 0.0132352476939559f, 0.0702352523803711f, 0.2214858233928680f, 0.1564911007881165f, 0.0446887053549290f, 0.0898382365703583f, 0.1108002886176109f, -0.0511674731969833f, -0.1227050349116325f, -0.0686719194054604f, -0.1637637466192245f, -0.1686640977859497f, -0.0169594492763281f, -0.0102135529741645f, -0.0225989539176226f, 0.1495187282562256f, -0.1019729226827621f, -0.1053871810436249f, -0.0020472991745919f, 0.1252124458551407f, -0.0487372279167175f, -0.0056313201785088f, -0.1229494288563728f, -0.0202817674726248f, -0.0482823401689529f, 0.0037969443947077f, 0.0812561661005020f, -0.1244208961725235f, -0.0625018626451492f, 0.0213330872356892f, 0.0303647927939892f, -0.0718785598874092f, -0.0284499954432249f, 0.0688714385032654f, -0.0904124677181244f, 0.0364760011434555f, -0.1333056092262268f, 0.1768662780523300f, 0.1972743719816208f, 0.1790831238031387f, -0.0148302307352424f, -0.1891036331653595f, -0.0803935453295708f, 0.1864317506551743f, -0.1418409347534180f, -0.0606598854064941f, -0.1817116886377335f, -0.0578625500202179f, -0.1901296079158783f, -0.0472108647227287f, 0.0043606306426227f, 0.1455782502889633f, -0.0069482526741922f, 0.0629748478531837f, -0.0840674042701721f, -0.0517137497663498f, 0.0029174326919019f, -0.1454419493675232f, -0.2037513554096222f, 0.2351006567478180f, 0.0246584564447403f, -0.1599640399217606f, 0.1091224625706673f, -0.0126211661845446f, -0.1638000011444092f, -0.2911465466022491f, -0.0739528760313988f, -0.2297668308019638f, 0.1465342640876770f, -0.0040422366000712f, 0.1053798869252205f, -0.1109396368265152f, -0.0423522777855396f, -0.1522083282470703f, -0.0445525646209717f, -0.0836364105343819f, 0.0385956242680550f, -0.0339670442044735f, 0.1446139961481094f, 0.1450899392366409f, 0.1539156287908554f, -0.0062353298999369f, -0.0147529589012265f, 0.0282012689858675f, -0.0288142375648022f, 0.2160197645425797f, -0.0752451866865158f, 0.0214825011789799f, -0.2429380267858505f, 0.0370178483426571f, -0.0412995368242264f, -0.1441085338592529f, 0.0517850294709206f, 0.0070630759000778f, 0.0832872465252876f, -0.0114870006218553f, 0.2288380712270737f, 0.1885838955640793f, -0.0730772912502289f, 0.0087908264249563f, -0.0900564789772034f, 0.0819780454039574f, 0.0006482307217084f, -0.0245730690658092f, -0.0964125245809555f, 0.0762761384248734f, 0.4246636331081390f, 0.1138819456100464f, 0.0105022992938757f, 0.0008363610832021f, -0.1426776200532913f, 0.0330112762749195f, -0.0390948094427586f, 0.2625973224639893f, -0.1235488653182983f, -0.0425786785781384f, 0.0074098221957684f, 0.0108526824042201f, -0.0351473093032837f, -0.0169854778796434f, -0.0046234284527600f, 0.0196013227105141f, -0.0943395793437958f, -0.0584284812211990f, -0.0095218615606427f, 0.1532943993806839f, -0.0463579781353474f, 0.1510650217533112f, 0.2124273031949997f, -0.0007902351208031f, -0.0399611406028271f, -0.0962318778038025f, -0.0455383732914925f, 0.0138793094083667f, 0.0373521521687508f, 0.0320328399538994f, -0.0085103167220950f, 0.0040090102702379f, -0.0718325600028038f, -0.0500103868544102f, -0.0247612334787846f, 0.1002800092101097f, 0.0198234189301729f, 0.0944705232977867f, 0.0795515552163124f, -0.0156148849055171f, -0.2421914935112000f, 0.0189311467111111f, 0.0136592583730817f, 0.0557755492627621f, -0.0848597809672356f, 0.0675975903868675f, 0.0007717291009612f, 0.0089664282277226f, 0.2369871139526367f, -0.0397173464298248f, 0.0441740080714226f, -0.0694444030523300f, -0.0160166863352060f, -0.1755478382110596f, 0.0178955756127834f, 0.2111767679452896f, 0.0764642357826233f, 0.0424373298883438f, 0.0804371163249016f, -0.0371816270053387f, -0.1282641887664795f, -0.0563771873712540f, -0.0669650584459305f, -0.0214992519468069f, 0.0780751034617424f, 0.0134029956534505f, -0.0729406252503395f, 0.0122546199709177f, -0.0889038294553757f, -0.0723734572529793f, -0.0748314112424850f, 0.0774794220924377f, -0.0750551149249077f, -0.1767835468053818f, -0.0769128128886223f, -0.0320755057036877f, -0.0461665317416191f, 0.0541505888104439f, 0.0337853915989399f, 0.1166592463850975f, 0.0363865680992603f, -0.0831474885344505f, 0.0329656824469566f, 0.0826740562915802f, -0.0588761940598488f, -0.0235717128962278f, -0.1224157363176346f, -0.0303315985947847f, 0.0032174983061850f, -0.0183449778705835f, 0.1269046217203140f, -0.1752059012651443f, -0.0625565648078918f, 0.0439131408929825f, 0.1641421765089035f, -0.0334399044513702f, -0.1011813580989838f, 0.0653419867157936f, -0.2629381716251373f, -0.4263016283512115f, -0.0264297667890787f, -0.0679647922515869f, 0.0012379598338157f, -0.1152262315154076f, 0.2260819822549820f, 0.0138499122112989f, -0.2540936172008514f, 0.0710316747426987f, 0.0597474165260792f, 0.3569871187210083f, -0.0970500186085701f, 0.1018327623605728f, 0.2961482405662537f, -0.0835851654410362f, 0.0061521492898464f, 0.0876464322209358f, -0.1374511271715164f, 0.0498932786285877f, 0.0182282179594040f, 0.2959185242652893f, 0.0747583433985710f, -0.5113818645477295f, 0.0357646793127060f, -0.0284922197461128f, 0.0853188410401344f, 0.0409507416188717f, 0.1276202499866486f, 0.0070483270101249f, -0.1558059006929398f, -0.1902582943439484f, 0.2762999534606934f, 0.6160352230072021f, 0.2738423943519592f, -0.8241607546806335f, -0.1773925721645355f, -0.2928967773914337f, 0.2864287495613098f, -0.1489850878715515f, -0.1174923256039619f, 0.1652690619230270f, -0.4835466146469116f, 0.2626637220382690f, 0.0533090643584728f, -0.3799187242984772f, -0.2041940391063690f, 0.5791236758232117f, 0.0561702437698841f, 0.2298431694507599f, -0.1198691874742508f, -0.2694389820098877f, 0.0000510087193106f, 0.3546921610832214f, 0.0112113691866398f, 0.0379001311957836f, 0.0142445443198085f, -0.0794466659426689f, 0.0820474997162819f, -0.0093114906921983f, -0.0566410310566425f, -0.0061155571602285f, 0.0090680094435811f, 0.0345985181629658f, 0.0450940802693367f, -0.0093504283577204f, -0.0935023650527000f, 0.0195171404629946f, -0.0183419995009899f, 0.0391614325344563f, -0.5121891498565674f, -0.6687004566192627f, 0.9917605519294739f, -0.0210490524768829f, -0.2893266081809998f, 0.1215797439217567f, -0.6205708384513855f, -0.0794832706451416f, 0.5176062583923340f, -0.8354176282882690f, 1.2010480165481567f, 0.9594748020172119f, -0.1379863321781158f, -0.1795917153358459f, 0.6028102636337280f, -1.0556331872940063f, 0.0525154247879982f, -0.3372074365615845f, -0.0289472453296185f, -0.0351005569100380f, 0.1093455627560616f, 0.1153903454542160f, 0.1207851395010948f, -0.1227566748857498f, 0.2183262556791306f, 0.2389227598905563f, 0.2164323627948761f, 0.1384556591510773f, -0.2124608308076859f, -0.0143144708126783f, 0.0407213345170021f, -0.1404940336942673f, 0.0663674399256706f, 0.1493600755929947f, 0.1662335097789764f, -0.3557560443878174f, 0.1573029458522797f, 0.1900177896022797f, -0.1701742857694626f, -0.2327162325382233f, -0.2551547884941101f, 0.0471992418169975f, -0.1580115407705307f, -0.1123738810420036f, -0.0334084257483482f, 0.2448110431432724f, -0.0437726415693760f, 0.0760040432214737f, 0.0101643884554505f, 0.0117397941648960f, 0.1600225269794464f, -0.4854849576950073f, 0.1424086987972260f, -0.0233483053743839f, 0.0606064945459366f, -0.2123742997646332f, -0.3231025636196136f, -0.1793772876262665f, -0.1100014597177505f, 0.2014267593622208f, 0.2763957977294922f, -0.1041184142231941f, -0.2521914839744568f, 0.0895717218518257f, 0.1120787337422371f, 0.0254194177687168f, 0.3683822751045227f, 0.0034926624502987f, -0.0123405577614903f, 0.0407980978488922f, -0.2031306922435760f, -0.1121716201305389f, 0.1503517180681229f, -0.0084493039175868f, 0.1236853227019310f, 0.2105196416378021f, 0.2293143719434738f, 0.0310705322772264f, 0.0287224352359772f, 0.0251841600984335f, 0.0939837694168091f, -0.1640780717134476f, 0.1111422330141068f, 0.2565753459930420f, 0.0704611390829086f, -0.0525180287659168f, 0.1664243191480637f, 0.0309387389570475f, 0.0849550738930702f, -0.1249190643429756f, 0.0191257838159800f, 0.0551348961889744f, -0.2050010710954666f, -0.1683284491300583f, 0.0781771615147591f, -0.1031307876110077f, -0.1644723415374756f, 0.0429603271186352f, 0.0358476042747498f, -0.0979568064212799f, -0.0687444955110550f, -0.0443773083388805f, 0.1043627038598061f, 0.1699040830135345f, -0.0052575273439288f, -0.1785721182823181f, -0.0902265906333923f, -0.0201837066560984f, 0.1764279305934906f, -0.0990582555532455f, -0.0317312441766262f, -0.0016298625851050f, 0.0147730000317097f, 0.0149230668321252f, 0.2015572339296341f, 0.2511915564537048f, 0.3060296177864075f, -0.1194395720958710f, 0.0112773412838578f, -0.0418937541544437f, -0.1402927041053772f, 0.1795210242271423f, 0.1498497426509857f, -0.0812782570719719f, 0.2932297885417938f, 0.2588935196399689f, 0.1384229362010956f, -0.0480503104627132f, 0.1565030664205551f, 0.1944381296634674f, 0.0192700773477554f, -0.1153833419084549f, 0.1619443148374557f, -0.1941500455141068f, 0.1142332032322884f, -0.0784348919987679f, 0.1336566805839539f, 0.2097787410020828f, -0.1724077314138412f, 0.1009512692689896f, -0.0545122697949409f, -0.0310874599963427f, 0.1443777680397034f, -0.2667557895183563f, 0.0040232506580651f, 0.1902697086334229f, -0.1023497208952904f, -0.4421266615390778f, 0.1840081661939621f, 0.0720427185297012f, -0.2349407672882080f, -0.0320371165871620f, -0.1190336644649506f, 0.1638631969690323f, -0.0118311485275626f, 0.1614029407501221f, -0.2856260836124420f, 0.0765857473015785f, 0.1424796283245087f, 0.6026722192764282f, 0.0848821923136711f, -0.1968733966350555f, -0.2394396662712097f, 0.4036809802055359f, -0.0073183029890060f, 0.2258647680282593f, -0.0483946353197098f, 0.0380454771220684f, -0.0989460647106171f, 0.0011921527329832f, 0.1078388094902039f, 0.0764969512820244f, -0.0986512824892998f, -0.0874010175466537f, 0.1262454241514206f, -0.5374607443809509f, 0.2246175408363342f, -0.1575118303298950f, -0.0841747075319290f, -0.1471863985061646f, 0.1828616261482239f, -0.1886416077613831f, 0.0737737119197845f, -0.0087796812877059f, 0.1989019811153412f, 0.0551127120852470f, -0.2258986085653305f, -0.0488032251596451f, 0.0686933323740959f, -0.1196240037679672f, 0.1089725345373154f, 0.2653618454933167f, 0.1347712725400925f, -0.1741710454225540f, -0.2457246929407120f, -0.0552868731319904f, -0.1907175779342651f, 0.2312765866518021f, 0.3238730430603027f, 0.0523451715707779f, -0.2471911907196045f, -0.1318155676126480f, -0.0740429684519768f, 0.4309185743331909f, -0.2011942714452744f, -0.1313160508871078f, 0.0179985947906971f, 0.2367178648710251f, -0.6784664988517761f, -0.1487080603837967f, 0.3254519402980804f, 0.2182770818471909f, -0.0112220169976354f, -0.1543826162815094f, 0.1315058767795563f, -0.1067292243242264f, 0.0222391802817583f, -0.1563830971717834f, -0.1157027557492256f, -0.0556637346744537f, 0.1869972050189972f, 0.0583137199282646f, -0.1633936613798141f, -0.1242946386337280f, -0.1787660717964172f, 0.2287059128284454f, 0.1298391371965408f, 0.2323577702045441f, 0.0736412927508354f, -0.2626175582408905f, 0.2472351789474487f, -0.1583198606967926f, -0.0742936953902245f, -0.0673219040036201f, 0.0789120644330978f, -0.2486123591661453f, 0.1570982187986374f, 0.0498662702739239f, -0.0859285965561867f, -0.1497226059436798f, 0.1728975176811218f, 0.2224266082048416f, -0.0895256102085114f, -0.0954582765698433f, -0.0487313605844975f, -0.0677433237433434f, 0.0441428087651730f, -0.1034212261438370f, 0.2282506823539734f, 0.2710544168949127f, -0.0136018563061953f, 0.1909241527318954f, -0.1026868298649788f, 0.0581199340522289f, -0.0359990783035755f, -0.1535843908786774f, -0.0855028107762337f, -0.2109049111604691f, -0.1113561317324638f, 0.0591798387467861f, -0.0788079500198364f, 0.0945478677749634f, 0.0056475698947906f, -0.0668853521347046f, 0.0658724531531334f, -0.0067283096723258f, 0.2476447224617004f, 0.0093221291899681f, -0.0667056739330292f, -0.0871923342347145f, 0.0363593772053719f, -0.0041747125796974f, -0.0216803718358278f, 0.0181121956557035f, 0.0326145365834236f, 0.0188038200139999f, -0.0177161544561386f, 0.0355775579810143f, 0.0148604577407241f, -0.0127445468679070f, -0.1545980870723724f, -0.1388596147298813f, 0.0553595013916492f, 0.0445937328040600f, 0.0530736446380615f, 0.0477486178278923f, 0.0399976894259453f, -0.0127214165404439f, 0.0071440814062953f, -0.0798345133662224f, 0.0331558585166931f, -0.2139922380447388f, -0.0689025223255157f, 0.3786133229732513f, 0.1218430772423744f, 0.0396988503634930f, 0.1030738800764084f, -0.1429519653320312f, -0.0382298193871975f, 0.0776070281863213f, 0.0923115387558937f, -0.0836501717567444f, -0.0774857178330421f, 0.0441484078764915f, -0.1412186920642853f, 0.1854259818792343f, 0.0838991627097130f, 0.0224890317767859f, -0.0254852324724197f, -0.1598544120788574f, 0.0212725587189198f, 0.0535276718437672f, -0.0910151675343513f, -0.2684104442596436f, 0.0038619374390692f, -0.0751194804906845f, 0.0787562951445580f, -0.0004250780912116f, -0.0986393019556999f, -0.0942718982696533f, 0.1860240250825882f, 0.0097647598013282f, -0.0768429785966873f, -0.1002587750554085f, -0.0519296415150166f, 0.0113122873008251f, -0.0930475518107414f, 0.0601611845195293f, 0.0038703435566276f, -0.0750220343470573f, -0.0398863963782787f, -0.1454940289258957f, -0.0249373652040958f, 0.3013962805271149f, -0.0341000929474831f, -0.2996147871017456f, -0.1405934244394302f, 0.0661777034401894f, -0.0114014232531190f, -0.0473951958119869f, -0.0322073400020599f, 0.1163832023739815f, 0.0630314648151398f, -0.1122179627418518f, 0.0312713570892811f, -0.2228856682777405f, 0.1076095551252365f, 0.1975958496332169f, -0.1434646993875504f, 0.0081013087183237f, 0.0729519203305244f, 0.1761788278818130f, -0.1482980251312256f, -0.1273286044597626f, 0.0378861092031002f, 0.2033424079418182f, 0.1080445349216461f, 0.0339091755449772f, -0.0516844615340233f, -0.1247937306761742f, -0.1673335582017899f, 0.2057019174098969f, -0.0083401091396809f, -0.0966932550072670f, 0.1262278407812119f, 0.0727546662092209f, -0.1553122997283936f, 0.0417129918932915f, 0.2226786017417908f, 0.3223411142826080f, 0.0832938402891159f, -0.2063227146863937f, -0.1372320950031281f, -0.0247702579945326f, -0.0038207357283682f, -0.0750592052936554f, -0.0741835013031960f, -0.1342760026454926f, 0.0065691457130015f, -0.0002925995213445f, 0.0834962949156761f, 0.4273284971714020f, 0.2406540364027023f, -0.3933189809322357f, 0.0621237829327583f, -0.1376551687717438f, 0.0720965638756752f, -0.2035622447729111f, -0.0202263593673706f, -0.1369005441665649f, -0.2390962392091751f, 0.0024375389330089f, 0.1115006431937218f, 0.0663523375988007f, 0.0951579138636589f, -0.0155904134735465f, 0.1574797630310059f, -0.0892182216048241f, -0.0939351990818977f, -0.1357203125953674f, -0.1436742693185806f, 0.0123182050883770f, 0.1411943435668945f, 0.0951290875673294f, -0.1273487657308578f, 0.2149533629417419f, 0.0184035338461399f, 0.1552111506462097f, -0.3538873493671417f, -0.0191498957574368f, 0.0690883919596672f, 0.1592152118682861f, -0.0135251916944981f, 0.0930276066064835f, -0.0933868288993835f, 0.0718567743897438f, -0.0186342727392912f, -0.3173113167285919f, -0.1470428854227066f, -0.0959280654788017f, 0.0929789245128632f, -0.0032837754115462f, -0.0464660786092281f, -0.0086341109126806f, 0.0284811537712812f, -0.0734567493200302f, 0.0950032919645309f, -0.1555994302034378f, -0.0297049395740032f, 0.0451922006905079f, 0.0166960470378399f, -0.0641773566603661f, 0.0978113263845444f, 0.1789615750312805f, 0.0747304037213326f, -0.0372986942529678f, 0.1306611448526382f, 0.3728033304214478f, 0.1171047687530518f, 0.0702980607748032f, -0.0176207777112722f, 0.0140338512137532f, 0.0721116065979004f, -0.0059358477592468f, 0.0257475357502699f, 0.0933246240019798f, -0.0835803300142288f, 0.1573459953069687f, -0.2820206582546234f, -0.1672553420066833f, -0.0049499361775815f, 0.0346727967262268f, 0.0261858366429806f, 0.1256146579980850f, 0.0161408502608538f, 0.2065934836864471f, -0.1057194769382477f, -0.0857231542468071f, 0.0222728122025728f, -0.0958120450377464f, -0.0777994766831398f, 0.0022761765867472f, -0.1056003868579865f, 0.1837677359580994f, 0.1071369871497154f, 0.0522921793162823f, 0.1089915111660957f, 0.1637456268072128f, 0.0167559776455164f, 0.1454618722200394f, -0.0850689336657524f, 0.0121945682913065f, 0.1325987726449966f, -0.0871743857860565f, -0.0653270184993744f, 0.0694829672574997f, 0.0212156642228365f, 0.4359667599201202f, 0.1539463102817535f, -0.4575460553169250f, 0.0913953855633736f, -0.1332990378141403f, -0.1183265224099159f, 0.0869321823120117f, 0.0850539952516556f, 0.0174006652086973f, -0.0816027745604515f, 0.2105298787355423f, -0.0830844566226006f, 0.0349662154912949f, -0.0893112570047379f, -0.0198995452374220f, 0.1678288578987122f, -0.1481136828660965f, -0.0485454387962818f, 0.0164067335426807f, 0.3580196201801300f, 0.0623272769153118f, -0.0408170223236084f, -0.1321293413639069f, 0.0227173306047916f, 0.1876555234193802f, 0.0879402309656143f, -0.0489584617316723f, 0.0061855940148234f, 0.0206521432846785f, -0.0729135572910309f, -0.1920751482248306f, -0.0966377481818199f, -0.0507789105176926f, 0.0352413468062878f, -0.0756198540329933f, -0.0382794924080372f, -0.0455519482493401f, -0.1311229467391968f, 0.0012342312838882f, -0.1744094938039780f, 0.0610663928091526f, -0.0615093596279621f, -0.2718596458435059f, 0.0008098132093437f, -0.0749086365103722f, 0.1053465977311134f, 0.0696069076657295f, 0.0263205729424953f, 0.1878281682729721f, -0.1096281334757805f, -0.0138293299823999f, -0.1051037684082985f, 0.0425886511802673f, -0.0615451149642467f, 0.0162411574274302f, -0.1743263900279999f, -0.3124887049198151f, 0.0318501368165016f, 0.1068232059478760f, 0.1207673475146294f, -0.1154693514108658f, 0.0027352985925972f, -0.2002421915531158f, 0.0987122729420662f, -0.0886792689561844f, -0.0257194079458714f, -0.0095715988427401f, 0.0275086760520935f, 0.0110757425427437f, -0.1816306561231613f, -0.0010726049076766f, -0.1217611134052277f, 0.0687072053551674f, -0.0689935088157654f, 0.0326949469745159f, -0.0478234142065048f, -0.0823853686451912f, -0.0302925687283278f, -0.0350684933364391f, 0.0538646578788757f, -0.1206405609846115f, -0.2344252914190292f, -0.1659013777971268f, -0.2553511261940002f, 0.0414675809442997f, 0.0934333950281143f, 0.3365089893341064f, -0.0403482466936111f, -0.0328563675284386f, -0.1482083201408386f, -0.1142341792583466f, -0.1975068300962448f, -0.2270924299955368f, -0.0695081055164337f, -0.0889441221952438f, -0.1017340868711472f, 0.2974070310592651f, 0.2210731208324432f, 0.3533378839492798f, 0.3502863049507141f, 0.0582765676081181f, -0.0652194470167160f, -0.2406676262617111f, 0.0317449718713760f, -0.1429625004529953f, -0.0011977904941887f, 0.1695717275142670f, 0.1050785556435585f, -0.0414945296943188f, 0.2481167167425156f, -0.1308798938989639f, -0.0102830687537789f, -0.1061537563800812f, -0.0357874110341072f, -0.0137648135423660f, -0.2101331800222397f, 0.0104872863739729f, 0.0145166981965303f, -0.0227418225258589f, 0.0310257598757744f, 0.1860119849443436f, -0.0236852020025253f, 0.1054410636425018f, -0.1993426382541656f, 0.0780057758092880f, 0.1671326160430908f, 0.1400387138128281f, 0.0464737154543400f, -0.0543979480862617f, 0.0975335612893105f, 0.1124978885054588f, -0.0216590985655785f, 0.1607030779123306f, -0.2575193345546722f, 0.0695946887135506f, 0.2870674729347229f, -0.0660185888409615f, 0.0074237757362425f, 0.0164176188409328f, 0.1273082196712494f, -0.1353121995925903f, -0.0879705473780632f, 0.1579732149839401f, 0.0423683635890484f, -0.0161939579993486f, -0.1003662273287773f, 0.0677077099680901f, -0.1503618806600571f, -0.2118269354104996f, -0.0450753122568130f, 0.0353031456470490f, -0.0292742792516947f, 0.3309778869152069f, -0.0818279907107353f, -0.0805861204862595f, 0.1900429278612137f, -0.1483856737613678f, -0.0343045666813850f, 0.0372968353331089f, -0.1124256923794746f, 0.0998776406049728f, -0.0912626460194588f, 0.0136128496378660f, -0.1979716569185257f, -0.0955674722790718f, 0.0579222813248634f, -0.1745721101760864f, 0.0432634167373180f, 0.0518375188112259f, 0.0685745403170586f, -0.0886480882763863f, -0.0715486183762550f, -0.0118775302544236f, 0.3031563460826874f, -0.1199106872081757f, -0.1827986687421799f, -0.0217756908386946f, -0.1394552439451218f, -0.0212255995720625f, 0.1364105492830276f, 0.0307547803968191f, -0.0344934761524200f, 0.2225001454353333f, 0.1611603796482086f, 0.0294682029634714f, 0.0206141751259565f, 0.1585433632135391f, -0.0620258785784245f, 0.0152152962982655f, 0.0016174763441086f, 0.0110861537978053f, 0.1104811057448387f, 0.3871656656265259f, 0.0419528409838676f, -0.3089349865913391f, -0.0854183807969093f, 0.1943933963775635f, 0.1667490452528000f, 0.1076019555330276f, -0.0837732106447220f, -0.1429888755083084f, -0.0565591640770435f, -0.1348164826631546f, -0.0508369430899620f, -0.0278891641646624f, 0.0008612247183919f, -0.1379927694797516f, -0.2074040919542313f, -0.0256545152515173f, 0.0872882381081581f, -0.1108269616961479f, 0.2571115791797638f, -0.3275074958801270f, 0.0657624453306198f, -0.1177639886736870f, -0.1809263676404953f, 0.0097029618918896f, -0.1538012325763702f, -0.1768133342266083f, -0.0097087435424328f, -0.3338346481323242f, -0.0755075439810753f, 0.0500551201403141f, 0.2108048647642136f, -0.1223215758800507f, 0.0151645233854651f, -0.1473483890295029f, 0.0041636023670435f, 0.2339768260717392f, 0.1223533302545547f, -0.0199117343872786f, -0.0405258163809776f, -0.0840886607766151f, -0.0321759246289730f, -0.1315793991088867f, 0.0388458445668221f, -0.0936454236507416f, 0.0146338641643524f, -0.0191310215741396f, -0.2137720435857773f, -0.0710465162992477f, -0.1683266460895538f, 0.4249170422554016f, -0.1261430531740189f, 0.2949620187282562f, 0.0369671024382114f, 0.1544607430696487f, -0.0710825547575951f, -0.0166665352880955f, 0.0755154862999916f, -0.0867545604705811f, -0.0976589769124985f, 0.2394703328609467f, -0.1615178585052490f, 0.0161852296441793f, -0.0270081944763660f, 0.1162303909659386f, 0.0145858032628894f, 0.2266930788755417f, 0.0570618994534016f, -0.2021745741367340f, -0.0463058836758137f, -0.0006301868124865f, 0.1256739050149918f, 0.2061168998479843f, 0.0148658938705921f, 0.0797857418656349f, 0.0396671369671822f, 0.0345885083079338f, -0.0231586247682571f, -0.1301740407943726f, 0.1349549740552902f, 0.0227867402136326f, -0.2321236729621887f, 0.2313296198844910f, 0.1129262596368790f, 0.0695189833641052f, 0.0365537963807583f, -0.1887134015560150f, -0.1190251484513283f, -0.1266433149576187f, -0.1257117837667465f, -0.3742817044258118f, -0.0426993370056152f, -0.1616161614656448f, 0.1058347523212433f, 0.1583906263113022f, -0.1737831979990005f, 0.1842273473739624f, 0.0364205241203308f, -0.1369665116071701f, -0.0994857698678970f, 0.0797817483544350f, 0.0036482603754848f, 0.1569011509418488f, -0.2186308205127716f, -0.0810139849781990f, -0.1165102645754814f, -0.0395633392035961f, 0.1469996124505997f, 0.1363371163606644f, 0.0874181538820267f, -0.1332262903451920f, -0.2493795603513718f, -0.0488240122795105f, -0.0925767719745636f, 0.1230827346444130f, -0.1808717548847198f, 0.0199755020439625f, -0.0966495648026466f, 0.1818883717060089f, -0.1791488379240036f, 0.0269580576568842f, -0.0302843544632196f, 0.1354919373989105f, 0.0633941143751144f, -0.0269965734332800f, 0.0666595548391342f, -0.0464111007750034f, 0.0970299169421196f, 0.0381624251604080f, -0.0421104095876217f, 0.1212913691997528f, -0.0475185513496399f, -0.0513341762125492f, 0.0650672689080238f, -0.1179425790905952f, 0.0309378318488598f, -0.0511409603059292f, 0.1245638504624367f, -0.2378986477851868f, -0.0108543168753386f, 0.0665224269032478f, 0.0458335317671299f, 0.1591640859842300f, 0.1585987657308578f, 0.2744040191173553f, 0.1549030989408493f, -0.1441929489374161f, 0.0910146459937096f, 0.0753629431128502f, 0.1399861276149750f, -0.0777972564101219f, 0.1757298409938812f, -0.0972793772816658f, -0.0286695752292871f, -0.0961130261421204f, 0.1051636040210724f, -0.1660098582506180f, 0.1130620539188385f, 0.2631500661373138f, -0.2231564223766327f, -0.1757420450448990f, 0.0775376260280609f, 0.0181281976401806f, -0.0727695971727371f, -0.0306054372340441f, -0.0486170239746571f, -0.0531113371253014f, -0.2814846634864807f, 0.1420651376247406f, 0.0060544833540916f, 0.0939532518386841f, -0.2200393378734589f, 0.0436523072421551f, -0.0433272756636143f, -0.0914834439754486f, 0.0505776479840279f, 0.1022464632987976f, 0.1459463387727737f, -0.1190353035926819f, 0.2003114223480225f, 0.3734146952629089f, 0.1688542664051056f, 0.0231766514480114f, 0.0800026580691338f, -0.0043250443413854f, -0.0354961082339287f, 0.1359578222036362f, -0.2287534028291702f, -0.0509044900536537f, -0.0834422260522842f, -0.2445903718471527f, -0.1094769239425659f, 0.0717625468969345f, 0.0171967428177595f, 0.0693440213799477f, 0.1161517202854156f, -0.1482351422309875f, -0.0527954623103142f, -0.2061173617839813f, 0.0015312288887799f, -0.0870700553059578f, 0.0721013322472572f, 0.0908060297369957f, -0.1135774254798889f, -0.1711040139198303f, -0.0554132983088493f, -0.1405198276042938f, 0.0524829737842083f, 0.0131116826087236f, -0.0661652311682701f, 0.1561692953109741f, 0.0961418896913528f, -0.0387788936495781f, -0.0248648636043072f, -0.0113855497911572f, -0.0881337523460388f, 0.2002922147512436f, 0.0937845855951309f, 0.0770952031016350f, -0.1672172397375107f, 0.0375956408679485f, -0.1145847961306572f, -0.0995001718401909f, 0.0130494581535459f, -0.0333772450685501f, -0.0707886815071106f, -0.0862217396497726f, 0.0570426881313324f, -0.1579607427120209f, -0.2092322260141373f, 0.1500418782234192f, 0.0027825061697513f, 0.0223845299333334f, -0.0768262445926666f, 0.1709239482879639f, 0.0602882429957390f, -0.0178609788417816f, -0.0578219518065453f, -0.1126151829957962f, 0.0907006710767746f, 0.3088326752185822f, -0.0098354117944837f, -0.1122854053974152f, -0.0215447302907705f, -0.1563781052827835f, 0.0319213159382343f, 0.0461141504347324f, 0.1089784055948257f, -0.0468449480831623f, -0.1103684231638908f, 0.0523271672427654f, 0.0970082283020020f, 0.0003151137498207f, 0.0280394665896893f, -0.0244269035756588f, 0.1757394820451736f, -0.0406786650419235f, 0.2700901925563812f, -0.1414983719587326f, 0.2856762409210205f, 0.1808325052261353f, -0.0884146541357040f, 0.0894261822104454f, 0.0792104080319405f, -0.2354325652122498f, 0.0666357651352882f, -0.0961195603013039f, 0.0134357316419482f, -0.0377625226974487f, 0.0121926777064800f, -0.0248180497437716f, -0.0956555157899857f, 0.1386297792196274f, 0.2122491002082825f, -0.0635866001248360f, -0.0070123444311321f, 0.1537108421325684f, -0.1557848155498505f, -0.0312537774443626f, 0.1183333694934845f, -0.0239673182368279f, 0.0219212453812361f, 0.0722134187817574f, 0.0432669334113598f, 0.1770490556955338f, -0.0334726758301258f, -0.0970422625541687f, 0.0730579495429993f, -0.2324937731027603f, -0.0647482350468636f, 0.3207351267337799f, 0.0502215214073658f, -0.1806760877370834f, 0.0914437472820282f, -0.0576261207461357f, 0.0207699965685606f, -0.0218109190464020f, -0.0677828341722488f, 0.1272961646318436f, 0.0851818993687630f, -0.1522843241691589f, -0.1603651195764542f, 0.1202934160828590f, -0.0073252813890576f, -0.1744964569807053f, -0.0474111586809158f, -0.2173368036746979f, -0.0242933668196201f, 0.0188443437218666f, -0.0049744127318263f, -0.0870547443628311f, -0.0561047382652760f, -0.1379193067550659f, -0.0063380547799170f, -0.0122366556897759f, 0.0455913878977299f, 0.1210150793194771f, 0.0126438438892365f, -0.1638556718826294f, -0.0194818936288357f, 0.0359559729695320f, 0.1446994394063950f, -0.1889744997024536f, -0.0204027965664864f, -0.0233468078076839f, -0.0968362689018250f, -0.1502992212772369f, -0.1792789846658707f, -0.0082423537969589f, -0.0590886324644089f, -0.1423509418964386f, 0.2592583596706390f, 0.0273712370544672f, -0.0039504207670689f, -0.0739362612366676f, 0.0519393421709538f, -0.0763773098587990f, 0.0220349933952093f, -0.0191066879779100f, -0.0463334359228611f, 0.1748371422290802f, 0.3127614557743073f, -0.1898039430379868f, -0.0608385130763054f, -0.4708963036537170f, -0.1571139991283417f, -0.1975501924753189f, -0.3562301397323608f, -0.0655168890953064f, -0.1367894858121872f, 0.2602920532226562f, 0.0420096814632416f, 0.1749608665704727f, 0.1065022870898247f, -0.1303322911262512f, -0.1077217310667038f, 0.1505750417709351f, -0.2198125869035721f, -0.1539839506149292f, 0.0439731404185295f, -0.1083691418170929f, 0.1466861963272095f, 0.0753150731325150f, 0.0621398761868477f, -0.1449284106492996f, -0.4172681272029877f, -0.1218186244368553f, 0.0133974663913250f, 0.2802741527557373f, -0.1468246281147003f, 0.0561642423272133f, -0.1973892897367477f, 0.1425260305404663f, 0.1200959235429764f, -0.2540864944458008f, -0.0451332852244377f, -0.0774713307619095f, 0.1043525934219360f, -0.2008667141199112f, -0.0922299697995186f, 0.1249082535505295f, 0.0753674954175949f, 0.1794690936803818f, 0.0481610000133514f, 0.2290256321430206f, 0.0065677673555911f, -0.1316900104284286f, 0.0517593771219254f, -0.0278395041823387f, 0.1025687456130981f, -0.0924220755696297f, 0.1303273886442184f, 0.0131958033889532f, -0.0026033148169518f, -0.0903415232896805f, 0.0860455855727196f, 0.0394442863762379f, 0.0011147280456498f, 0.0110142966732383f, 0.0553604438900948f, 0.0380987413227558f, -0.0301202572882175f, 0.0754162743687630f, 0.6681923270225525f, 0.6316007375717163f, 0.5362718701362610f, -0.8213173747062683f, -0.3215168714523315f, 0.3318290114402771f, 0.3521389365196228f, -0.3562639355659485f, 0.2637158036231995f, 0.3961311876773834f, -1.4484114646911621f, 0.2748066186904907f, -0.1623894721269608f, -0.6479159593582153f, -0.0295416079461575f, -0.5205885171890259f, 0.0867275893688202f, -0.3208928704261780f, 0.0703487545251846f, -0.0955524593591690f, 0.3234241902828217f, -0.0168523900210857f, -0.1740704029798508f, -0.0560244619846344f, -0.2357091009616852f, 0.1901086121797562f, 0.0481014065444469f, -0.1535841673612595f, 0.0685922801494598f, 0.0790470317006111f, 0.2868210375308990f, 0.1454970538616180f, -0.0094223665073514f, -0.3079305291175842f, 0.0063943052664399f, -0.2601941227912903f, -0.1146657690405846f, 0.0406668484210968f, 0.0460451580584049f, -0.1738330423831940f, -0.0950062125921249f, 0.1378656029701233f, 0.0337428003549576f, -0.0938330665230751f, -0.2417292147874832f, -0.0163973309099674f, 0.1528589129447937f, 0.1970895677804947f, -0.1839562356472015f, 0.1459633260965347f, -0.0341233871877193f, -0.2587058842182159f, -0.3193149566650391f, 0.0435526371002197f, -0.1281607598066330f, -0.0131546333432198f, 0.0555017031729221f, -0.0336095802485943f, -0.1269194781780243f, -0.1513453125953674f, 0.2411169856786728f, -0.2541488111019135f, -0.1244575902819633f, 0.0887695848941803f, 0.0128328967839479f, -0.1110535413026810f, -0.1428905725479126f, 0.1972058862447739f, 0.1103013604879379f, 0.2220357209444046f, 0.1790663152933121f, 0.1567227095365524f, -0.1351126283407211f, -0.2197245210409164f, -0.0211505498737097f, -0.4470945596694946f, 0.0926721394062042f, 0.2450220435857773f, 0.1497591137886047f, -0.0998463258147240f, 0.0555943325161934f, 0.1221810728311539f, -0.0608536005020142f, 0.2098911702632904f, 0.0115941679105163f, -0.0674353539943695f, 0.0006982820341364f, 0.0538154542446136f, 0.0313605628907681f, 0.5342987775802612f, 0.2845631241798401f, -0.0122045138850808f, -0.2541731894016266f, -0.5513963103294373f, -0.1395203173160553f, -0.0207257047295570f, 0.0047744712792337f, 0.1958790272474289f, 0.1226971521973610f, 0.0507005229592323f, -0.0971429198980331f, 0.0197005178779364f, 0.0745770782232285f, -0.0555057749152184f, 0.0941618159413338f, 0.1198589950799942f, -0.1864831596612930f, 0.1066691279411316f, -0.1551116853952408f, 0.0761233419179916f, -0.3316576182842255f, -0.1087862327694893f, -0.0476715378463268f, -0.1428130120038986f, 0.0411716513335705f, 0.0650537312030792f, -0.1043618246912956f, 0.1136299967765808f, 0.2263264507055283f, 0.0690380036830902f, -0.0856620147824287f, -0.1094242930412292f, -0.0332741662859917f, 0.2534106969833374f, 0.2466552108526230f, -0.0282907504588366f, 0.0833334550261497f, 0.0094890603795648f, 0.2818496525287628f, 0.3209633231163025f, -0.3006294667720795f, 0.1037379801273346f, 0.1974793821573257f, -0.0815450549125671f, -0.2100895047187805f, 0.2926593422889709f, -0.0211678482592106f, 0.0947382748126984f, -0.0149266896769404f, 0.1182646229863167f, -0.0239937640726566f, 0.0174511708319187f, 0.1029690206050873f, 0.0554951131343842f, -0.3961259424686432f, 0.0320917516946793f, 0.1041571348905563f, -0.0720538571476936f, 0.2545490562915802f, 0.0599945969879627f, -0.1997217386960983f, -0.1914409697055817f, 0.0698372274637222f, -0.0032093448098749f, 0.0657015964388847f, 0.0117887714877725f, 0.2888590395450592f, 0.0521594025194645f, 0.0388358868658543f, -0.0576213337481022f, 0.4330531656742096f, 0.2691972851753235f, 0.0372633412480354f, 0.3821379244327545f, -0.0842721015214920f, 0.1933181583881378f, -0.1397679746150970f, 0.4160114526748657f, -0.3656279146671295f, -0.1079362034797668f, 0.0837938115000725f, -0.0045389086008072f, 0.2289495617151260f, -0.0560545548796654f, 0.1650007069110870f, 0.2641780376434326f, -0.0361910127103329f, 0.1329219192266464f, -0.2106186449527740f, -0.0236701387912035f, -0.2362307608127594f, 0.0643483847379684f, -0.0761788114905357f, -0.1683549433946609f, 0.1203127205371857f, -0.1442517787218094f, -0.0105598540976644f, -0.0247587058693171f, -0.1658469140529633f, 0.0945092290639877f, 0.1597421467304230f, -0.0041760206222534f, -0.2136207073926926f, 0.2530310750007629f, -0.0618494674563408f, -0.2203333973884583f, -0.1109683066606522f, -0.1094078496098518f, -0.2094247341156006f, -0.0059005464427173f, -0.1072451770305634f, 0.3659992218017578f, 0.4427329003810883f, -0.0303660221397877f, -0.1043204441666603f, -0.0137985786423087f, -0.2778229713439941f, -0.0959384664893150f, 0.3666695058345795f, 0.2842301130294800f, -0.0283856112509966f, 0.3892648220062256f, 0.0497923567891121f, -0.1631491929292679f, -0.3468397259712219f, 0.3105171024799347f, 0.1941643208265305f, 0.3015421330928802f, -0.1483277678489685f, 0.0071847010403872f, -0.0827584043145180f, 0.0179677885025740f, 0.0778496712446213f, -0.0593084506690502f, -0.0149650862440467f, 0.2169589102268219f, 0.0278623476624489f, 0.1544311046600342f, 0.0490665249526501f, 0.2423795014619827f, 0.0901412963867188f, 0.0043124761432409f, -0.0332079902291298f, 0.3872974514961243f, 0.1407591551542282f, 0.1041186079382896f, -0.0424462221562862f, -0.1692581325769424f, -0.2170664370059967f, 0.1376617252826691f, 0.2665489017963409f, -0.0487707741558552f, 0.4218934774398804f, -0.0255554635077715f, -0.3081614971160889f, -0.1515914648771286f, 0.3749993741512299f, 0.0075734751299024f, -0.2130569666624069f, -0.0479415021836758f, -0.4729643166065216f, 0.0403921306133270f, 0.0862561464309692f, -0.0000876548656379f, -0.2286464720964432f, -0.0298741180449724f, 0.2197632938623428f, 0.2695975601673126f, -0.1157442629337311f, -0.1586827188730240f, -0.0565513111650944f, -0.2686510980129242f, 0.1433810442686081f, 0.0488953143358231f, 0.0060254367999732f, 0.0162546895444393f, -0.1931866258382797f, 0.0206329785287380f, 0.0999672040343285f, -0.1893481016159058f, 0.0788792744278908f, 0.0689808800816536f, -0.1217310726642609f, -0.0269530452787876f, 0.0781494453549385f, -0.0043805311433971f, 0.0102968225255609f, -0.0070500569418073f, 0.0208823718130589f, 0.0385657325387001f, -0.1533491909503937f, 0.1810694336891174f, 0.0988567098975182f, 0.0008580404683016f, 0.0136201949790120f, -0.0306205917149782f, -0.0464165285229683f, -0.0024888012558222f, -0.0206980835646391f, -0.1479746848344803f, -0.0088516566902399f, 0.0214534830302000f, 0.5007502436637878f, -0.0177492350339890f, 0.0495219901204109f, 0.0685134157538414f, -0.3246650695800781f, 0.0789176076650620f, 0.0539908334612846f, -0.1858532428741455f, 0.0191653911024332f, -0.1093636006116867f, -0.4425345361232758f, 0.0433747842907906f, 0.2867502272129059f, -0.0570716820657253f, 0.0061126071959734f, 0.0826286002993584f, 0.1235576421022415f, 0.1632079035043716f, 0.1522536128759384f, -0.0935869589447975f, 0.0104472022503614f, 0.0775187686085701f, 0.1588607281446457f, -0.0049943998456001f, -0.0578307509422302f, 0.0689445361495018f, -0.0134901069104671f, -0.2239192575216293f, 0.1476852446794510f, 0.0658188909292221f, -0.0692359283566475f, -0.2838215231895447f, 0.0399352870881557f, -0.0842131748795509f, 0.2873192131519318f, -0.0345148742198944f, -0.2019202113151550f, -0.0973244383931160f, 0.1936600208282471f, -0.0715032592415810f, 0.1165559142827988f, 0.0623396262526512f, 0.1846223324537277f, -0.0404542088508606f, -0.0043128714896739f, -0.0516760237514973f, 0.0208348855376244f, 0.1980484724044800f, -0.0747688710689545f, -0.1101506650447845f, -0.1365372687578201f, -0.0746748596429825f, 0.0267641860991716f, -0.1671001166105270f, 0.2222601920366287f, -0.0531088449060917f, 0.1369499415159225f, 0.0013228671159595f, 0.2154670357704163f, -0.1562618464231491f, -0.1401802003383636f, 0.0986924096941948f, -0.1366832256317139f, 0.1071452721953392f, 0.0582301840186119f, -0.2314019799232483f, -0.1701712012290955f, -0.0643619373440742f, -0.0367232635617256f, 0.1673940271139145f, 0.2707402706146240f, -0.0311429817229509f, 0.0813939049839973f, 0.1470658779144287f, 0.0719912201166153f, 0.0355477295815945f, -0.1784851104021072f, -0.2857832312583923f, -0.1768716871738434f, -0.0571380816400051f, 0.0019222378032282f, -0.0682463496923447f, 0.0742831602692604f, -0.0605547316372395f, 0.0103959236294031f, 0.0093103228136897f, -0.0561291836202145f, 0.1501645892858505f, -0.0484657697379589f, -0.2791373431682587f, -0.1434349417686462f, 0.1403628736734390f, -0.0694852918386459f, -0.1486142128705978f, -0.0688986256718636f, 0.0591441430151463f, -0.0615499392151833f, -0.0140941794961691f, -0.0025850872043520f, -0.1320674866437912f, 0.0194014385342598f, -0.1553479731082916f, 0.2227848172187805f, 0.1589239686727524f, -0.1115521341562271f, -0.0832647383213043f, -0.0191937256604433f, -0.0185992699116468f, 0.2097627222537994f, 0.1426365673542023f, 0.0783956423401833f, -0.0516773574054241f, -0.1548224240541458f, -0.1545071899890900f, -0.0413444675505161f, -0.0854496434330940f, -0.0894418507814407f, -0.1446902602910995f, 0.0285975094884634f, 0.0324003100395203f, -0.2927734553813934f, 0.1746101230382919f, 0.2645218074321747f, 0.0984892100095749f, 0.1880895793437958f, -0.0709929019212723f, 0.1355194002389908f, 0.0274762734770775f, -0.0155925266444683f, 0.0625211820006371f, 0.1380947381258011f, 0.0150021146982908f, -0.0634966269135475f, -0.0646760463714600f, -0.0345318093895912f, -0.0019520324422047f, 0.1024605780839920f, -0.1017785221338272f, 0.1537369042634964f, 0.2794715762138367f, -0.1803169101476669f, -0.0793546438217163f, 0.2333009093999863f, -0.1298488974571228f, 0.0806336328387260f, -0.2091737687587738f, 0.1492128074169159f, 0.1601893603801727f, -0.0621548928320408f, 0.1807497292757034f, -0.0386802181601524f, 0.0262635052204132f, -0.1031479910016060f, -0.0272257924079895f, -0.1178699508309364f, 0.0725781992077827f, 0.1045075580477715f, 0.0440972074866295f, 0.1105666905641556f, -0.0422836393117905f, 0.0370530597865582f, 0.2690600156784058f, 0.0260615032166243f, -0.1183867454528809f, -0.0798116773366928f, -0.1364613622426987f, -0.1628070920705795f, 0.0284410994499922f, 0.0877645537257195f, -0.0649409517645836f, 0.0695746764540672f, 0.0393892936408520f, 0.1724818944931030f, -0.1544355452060699f, -0.1379154771566391f, -0.0073815933428705f, 0.0520830824971199f, -0.0560726821422577f, 0.0013827022630721f, 0.1622973829507828f, 0.1081529781222343f, -0.0666039064526558f, 0.1406446844339371f, -0.1527331918478012f, -0.1652346104383469f, 0.2449037283658981f, 0.0323490798473358f, -0.0909350067377090f, 0.0754196345806122f, -0.0962096154689789f, 0.2372812181711197f, -0.0386552326381207f, 0.2432517111301422f, -0.0588854737579823f, 0.1252487599849701f, 0.0995136201381683f, -0.1150716021656990f, -0.0764078050851822f, 0.1163446158170700f, -0.1583191305398941f, 0.0190906226634979f, -0.0708026438951492f, -0.1893337965011597f, 0.0649385824799538f, 0.2749904394149780f, -0.2685429453849792f, -0.0603784993290901f, -0.0830969065427780f, -0.0463324524462223f, 0.0412169247865677f, 0.1506311446428299f, 0.0254978518933058f, 0.0608246177434921f, 0.1696011424064636f, 0.1290095895528793f, -0.0302001237869263f, 0.0296268705278635f, 0.0247695464640856f, -0.0826217457652092f, 0.0145771848037839f, 0.0336459837853909f, 0.0345419198274612f, -0.1224185079336166f, -0.1676312237977982f, -0.0709459856152534f, -0.0125074153766036f, -0.0286178551614285f, 0.0309653058648109f, 0.0464372448623180f, -0.2313171774148941f, -0.0482147485017776f, 0.0426551438868046f, 0.0292580612003803f, 0.2048161774873734f, 0.2309416830539703f, -0.0291974805295467f, -0.0395665131509304f, 0.0499231927096844f, -0.2269258797168732f, -0.1519989073276520f, 0.1248159632086754f, 0.1007287055253983f, 0.1380700021982193f, 0.1266385912895203f, -0.1021424010396004f, 0.0045360750518739f, 0.0314533375203609f, -0.1365369111299515f, -0.0347279235720634f, -0.0331898853182793f, -0.0830603688955307f, -0.2989166378974915f, -0.0710627660155296f, -0.0557632148265839f, 0.0577051825821400f, -0.0022824238985777f, -0.2290260791778564f, -0.0595156140625477f, 0.0284361708909273f, -0.1016578301787376f, -0.1145663708448410f, 0.0606947988271713f, -0.1940838247537613f, 0.0126973940059543f, -0.0091566760092974f, -0.0250267479568720f, 0.1262792050838470f, -0.0189130119979382f, -0.0315966084599495f, -0.0157221890985966f, 0.2291333377361298f, 0.0123773226514459f, 0.2210101336240768f, -0.1972611844539642f, -0.1209637075662613f, -0.1411139219999313f, 0.0287474840879440f, -0.2402528077363968f, 0.0590676851570606f, 0.1648572236299515f, 0.0564788505434990f, 0.1755364537239075f, 0.1692955642938614f, 0.0303093343973160f, 0.2394215166568756f, 0.0565703548491001f, 0.0511648096144199f, 0.2110276520252228f, -0.3329884409904480f, -0.2667885124683380f, -0.0391902849078178f, -0.0551184900105000f, -0.0433643050491810f, -0.0051467106677592f, 0.0547183230519295f, 0.1874379664659500f, 0.1632045507431030f, 0.2963657379150391f, -0.4579209983348846f, -0.0046650613658130f, 0.1799484640359879f, 0.1897033005952835f, -0.1359965354204178f, 0.4565763473510742f, 0.0347885675728321f, -0.1360237598419189f, -0.0884048268198967f, -0.1402932256460190f, -0.2046934366226196f, -0.1168174967169762f, 0.0279028639197350f, 0.0484740771353245f, 0.3200229406356812f, -0.0120745645835996f, -0.0494608581066132f, 0.0774891525506973f, -0.0986377596855164f, 0.0507328025996685f, -0.0410005301237106f, -0.0695518404245377f, -0.1582456231117249f, -0.0236519817262888f, 0.0902066901326180f, 0.0155366407707334f, 0.4925916194915771f, -0.0505388937890530f, -0.1025306656956673f, -0.3333814442157745f, 0.0397995933890343f, -0.0656686350703239f, -0.1652644276618958f, 0.0651579126715660f, 0.2769818603992462f, 0.1867170780897141f, 0.1500648558139801f, 0.1218285933136940f, -0.1422741711139679f, -0.0179355069994926f, -0.1253311634063721f, -0.3182426393032074f, -0.0612745694816113f, -0.2533669173717499f, -0.0740746855735779f, 0.0954688265919685f, 0.0611436925828457f, -0.1564661860466003f, 0.0271090883761644f, 0.1740233153104782f, -0.0273987799882889f, 0.0620945021510124f, -0.0048888381570578f, -0.0383284166455269f, -0.0186313576996326f, -0.0180532764643431f, 0.0769648477435112f, -0.0458874814212322f, -0.0670281648635864f, 0.1185015067458153f, -0.0040394631214440f, -0.2172939181327820f, -0.0986488237977028f, 0.0798762217164040f, -0.3272355496883392f, -0.1063712313771248f, 0.2159664481878281f, -0.0333800725638866f, -0.1008992344141006f, 0.0524476356804371f, -0.0175731312483549f, 0.1168185770511627f, -0.0411831848323345f, -0.1992960572242737f, -0.1164386868476868f, -0.2586483359336853f, -0.1189577803015709f, 0.0049551692791283f, 0.0809677243232727f, 0.1717177778482437f, 0.0599685087800026f, 0.0000284146462946f, 0.0134878363460302f, -0.1695054769515991f, 0.0690415203571320f, 0.0563376583158970f, 0.1233573555946350f, 0.1478560119867325f, -0.0864757224917412f, -0.2243099510669708f, -0.0169577337801456f, -0.0445364415645599f, -0.0659435912966728f, -0.0585634522140026f, 0.2336925417184830f, -0.2316326349973679f, -0.0431721620261669f, -0.1446208357810974f, 0.2534377574920654f, -0.0912858396768570f, 0.1192837804555893f, -0.3016787469387054f, -0.0224785245954990f, 0.0377324819564819f, -0.2747976779937744f, -0.0220803786069155f, 0.3841837644577026f, -0.4764792323112488f, -0.0476926900446415f, 0.0005156453698874f, 1.2949188947677612f, -0.0139792365953326f, -0.1316515803337097f, -0.1665705442428589f, -0.0636206790804863f, 0.0114756235852838f, 0.1997092664241791f, 0.0046251039020717f, 0.0412069670855999f, 0.0694494992494583f, -0.0258803535252810f, -0.0541091449558735f, -0.1692808121442795f, 0.0664742812514305f, -0.0426999330520630f, 0.0473318397998810f, -0.3887125253677368f, 0.1068105995655060f, -0.1271140724420547f, 0.1384425759315491f, -0.0142950611189008f, 0.3296890854835510f, -0.0216207057237625f, -0.1338189840316772f, -0.0690075531601906f, -0.4283216595649719f, -0.0232960600405931f, 0.0379627421498299f, -0.1377578675746918f, 0.1231823712587357f, -0.3409553766250610f, 0.1235783323645592f, -0.0275674108415842f, -0.0314867049455643f, -0.3044797480106354f, -0.0450823269784451f, -0.0415403693914413f, 0.1676442027091980f, -0.0814344659447670f, -0.0075112693011761f, 0.1250449120998383f, 0.0754440054297447f, 0.2704190015792847f, 0.1093723252415657f, -0.0923345237970352f, -0.0742293372750282f, 0.2369024157524109f, -0.0349072627723217f, -0.0447725616395473f, -0.0959583893418312f, 0.0938591063022614f, 0.1009802296757698f, -0.1615174114704132f, 0.1366112530231476f, 0.0021291119046509f, -0.3716050982475281f, 0.0713422223925591f, -0.0002662774641067f, -0.1561963260173798f, -0.0148013671860099f, 0.0834483131766319f, 0.1713098138570786f, 0.1192140877246857f, 0.0209036413580179f, 0.1187650412321091f, -0.1590681672096252f, 0.0452682375907898f, -0.1869197189807892f, -0.3484731018543243f, -0.3098198175430298f, 0.1775525361299515f, 0.2868227660655975f, -0.1300112903118134f, 0.0198988467454910f, 0.1849444657564163f, 0.3271545767784119f, -0.1645856201648712f, -0.1191253140568733f, -0.8672412037849426f, -0.1067391559481621f, -0.0978971570730209f, 0.7140701413154602f, -0.0091325333341956f, 0.1171571016311646f, 0.1855462491512299f, 0.0070574181154370f, -0.1899965256452560f, -0.1053962931036949f, -0.2064558416604996f, -0.2305588573217392f, 0.1675593405961990f, -0.0688283368945122f, 0.9375326037406921f, -0.0307301171123981f, 0.0260551702231169f, -1.2049916982650757f, 0.3493011593818665f, -0.0818914622068405f, 0.6361710429191589f, 0.2204178124666214f, -0.1568987518548965f, 0.1149112209677696f, 0.3067569434642792f, 0.0615913458168507f, -0.0177707243710756f, 0.2403519600629807f, 0.0840256065130234f, -0.2098895460367203f, 0.5517892837524414f, 0.0784599781036377f, 0.2026643604040146f, -0.2024473100900650f, -0.1289285719394684f, 0.2617523074150085f, 0.0550235919654369f, 0.0385217107832432f, 0.2209210097789764f, -0.3677973449230194f, 0.0648252516984940f, 0.3750589787960052f, -0.1952226012945175f, -0.0790153071284294f, 0.1373168081045151f, 0.2185826897621155f, -0.1432052850723267f, -0.1985560506582260f, 0.1928349882364273f, 0.1561378389596939f, -0.1208541020750999f, 0.0100741460919380f, 0.0125232115387917f, -0.0341838821768761f, 0.1395756751298904f, -0.1489391028881073f, -0.1593745499849319f, 0.1949999034404755f, 0.0212343912571669f, 0.0107933515682817f, -0.1045989021658897f, 0.0256519299000502f, -0.0429318659007549f, 0.1564602106809616f, 0.0460097901523113f, -0.1895079463720322f, 0.0927981734275818f, 0.0333512835204601f, 0.1992869079113007f, -0.0312908627092838f, -0.0149518540129066f, 0.0088999411091208f, 0.0752746537327766f, 0.0948030799627304f, -0.0389061644673347f, -0.0860107317566872f, 0.1624369323253632f, -0.0684843212366104f, 0.0781661793589592f, -0.0067289890721440f, 0.1290438920259476f, -0.0537219718098640f, 0.0115450965240598f, -0.2369331419467926f, -0.1265742033720016f, -0.0164060126990080f, 0.0052112331613898f, -0.1829767972230911f, -0.0602909661829472f, 0.1225484535098076f, 0.2503139376640320f, 0.0699351504445076f, -0.0533467046916485f, 0.0657910704612732f, -0.1880515813827515f, 0.1622430831193924f, -0.1427335292100906f, 0.0538796298205853f, -0.0004921349463984f, 0.2428364604711533f, -0.0909080281853676f, -0.1421308964490891f, 0.0925853922963142f, -0.0482046380639076f, -0.1282693743705750f, -0.0495833903551102f, 0.0278256610035896f, -0.0663326755166054f, 0.0838592275977135f, 0.2313254326581955f, -0.2199959754943848f, 0.0235796868801117f, -0.0407694019377232f, -0.0703621581196785f, 0.0629681125283241f, -0.1138029992580414f, 0.2555616796016693f, -0.0839884653687477f, -0.1953315585851669f, -0.1257268488407135f, -0.1529411524534225f, -0.1676506549119949f, -0.1502161771059036f, -0.2584075927734375f, 0.2805217802524567f, 0.0551475510001183f, 0.2100235521793365f, -0.1751943975687027f, 0.0122900912538171f, -0.0464167408645153f, 0.0213084556162357f, -0.2803128361701965f, 0.1201025769114494f, -0.0224970225244761f, -0.0573560111224651f, 0.1981553882360458f, -0.0767239183187485f, -0.1656913757324219f, 0.0775236338376999f, 0.0464210584759712f, 0.0123868165537715f, -0.0678479596972466f, 0.1282611489295959f, -0.0202953983098269f, -0.0993030741810799f, 0.1929417848587036f, -0.0527533255517483f, -0.0813326835632324f, 0.1434398442506790f, -0.1109331101179123f, 0.0145028978586197f, 0.1542881131172180f, 0.2346950471401215f, -0.1361192017793655f, -0.0308647900819778f, -0.0489426366984844f, 0.1718769222497940f, 0.2053886950016022f, -0.2539495229721069f, -0.1018095239996910f, 0.0845039114356041f, 0.0175074748694897f, -0.0688851252198219f, 0.1283828914165497f, 0.2643659412860870f, -0.0406027771532536f, -0.0594156645238400f, 0.0197443272918463f, -0.0941221639513969f, -0.2053193151950836f, 0.1276859194040298f, 0.0331459939479828f, 0.0145516544580460f, 0.0156483296304941f, -0.0750918984413147f, 0.0564464554190636f, 0.1294697523117065f, -0.0885504707694054f, 0.1214636564254761f, -0.3569331765174866f, -0.0028916716109961f, 0.0934935882687569f, -0.1852103918790817f, 0.1796830594539642f, -0.1830050647258759f, -0.0492803715169430f, 0.1165777146816254f, -0.3131483495235443f, -0.0272703934460878f, 0.0698637813329697f, 0.1031246855854988f, 0.0132356602698565f, 0.1784261316061020f, -0.0016409255331382f, -0.0313125327229500f, -0.1318468004465103f, -0.0835071504116058f, -0.0926908701658249f, -0.1341038793325424f, 0.1179625988006592f, -0.0902648717164993f, 0.0245866570621729f, -0.0896214023232460f, 0.0196530465036631f, 0.0207235291600227f, -0.1221037581562996f, 0.0434450581669807f, -0.0846474319696426f, 0.1051371768116951f, 0.0332174263894558f, -0.1202881261706352f, -0.0533026941120625f, 0.0631469711661339f, -0.0419523864984512f, -0.2012638151645660f, 0.1645533442497253f, 0.0277804154902697f, 0.0165271479636431f, 0.0927421972155571f, -0.1261221617460251f, 0.0409524366259575f, -0.0583577789366245f, -0.0199796445667744f, 0.0251666307449341f, 0.1364693939685822f, -0.0411914624273777f, 0.0603740513324738f, -0.2406388521194458f, -0.0320866852998734f, -0.1976006031036377f, 0.0039697722531855f, -0.1254921853542328f, -0.0105804074555635f, 0.3773926794528961f, 0.2423142492771149f, 0.0184606835246086f, -0.1536319553852081f, -0.1058158278465271f, -0.0001398056047037f, -0.0589615479111671f, -0.1631432026624680f, 0.0079887565225363f, 0.0943696498870850f, -0.0579817667603493f, -0.0575003027915955f, -0.0495418347418308f, -0.1235411316156387f, 0.0198634508997202f, 0.1241424903273582f, 0.0315700359642506f, 0.1840870827436447f, -0.1974976509809494f, 0.0410114564001560f, 0.2968510985374451f, -0.1252246052026749f, 0.0399858504533768f, 0.0208173207938671f, -0.1142217144370079f, 0.0788220837712288f, -0.0882162153720856f, 0.1083799675107002f, 0.0465777106583118f, -0.2438936382532120f, 0.0104710683226585f, 0.1250163167715073f, -0.0033580935560167f, 0.0159356445074081f, 0.0691958367824554f, 0.2616451382637024f, -0.1606348454952240f, -0.0211692955344915f, 0.0705282613635063f, 0.0688264742493629f, 0.0623508580029011f, 0.0510939098894596f, -0.3835167884826660f, -0.0153954690322280f, 0.1115010380744934f, -0.0240041334182024f, 0.0666085705161095f, -0.0342428348958492f, -0.0646605864167213f, 0.0082503147423267f, -0.0385219827294350f, 0.0688725635409355f, 0.0341519117355347f, 0.0558726340532303f, -0.0415631532669067f, -0.0361984595656395f, -0.0593137033283710f, -0.0302594285458326f, -0.1148351579904556f, -0.0853656232357025f, -0.0676017701625824f, 0.1161052882671356f, 0.0915120691061020f, 0.4906959831714630f, -0.0307663828134537f, 0.2017363607883453f, 1.2648358345031738f, 0.5083269476890564f, 0.4334732890129089f, -0.1585585922002792f, -0.2111468464136124f, 0.4176878929138184f, 0.7735207080841064f, 0.1244546622037888f, -0.6843889355659485f, 0.1594558954238892f, -0.0877284482121468f, -0.0934081301093102f, 0.2201144546270370f, 0.1858011037111282f, -0.1924093365669250f, -0.4220013916492462f, 0.4142990410327911f, 0.0831182077527046f, -0.1979080438613892f, -0.0733913034200668f, -0.0110376719385386f, 0.1638949662446976f, 0.0239491481333971f, 0.1725535988807678f, 0.2106739878654480f, 0.1223915889859200f, 0.0009053151588887f, 0.1026817709207535f, -0.1727186590433121f, 0.1742674559354782f, 0.3389405608177185f, -0.0395730920135975f, -0.1830768585205078f, 0.0266164876520634f, -0.2730126976966858f, -0.5858401656150818f, 0.2268160134553909f, 0.3413348197937012f, -0.0047271233052015f, 0.2049348950386047f, 0.0657818242907524f, 0.2228711098432541f, 0.1135584712028503f, 0.4326843321323395f, 0.2298161238431931f, 0.2015644907951355f, 0.1110046952962875f, 0.0606575943529606f, -0.0331467874348164f, 0.2595092952251434f, -0.0272643137723207f, 0.1298983395099640f, -0.0148730883374810f, 0.1309608817100525f, -0.0275207310914993f, 0.4099220931529999f, 0.1363433301448822f, -0.0575377196073532f, -0.0543120987713337f, 0.3322158157825470f, 0.2720876634120941f, 0.3057950437068939f, 0.0403622798621655f, 0.0821062028408051f, -0.0296456608921289f, -0.1418694555759430f, 0.0146760717034340f, 0.2052378654479980f, -0.1993263512849808f, -0.1300887614488602f, 0.0546308718621731f, -0.1884693503379822f, -0.2196718156337738f, -0.0639357492327690f, 0.0606384426355362f, 0.3647794425487518f, -0.3693757653236389f, -0.1787857711315155f, 0.0548747181892395f, 0.1209919974207878f, 0.1872123777866364f, 0.0118963140994310f, -0.1876832097768784f, 0.1268126070499420f, 0.0892164930701256f, 0.0669552609324455f, 0.1282535046339035f, -0.0362701527774334f, -0.0891116708517075f, 0.1187989488244057f, -0.1218328699469566f, 0.0730293989181519f, -0.1497168838977814f, 0.0403952151536942f, 0.0019880044274032f, 0.1015618592500687f, 0.3091747760772705f, -0.1411400437355042f, -0.0084361173212528f, 0.6711298227310181f, -0.1305765509605408f, -0.0398643612861633f, -0.2870938777923584f, 0.1473812609910965f, 0.1249510124325752f, -0.1608543992042542f, 0.0623804591596127f, 0.1378208100795746f, 0.3917649686336517f, 0.1356630325317383f, 0.1122467443346977f, 0.2286794930696487f, 0.3637783527374268f, 0.3201762139797211f, 0.1155377253890038f, -0.1625074744224548f, 0.1323388218879700f, -0.0357423722743988f, -0.1572718769311905f, -0.0914098694920540f, 0.1874687522649765f, 0.3547669351100922f, -0.1421812474727631f, -0.0498560294508934f, 0.0934837982058525f, 0.0057309493422508f, 0.1298130899667740f, -0.1076349839568138f, 0.2979903519153595f, 0.0441858284175396f, -0.2824388146400452f, -0.3421679437160492f, -0.1948067992925644f, -0.1548708230257034f, -0.0151881789788604f, -0.1906343996524811f, -0.2233033776283264f, -0.0025106708053499f, -0.3046376109123230f, 0.0830271318554878f, -0.2071068882942200f, -0.2143314033746719f, 0.1321865767240524f, -0.2019658982753754f, 0.2465751618146896f, 0.1856192201375961f, -0.1204193234443665f, -0.2843474149703979f, -0.3374885022640228f, 0.2858335077762604f, 0.1195557713508606f, 0.0670883655548096f, -0.3206422924995422f, -0.2742331326007843f, -0.0928037613630295f, -0.5012315511703491f, -0.0942867174744606f, -0.5944977998733521f, -0.0041611478663981f, 0.0033302386291325f, -0.3633164763450623f, 0.1445295810699463f, -0.1802263408899307f, -0.0178903415799141f, 0.2509276270866394f, 0.3885625898838043f, 0.0998945310711861f, 0.1790759414434433f, -0.4489183127880096f, 0.1723191440105438f, 0.2155605852603912f, -0.1229243278503418f, 0.2718102931976318f, -0.0886086896061897f, -0.1289067566394806f, -0.2031675875186920f, 0.1981451213359833f, 0.1044244840741158f, -0.3955842554569244f, -0.0794375911355019f, 0.1811661124229431f, 0.1728780418634415f, 0.0610668994486332f, 0.2468217462301254f, 0.2921097278594971f, 0.1142985895276070f, 0.3477379381656647f, 0.3293513357639313f, 0.1314746439456940f, -0.0993788242340088f, -0.0188899822533131f, 0.0800663307309151f, 0.0990362316370010f, -0.0121280634775758f, -0.1416599601507187f, 0.0002598203427624f, 0.1144914776086807f, -0.0293272752314806f, -0.1005495861172676f, 0.0578081905841827f, 0.2167759835720062f, 0.1142117083072662f, 0.1034634858369827f, -0.0635139793157578f, -0.4752087295055389f, 0.0639986172318459f, 0.1197117716073990f, 0.2155970782041550f, 0.1068556010723114f, -0.2490482479333878f, 0.0153332334011793f, -0.1077664569020271f, 0.1456943750381470f, -0.0772428959608078f, -0.3198736608028412f, -0.3284392356872559f, -0.0941986516118050f, -0.0947097167372704f, -0.5818620324134827f, 0.0823518559336662f, 0.1411766856908798f, -0.1265856623649597f, -0.2444332540035248f, 0.2538483440876007f, 0.3819897472858429f, 0.0565630123019218f, 0.3063717484474182f, -0.4330874979496002f, 0.1154900640249252f, 0.0880522802472115f, -0.0140164699405432f, 0.0462376475334167f, -0.0867302343249321f, -0.0830317959189415f, 0.0233352873474360f, -0.2371585667133331f, -0.1616594791412354f, -0.7031175494194031f, 0.2137373238801956f, -0.2317192852497101f, -0.0558283776044846f, 0.1402771025896072f, -0.4506579339504242f, 0.8182275891304016f, 0.2079046964645386f, 0.1213639602065086f, -0.0727791115641594f, -0.1097266376018524f, 0.0458481386303902f, 0.0143051790073514f, -0.2508694231510162f, 0.0437158122658730f, -0.0550359934568405f, -0.0009142401395366f, -0.0006459500873461f, -0.2016801238059998f, -0.0224555283784866f, -0.0263301078230143f, 0.1223381161689758f, 0.0802955180406570f, 0.4759286940097809f, 0.0967681258916855f, -0.1173584535717964f, 0.1718259155750275f, 0.1183396130800247f, 0.2069330513477325f, 0.3323628306388855f, -0.0242404062300920f, -0.1492614597082138f, 0.1356578469276428f, -0.0460810363292694f, 0.1242129281163216f, 0.0803259238600731f, 0.0540379844605923f, -0.1706735789775848f, -0.1244456470012665f, 0.1190400198101997f, 0.0617938004434109f, 0.0610688254237175f, -0.1892026960849762f, 0.0082607548683882f, 0.1872266381978989f, 0.1204855218529701f, -0.0087748952209949f, 0.0803978890180588f, 0.0792196169495583f, -0.1111150160431862f, -0.0632781758904457f, -0.0793473646044731f, 0.0357510633766651f, 0.0672980919480324f, 0.0021323298569769f, -0.0398143865168095f, 0.0342406481504440f, -0.0384650789201260f, 0.0137053448706865f, 0.0789078995585442f, -0.3018771409988403f, 0.1033568456768990f, 0.0288300756365061f, -0.1085600480437279f, 0.0874207168817520f, -0.0615032725036144f, 0.1283917129039764f, 0.0329267680644989f, -0.0021595414727926f, -0.2071515023708344f, 0.2103916555643082f, -0.1109147518873215f, 0.0436856597661972f, 0.0211482588201761f, -0.2956878244876862f, 0.0567309185862541f, -0.0540873073041439f, -0.0959775894880295f, 0.0491675399243832f, 0.0388988107442856f, 0.2045937180519104f, 0.1203789487481117f, 0.0777890160679817f, -0.0016901766648516f, -0.0909724682569504f, 0.0806366503238678f, -0.1937101483345032f, 0.0770263001322746f, -0.0273292995989323f, -0.0456049554049969f, -0.0417494960129261f, 0.2113896608352661f, 0.0842658355832100f, 0.1011218130588531f, -0.0302428267896175f, -0.0014064185088500f, -0.0199753995984793f, -0.0811152979731560f, 0.0793390199542046f, -0.0187237858772278f, -0.0435786843299866f, -0.0669528692960739f, -0.0115003865212202f, -0.0164016447961330f, 0.1106721237301826f, 0.0771998912096024f, -0.0639739409089088f, -0.2212756276130676f, -0.0211697425693274f, -0.0380606614053249f, 0.0917909443378448f, -0.1082800626754761f, 0.1184694021940231f, -0.0135805364698172f, 0.1647592782974243f, -0.1543314754962921f, 0.0793095529079437f, 0.1303938478231430f, 0.0085686063393950f, 0.1761832535266876f, 0.0335636585950851f, 0.0482380017638206f, 0.1061349064111710f, 0.0070698903873563f, 0.0077055823057890f, 0.0032947303261608f, 0.0672478824853897f, -0.1958143711090088f, -0.1832076311111450f, 0.0725818872451782f, 0.2096267640590668f, -0.0789861157536507f, 0.0679391399025917f, 0.0592983737587929f, 0.1742247939109802f, -0.0785380974411964f, 0.0431108176708221f, 0.0255559924989939f, -0.0578532554209232f, -0.1394288539886475f, 0.0678613558411598f, -0.1875225156545639f, 0.0352321378886700f, 0.0769396647810936f, 0.1884858608245850f, -0.1028645560145378f, -0.0083084078505635f, 0.0410979241132736f, 0.0826147571206093f, -0.1311978101730347f, -0.0680200085043907f, -0.0579532794654369f, -0.0739540085196495f, 0.1291463375091553f, -0.2162090241909027f, -0.0464517213404179f, -0.0945962667465210f, 0.0196109358221292f, 0.0277852881699800f, 0.0542504638433456f, -0.0394079051911831f, -0.0835742950439453f, -0.0057364343665540f, 0.0653834119439125f, 0.0374273210763931f, 0.0390655286610126f, -0.0202709082514048f, 0.0630072876811028f, 0.1708988398313522f, -0.0576840415596962f, -0.0069675263948739f, 0.1335385590791702f, 0.0345381014049053f, -0.0728230252861977f, -0.1203008368611336f, 0.0697158351540565f, -0.0186442509293556f, -0.0794694349169731f, 0.0049100699834526f, -0.1088575646281242f, 0.0930832102894783f, 0.1740644723176956f, 0.0202288050204515f, -0.0920946076512337f, 0.0336422882974148f, 0.0250011738389730f, 0.1517502814531326f, -0.1233569085597992f, -0.0804528743028641f, -0.0372736081480980f, -0.0885115563869476f, 0.1355061084032059f, -0.1287315040826797f, -0.0995895117521286f, -0.0399249605834484f, -0.0382501445710659f, 0.1088246032595634f, -0.0097158337011933f, -0.0961456522345543f, 0.0913006067276001f, -0.0656392797827721f, -0.1341498643159866f, -0.0676809176802635f, -0.0127658657729626f, -0.0572835206985474f, 0.0034155042376369f, 0.0329576544463634f, -0.0825124904513359f, 0.1053881347179413f, 0.0840065404772758f, 0.0639809146523476f, 0.1064401715993881f, -0.0601117052137852f, 0.1054471358656883f, 0.1355876475572586f, -0.0235527288168669f, 0.1975657641887665f, 0.0603575333952904f, -0.1772012412548065f, -0.2566718161106110f, -0.0737571716308594f, 0.0686685964465141f, 0.1209858357906342f, -0.0452532172203064f, 0.0330623611807823f, 0.0027008596807718f, 0.2748300135135651f, -0.0483059883117676f, -0.1035239323973656f, 0.0336048714816570f, -0.1680315136909485f, 0.0331835597753525f, 0.0434507355093956f, -0.0808254852890968f, 0.0135692320764065f, 0.1002243533730507f, 0.0035740092862397f, 0.0548410862684250f, 0.0561217106878757f, 0.0948142185807228f, 0.2289408296346664f, 0.0029652030207217f, -0.0922419950366020f, 0.0122174359858036f, 0.0265838243067265f, 0.0476860143244267f, -0.0404061302542686f, -0.0883266776800156f, -0.0236746780574322f, 0.0108908042311668f, 0.1848172992467880f, -0.0035772724077106f, -0.1254975199699402f, 0.1881120800971985f, 0.0843125879764557f, 0.1240535527467728f, 0.0339728742837906f, 0.0060754790902138f, -0.0885393023490906f, 0.0768170505762100f, 0.0347378179430962f, -0.1392928063869476f, 0.2174747288227081f, 0.0445739403367043f, 0.0695055946707726f, -0.0563316121697426f, -0.0948029384016991f, -0.0254208426922560f, -0.2152819782495499f, 0.1825729012489319f, 0.2033940553665161f, -0.0153549928218126f, 0.0126132275909185f, -0.0023611914366484f, 0.1229278072714806f, 0.0022223459091038f, -0.0119476784020662f, 0.0166772417724133f, 0.0089608058333397f, -0.2417045831680298f, 0.0321829989552498f, -0.0156549140810966f, 0.0082645704969764f, -0.0805175229907036f, 0.0158719047904015f, -0.0130909709259868f, -0.1309074759483337f, 0.0915253758430481f, -0.4045352339744568f, 0.0340350754559040f, -0.2340365201234818f, 0.0998812094330788f, 0.1011569499969482f, -0.0831736847758293f, 0.1932310014963150f, -0.0872162729501724f, 0.0393273979425430f, 0.1496509909629822f, -0.0589330084621906f, 0.1480194032192230f, 0.0737349614500999f, 0.0691773444414139f, -0.1443177610635757f, 0.1035460680723190f, 0.0785003826022148f, -0.0172387398779392f, -0.0374103561043739f, -0.0657979324460030f, -0.1825644224882126f, 0.0253991689532995f, -0.2161450088024139f, -0.0829129964113235f, -0.0562674291431904f, -0.0057019339874387f, 0.0260199252516031f, 0.1328241825103760f, 0.3505805134773254f, 0.1597229987382889f, -0.0398645065724850f, 0.0756830051541328f, 0.0110024260357022f, -0.0578160919249058f, -0.1704945862293243f, 0.0280922055244446f, 0.1285820454359055f, -0.1086810752749443f, 0.2258746325969696f, 0.1185185387730598f, -0.1149789318442345f, 0.0016865042271093f, -0.0405118688941002f, -0.0719965919852257f, -0.1950838416814804f, 0.1839613616466522f, -0.0327015258371830f, 0.0555978491902351f, 0.0825845077633858f, 0.0481025613844395f, -0.0084943873807788f, -0.2731777131557465f, 0.0090314289554954f, 0.1112765520811081f, 0.1617192924022675f, 0.0480627454817295f, -0.3638463020324707f, -0.2084337323904037f, -0.0999049842357635f, -0.0328001901507378f, 0.0175414476543665f, 0.0716516971588135f, 0.1279079169034958f, 0.0165574662387371f, -0.0377827621996403f, 0.1029029414057732f, -0.1130690947175026f, 0.1128400042653084f, -0.0162159930914640f, 0.1243298947811127f, -0.0253080073744059f, -0.0408040881156921f, 0.0741112381219864f, -0.0673724487423897f, -0.2114589512348175f, 0.0479092970490456f, 0.0292085818946362f, -0.0077808061614633f, 0.0422911196947098f, 0.0768603831529617f, 0.1155055016279221f, 0.1269804090261459f, -0.2393802553415298f, -0.1513561457395554f, 0.0904322266578674f, -0.0257129929959774f, -0.1306584477424622f, -0.0082449512556195f, -0.0495984889566898f, -0.2605462074279785f, -0.1102891936898232f, 0.1050158292055130f, 0.5582014918327332f, 0.0978010594844818f, 0.0606031417846680f, 0.1465790569782257f, -0.1959500908851624f, -0.0512982755899429f, -0.1906175613403320f, 0.1486983150243759f, -0.0495071634650230f, -0.0156740192323923f, 0.1120844930410385f, -0.1148041114211082f, -0.2614059746265411f, 0.1576409637928009f, -0.0647163465619087f, 0.0084021026268601f, 0.2404843568801880f, 0.0599767528474331f, 0.0456587597727776f, -0.0295436549931765f, -0.0534808188676834f, 0.0292851924896240f, -0.3288384377956390f, 0.0731245055794716f, 0.0540560483932495f, 0.0383019447326660f, 0.0791157856583595f, -0.0335094593465328f, -0.0757131278514862f, -0.0252421814948320f, -0.0036016241647303f, -0.0279039945453405f, -0.1614361852407455f, -0.1018644347786903f, -0.0189695041626692f, -0.0224250443279743f, 0.0922529920935631f, -0.0268970541656017f, 0.1950590014457703f, 0.0507148094475269f, -0.2490500807762146f, 0.1061029955744743f, -0.2338060885667801f, 0.0762882083654404f, 0.0714479237794876f, -0.1141431778669357f, -0.1085730865597725f, 0.0371674858033657f, 0.0449633188545704f, -0.1008395105600357f, 0.0274556297808886f, 0.4929015934467316f, -0.0671167001128197f, 0.2333838641643524f, -0.1940409094095230f, -0.2905153930187225f, 0.0790649503469467f, -0.1768739223480225f, 0.0154539076611400f, 0.1123366355895996f, 0.0047528282739222f, 0.0340667180716991f, -0.0569876134395599f, 0.1701559871435165f, -0.1564154773950577f, -0.1169548854231834f, -0.1329144239425659f, 0.0010976957855746f, 0.0035255881957710f, 0.0308979619294405f, 0.2527485489845276f, 0.1472963988780975f, 0.3150447905063629f, -0.0578289702534676f, -0.4739256799221039f, -0.9620228409767151f, -0.2302904874086380f, -0.1321841180324554f, 1.2137606143951416f, -0.1568139791488647f, 0.3259126543998718f, -0.4282444417476654f, -0.1273558139801025f, 0.2487511932849884f, -0.1513545811176300f, -0.0896195024251938f, -0.4128100275993347f, 0.0046024918556213f, -0.1820854991674423f, -0.2432015091180801f, 0.0038562368135899f, 0.2519637942314148f, -0.0399787761271000f, -0.1032924950122833f, -0.1946980804204941f, 0.3340371549129486f, -0.6952251195907593f, 0.1327835917472839f, 0.0115407239645720f, 0.0497094355523586f, -0.2395195662975311f, -0.0372785180807114f, 0.0249618515372276f, 0.0793257653713226f, 0.0384851284325123f, -0.0052699069492519f, 0.1078303083777428f, 0.1921801269054413f, -0.0342982895672321f, -0.0069948765449226f, 0.1006323695182800f, -0.1031624376773834f, 0.0521944537758827f, -0.1144289970397949f, -0.2077785730361938f, 0.0059156194329262f, 0.1739866882562637f, -0.1054512783885002f, 0.1072524860501289f, 0.0720029026269913f, -0.0065391096286476f, 0.1748375147581100f, 0.0027133440598845f, -0.0757421851158142f, -0.1511434763669968f, 0.0402915365993977f, 0.0721895024180412f, 0.2182853221893311f, 0.0233396459370852f, 0.1880557835102081f, -0.1328560858964920f, 0.0030743167735636f, -0.0184554588049650f, 0.0931291878223419f, 0.4150080084800720f, -0.1032136380672455f, 0.1800019592046738f, 0.0399062186479568f, 0.0631888806819916f, 0.1674662381410599f, 0.1683750003576279f, 0.1040780171751976f, 0.0800085961818695f, -0.1451483964920044f, -0.1291900277137756f, 0.0934734120965004f, 0.0020919123198837f, 0.1058763936161995f, 0.1134993210434914f, 0.0329801850020885f, 0.0458970889449120f, 0.1098599359393120f, -0.0054652150720358f, 0.0486138463020325f, 0.1681764572858810f, 0.0685168430209160f, -0.1045167222619057f, 0.1074165105819702f, -0.1431498080492020f, -0.0195933301001787f, 0.0462066568434238f, -0.2588047683238983f, -0.1813797205686569f, -0.1489090025424957f, -0.2023190706968307f, -0.1129992753267288f, -0.1605985462665558f, -0.2653945386409760f, -0.2046285718679428f, -0.0841953009366989f, -0.2736752331256866f, -0.1660808920860291f, -0.1313876509666443f, 0.0246231220662594f, -0.0717361196875572f, -0.0502138957381248f, 0.2969599366188049f, 0.2158704549074173f, 0.1449131965637207f, -0.0495141223073006f, 0.0746503919363022f, -0.1341708302497864f, -0.2354513257741928f, 0.0254389215260744f, -0.0651815906167030f, -0.1065753772854805f, -0.0146087221801281f, -0.1773138791322708f, -0.0419429950416088f, 0.0523121580481529f, 0.0366717278957367f, -0.1744693368673325f, -0.1946362107992172f, -0.2438065111637115f, -0.0505058839917183f, 0.1140558943152428f, 0.0767996311187744f, -0.0367043130099773f, -0.0457799211144447f, -0.0017505001742393f, 0.0250799003988504f, -0.0794627144932747f, -0.0747833549976349f, -0.0193008873611689f, 0.0205377489328384f, -0.2169889807701111f, 0.0110801355913281f, -0.0172041710466146f, 0.1084987148642540f, 0.0539961270987988f, 0.0289130564779043f, -0.1373576223850250f, 0.2027021646499634f, -0.0675219818949699f, -0.0578449144959450f, 0.1637793481349945f, 0.0629189535975456f, 0.1146685332059860f, 0.1544582843780518f, -0.2545668780803680f, 0.1831570118665695f, 0.0768574923276901f, 0.0360293015837669f, 0.0324728004634380f, 0.0167549289762974f, 0.1206759139895439f, -0.0313216969370842f, 0.1177861914038658f, 0.1210955604910851f, -0.1419534385204315f, 0.4569349288940430f, -0.1259239017963409f, -0.0921808481216431f, -0.0475622080266476f, -0.1590416431427002f, 0.0657675266265869f, 0.1206691265106201f, -0.0804153978824615f, 0.2986545562744141f, 0.0059929369017482f, 0.0724086165428162f, -0.0743841379880905f, 0.0104720806702971f, -0.0284277796745300f, -0.0853550732135773f, 0.0695567950606346f, -0.0708714723587036f, -0.1502905637025833f, 0.0991635173559189f, -0.1074300631880760f, 0.0068437363952398f, -0.0652976036071777f, -0.0075408266857266f, 0.0647839680314064f, -0.0597750805318356f, -0.0059362184256315f, -0.1596896201372147f, 0.0449324287474155f, -0.1418373584747314f, 0.1904021501541138f, 0.1741966009140015f, -0.1896277219057083f, 0.2559692263603210f, -0.0058114086277783f, -0.1536096185445786f, -0.1090094372630119f, -0.0652470141649246f, 0.0648459643125534f, 0.2080060541629791f, 0.0544426776468754f, 0.0130035001784563f, 0.0564716644585133f, 0.1118274182081223f, 0.0938885807991028f, -0.1215182542800903f, 0.1176202073693275f, 0.0348263829946518f, -0.0914846807718277f, 0.2345068901777267f, -0.1205668300390244f, 0.0743408203125000f, -0.0346601419150829f, 0.1540856659412384f, -0.0151305720210075f, 0.0761744752526283f, 0.0305124223232269f, -0.0256979800760746f, -0.1920471340417862f, -0.1205139681696892f, -0.0883002653717995f, 0.0704788714647293f, 0.0801959410309792f, -0.0803762748837471f, 0.0584165789186954f, -0.0353654399514198f, -0.2852819263935089f, 0.0439657792448997f, 0.1058419272303581f, -0.2749176323413849f, -0.0918041318655014f, 0.0296131931245327f, 0.0005289416876622f, -0.1761762946844101f, 0.1257634609937668f, 0.0669349282979965f, -0.0653730928897858f, 0.2257895469665527f, -0.2003073096275330f, -0.0994774103164673f, 0.0616417713463306f, -0.2438943237066269f, -0.2541719973087311f, 0.0162281319499016f, -0.0489324256777763f, -0.3334927856922150f, 0.0126905953511596f, 0.0698881447315216f, -0.0690765082836151f, -0.0545838698744774f, 0.0132130812853575f, 0.3404976129531860f, -0.1508065909147263f, -0.2072857916355133f, 0.1634556353092194f, -0.0790782347321510f, 0.0468985848128796f, -0.2111575752496719f, -0.0652825683355331f, 0.2369515001773834f, -0.0368778556585312f, 0.1040240079164505f, -0.1830410361289978f, -0.1117693707346916f, -0.1246990934014320f, 0.0378699153661728f, -0.0331304743885994f, 0.1591274887323380f, 0.1289681196212769f, 0.1992106139659882f, -0.0038960168603808f, -0.0922367870807648f, 0.1252685189247131f, 0.1355515718460083f, -0.0297871772199869f, 0.0534015297889709f, 0.1452521234750748f, -0.1216090470552444f, -0.0206504389643669f, 0.2420843094587326f, 0.1073952615261078f, -0.1164872422814369f, -0.1043924912810326f, 0.3649249374866486f, 0.0652530938386917f, 0.2107457220554352f, -0.1301579773426056f, 0.0874607190489769f, 0.0580018982291222f, -0.0570921935141087f, 0.0172744691371918f, 0.1492997705936432f, 0.0084861125797033f, -0.0888393297791481f, 0.0224827248603106f, -0.2044402807950974f, -0.0952895432710648f, 0.0264531206339598f, -0.0818893387913704f, 0.0954447314143181f, 0.0845602974295616f, -0.0416995510458946f, 0.2248470932245255f, 0.1240901425480843f, -0.1649391353130341f, 0.0810214206576347f, -0.2166134119033813f, 0.0837730243802071f, -0.0638099089264870f, 0.2143001556396484f, 0.1960339546203613f, 0.0850260481238365f, -0.0282375626266003f, 0.1437884718179703f, -0.2070820331573486f, 0.0697926133871078f, -0.0068154870532453f, 0.1991920024156570f, 0.1566894352436066f, 0.0222782045602798f, 0.1853417009115219f, 0.1273435503244400f, -0.0221673715859652f, -0.0514086596667767f, 0.0298156216740608f, 0.0069271815009415f, -0.0811294838786125f, 0.0609949268400669f, 0.1024776473641396f, -0.0512754134833813f, 0.1263242065906525f, 0.1007817015051842f, 0.1118905693292618f, 0.0315331369638443f, 0.3244764506816864f, -0.0428040251135826f, 0.0587270036339760f, -0.0909199267625809f, 0.1324124485254288f, -0.0598338134586811f, -0.3107311129570007f, -0.0467004589736462f, -0.1081443503499031f, 0.0896132141351700f, -0.1786029934883118f, -0.1315061748027802f, -0.0979998931288719f, -0.1268406361341476f, -0.1162842288613319f, -0.1533020287752151f, 0.1110173463821411f, -0.0547137521207333f, -0.1063702628016472f, 0.0314708240330219f, -0.0398558788001537f, -0.2880132496356964f, -0.1958234459161758f, -0.0154569512233138f, -0.3478797972202301f, 0.0704469382762909f, -0.0775045454502106f, 0.3624308407306671f, -0.0420172512531281f, 0.2731932699680328f, -0.2419189065694809f, -0.0448354668915272f, 0.1206351816654205f, 0.0757172033190727f, 0.0710984170436859f, 0.0243863668292761f, -0.0715185329318047f, -0.0884962677955627f, -0.0142484344542027f, -0.1985584348440170f, -0.0504792854189873f, 0.1009364649653435f, -0.0150151746347547f, -0.0003626940888353f, -0.1056635901331902f, 0.0316645093262196f, 0.0027174411807209f, 0.1821513175964355f, -0.2875910103321075f, -0.5051715373992920f, -0.7702038288116455f, 0.4157630801200867f, -0.6733657121658325f, -0.0833973363041878f, -0.7415930032730103f, -0.6594424843788147f, -0.6639524698257446f, -0.0829212442040443f, 0.0334345251321793f, -0.8243480324745178f, -0.5053128600120544f, -0.4626920223236084f, -0.8250687122344971f, -0.0072362585924566f, 0.0268295723944902f, -0.2263118475675583f, 0.1659975051879883f, -0.1678123325109482f, 0.3033324778079987f, -0.1673206239938736f, 0.0560954026877880f, -0.2150441259145737f, -0.1449661552906036f, -0.0071593602187932f, -0.0081102931872010f, -0.0171441752463579f, -0.0364739224314690f, -0.2636225819587708f, -0.1827457845211029f, 0.2582978010177612f, -0.0074121276848018f, 0.0499047189950943f, 0.2406946569681168f, -0.0276945848017931f, -0.3358779549598694f, 0.0681786090135574f, -0.0581436194479465f, 0.2100208550691605f, 0.0894821435213089f, -0.1719924807548523f, 0.1129846498370171f, 0.1042154505848885f, -0.0945366099476814f, -0.0655182376503944f, -0.4921486377716064f, -0.0652851089835167f, -0.0607032850384712f, -0.0049254996702075f, -0.0125831998884678f, -0.2056805044412613f, -0.0125248283147812f, -0.0505702123045921f, -0.3416064977645874f, -0.1854212433099747f, -0.1545543521642685f, -0.2872783541679382f, 0.0950914695858955f, 0.0955745354294777f, 0.3434344530105591f, 0.2009786367416382f, -0.0197303052991629f, -0.1532680988311768f, -0.0339663885533810f, -0.1801326274871826f, -0.1376490890979767f, 0.0329557284712791f, -0.0015322179533541f, -0.1172549650073051f, 0.1747358888387680f, -0.0277328193187714f, 0.0632358789443970f, 0.0640328004956245f, -0.0007574398186989f, -0.1614100188016891f, 0.0120807895436883f, -0.1936417967081070f, -0.2375968843698502f, 0.2412001192569733f, -0.1116206571459770f, 0.1086789593100548f, -0.0377305448055267f, 0.0847372040152550f, 0.1017872542142868f, 0.0921538770198822f, 0.0286342445760965f, -0.3577846884727478f, 0.0668951049447060f, 0.1920177191495895f, -0.0309784952551126f, 0.0607402957975864f, -0.2243095487356186f, -0.2210972607135773f, -0.0177584905177355f, -0.0470404215157032f, -0.0744323730468750f, -0.0642841085791588f, 0.1574362814426422f, 0.1971794962882996f, -0.1307955682277679f, -0.2034261375665665f, 0.2261877954006195f, -0.0512183979153633f, 0.1711840331554413f, 0.1113535240292549f, 0.4603980481624603f, 0.0640566349029541f, -0.0602904632687569f, 0.2880773842334747f, 0.3028142452239990f, 0.1980211585760117f, -0.1962064653635025f, -0.3030731678009033f, 0.1657696962356567f, -0.2052482515573502f, 0.1849996000528336f, 0.1929578185081482f, 0.1048406809568405f, -0.1207487881183624f, 0.1110918670892715f, 0.1034016311168671f, 0.3759264945983887f, 0.0162292625755072f, 0.0440019555389881f, 0.2093311846256256f, -0.1450033038854599f, 0.1674713939428329f, -0.1094062253832817f, -0.1642570346593857f, -0.0298908762633801f, 0.1987107694149017f, 0.0938310399651527f, 0.1315251588821411f, 0.1772169619798660f, -0.0905272662639618f, -0.3201169967651367f, 0.2548060119152069f, -0.1939046382904053f, 0.1408906877040863f, 0.2618144750595093f, -0.1789955645799637f, -0.1000183969736099f, -0.1570047736167908f, -0.0221688766032457f, 0.1181408539414406f, -0.2526800334453583f, -0.0259388461709023f, 0.3675810992717743f, -0.1838582605123520f, -0.0842982083559036f, -0.4967837035655975f, 0.4297659397125244f, 0.2086828351020813f, -0.4424858689308167f, -0.2204327434301376f, -0.1493591070175171f, 0.3942303955554962f, -0.5673782229423523f, -0.1639823764562607f, 0.2324164062738419f, -0.3118895888328552f, 0.4072407186031342f, -0.0445562228560448f, 0.0862745866179466f, 0.2023508399724960f, 0.2744424939155579f, -0.1176691502332687f, -0.5915206074714661f, -0.0903458222746849f, -0.1314823031425476f, -0.0482589043676853f, 0.2904419004917145f, 0.3377419412136078f, -0.1370421946048737f, -0.1252581030130386f, -0.2238564789295197f, 0.3003499805927277f, -0.3335583806037903f, -0.1672161370515823f, 0.3095051050186157f, 0.1287867426872253f, -0.0643761083483696f, -0.3422628641128540f, 0.0804381147027016f, 0.1683703511953354f, 0.0289965756237507f, 0.3581980764865875f, 0.4124137461185455f, 0.0525388121604919f, 0.2174089848995209f, -0.1522288620471954f, -0.0315438434481621f, -0.0016442143823951f, 0.1044300198554993f, 0.0941251292824745f, -0.0377400442957878f, 0.1559873670339584f, -0.0047839209437370f, 0.0941517204046249f, 0.0873854309320450f, 0.1984766423702240f, -0.0222626402974129f, -0.1256804466247559f, 0.0877429842948914f, 0.2940256893634796f, 0.1686814129352570f, 0.1628409773111343f, -0.3565265536308289f, -0.0026945869904011f, -0.0085431877523661f, 0.0791126415133476f, -0.3183812499046326f, 0.4025318920612335f, 0.3623653054237366f, 0.2520347237586975f, -0.1039974763989449f, 0.1763487458229065f, 0.1696589589118958f, -0.1969946473836899f, 0.1257331222295761f, -0.2385671138763428f, -0.0723473206162453f, -0.1214347034692764f, -0.0634936988353729f, 0.1779508441686630f, -0.1505916267633438f, -0.1952339112758636f, 0.2809954583644867f, 0.0981386676430702f, -0.1290230304002762f, 0.4706216156482697f, -0.2737645208835602f, -0.0883580520749092f, -0.4603296816349030f, 0.0220989231020212f, 0.4297485053539276f, -0.0633820965886116f, -0.2690326869487762f, 0.1613992303609848f, -0.0641516298055649f, -0.1009089350700378f, 0.0273868292570114f, -0.0417438708245754f, 0.2648509442806244f, 0.1822243928909302f, -0.0489969924092293f, 0.2388868182897568f, -0.0958632454276085f, -0.1540023833513260f, -0.2254760414361954f, 0.0913249775767326f, -0.0534927956759930f, -0.1901430338621140f, 0.2170135229825974f, -0.0185741912573576f, -0.1026463583111763f, 0.3229008615016937f, -0.1848185807466507f, -0.1385895162820816f, -0.0101561238989234f, 0.0872792676091194f, -0.1283930093050003f, -0.0755183026194572f, -0.1892739385366440f, 0.1958679854869843f, 0.2038110792636871f, 0.0734451785683632f, 0.2154342085123062f, 0.0361632332205772f, 0.8045321106910706f, 0.0650242492556572f, 0.2383477538824081f, -0.1013729572296143f, 0.1171514093875885f, -0.0779656842350960f, -0.0597889311611652f, -0.0787999033927917f, 0.1254775226116180f, -0.0545272342860699f, -0.1023399904370308f, 0.0241316184401512f, -0.0433512926101685f, -0.0035490260925144f, 0.1817246973514557f, -0.2115335911512375f, -0.1059664562344551f, 0.0180126056075096f, -0.0320367477834225f, -0.1342176347970963f, 0.0078003862872720f, 0.0598181895911694f, 0.1212985292077065f, 0.1174664795398712f, -0.1368424445390701f, 0.1303737461566925f, -0.0964338406920433f, -0.0322565883398056f, 0.0192650370299816f, 0.1006604582071304f, 0.1074250862002373f, 0.0141697404906154f, -0.0085624726489186f, -0.0276577845215797f, -0.0448079444468021f, -0.0308343712240458f, -0.0207535382360220f, -0.2773047685623169f, 0.0009618796757422f, 0.0876071155071259f, -0.0527817979454994f, 0.0197068378329277f, -0.0796057581901550f, -0.1974846720695496f, -0.0042468048632145f, -0.0369459800422192f, 0.2254761159420013f, -0.2086067199707031f, -0.0764180570840836f, 0.0991738066077232f, -0.0854624584317207f, 0.0291603673249483f, 0.0925841853022575f, -0.0160148087888956f, -0.0207273103296757f, -0.2319197505712509f, -0.0469689182937145f, -0.0055746170692146f, 0.0853952839970589f, -0.0228046048432589f, -0.1052243709564209f, -0.0631945878267288f, -0.0026759940665215f, 0.2415564954280853f, -0.0771548300981522f, 0.0625223591923714f, -0.0725936368107796f, 0.1198527216911316f, -0.0207776334136724f, 0.0693417116999626f, 0.0037311625201255f, -0.0295101162046194f, -0.2222220152616501f, 0.1965246051549911f, 0.0537457838654518f, 0.0394604764878750f, 0.2325194031000137f, -0.1049487367272377f, -0.0396775789558887f, -0.0861005559563637f, -0.0162260364741087f, 0.0056471340358257f, -0.0097368899732828f, 0.0751098766922951f, -0.0743817314505577f, -0.3130256533622742f, 0.0164652001112700f, -0.2350638061761856f, -0.2011469751596451f, -0.0128171034157276f, 0.0274319779127836f, -0.2142616063356400f, 0.0490117184817791f, -0.0551302544772625f, -0.1145439445972443f, 0.1886666417121887f, 0.1897908300161362f, 0.0178614165633917f, -0.0897229388356209f, -0.0596990995109081f, 0.1040966063737869f, -0.0247260648757219f, -0.2002741545438766f, -0.3171114623546600f, 0.0470595099031925f, -0.1172419413924217f, 0.1139915212988853f, -0.0408226847648621f, 0.0425138920545578f, -0.1310071796178818f, 0.0865700021386147f, -0.2687918245792389f, -0.1202717870473862f, -0.1257125735282898f, 0.0050527271814644f, -0.3330593109130859f, 0.2540878057479858f, -0.1326022297143936f, 0.0668369829654694f, -0.1243393123149872f, -0.2309374660253525f, -0.2313702255487442f, -0.0233609713613987f, 0.0404538996517658f, -0.3382774293422699f, -0.0675113052129745f, -0.0550832822918892f, 0.0287335775792599f, -0.1119675040245056f, -0.1671611666679382f, -0.0930578187108040f, 0.0973312929272652f, -0.0959639921784401f, 0.0732386708259583f, -0.0961576551198959f, 0.1483639925718307f, -0.0547376945614815f, -0.1902550458908081f, 0.0485115908086300f, -0.0486020557582378f, -0.0172742828726768f, 0.1608165502548218f, 0.0270580947399139f, 0.1651123017072678f, 0.1041312664747238f, -0.0230052340775728f, 0.1209222525358200f, -0.0202451813966036f, -0.0455987155437469f, -0.2008685469627380f, 0.0821867212653160f, 0.1450891345739365f, -0.1715759932994843f, 0.0693064481019974f, -0.2142616659402847f, 0.0416251942515373f, 0.1660305857658386f, 0.1405354291200638f, -0.2183124423027039f, 0.0868911743164062f, -0.3722888827323914f, -0.0257536228746176f, 0.6647366881370544f, -0.2712443768978119f, -0.4517709910869598f, 0.2627986669540405f, -0.9624834656715393f, 0.7840508222579956f, -0.3424628078937531f, 0.0615838132798672f, 0.1430049091577530f, -0.0092741213738918f, -0.5849738717079163f, 0.0006962603074498f, 0.0294442623853683f, 0.0198324769735336f, -0.3021682202816010f, 0.2796345353126526f, 1.1451134681701660f, 0.1572179943323135f, -0.3231163620948792f, 0.5472826957702637f, 0.4645389318466187f, -0.1759917289018631f, -0.5528219342231750f, 0.4578847289085388f, -0.0687581747770309f, -0.2825480997562408f, 0.3940724730491638f, -0.4567148089408875f, -0.1521207690238953f, -0.3890631198883057f, -0.2026202380657196f, 0.3452094495296478f, -0.0009617408504710f, -0.1034573689103127f, 0.1646054536104202f, 0.2124285101890564f, -0.3623898923397064f, -0.6152928471565247f, 0.8033391237258911f, -0.2905011475086212f, -0.3431742191314697f, 0.2196237444877625f, 0.0938276797533035f, 2.5082652568817139f, 0.6995159983634949f, -0.3545151650905609f, 0.6825198531150818f, 0.0432241223752499f, -0.0150339193642139f, -0.1583723276853561f, -0.0431660301983356f, 0.1769627183675766f, 0.0729425922036171f, 0.1941315382719040f, -0.1321023404598236f, -0.2168012410402298f, 0.1118553057312965f, 0.0253233723342419f, -0.0223197285085917f, -0.0445055812597275f, 0.2007763236761093f, 0.3439305424690247f, 0.0314359627664089f, 0.2799254953861237f, 0.1369504183530807f, 0.1685103923082352f, 0.0635572075843811f, -0.0913898795843124f, 0.0803781971335411f, 0.0770274624228477f, 0.0595813691616058f, 0.0318045467138290f, -0.0475600175559521f, -0.0895041078329086f, 0.0574819222092628f, -0.1378581672906876f, -0.1484215706586838f, 0.0938327759504318f, -0.3133206665515900f, 0.0164047759026289f, 0.0530381761491299f, -0.0128437187522650f, 0.1601140797138214f, 0.0600013993680477f, 0.1095660328865051f, -0.0271645039319992f, 0.1162892058491707f, -0.0893136188387871f, -0.1371506154537201f, 0.0913209244608879f, -0.1947652101516724f, -0.1569247096776962f, -0.0628546327352524f, 0.2882887125015259f, 0.0331940613687038f, 0.1020040214061737f, 0.0695889219641685f, -0.1295698732137680f, -0.0205534435808659f, 0.0336461104452610f, -0.0759685635566711f, 0.1214247792959213f, 0.0034183328971267f, 0.2743991911411285f, 0.0267601702362299f, -0.1224944815039635f, 0.0413840822875500f, -0.0774442479014397f, 0.0018982695182785f, 0.0299926120787859f, -0.0427338331937790f, -0.1715349555015564f, -0.1608692854642868f, -0.0684499368071556f, -0.1077947542071342f, 0.2080490887165070f, 0.0188047867268324f, -0.0870585590600967f, 0.1684497296810150f, -0.0060386355035007f, -0.2464731037616730f, 0.2020846456289291f, 0.0529411062598228f, 0.0034170814324170f, -0.0416939444839954f, 0.0930516421794891f, 0.2228332608938217f, -0.1332944184541702f, -0.0467410087585449f, 0.0285940393805504f, -0.0454125739634037f, 0.0741859227418900f, 0.1039435938000679f, 0.2369651347398758f, 0.0447842068970203f, -0.0805345922708511f, 0.1493365913629532f, 0.1209296584129333f, 0.1028770208358765f, 0.1902822554111481f, -0.0834010466933250f, -0.2382428348064423f, 0.0654832720756531f, 0.0425191596150398f, 0.1835869699716568f, -0.1492911875247955f, 0.0081900376826525f, -0.1130001023411751f, 0.0351591743528843f, -0.0924457684159279f, 0.0748250707983971f, 0.0893349349498749f, -0.0133054349571466f, 0.0616947151720524f, 0.1967674344778061f, -0.0187040958553553f, 0.0007425036747009f, -0.0513643026351929f, -0.0816006064414978f, -0.1624173372983932f, 0.0477099493145943f, -0.1439120620489120f, -0.0190712362527847f, 0.0639169514179230f, 0.0136733632534742f, -0.0526763461530209f, 0.0443891771137714f, 0.0472011864185333f, 0.1611563265323639f, -0.0597866475582123f, 0.0658400356769562f, -0.0380544774234295f, 0.0819348618388176f, 0.1435468643903732f, 0.2463919520378113f, -0.1259996592998505f, 0.0211263932287693f, -0.0798312425613403f, 0.0976776480674744f, 0.0272883083671331f, -0.2052908986806870f, 0.0536973029375076f, 0.2542722225189209f, -0.1010411605238914f, -0.2191111296415329f, 0.0774928182363510f, 0.0597840249538422f, 0.0503976792097092f, 0.1754570901393890f, -0.1827232688665390f, -0.2017462998628616f, -0.1194117367267609f, -0.0405957512557507f, -0.1909723281860352f, -0.0357373580336571f, 0.1208311617374420f, 0.0466431044042110f, -0.0006277131033130f, 0.0373344346880913f, 0.0909946784377098f, 0.1140530183911324f, 0.0842550545930862f, -0.0766806304454803f, 0.1439929753541946f, 0.0647938475012779f, 0.1232280880212784f, -0.1207860559225082f, 0.1083801761269569f, 0.0627641454339027f, 0.0401328913867474f, 0.0080090407282114f, -0.4337834715843201f, 0.0465953908860683f, -0.1602904796600342f, 0.2120320796966553f, -0.0345265679061413f, -0.1764780133962631f, -0.1697527617216110f, -0.0135227274149656f, -0.0158961061388254f, -0.2015067785978317f, 0.0131639037281275f, 0.0518682152032852f, -0.0405473373830318f, -0.0518529228866100f, -0.1077023968100548f, 0.0047123250551522f, -0.1044406220316887f, 0.0914702489972115f, 0.0339476317167282f, 0.0753216817975044f, -0.2331021130084991f, 0.1923702806234360f, 0.0081573920324445f, -0.1392474919557571f, 0.1510716229677200f, 0.0666326954960823f, -0.1242541894316673f, 0.0027339786756784f, 0.0818260908126831f, -0.2124458402395248f, -0.0310505330562592f, -0.0444983318448067f, 0.1961383819580078f, 0.3983977735042572f, 0.1594282686710358f, 0.0785988569259644f, -0.0749823674559593f, -0.0178296975791454f, -0.0306046009063721f, -0.0031568314880133f, -0.0822144746780396f, -0.0547739565372467f, 0.0262927170842886f, -0.1395203769207001f, 0.2283114790916443f, 0.0321967005729675f, -0.0927522704005241f, -0.0322813466191292f, 0.1374824196100235f, -0.1136647388339043f, -0.2033025324344635f, -0.0731577798724174f, -0.0256798341870308f, 0.0021650576964021f, 0.0507678948342800f, 0.0808239206671715f, -0.0156003469601274f, -0.1123209595680237f, 0.0549932532012463f, 0.0426743701100349f, -0.1133717373013496f, -0.0689278244972229f, 0.1154488921165466f, 0.1075678691267967f, -0.0784638673067093f, -0.2933212816715240f, 0.0748683810234070f, -0.0090166572481394f, -0.0401137731969357f, 0.0268471557646990f, 0.0278799738734961f, -0.1527569144964218f, 0.2065900117158890f, -0.1314906626939774f, -0.2133395373821259f, -0.1750303506851196f, -0.0104206642135978f, 0.1351009607315063f, -0.2007592618465424f, 0.0450611412525177f, 0.0343024730682373f, 0.0032613326329738f, 0.1338838785886765f, -0.0296362489461899f, 0.2473069429397583f, -0.0075142607092857f, -0.0157278794795275f, 0.0957164093852043f, 0.0494237653911114f, -0.0967503190040588f, 0.1288999468088150f, -0.0027598270680755f, -0.1505026668310165f, 0.0595154054462910f, -0.0182778947055340f, -0.3003148138523102f, -0.1059656739234924f, 0.0371405221521854f, -0.1195086985826492f, 0.0853130668401718f, -0.1623228937387466f, -0.0984996929764748f, -0.1497578173875809f, 0.0200167372822762f, -0.0703812837600708f, -0.0492427982389927f, 0.2481034100055695f, 0.1197348684072495f, -0.1636899709701538f, 0.0252645034343004f, -0.1471841335296631f, -0.0859296768903732f, 0.0079635372385383f, -0.1472604870796204f, 0.0477873682975769f, 0.1086994856595993f, -0.0031104267109185f, -0.2219741642475128f, -0.0747615247964859f, 0.1808967888355255f, -0.0539331622421741f, 0.0353527702391148f, -0.2610009908676147f, -0.1141176000237465f, 0.2617141306400299f, -0.0492478385567665f, -0.2004598975181580f, 0.1125191897153854f, 0.0558675900101662f, 0.1056727468967438f, -0.1133892238140106f, -0.0209781900048256f, -0.0039278985932469f, 0.0525044351816177f, -0.0763190016150475f, 0.0856758654117584f, -0.0610590279102325f, 0.0082990024238825f, -0.0398066602647305f, 0.0054749664850533f, -0.0317218825221062f, 0.1685063838958740f, -0.0664686635136604f, 0.0340552963316441f, 0.2315647900104523f, -0.1406612694263458f, -0.1335002779960632f, 0.0985073372721672f, -0.1187787577509880f, 0.0122091695666313f, -0.0601772256195545f, -0.0363706462085247f, -0.1302288323640823f, 0.0047179842367768f, 0.2169251292943954f, -0.0673916414380074f, -0.0018117814324796f, 0.1344881951808929f, 0.1734459698200226f, -0.0569580905139446f, 0.0192198641598225f, -0.1817812621593475f, -0.0691604837775230f, -0.0071779582649469f, -0.1330710053443909f, 0.0320674702525139f, 0.0127092776820064f, -0.1374871134757996f, -0.0090033998712897f, -0.0589149855077267f, -0.0354278236627579f, -0.0675881877541542f, 0.0328310392796993f, -0.2391578406095505f, 0.3183420598506927f, -0.0011616670526564f, 0.0257092677056789f, 0.0497755818068981f, 0.0587755143642426f, 0.0098700830712914f, -0.1043994054198265f, 0.1283330470323563f, 0.0351579673588276f, -0.0205555874854326f, 0.0175859313458204f, 0.0461699441075325f, 0.1019191145896912f, -0.0640049725770950f, 0.0038191901985556f, -0.0088969776406884f, -0.0943416506052017f, 0.1366955935955048f, -0.1347351372241974f, 0.1097797974944115f, 0.1525615006685257f, -0.0903971418738365f, -0.0463252477347851f, -0.0528820678591728f, 0.0008682843181305f, -0.0016744245076552f, 0.0703986734151840f, -0.1737328320741653f, 0.1230114623904228f, -0.0864041671156883f, 0.1042467355728149f, 0.0822671726346016f, 0.0064329407177866f, 0.0954189077019691f, -0.1401534676551819f, -0.0097782816737890f, -0.0506750084459782f, 0.0049877623096108f, -0.0613618046045303f, 0.0557057149708271f, -0.0544619448482990f, -0.0955700427293777f, 0.1555835157632828f, 0.0464522242546082f, 0.1585037261247635f, -0.1536106020212173f, -0.0544715598225594f, 0.1566033512353897f, -0.3454085588455200f, -0.1592298001050949f, 0.1513053774833679f, -0.6867334842681885f, 0.0471354275941849f, 0.1711468845605850f, 0.1654737591743469f, 0.1059892177581787f, 0.0095621896907687f, -0.3974560499191284f, 0.0202331542968750f, 0.0411565788090229f, 0.0050730528309941f, -0.2451214939355850f, 0.1134569495916367f, 0.5970299839973450f, 0.1295541822910309f, -0.0449850447475910f, 0.2064017206430435f, 0.0658959597349167f, 0.0250714588910341f, -0.3174996972084045f, 0.0307092722505331f, -0.0857894718647003f, -0.2168906331062317f, 0.1611456871032715f, -0.1288284957408905f, -0.0862694904208183f, 0.1033564433455467f, -0.1950993835926056f, 0.0458214171230793f, 0.0077376635745168f, -0.0025777462869883f, -0.0492808483541012f, 0.0728857591748238f, -0.1406593471765518f, -0.3049544990062714f, 0.2391206324100494f, -0.0338411964476109f, -0.3974659740924835f, 0.0675566047430038f, -0.0981716290116310f, 0.7487861514091492f, 0.1805627793073654f, 0.0745708122849464f, 0.6148922443389893f, -0.0405414402484894f, -0.1386260688304901f, 0.0136733595281839f, 0.2017490416765213f, -0.0721359476447105f, 0.0341099426150322f, 0.0328040346503258f, -0.0183421280235052f, -0.0080725224688649f, -0.0280328411608934f, -0.1117920801043510f, 0.0453916378319263f, 0.0810791999101639f, 0.0072333943098783f, -0.0677107200026512f, 0.0155682358890772f, -0.0819487720727921f, 0.0874144583940506f, -0.0053866738453507f, 0.0794251635670662f, -0.2955388128757477f, -0.0048130005598068f, 0.0014303924981505f, -0.0384212844073772f, -0.0493005812168121f, 0.0995424166321754f, -0.1330551058053970f, -0.0162966735661030f, 0.0167699940502644f, 0.0072246924974024f, -0.0122052868828177f, -0.0319874398410320f, 0.0466406345367432f, 0.0735344439744949f, 0.0281810034066439f, -0.0192590244114399f, -0.1801510006189346f, -0.0775227472186089f, 0.0554823093116283f, 0.0373311415314674f, 0.1838940382003784f, -0.0334108769893646f, -0.0056527559645474f, 0.0394067317247391f, -0.0043484922498465f, 0.0189596451818943f, 0.0689497888088226f, -0.0914151892066002f, 0.0117832133546472f, -0.3677459359169006f, 0.2733487188816071f, 0.2462087124586105f, -0.1202889606356621f, 0.5017691254615784f, -0.3640452027320862f, 0.1674048304557800f, -0.0674246251583099f, -0.1233489289879799f, -0.0709473416209221f, 0.4303433597087860f, 0.0067775365896523f, -0.0397317595779896f, 0.0187676437199116f, 0.2570570707321167f, -0.2665018439292908f, -0.5659303665161133f, -0.1228908076882362f, 0.1278892308473587f, -0.1163613647222519f, -0.1888944655656815f, 0.0822390615940094f, 0.3627407252788544f, -0.2108267843723297f, -0.0763994678854942f, 0.4189696311950684f, -0.2305094599723816f, 0.2548401057720184f, 0.1270710378885269f, 0.0852860063314438f, 0.2557488679885864f, -0.3595704734325409f, -0.0471774712204933f, 0.0538053140044212f, 0.0809341818094254f, -0.1914331763982773f, 0.1716655939817429f, 0.3202314674854279f, -0.3923493623733521f, 0.1125030964612961f, 0.3250627219676971f, -0.1821906417608261f, -0.0566161051392555f, -0.9437307715415955f, -0.2916509807109833f, 0.1454582065343857f, -0.4706846475601196f, 0.0226443260908127f, 0.1180284991860390f, 0.1446667313575745f, 0.1008275449275970f, 0.0341080240905285f, 0.1527266055345535f, -0.1676338165998459f, -0.0441326051950455f, 0.1138002127408981f, 0.0673571079969406f, 0.0358247868716717f, 0.2864479124546051f, -0.0666197612881660f, -0.0407672971487045f, -0.0683787986636162f, -0.0166290681809187f, -0.1509452313184738f, -0.2050693780183792f, 0.0448979698121548f, -0.0875233262777328f, -0.3783396482467651f, -0.0584577396512032f, -0.0893533453345299f, 0.2058525681495667f, -0.1002063602209091f, -0.1347032338380814f, -0.0307384729385376f, -0.0045953039079905f, -0.0521717071533203f, 0.0290502049028873f, 0.2004155218601227f, 0.2726861238479614f, 0.0612599477171898f, 0.1119486987590790f, 0.0148445079103112f, 0.0234551727771759f, -0.0244554057717323f, -0.0580341443419456f, -0.0283303372561932f, -0.0818016156554222f, -0.0624030306935310f, -0.1774487048387527f, 0.0290118958801031f, 0.1154274865984917f, -0.1529422402381897f, -0.1033230721950531f, -0.2370891869068146f, -0.2073252946138382f, -0.1312900781631470f, -0.0217902436852455f, 0.0801967233419418f, 0.0881979838013649f, -0.0117530245333910f, 0.0100367162376642f, -0.0563696175813675f, -0.0750461667776108f, 0.0540023744106293f, -0.0916392654180527f, 0.0830852836370468f, -0.0983831956982613f, 0.0826247334480286f, -0.0027033588849008f, -0.0131979379802942f, 0.0574866682291031f, 0.6030196547508240f, 0.4371406733989716f, 0.6748744845390320f, -1.0458281040191650f, 0.6835021376609802f, -0.7192609310150146f, 0.7533596158027649f, 0.6062704324722290f, -0.2861645221710205f, 0.3679776191711426f, 0.3583964109420776f, 0.2588345408439636f, 0.2232366204261780f, 0.2025820910930634f, -0.1513050347566605f, 0.2359194457530975f, -0.0605516470968723f, -0.1811601966619492f, 0.1182630658149719f, -0.1828397065401077f, 0.0849191471934319f, 0.1505678892135620f, -0.1207071170210838f, 0.1417415738105774f, 0.0452396720647812f, 0.0254256948828697f, 0.1077718585729599f, -0.0071832421235740f, -0.0284449364989996f, 0.0052089807577431f, -0.1547419577836990f, -0.0801248475909233f, -0.0126446709036827f, 0.0097375027835369f, 0.3078956604003906f, 0.1674225628376007f, -0.0872730687260628f, 0.0884886756539345f, -0.0896501764655113f, -0.1882244795560837f, -0.2922805845737457f, -0.4178306162357330f, -0.1571517884731293f, 0.1646198481321335f, -0.0473795942962170f, -0.1555978059768677f, 0.2199428975582123f, -0.0905747264623642f, -0.1653102338314056f, -0.0783442407846451f, 0.1298769414424896f, 0.3659301102161407f, -0.1043967828154564f, -0.3005631864070892f, -0.0310393143445253f, 0.0622435808181763f, -0.1246603578329086f, -0.0150926532223821f, -0.1252491623163223f, 0.0023673083633184f, -0.2793468534946442f, 0.1524570286273956f, 0.2976813316345215f, -0.0527526102960110f, 0.0488304011523724f, -0.1775394231081009f, 0.1808162629604340f, 0.3668492436408997f, 0.0369405783712864f, -0.0449306480586529f, -0.2154410779476166f, 0.1757476925849915f, 0.0784306451678276f, 0.0044240555725992f, 0.0498971380293369f, 0.0629334002733231f, 0.1004593372344971f, -0.1246087774634361f, 0.3322355449199677f, -0.1445040702819824f, 0.1586818099021912f, 0.0475462153553963f, -0.1132691651582718f, 0.4403349757194519f, -0.0081507340073586f, -0.1439986824989319f, -0.0072434833273292f, -0.2609346508979797f, -0.1527238786220551f, -0.0795124694705009f, -0.0306160952895880f, -0.0042185112833977f, -0.0836801528930664f, -0.0121154617518187f, 0.1118251904845238f, -0.0882677659392357f, 0.0626651197671890f, 0.1347780823707581f, -0.2491315454244614f, 0.3415944874286652f, 0.0345305465161800f, 0.2405340373516083f, -0.0915068462491035f, 0.4515664875507355f, -0.2536518573760986f, 0.2299751192331314f, -0.0347918011248112f, -0.1772160530090332f, -0.0201058294624090f, -0.0328315533697605f, 0.2056036740541458f, 0.2139091044664383f, 0.1931275725364685f, -0.0277031324803829f, -0.1235620155930519f, -0.2588971853256226f, 0.0364613495767117f, 0.0497174188494682f, -0.0939986482262611f, -0.0154238799586892f, -0.0041725961491466f, 0.1142042800784111f, -0.2211494743824005f, -0.0344360545277596f, -0.0651597380638123f, -0.2402854561805725f, -0.0675452649593353f, 0.0522301755845547f, 0.0231653302907944f, -0.0633180513978004f, 0.0065889330580831f, -0.0891432762145996f, 0.0826287344098091f, -0.0234200712293386f, -0.0580537319183350f, -0.1125992834568024f, -0.0786711126565933f, -0.1124914959073067f, -0.3206479847431183f, 0.0181122943758965f, 0.1270263344049454f, 0.3064008057117462f, -0.2797845005989075f, -0.2062651962041855f, 0.0981776788830757f, -0.2411767691373825f, 0.2942536473274231f, -0.3224708437919617f, -0.0368281677365303f, -0.2906084060668945f, 0.0160870477557182f, -0.2661332488059998f, -0.0423876419663429f, -0.3090131878852844f, -0.0059282570146024f, -0.0948168635368347f, 0.3435417711734772f, -0.0114500010386109f, -0.0421550385653973f, 0.2693991363048553f, -0.3371683657169342f, -0.1781164258718491f, 0.2057358771562576f, 0.2991573214530945f, 0.4096565544605255f, 0.2774669528007507f, -0.0777032822370529f, 0.0856506824493408f, 0.1406725198030472f, 0.1683871001005173f, 0.1999176293611526f, 0.1984628289937973f, 0.0695666670799255f, -0.0720176696777344f, -0.0596439279615879f, 0.0443764925003052f, -0.1832906752824783f, 0.2231108099222183f, 0.2170830667018890f, -0.1120021715760231f, -0.2001799345016479f, -0.2171185016632080f, 0.2303864359855652f, -0.2580196857452393f, -0.1693096160888672f, 0.1966414749622345f, 0.1238817051053047f, 0.1834200322628021f, 0.1487630307674408f, 0.0422715544700623f, -0.1057341396808624f, 0.1851059645414352f, 0.0410484783351421f, 0.0630848184227943f, -0.0035453727468848f, 0.0448375493288040f, 0.3120612204074860f, 0.0633982345461845f, -0.0281738787889481f, 0.0532164685428143f, -0.0487265214323997f, -0.1349141746759415f, -0.2860017716884613f, 0.1462089121341705f, 0.0561052300035954f, 0.0186895560473204f, 0.2374595850706100f, -0.1018841117620468f, 0.1689682602882385f, 0.2429608702659607f, 0.0899356454610825f, 0.1330204606056213f, 0.1142074912786484f, -0.4627757370471954f, -0.2212356179952621f, -0.0327787920832634f, -0.1622927039861679f, -0.3477247059345245f, -0.0460259690880775f, 0.2810373306274414f, 0.0764429196715355f, 0.0034709051251411f, -0.1991052478551865f, -0.0564929805696011f, -0.2049905061721802f, -0.0449820719659328f, 0.3604230582714081f, 0.3397291600704193f, 0.2521075606346130f, 0.0271630324423313f, 0.2400465458631516f, -0.3700110614299774f, 0.2348449528217316f, 0.1587323397397995f, 0.0492181219160557f, 0.1936464309692383f, -0.0607553981244564f, 0.1058558374643326f, -0.0023343835491687f, 0.1047520712018013f, -0.0106239160522819f, 0.0786515176296234f, -0.1909460276365280f, -0.2347322702407837f, 0.4449836611747742f, -0.1434487253427505f, -0.2092219740152359f, 0.0619665347039700f, -0.2257533371448517f, 0.0809363648295403f, 0.0723982974886894f, -0.0210766512900591f, -0.2055506855249405f, -0.1297843903303146f, 0.1179552972316742f, 0.0746687278151512f, 0.0652263537049294f, 0.1312853842973709f, 0.1604429632425308f, -0.3699014484882355f, 0.2807027995586395f, -0.1730733066797256f, 0.0746814236044884f, -0.0702038034796715f, -0.0716262310743332f, 0.2064413428306580f, -0.3605144321918488f, 0.3668577373027802f, -0.3688357770442963f, 0.2401331365108490f, -0.2826835513114929f, 0.0622708834707737f, -0.0208686999976635f, 0.0958568006753922f, -0.1426644772291183f, 0.0804482325911522f, -0.1305373162031174f, 0.0087690958753228f, -0.0017968157771975f, 0.0116403223946691f, 0.2186574041843414f, -0.0839144811034203f, -0.1606872081756592f, -0.0066525861620903f, 0.1007291153073311f, -0.2441837787628174f, 0.1201303824782372f, -0.0308279208838940f, 0.1359865665435791f, 0.0733170956373215f, -0.2901234626770020f, -0.0615523904561996f, -0.1423406004905701f, 0.1430884301662445f, 0.0844142213463783f, 0.2157065272331238f, 0.0734384581446648f, 0.1639619022607803f, 0.0335504896938801f, -0.0849560722708702f, 0.0119116473942995f, 0.0246604420244694f, -0.0384564585983753f, -0.0291793197393417f, 0.0148273846134543f, -0.0563595443964005f, -0.0638838559389114f, 0.0671118497848511f, 0.1181760802865028f, -0.0677844956517220f, 0.2409288287162781f, -0.0124661717563868f, -0.0261344257742167f, 0.1153628900647163f, -0.0774605646729469f, 0.0460431203246117f, 0.0458285398781300f, 0.1656490713357925f, 0.0317273959517479f, -0.2480902522802353f, -0.0453086122870445f, 0.0665298253297806f, -0.1760722100734711f, 0.0019363120663911f, -0.0650781542062759f, 0.1495559513568878f, 0.1851104050874710f, 0.0667488351464272f, 0.1458794921636581f, -0.0332851782441139f, 0.0353490002453327f, 0.1401965171098709f, 0.0560675524175167f, -0.1265243589878082f, 0.0624196603894234f, -0.0037329343613237f, 0.0574449375271797f, -0.1051802337169647f, 0.2338313609361649f, 0.0624222084879875f, 0.1966224759817123f, 0.0058572934940457f, 0.0136102577671409f, 0.1309786289930344f, 0.0882922336459160f, 0.0736867412924767f, 0.0118357334285975f, -0.0233143512159586f, -0.0445005558431149f, -0.0545534491539001f, 0.1651175320148468f, 0.0269459560513496f, 0.2433619797229767f, 0.0620021112263203f, 0.0133079299703240f, 0.0045060589909554f, -0.0139698665589094f, -0.0119789270684123f, 0.0135429874062538f, 0.2158075720071793f, -0.0665057599544525f, -0.0862092375755310f, 0.0435760542750359f, 0.0496985502541065f, 0.0267252195626497f, -0.2276500761508942f, 0.0193444583564997f, 0.1079035401344299f, -0.0266093406826258f, -0.0669950172305107f, -0.0084517551586032f, -0.0067852870561182f, 0.1274545937776566f, -0.1045455113053322f, -0.1738298833370209f, -0.1352054476737976f, 0.0744953602552414f, -0.2389223724603653f, -0.1215361207723618f, -0.0431345812976360f, 0.0246959067881107f, 0.1211705207824707f, -0.1905250102281570f, 0.0299821011722088f, 0.0511014685034752f, -0.0247416533529758f, 0.1018844768404961f, 0.0641893297433853f, 0.0498286187648773f, 0.0601293668150902f, -0.1305269449949265f, -0.0628710687160492f, 0.0993981510400772f, 0.0269540883600712f, 0.0007375808199868f, -0.1308915615081787f, 0.0102985808625817f, 0.0237090382725000f, 0.0174226295202971f, -0.0137205123901367f, -0.0394170731306076f, 0.0936349779367447f, -0.0860218331217766f, -0.1432624608278275f, 0.0902495831251144f, -0.0728679075837135f, -0.1108700633049011f, 0.1396266222000122f, -0.0476627163589001f, -0.0335236638784409f, -0.0587350912392139f, -0.0520953200757504f, 0.0324038080871105f, -0.1615390032529831f, -0.0896481573581696f, 0.0590362139046192f, -0.1021478995680809f, 0.0433662608265877f, 0.1088711246848106f, -0.0031521392520517f, -0.0250228065997362f, -0.0163611229509115f, -0.1062580719590187f, -0.0785095244646072f, -0.0452989488840103f, -0.1168002113699913f, 0.0281316563487053f, -0.0774543955922127f, 0.1120008677244186f, -0.0363741591572762f, -0.0109504833817482f, 0.1299537718296051f, 0.1493279039859772f, -0.0711448341608047f, 0.0220136232674122f, -0.1012632623314857f, 0.0365059152245522f, 0.1091644465923309f, -0.0112483333796263f, -0.0669699013233185f, -0.2129128277301788f, 0.0366214998066425f, -0.0278309006243944f, -0.0867262631654739f, -0.0764938145875931f, -0.2110697031021118f, 0.0234866160899401f, -0.0582616105675697f, 0.0595317631959915f, 0.0257988665252924f, -0.1354613304138184f, -0.0274840854108334f, 0.1965632438659668f, -0.1890367418527603f, 0.1011053696274757f, -0.1377941817045212f, 0.0566991865634918f, 0.0383193194866180f, -0.2094675898551941f, 0.1116235032677650f, -0.0146881518885493f, 0.0547494962811470f, -0.0329081565141678f, 0.0926065742969513f, -0.0248326230794191f, 0.0121662626042962f, 0.0858743190765381f, -0.1027604490518570f, -0.1116288378834724f, -0.1267064958810806f, -0.3230932652950287f, 0.0136316260322928f, -0.1268850713968277f, -0.1384650766849518f, 0.0115729011595249f, -0.0187231246381998f, -0.1109136790037155f, -0.0268277823925018f, 0.0839694067835808f, -0.1113827899098396f, 0.0879323557019234f, 0.0896763503551483f, 0.1344237625598907f, 0.1178349405527115f, -0.1419216990470886f, -0.3088560104370117f, -0.0774299353361130f, 0.0022350065410137f, -0.1719482988119125f, 0.0611945912241936f, -0.1127103269100189f, -0.0548406764864922f, -0.0054743262007833f, 0.0013789935037494f, 0.1767961978912354f, 0.1043517738580704f, 0.0263401735574007f, 0.0937112942337990f, -0.0857565924525261f, -0.1792472451925278f, -0.1548034846782684f, -0.1498838961124420f, -0.0553631298243999f, -0.1114140972495079f, -0.0095958262681961f, 0.0028727126773447f, 0.1022101342678070f, -0.0524651892483234f, 0.0014775666641071f, -0.0521595589816570f, 0.1445611715316772f, 0.0465734787285328f, -0.0138005092740059f, -0.1332941204309464f, -0.0417342409491539f, -0.0468001589179039f, 0.0246353242546320f, -0.4072751104831696f, -0.0195949859917164f, 0.0446222573518753f, 0.1785507649183273f, 0.0296881720423698f, 0.0606773905456066f, -0.1356818825006485f, 0.0024880999699235f, -0.1517279893159866f, 0.0463006570935249f, 0.1270211338996887f, 0.2449791878461838f, -0.2020605206489563f, 0.0326733104884624f, -0.1124228760600090f, -0.2459415793418884f, -0.0430964641273022f, 0.0484786741435528f, 0.3052351176738739f, -0.2601210772991180f, 0.0981012433767319f, -0.0489771962165833f, -0.2368840724229813f, -0.0159478317946196f, -0.0230305846780539f, 0.1484253853559494f, -0.1377372145652771f, -0.2690135836601257f, -0.0288745146244764f, -0.1052068471908569f, -0.0306154824793339f, -0.1046887859702110f, -0.0671103671193123f, -0.0565510168671608f, -0.1435144692659378f, -0.0541116781532764f, 0.2201123982667923f, 0.2937335371971130f, -0.0401249602437019f, 0.1331492960453033f, 0.1380819529294968f, 0.0775337293744087f, -0.2225734442472458f, -0.0531511083245277f, -0.0234672185033560f, -0.2191170305013657f, 0.1562778055667877f, -0.0059010568074882f, 0.3464935719966888f, 0.0296747740358114f, -0.1382914632558823f, 0.1725502908229828f, 0.1316856145858765f, 0.0964523702859879f, 0.1991766691207886f, 0.2431268393993378f, -0.1414196938276291f, 0.0756529867649078f, 0.1816277951002121f, 0.0621179081499577f, -0.0122482189908624f, -0.0883079767227173f, 0.0408411175012589f, -0.1722108125686646f, 0.1402370780706406f, -0.0867809355258942f, -0.1257717460393906f, -0.0528866462409496f, -0.1201027929782867f, -0.0225917510688305f, 0.1187544316053391f, -0.1195028200745583f, -0.0649442672729492f, -0.0635389536619186f, -0.0258640311658382f, -0.0589111410081387f, -0.0191753432154655f, -0.0004646728630178f, -0.1238084509968758f, 0.0948118716478348f, -0.0713055953383446f, -0.1223599687218666f, -0.2208527177572250f, 0.0794220268726349f, -0.0119987884536386f, -0.0009825591696426f, -0.0039038653485477f, -0.0823622494935989f, 0.0951793342828751f, 0.0644549503922462f, 0.1442252546548843f, 0.0537418127059937f, 0.2005795240402222f, -0.0517650321125984f, 0.0672174245119095f, 0.2256665229797363f, -0.4035553634166718f, 0.0735207200050354f, -0.2436017990112305f, -0.0315279588103294f, -0.0889356061816216f, 0.0211600847542286f, -0.1388427466154099f, -0.0197546537965536f, 0.0056235031224787f, 0.0294467248022556f, 0.0134874321520329f, 0.0883866325020790f, -0.1463381797075272f, -0.2001271396875381f, 0.0967670604586601f, -0.0658679679036140f, -0.1636702567338943f, -0.0774376392364502f, -0.1282687485218048f, -0.2215309739112854f, -0.0624738112092018f, 0.0030898405238986f, -0.1489760279655457f, 0.0485155060887337f, -0.1712456792593002f, -0.0919748172163963f, 0.0118346037343144f, -0.0450698845088482f, 0.2785760164260864f, -0.1624427735805511f, -0.0155313955619931f, 0.0319835022091866f, 0.0633366480469704f, -0.0772280395030975f, 0.2236471772193909f, 0.0803037360310555f, 0.1346082985401154f, -0.0949643328785896f, -0.0687158778309822f, 0.0904182270169258f, 0.1211263462901115f, -0.0237875543534756f, -0.0000363590879715f, 0.0483787693083286f, -0.0197730027139187f, 0.0160310827195644f, -0.1804943084716797f, 0.2300530076026917f, -0.0222214870154858f, 0.2709228396415710f, -0.0445593856275082f, -0.1359429508447647f, -0.1343242377042770f, 0.1931809633970261f, 0.0570430830121040f, 0.0790255889296532f, -0.0903789624571800f, -0.0654287263751030f, 0.1942499727010727f, 0.0578285567462444f, 0.1196963191032410f, -0.0138105032965541f, -0.1667324006557465f, 0.0814348831772804f, 0.1442107111215591f, 0.0006640531355515f, -0.0232254397124052f, -0.2734210193157196f, -0.0441328510642052f, -0.1739105582237244f, 0.0876096338033676f, -0.0890679582953453f, 0.1325227916240692f, 0.0850646272301674f, -0.2029397338628769f, 0.1217761337757111f, 0.2023519724607468f, -0.1296245604753494f, 0.2109632939100266f, 0.0684172511100769f, 0.0704121217131615f, -0.0819868370890617f, -0.1013147681951523f, -0.0275268293917179f, -0.0671682357788086f, 0.1840820759534836f, 0.0577620156109333f, -0.1444515287876129f, -0.0450365841388702f, 0.1695894300937653f, -0.0955168157815933f, 0.0939782559871674f, 0.1040040105581284f, 0.0162853673100471f, 0.1028079912066460f, -0.1431438773870468f, 0.0778040140867233f, 0.0918401479721069f, 0.1111955195665359f, -0.0592624396085739f, 0.0895786061882973f, 0.0168430879712105f, -0.0375135131180286f, -0.0900413468480110f, 0.1867190897464752f, 0.0517647042870522f, -0.2088749110698700f, 0.0594537742435932f, -0.0396091043949127f, 0.1518417000770569f, 0.0447514243423939f, 0.0611500814557076f, 0.0713938549160957f, -0.0215239543467760f, -0.1958498209714890f, 0.1138185411691666f, -0.0921332165598869f, 0.0076367985457182f, 0.2066366672515869f, 0.0272970218211412f, -0.0120848473161459f, -0.0982346609234810f, -0.0047718952409923f, -0.0331688597798347f, 0.0950364768505096f, 0.1197607144713402f, 0.0996351912617683f, -0.0250526405870914f, -0.0319690890610218f, -0.0175906196236610f, -0.1142450571060181f, 0.0274251718074083f, -0.0812403336167336f, -0.0801825299859047f, -0.0643264800310135f, -0.0333987846970558f, 0.0060658529400826f, 0.1505826413631439f, 0.2158137112855911f, -0.1362227648496628f, 0.0662486925721169f, 0.0708885937929153f, 0.0985234081745148f, -0.0604594238102436f, 0.0083384886384010f, -0.0329042635858059f, -0.0165503304451704f, -0.0287970602512360f, -0.2278495728969574f, -0.0299816429615021f, -0.1276268959045410f, 0.0533506423234940f, -0.0167894847691059f, 0.1777824014425278f, -0.3090494573116302f, 0.0542610287666321f, 0.0228850301355124f, -0.0855251997709274f, -0.0969798639416695f, 0.0336831435561180f, 0.0232908558100462f, -0.1162769496440887f, -0.0513251386582851f, 0.2468192428350449f, 0.1636345386505127f, -0.1654557883739471f, 0.2321714460849762f, -0.0831245854496956f, 0.0528251938521862f, -0.0293914712965488f, 0.0065994830802083f, -0.0041343523189425f, -0.1158747151494026f, 0.0246581863611937f, -0.0508146733045578f, 0.1395989507436752f, -0.0609116293489933f, -0.0710727497935295f, -0.0493444055318832f, -0.0023285900242627f, -0.1161763668060303f, -0.1900463253259659f, 0.0120536135509610f, -0.0491839125752449f, -0.0330042019486427f, -0.0054727848619223f, 0.1848051846027374f, -0.0753328278660774f, 0.0348332002758980f, 0.1145021617412567f, 0.0415957309305668f, -0.0779131129384041f, -0.1681077182292938f, 0.0616312921047211f, -0.0937848165631294f, -0.0529800914227962f, -0.3050548434257507f, -0.0395071320235729f, -0.0872693508863449f, 0.1505579352378845f, 0.1380319595336914f, -0.0838481709361076f, -0.0462381169199944f, 0.0003082812472712f, -0.0281931608915329f, -0.1437075287103653f, -0.0134278656914830f, 0.0034120592754334f, 0.2660149633884430f, -0.0864097997546196f, 0.0335543602705002f, -0.0602160282433033f, -0.0093337111175060f, -0.0683209225535393f, -0.0501621104776859f, -0.1126521676778793f, 0.0491046085953712f, 0.0200583152472973f, 0.0089597720652819f, 0.1254414916038513f, -0.1463211774826050f, 0.1735193133354187f, -0.0626413449645042f, -0.0762193873524666f, 0.1059594377875328f, -0.1044549718499184f, -0.4073096811771393f, -0.0820173695683479f, 0.0930420383810997f, -0.0404611565172672f, 0.0223743915557861f, -0.0496171601116657f, 0.0476595759391785f, 0.0556484051048756f, -0.1079509630799294f, -0.0368140488862991f, -0.1155155375599861f, -0.1136842519044876f, 0.0755930170416832f, -0.0648834705352783f, 0.0676693692803383f, 0.0495222695171833f, -0.1087670996785164f, 0.1072775349020958f, -0.0078140553086996f, -0.1024337038397789f, -0.0746596157550812f, 0.1973480433225632f, 0.1820084601640701f, 0.0613411739468575f, 0.1552209705114365f, -0.0372941642999649f, -0.1379967480897903f, 0.2705684602260590f, -0.0465910211205482f, -0.0094156088307500f, -0.3406550586223602f, 0.0104286028072238f, -0.1576771289110184f, 0.1547662019729614f, -0.1583909541368484f, -0.1663937270641327f, 0.0180264115333557f, -0.0255260057747364f, 0.0344384796917439f, 0.2107715606689453f, 0.0890299752354622f, -0.1458379924297333f, -0.1202902570366859f, 0.1571009457111359f, 0.1407037675380707f, 0.0790772065520287f, -0.0936755910515785f, 0.0537285692989826f, 0.0481917858123779f, 0.0771145671606064f, -0.0169954374432564f, -0.1293322741985321f, -0.0561429075896740f, -0.0888760238885880f, -0.1739718019962311f, -0.1589372307062149f, 0.0565973930060863f, 0.0113947289064527f, -0.0131669780239463f, 0.0000350170703314f, -0.1640058457851410f, 0.0952663198113441f, 0.1251005828380585f, -0.0316342674195766f, -0.1253357380628586f, -0.0750626325607300f, -0.0836123973131180f, -0.0174224898219109f, 0.0103378510102630f, -0.2296742647886276f, -0.0835765972733498f, 0.1584283858537674f, 0.1895041167736053f, 0.0523229762911797f, 0.0354408770799637f, 0.0939576849341393f, 0.1152569204568863f, -0.0655694082379341f, -0.1429115533828735f, 0.0404233261942863f, 0.2876803874969482f, 0.0120913833379745f, 0.0740013271570206f, 0.1444854587316513f, -0.1622543334960938f, -0.0956332832574844f, 0.1268942803144455f, 0.0520098172128201f, 0.0884140655398369f, 0.1115978285670280f, -0.0089265545830131f, 0.0046780006960034f, 0.1327392160892487f, -0.1371010541915894f, -0.0529159456491470f, 0.0800568684935570f, -0.0942933708429337f, 0.0369822643697262f, -0.0733163878321648f, 0.0627497062087059f, -0.0597207732498646f, 0.0157051607966423f, -0.1479590088129044f, -0.0393161699175835f, -0.0625243186950684f, 0.1309251487255096f, 0.1488112360239029f, -0.0004657934478018f, -0.3043886423110962f, 0.0295499898493290f, 0.0136356642469764f, 0.1771257668733597f, -0.1311923116445541f, 0.2537534236907959f, 0.1910816282033920f, 0.0010252989595756f, -0.1964323669672012f, 0.0147995306178927f, -0.0162061844021082f, 0.1482839435338974f, -0.0898823887109756f, 0.0122741376981139f, 0.0321864262223244f, 0.2937439680099487f, -0.0326930917799473f, 0.0077670384198427f, 0.1089275553822517f, -0.0037555508315563f, 0.0052666412666440f, -0.4776847362518311f, 0.0617485530674458f, -0.0266661848872900f, -0.0553902238607407f, 0.0003519214515109f, 0.0188715606927872f, -0.1635286957025528f, -0.0382419675588608f, 0.1135704666376114f, -0.4005137681961060f, -0.0400396808981895f, 0.0090307667851448f, 0.1095584481954575f, 0.0131932199001312f, 0.0825238004326820f, 0.3803710341453552f, -0.0034464488271624f, 0.0159909073263407f, 0.3099822103977203f, 0.0104706399142742f, -0.0997653901576996f, -0.2072687000036240f, 0.0261683370918036f, 0.0484369918704033f, -0.2942692637443542f, 0.0050360993482172f, 0.0098741753026843f, -0.2513394057750702f, -0.0639532953500748f, 0.0093299029394984f, 0.0971275269985199f, 0.0771611407399178f, -0.0235131941735744f, 0.0862761735916138f, -0.0130971865728498f, -0.0475809574127197f, -0.5667194128036499f, 0.0866827890276909f, 0.0082241026684642f, -0.0771675035357475f, 0.0563929826021194f, -0.1127800866961479f, 0.1122357323765755f, 0.1622539162635803f, -0.1736394762992859f, 0.0672124847769737f, 0.0145556498318911f, 0.2034469842910767f, 0.0382831990718842f, -0.0917794927954674f, -0.0244791470468044f, -0.0268108621239662f, -0.0891593545675278f, -0.0724903270602226f, 0.0865140706300735f, 0.0640864819288254f, -0.2805127203464508f, 0.1941776871681213f, -0.1174904704093933f, 0.0510195083916187f, 0.0675572752952576f, -0.1007992774248123f, 0.0064969630911946f, 0.1337445825338364f, -0.1113895624876022f, 0.0842561721801758f, 0.1084996834397316f, 0.0019049957627431f, 0.0579368919134140f, 0.1545345634222031f, 0.2663949728012085f, 0.0314235016703606f, -0.2248091250658035f, 0.0485050380229950f, -0.0275516882538795f, -0.0839130654931068f, -0.0287241861224174f, 0.2260170429944992f, 0.0122557450085878f, 0.0899791195988655f, -0.1251325458288193f, -0.0380256883800030f, -0.0073536806739867f, 0.2115486860275269f, -0.0735085308551788f, -0.1127746552228928f, -0.2698718607425690f, -0.1971575766801834f, 0.0286440812051296f, 0.0301675014197826f, 0.0767932087182999f, -0.0738875046372414f, 0.1965285241603851f, 0.0306107215583324f, 0.1099971085786819f, -0.0899861007928848f, 0.0392918363213539f, -0.0195813234895468f, -0.0369387380778790f, -0.0036821796093136f, 0.0381225235760212f, 0.0636682286858559f, -0.1438088417053223f, 0.0226791575551033f, 0.2841083109378815f, -0.0170288216322660f, -0.2948448359966278f, -0.0924745202064514f, 0.6946722269058228f, 0.8847374916076660f, 0.2898308336734772f, 0.0329158380627632f, -0.0647436007857323f, -0.2006756514310837f, -0.5920046567916870f, 1.1353050470352173f, 0.8455220460891724f, 0.3792351782321930f, 0.8663153648376465f, -0.8824025392532349f, 0.2501059174537659f, -0.0269941892474890f, 0.1046612635254860f, -0.0766939148306847f, -0.1639057099819183f, 0.1105236262083054f, 0.0134973004460335f, -0.1443326175212860f, 0.0272236689925194f, -0.1030777469277382f, 0.0507695637643337f, 0.3107487261295319f, -0.0024800256360322f, 0.0308995246887207f, 0.0198377296328545f, -0.1880303621292114f, 0.1784047633409500f, -0.0735245496034622f, 0.1128673627972603f, 0.0967759862542152f, 0.0827022045850754f, -0.0337634384632111f, -0.0588248521089554f, -0.2811493277549744f, -0.1439599096775055f, 0.1034760475158691f, 0.2266758531332016f, 0.3002040088176727f, 0.2780060470104218f, -0.2512286901473999f, 0.1240329518914223f, -0.1117806509137154f, -0.0286076273769140f, -0.0963207036256790f, 0.0303900446742773f, 0.2914741337299347f, 0.0530045405030251f, -0.1428391784429550f, 0.0397147648036480f, -0.0103764524683356f, 0.2597011327743530f, 0.1202799826860428f, -0.2659638822078705f, 0.1566831320524216f, -0.1807757467031479f, -0.0963153243064880f, 0.1121245548129082f, 0.0881196483969688f, 0.2475219368934631f, 0.2264259755611420f, 0.0162743069231510f, -0.0355165414512157f, 0.1059609279036522f, 0.0841223523020744f, -0.1784930974245071f, 0.0652983188629150f, -0.1424558609724045f, -0.2222695797681808f, -0.2194864302873611f, -0.0264761932194233f, -0.0614231973886490f, 0.1944721341133118f, -0.2740547955036163f, -0.1009605824947357f, -0.0033164452761412f, -0.1308415979146957f, -0.1103593185544014f, -0.1092289760708809f, 0.0074873212724924f, -0.1155094131827354f, 0.1134597659111023f, -0.0929021090269089f, 0.0187796335667372f, 0.1766432225704193f, 0.1746120601892471f, -0.0385249219834805f, 0.0091941440477967f, -0.0781163722276688f, -0.1386806964874268f, -0.0148799028247595f, -0.0725540071725845f, -0.0590873584151268f, -0.2115356922149658f, -0.0732565894722939f, -0.1327400803565979f, -0.0541311316192150f, -0.1206098571419716f, 0.4058507084846497f, -0.1362764537334442f, -0.3332628905773163f, -0.1969233602285385f, -0.1920680254697800f, 0.4149487614631653f, 0.1406662017107010f, 0.2028126567602158f, -0.0932444706559181f, 0.1975253969430923f, 0.1260168254375458f, -0.2170890569686890f, -0.0990178138017654f, -0.0966763421893120f, -0.0382168628275394f, -0.0209532026201487f, -0.3022250235080719f, -0.0534277483820915f, 0.2183794528245926f, -0.0249309614300728f, -0.1678454875946045f, -0.2866469025611877f, 0.1769800186157227f, 0.1322986483573914f, -0.0423364266753197f, 0.0810143500566483f, 0.0830262154340744f, -0.0669728219509125f, -0.1359617561101913f, 0.6124252080917358f, 0.2248876094818115f, -0.1370726078748703f, 0.1045518815517426f, 0.1567987352609634f, -0.2825512588024139f, -0.0329426415264606f, 0.1612363010644913f, -0.3049055039882660f, 0.1571613550186157f, -0.2454168051481247f, -0.0889087766408920f, 0.0880006849765778f, 0.1697432547807693f, 0.0214425269514322f, 0.2920794785022736f, 0.2444104701280594f, -0.4035662412643433f, -0.1139396876096725f, 0.3155550360679626f, -0.2999731302261353f, 0.0579635985195637f, -0.0683231949806213f, 0.0567277744412422f, 0.4111801981925964f, -0.1985262781381607f, -0.0896092504262924f, -0.1199427023530006f, -0.3451531231403351f, 0.3490760624408722f, 0.2757760584354401f, -0.2055836617946625f, -0.0227132346481085f, -0.1136761829257011f, -0.0526759847998619f, -0.1379816681146622f, -0.1963548213243484f, -0.1149208098649979f, 0.1553239673376083f, -0.0631523802876472f, 0.4324884116649628f, 0.3179998397827148f, 0.0206474624574184f, -0.2977500855922699f, -0.2926046252250671f, 0.0247984621673822f, -0.0330708362162113f, 0.1534693688154221f, 0.2944041192531586f, -0.1253813505172729f, -0.1046770364046097f, 0.1691714376211166f, -0.1032376363873482f, 0.0218945071101189f, 0.1150633394718170f, -0.2812787890434265f, -0.0824627578258514f, -0.3492566943168640f, 0.1592484265565872f, 0.1517154872417450f, 0.0650286301970482f, -0.0485412999987602f, -0.0144279375672340f, 0.1546634286642075f, -0.0176712833344936f, -0.1169971078634262f, -0.1387049555778503f, 0.2800461351871490f, 0.0763742178678513f, 0.0694008097052574f, -0.0807223170995712f, -0.1045925319194794f, 0.0437939390540123f, 0.3020221889019012f, -0.1329954713582993f, 0.1459405720233917f, -0.0243461374193430f, -0.0137006007134914f, -0.0020017435308546f, 0.1786081790924072f, 0.2092578709125519f, 0.3499994874000549f, 0.2089757770299911f, 0.1789388656616211f, 0.0092325843870640f, -0.0171269997954369f, 0.1325661987066269f, 0.2211400568485260f, 0.2654303908348083f, -0.1288143694400787f, 0.2509453296661377f, -0.1747971624135971f, 0.0299847573041916f, 0.2846413254737854f, 0.1819767951965332f, 0.1559792608022690f, 0.1661557108163834f, -0.0762998908758163f, 0.1101708933711052f, -0.1639545708894730f, -0.0033727244008332f, 0.2922022640705109f, 0.3793787956237793f, 0.0179675519466400f, -0.1955338418483734f, -0.2286965996026993f, -0.1629247516393661f, 0.2452561557292938f, 0.2403077930212021f, -0.1173960417509079f, -0.1350169926881790f, -0.0212057996541262f, 0.1287294030189514f, -0.1776470839977264f, 0.2109401226043701f, -0.1590826064348221f, 0.1505362093448639f, 0.1648064553737640f, -0.1415051072835922f, -0.0392571501433849f, 0.0087896268814802f, 0.0051480610854924f, 0.4756706953048706f, 0.3486688733100891f, -0.0782877877354622f, -0.1254254579544067f, -0.0479893758893013f, 0.0300150308758020f, -0.0621269457042217f, -0.1815799623727798f, 0.0061633028090000f, -0.1681788265705109f, 0.5754742026329041f, 0.2969702184200287f, 0.1426486223936081f, 0.0014448392903432f, -0.6195610165596008f, 0.3333047926425934f, 0.0423246249556541f, 0.3793240785598755f, -0.0405663475394249f, 0.2127478420734406f, -0.1615688055753708f, -0.1618401557207108f, 0.0595127753913403f, 0.1603180319070816f, 0.0501020886003971f, -0.1156788915395737f, -0.0954973474144936f, 0.1379464268684387f, -0.2055423706769943f, -0.0612994059920311f, 0.0264420881867409f, -0.2100935280323029f, -0.1798245012760162f, -0.1122967898845673f, -0.0015275938203558f, -0.0191588010638952f, -0.0081481840461493f, 0.0125901913270354f, 0.0920227542519569f, -0.0873022526502609f, -0.0141603443771601f, -0.0528484135866165f, -0.2281163632869720f, 0.0167977046221495f, 0.0642863810062408f, -0.0990109518170357f, -0.0797733590006828f, -0.0844631567597389f, -0.1045793741941452f, 0.1044271737337112f, 0.0284633785486221f, 0.0761338174343109f, -0.0565029680728912f, -0.0263414438813925f, -0.1907089352607727f, -0.0235156547278166f, 0.0114850774407387f, -0.3895348608493805f, 0.1486459225416183f, 0.0347057729959488f, 0.0503906086087227f, 0.0544775910675526f, 0.0418283194303513f, -0.0579061992466450f, -0.1753562092781067f, -0.1381318569183350f, 0.5436702966690063f, -0.0600630640983582f, 0.0366583019495010f, 0.0412317439913750f, -0.0085185635834932f, 0.1328828036785126f, -0.8007208108901978f, -0.0812456831336021f, -0.2384399175643921f, 0.2161929309368134f, -0.0091815879568458f, 0.0533405132591724f, -0.1034200116991997f, -0.1246838644146919f, -0.2033324539661407f, -0.1750406324863434f, 0.0331273414194584f, -0.0671958923339844f, 0.1816132068634033f, 0.0386656336486340f, -0.0361556969583035f, -0.0347995311021805f, -0.1440780013799667f, -0.1529785543680191f, -0.0504007488489151f, 0.1866478025913239f, 0.0500442646443844f, -0.0199352614581585f, -0.0319508500397205f, 0.0431500971317291f, 0.1564645916223526f, 0.0568574070930481f, -0.0434417873620987f, -0.0167464334517717f, 0.0427590161561966f, 0.0345743410289288f, 0.1014467030763626f, -0.0306274220347404f, 0.0880514159798622f, 0.0682316794991493f, 0.0886527299880981f, 0.0404376052320004f, 0.1815847009420395f, 0.0895976051688194f, -0.0055911703966558f, -0.1546121090650558f, -0.1519525200128555f, -0.2077405005693436f, 0.0300522744655609f, -0.0490227825939655f, -0.0730589032173157f, 0.0821001902222633f, -0.0612629279494286f, -0.0011816809419543f, -0.2451617866754532f, -0.0881977602839470f, -0.1610833406448364f, 0.0583012625575066f, -0.0559430718421936f, -0.0641824230551720f, 0.1561771482229233f, -0.0724386796355247f, -0.0394818708300591f, 0.1269833445549011f, 0.0097798136994243f, 0.1472719758749008f, 0.1737971007823944f, -0.0346882119774818f, 0.0562359653413296f, 0.0555336065590382f, 0.0694529786705971f, 0.1553186476230621f, 0.2104387581348419f, -0.0189249664545059f, 0.2972865700721741f, -0.0696999207139015f, 0.0513410754501820f, 0.0050645316950977f, 0.0765809044241905f, 0.1058170944452286f, 0.0437974706292152f, -0.0911607369780540f, 0.0571125485002995f, 0.0115104215219617f, 0.0473373644053936f, -0.0210942197591066f, -0.0377595350146294f, 0.1031574532389641f, 0.0706454887986183f, -0.1675054430961609f, 0.0522268190979958f, -0.0341175757348537f, 0.0231215246021748f, -0.1711715161800385f, -0.0813240334391594f, -0.1619275957345963f, -0.0258402135223150f, -0.0848204642534256f, -0.0909969881176949f, -0.0130626549944282f, 0.0199521798640490f, 0.0581375509500504f, -0.1913820356130600f, -0.0087797967717052f, -0.2555371820926666f, 0.2163895219564438f, -0.0541884712874889f, -0.0054308683611453f, 0.1111702620983124f, -0.1593284904956818f, -0.0740808472037315f, 0.2224733531475067f, -0.0513053424656391f, 0.1199584230780602f, 0.1922366470098495f, -0.0418727956712246f, 0.0057660830207169f, 0.0032988502644002f, -0.0130077861249447f, 0.0032098842784762f, -0.1140648648142815f, -0.2786416411399841f, 0.2365940660238266f, -0.0835971459746361f, 0.1347545981407166f, 0.0411320663988590f, 0.0220124889165163f, 0.0565601103007793f, 0.1027578711509705f, -0.0236562602221966f, -0.0492152832448483f, 0.1145111098885536f, 0.0823987200856209f, -0.0371027477085590f, -0.1820722520351410f, 0.0697419866919518f, -0.0117600085213780f, 0.0061167790554464f, 0.1297914534807205f, -0.1644172817468643f, 0.0035404490772635f, -0.0173435471951962f, 0.0684957727789879f, 0.1962365359067917f, -0.0922697186470032f, -0.0574829168617725f, 0.1490569710731506f, -0.0972622334957123f, -0.1541267484426498f, -0.0680143013596535f, 0.0817918628454208f, 0.1640718877315521f, 0.1476038545370102f, -0.0824649855494499f, 0.0354053340852261f, -0.2287118583917618f, -0.0077088265679777f, 0.0679922550916672f, -0.1746877431869507f, -0.1511063277721405f, 0.1925625503063202f, 0.1068346574902534f, 0.1089938879013062f, -0.1291730552911758f, -0.0965140089392662f, 0.0454982779920101f, 0.2234114706516266f, -0.0128174517303705f, 0.2473996877670288f, -0.0166378486901522f, 0.0278355088084936f, 0.0667702853679657f, -0.0225169640034437f, 0.0414313077926636f, -0.0709195658564568f, -0.0837018266320229f, 0.0780024081468582f, -0.1734661906957626f, -0.0656869783997536f, 0.0733428597450256f, 0.0648859441280365f, 0.0039081568829715f, -0.0457383878529072f, 0.0404275543987751f, -0.0467595160007477f, 0.0956663414835930f, -0.0496917814016342f, -0.0134499892592430f, -0.0090498747304082f, 0.0530668087303638f, 0.0663934499025345f, 0.0348068587481976f, -0.2587448060512543f, 0.0642520263791084f, 0.0403823517262936f, -0.0967943742871284f, -0.0829663649201393f, -0.0665544569492340f, 0.0827835574746132f, 0.0809957683086395f, 0.1865558028221130f, -0.4260490536689758f, -0.0234052669256926f, -0.0702442824840546f, 0.0228931158781052f, 0.0724985674023628f, 0.0543253570795059f, -0.1038152799010277f, 0.1079066693782806f, 0.1137421876192093f, 0.3458546698093414f, -0.0292824059724808f, -0.0913921296596527f, 0.1047151088714600f, -0.0244737248867750f, -0.1102837026119232f, 0.0656955316662788f, 0.1411650925874710f, 0.0049554631114006f, 0.1728019416332245f, -0.0589350052177906f, -0.1334505677223206f, 0.0404225476086140f, -0.0113471252843738f, -0.1234225332736969f, -0.0214791521430016f, -0.0154145797714591f, 0.0057817567139864f, -0.0371882840991020f, -0.0113741355016828f, -0.0229314062744379f, -0.2104056775569916f, -0.0528435483574867f, -0.0049685160629451f, -0.2690499424934387f, -0.0805215910077095f, -0.0077239349484444f, -0.1805491298437119f, 0.1949715316295624f, -0.1066118851304054f, 0.1174533665180206f, 0.0333828143775463f, 0.1993417292833328f, 0.0822994783520699f, 0.0649797320365906f, 0.0017323129577562f, -0.1601581871509552f, -0.0343425571918488f, -0.3440316319465637f, -0.0734761059284210f, 0.0504644773900509f, 0.0479135587811470f, -0.1764235496520996f, 0.0880582407116890f, 0.0492375344038010f, -0.0246042050421238f, -0.0667268037796021f, 0.0833064466714859f, 0.0814240351319313f, 0.0816468074917793f, 0.0121304700151086f, 0.1622041910886765f, -0.0373354367911816f, -0.0840902999043465f, -0.2629553675651550f, -0.0347244776785374f, -0.2095862179994583f, 0.2080762684345245f, -0.0083513576537371f, -0.1165495216846466f, 0.0423861071467400f, -0.0002823342219926f, -0.0642386972904205f, 0.1169784441590309f, -0.0165287721902132f, -0.1193427368998528f, 0.0224290937185287f, 0.0312844291329384f, 0.0265623200684786f, 0.1696560382843018f, -0.0459463782608509f, 0.1745041757822037f, 0.0055804266594350f, 0.0449956469237804f, -0.1228013038635254f, -0.0596689805388451f, 0.0362015962600708f, -0.0076166610233486f, 0.0215802788734436f, 0.0014772025169805f, 0.0050764256156981f, 0.1066617742180824f, 0.0446214117109776f, -0.1321076452732086f, 0.0235739778727293f, -0.0927605405449867f, -0.0649248212575912f, 0.0930112004280090f, 0.0547035858035088f, 0.1803253889083862f, -0.0106190061196685f, -0.0421919971704483f, 0.0175105985254049f, 0.0559675022959709f, -0.0290975403040648f, -0.1005601286888123f, -0.2521570920944214f, 0.0141723789274693f, 0.0655799657106400f, 0.0713101327419281f, 0.0403162054717541f, 0.1513010114431381f, 0.0840884074568748f, -0.0163238123059273f, 0.0443655289709568f, -0.1442489922046661f, -0.0000286201830022f, 0.0136300912126899f, -0.1334576159715652f, 0.0164101310074329f, 0.1904837787151337f, -0.1002026721835136f, -0.0283141545951366f, 0.1682114005088806f, 0.0764474719762802f, 0.0313815511763096f, 0.0326362773776054f, 0.0413733534514904f, 0.0381677597761154f, -0.0115528823807836f, -0.1788433343172073f, -0.0241052880883217f, -0.0336951725184917f, 0.0592118501663208f, -0.0255791656672955f, -0.1788703203201294f, -0.0424824431538582f, -0.0367715694010258f, -0.0307217221707106f, -0.2187304794788361f, -0.0655889734625816f, 0.1212677061557770f, 0.1557164788246155f, -0.0285769384354353f, -0.1712760329246521f, 0.1868131905794144f, 0.0552734136581421f, -0.2206015884876251f, 0.0495539195835590f, -0.0995035320520401f, -0.1543704867362976f, 0.5281047821044922f, -0.0593253932893276f, -0.0451705045998096f, 0.0201253853738308f, 0.0321728512644768f, 0.0964026004076004f, -0.0961164757609367f, 0.1040094271302223f, 0.0742786750197411f, -0.1401248723268509f, -0.0840163081884384f, 0.0366384945809841f, 0.0891197547316551f, -0.0114902108907700f, 0.0139152454212308f, 0.1473547071218491f, -0.2027254253625870f, 0.1427373737096786f, -0.0287272129207850f, -0.1060566604137421f, -0.0806579440832138f, 0.0763323977589607f, -0.0669556781649590f, 0.1879978775978088f, -0.2247862964868546f, -0.0880662053823471f, 0.2293493449687958f, -0.0109390448778868f, 0.1007886081933975f, 0.1003312617540359f, 0.0775149986147881f, 0.0610520839691162f, -0.2086125314235687f, -0.0904736220836639f, -0.0374595001339912f, -0.0181420184671879f, 0.0269959047436714f, -0.1535955369472504f, 0.1103652119636536f, -0.0849204435944557f, 0.1647916138172150f, 0.2755997478961945f, 0.0068362359888852f, 0.0731195583939552f, 0.0991890877485275f, 0.0724862739443779f, 0.2324725985527039f, 0.0449298508465290f, 0.0039884485304356f, 0.0414748154580593f, 0.1115695834159851f, -0.1859960705041885f, -0.0494243763387203f, -0.1002294719219208f, -0.2005838304758072f, 0.0165393985807896f, 0.1911116540431976f, 0.1826690137386322f, -0.0650519356131554f, 0.0367582999169827f, -0.0604279674589634f, -0.0819679945707321f, 0.0110532911494374f, 0.1129723265767097f, 0.1455673426389694f, 0.1223503798246384f, -0.1387783288955688f, 0.0034823380410671f, 0.0743014141917229f, 0.0634629055857658f, 0.0211085733026266f, -0.0235922653228045f, -0.1429269313812256f, 0.1407868117094040f, 0.0569909997284412f, -0.0655489936470985f, -0.0209637153893709f, -0.0282189808785915f, 0.0165965817868710f, -0.0922788232564926f, -0.1405425369739532f, 0.1312199532985687f, 0.0149540472775698f, 0.0864631906151772f, 0.0120270224288106f, 0.1302533298730850f, 0.0851815044879913f, -0.3413860797882080f, -0.1011561602354050f, -0.0377544350922108f, 0.1621438711881638f, -0.0295340213924646f, -0.0144784161821008f, 0.1722636818885803f, -0.1198927313089371f, 0.0098854359239340f, 0.2547433972358704f, 0.1057946458458900f, -0.0726865381002426f, 0.2182331383228302f, -0.0524359047412872f, -0.0170265231281519f, 0.2205260396003723f, 0.0253858920186758f, 0.0703659132122993f, 0.2392407804727554f, 0.0154428454115987f, -0.0246252883225679f, -0.0005400188965723f, 0.1076791509985924f, 0.0371701344847679f, 0.4417640268802643f, -0.0905448496341705f, 0.0048756231553853f, -0.0667234286665916f, 0.0236065555363894f, -0.0460075139999390f, 0.0838640928268433f, 0.0113282287493348f, -0.0169237088412046f, 0.2710824012756348f, -0.1157330870628357f, 0.0540931448340416f, 0.3232085406780243f, -0.0693945810198784f, 0.0254445485770702f, 0.3601182699203491f, 0.1627245247364044f, 0.0172808784991503f, -0.1226656809449196f, -0.0115078799426556f, 0.0139475381001830f, -0.0993041619658470f, -0.0849993377923965f, -0.0254402067512274f, 0.4622512459754944f, 0.1410230696201324f, 0.1738828867673874f, -0.3187795579433441f, 0.0452790670096874f, -0.0430744662880898f, 0.0912373885512352f, 0.0157717857509851f, -0.0392933227121830f, 0.4113553166389465f, -0.0683187767863274f, -0.0299986656755209f, -0.0051438179798424f, -0.0135844787582755f, 0.0379728637635708f, 0.1640758961439133f, -0.0656882822513580f, 0.0680322200059891f, -0.0364254377782345f, -0.0667535737156868f, 0.0688440874218941f, 0.0243968684226274f, 0.0526280477643013f, -0.0196467917412519f, -0.0037935262080282f, 0.0584651492536068f, 0.0901323407888412f, -0.2060195654630661f, 0.0166560653597116f, 0.0193143077194691f, -0.0693000480532646f, -0.0058118053711951f, 0.0681619569659233f, -0.0341146476566792f, 0.1312854588031769f, 0.0349215827882290f, -0.1336696147918701f, -0.0728182867169380f, 0.0417305342853069f, 0.0944365933537483f, -0.1151940673589706f, -0.1289341002702713f, 0.2396414577960968f, -0.0730099529027939f, -0.0706257149577141f, 0.0893485695123672f, 0.0223447028547525f, 0.0577742457389832f, -0.1774707436561584f, -0.0533111691474915f, -0.0442084781825542f, -0.1267523318529129f, -0.0072809052653611f, -0.0257841926068068f, -0.1021227538585663f, -0.1534639149904251f, -0.0849351212382317f, 0.0488884598016739f, 0.0178933553397655f, -0.0086436681449413f, 0.0295312572270632f, 0.0294469874352217f, 0.0096987541764975f, -0.1443994492292404f, -0.0482364781200886f, 0.0188159644603729f, 0.0576046071946621f, 0.1132384389638901f, 0.0812878236174583f, 0.0969335809350014f, -0.1391676664352417f, -0.0822849571704865f, 0.1065761595964432f, 0.1097351089119911f, -0.1085064560174942f, -0.0517913959920406f, -0.0280004944652319f, 0.0627585947513580f, -0.1131491214036942f, -0.0900032669305801f, -0.1099423840641975f, 0.1321012526750565f, 0.1641872823238373f, -0.1826971173286438f, 0.1147996336221695f, 0.0561573728919029f, -0.0164269953966141f, -0.1270263791084290f, -0.0032529560849071f, 0.0284139439463615f, -0.0586479082703590f, -0.0063868141733110f, -0.0206021331250668f, -0.0191419962793589f, 0.0954675674438477f, 0.1438294649124146f, -0.3473969101905823f, -0.1067964658141136f, -0.4399400651454926f, -0.2645640075206757f, -0.0162304900586605f, 0.0315146595239639f, -0.0783731564879417f, -0.0490715242922306f, -0.1453975290060043f, 0.0770585983991623f, -0.0989120453596115f, 0.0496297702193260f, 0.0929115489125252f, 0.0315032973885536f, -0.0886250361800194f, -0.1281753927469254f, 0.0547010004520416f, -0.0239656660705805f, 0.1118113771080971f, -0.0161965116858482f, -0.0786007344722748f, -0.1325569599866867f, 0.0201882515102625f, 0.0387673825025558f, 0.2967460751533508f, -0.0987441614270210f, -0.0786463022232056f, -0.1064490750432014f, -0.0264120474457741f, 0.0565990805625916f, -0.0917375236749649f, 0.0718446597456932f, 0.0043706307187676f, 0.3735512793064117f, -0.1501050293445587f, -0.0428035557270050f, 0.2364259213209152f, -0.0506985075771809f, 0.0219576265662909f, -0.0169963296502829f, 0.1642770320177078f, 0.1439498811960220f, -0.3296299874782562f, -0.0469635538756847f, 0.0192383341491222f, -0.0493768639862537f, -0.0694084018468857f, -0.1057134792208672f, 0.2834724187850952f, 0.0636288300156593f, 0.1275113224983215f, -0.1968575716018677f, 0.0940595716238022f, 0.0096344538033009f, 0.0956815853714943f, 0.1084114015102386f, -0.0258583761751652f, 0.1557440757751465f, -0.0247853640466928f, -0.0467630289494991f, -0.1182371303439140f, 0.0804518535733223f, -0.0090874489396811f, -0.1295670121908188f, -0.1290238648653030f, -0.0271600615233183f, -0.0391778647899628f, 0.1711533218622208f, 0.1384550184011459f, -0.0036798722576350f, 0.0315732397139072f, -0.0685901790857315f, -0.0080957300961018f, 0.1153695359826088f, -0.1862816810607910f, -0.0848787650465965f, 0.1160581260919571f, 0.0518346615135670f, -0.3041551411151886f, -0.0873452350497246f, -0.1046448573470116f, 0.0361156538128853f, 0.0662140324711800f, -0.1813657730817795f, 0.0298323314636946f, 0.0678937658667564f, 0.0678702592849731f, 0.1571369022130966f, -0.1706527173519135f, 0.0548884719610214f, 0.2436673641204834f, -0.0541529022157192f, -0.0000467241043225f, -0.0303901154547930f, 0.0103541212156415f, 0.0089501673355699f, -0.0781519487500191f, -0.1194573789834976f, -0.2795804142951965f, 0.1451189070940018f, -0.0139362402260303f, 0.0339517705142498f, -0.1312600523233414f, -0.2174713164567947f, -0.0525599829852581f, 0.1290486901998520f, -0.0257349684834480f, -0.1115811020135880f, 0.2748901546001434f, 0.0393668524920940f, 0.0317930728197098f, 0.4636239111423492f, -0.0551396459341049f, 0.1887559145689011f, 0.0550292544066906f, -0.0289282985031605f, 0.0104730501770973f, -0.4484502375125885f, 0.0141541780903935f, 0.1149188354611397f, -0.3936622440814972f, 0.0530975386500359f, 0.0867408215999603f, -0.6206668019294739f, -0.0071484870277345f, 0.1407564282417297f, 0.4048687219619751f, 0.0102988751605153f, 0.1126826927065849f, -0.3886005580425262f, 0.0219266563653946f, -0.0090105570852757f, 0.0347419716417789f, -0.0035865020472556f, -0.0875924676656723f, -0.0937538892030716f, -0.0466389879584312f, -0.2162764668464661f, -0.0508437566459179f, -0.0085746841505170f, 0.0229612179100513f, -0.3021938502788544f, -0.0169742237776518f, 0.1443880945444107f, -0.4054447412490845f, 0.0306759905070066f, -0.0892804935574532f, 0.2963629364967346f, -0.0034372138325125f, -0.0153927374631166f, 0.1537635624408722f, 0.0164373330771923f, -0.0016859603347257f, 0.0996341854333878f, 0.1057733222842216f, -0.0901422649621964f, 0.0723073184490204f, 0.1559722870588303f, -0.1988085806369781f, 0.0290211569517851f, 0.0209284834563732f, -0.0050694392994046f, -0.1049600914120674f, 0.0124571649357677f, -0.0747912004590034f, 0.2054199278354645f, 0.0013141349190846f, 0.0459637716412544f, 0.0703571885824203f, 0.0345760956406593f, -0.3032391965389252f, -0.6264198422431946f, -0.2439969182014465f, -0.2732734680175781f, -1.0012452602386475f, -1.3258676528930664f, 0.2801207900047302f, -0.2818130552768707f, -0.2798595428466797f, 0.8663133382797241f, -0.3753421604633331f, -0.4753561615943909f, -0.6186923384666443f, 1.0357989072799683f, 0.7240687012672424f, 0.3709774017333984f, -0.0253006611019373f, 0.0338253080844879f, -0.0078924065455794f, -0.1646356135606766f, -0.0918099135160446f, -0.1980635970830917f, 0.0072256806306541f, 0.1327337920665741f, 0.0703311935067177f, 0.3035092055797577f, 0.0042947977781296f, 0.2256817519664764f, 0.1895431131124496f, -0.0156980082392693f, -0.1045313179492950f, 0.1442860513925552f, 0.3945783972740173f, 0.1357362419366837f, -0.2346534579992294f, 0.1317862272262573f, -0.1186003237962723f, -0.3326807618141174f, -0.2119541168212891f, -0.3029978871345520f, 0.3378515839576721f, 0.1568422466516495f, 0.0934737622737885f, -0.1653705686330795f, 0.1522905826568604f, 0.2276333868503571f, 0.1196017563343048f, -0.3107661008834839f, -0.0909203514456749f, 0.2581131458282471f, 0.0088928397744894f, -0.2152986377477646f, -0.0987849459052086f, -0.0088109150528908f, 0.2027184367179871f, -0.0545925684273243f, 0.1328017860651016f, 0.0588463693857193f, -0.0900785848498344f, -0.0442989990115166f, 0.0604886934161186f, -0.2021028548479080f, -0.0698685199022293f, -0.1366670578718185f, 0.2589800357818604f, -0.0819644778966904f, 0.1098162159323692f, 0.2960729598999023f, -0.1590624451637268f, -0.1336583644151688f, -0.0241898503154516f, 0.0429157651960850f, -0.0080243879929185f, 0.1027177497744560f, -0.1774733066558838f, 0.1869569569826126f, -0.2244207412004471f, -0.1368557363748550f, 0.0389513373374939f, -0.0007080949144438f, 0.0174396689981222f, -0.1355665028095245f, 0.0134094543755054f, -0.1637428402900696f, -0.0793871060013771f, 0.0832526683807373f, -0.1291355192661285f, 0.0216229520738125f, -0.1438226848840714f, 0.0760092437267303f, 0.2524774372577667f, 0.0655423030257225f, -0.1148106902837753f, -0.0236899610608816f, 0.1688507497310638f, -0.2370918244123459f, 0.0514072142541409f, 0.2185457944869995f, 0.1784310340881348f, -0.0315604768693447f, 0.0719325542449951f, 0.1505369246006012f, -0.1592594981193542f, 0.0121011259034276f, -0.2274126261472702f, -0.1976662576198578f, 0.1957280933856964f, 0.1765169650316238f, -0.2051277607679367f, -0.1730530858039856f, -0.1979852616786957f, 0.3615155518054962f, 0.3741677701473236f, -0.2076333612203598f, -0.1702165156602859f, -0.0619851760566235f, 0.0070632887072861f, -0.0590176060795784f, 0.0667605027556419f, -0.2083363980054855f, -0.1294957846403122f, -0.0074886716902256f, 0.1783380657434464f, 0.0749479830265045f, -0.0355392768979073f, 0.2894524633884430f, 0.2564170956611633f, 0.0038568824529648f, 0.2978950142860413f, 0.0853502750396729f, -0.0305218901485205f, 0.0291305277496576f, 0.3550661206245422f, -0.0895586311817169f, -0.1463329195976257f, 0.0648424923419952f, 0.0757333561778069f, 0.0327917151153088f, -0.1024415343999863f, 0.2084367871284485f, -0.0217525456100702f, -0.4769421219825745f, -0.3785683512687683f, -0.0335796102881432f, 0.1008575707674026f, 0.0087126754224300f, -0.0343923754990101f, -0.0425086170434952f, -0.0209592673927546f, 0.1251306235790253f, 0.0355550497770309f, 0.0068214931525290f, 0.2665170133113861f, 0.0341094918549061f, 0.4635617136955261f, 0.2632798254489899f, 0.1272037029266357f, 0.1077958196401596f, 0.2647193670272827f, 0.0669995248317719f, 0.1318445652723312f, 0.1324582844972610f, 0.1921251714229584f, 0.1404682099819183f, -0.2233471423387527f, 0.1426144838333130f, -0.1847404688596725f, 0.0951095446944237f, -0.2454398125410080f, 0.1953165233135223f, 0.4223902225494385f, -0.1328768134117126f, 0.3411170244216919f, 0.2617155611515045f, -0.1900720000267029f, 0.1933302283287048f, -0.1863723248243332f, 0.1681673973798752f, 0.0569370202720165f, 0.0104844737797976f, 0.1133086979389191f, 0.0163585506379604f, -0.1124368757009506f, -0.1118910014629364f, 0.0594515167176723f, 0.2218105792999268f, 0.2390155494213104f, 0.0442590750753880f, 0.1105054914951324f, -0.0091111436486244f, 0.0285639464855194f, 0.1900921463966370f, 0.0225279629230499f, -0.1937257945537567f, 0.0506263412535191f, 0.1901484578847885f, 0.0287256091833115f, -0.0917770341038704f, -0.1652656793594360f, 0.0563308894634247f, 0.0345742329955101f, -0.2050852924585342f, -0.1709970980882645f, -0.0729691162705421f, -0.0831539109349251f, -0.0183513592928648f, 0.0741600990295410f, 0.0475824549794197f, 0.1603699326515198f, 0.1099578738212585f, 0.1154967322945595f, -0.2261984646320343f, -0.2510952353477478f, 0.0084796370938420f, -0.1360973119735718f, 0.0543450340628624f, -0.0698429346084595f, 0.2116834074258804f, -0.3191289901733398f, -0.0796104893088341f, -0.1339562237262726f, -0.0719490945339203f, 0.2267836928367615f, 0.3290937542915344f, 0.0661129355430603f, 0.1043818369507790f, -0.2237017899751663f, 0.2013952583074570f, 0.1416327655315399f, 0.0740756466984749f, -0.1644253730773926f, -0.2792907953262329f, -0.1050426959991455f, -0.2888323068618774f, 0.0495863221585751f, -0.2576062977313995f, 0.3629856407642365f, -0.0561652183532715f, -0.0268253665417433f, -0.2722640335559845f, 0.0442818813025951f, -0.1472585499286652f, -0.2282950580120087f, 0.1831692457199097f, -0.2176671922206879f, 0.1051176115870476f, -0.1668638288974762f, -0.1173504441976547f, -0.2709502577781677f, -0.2656946480274200f, -0.1475139558315277f, 0.1207477301359177f, -0.0973233133554459f, -0.2450150251388550f, 0.2611695230007172f, 0.2505355477333069f, 0.2674470245838165f, -0.1314955055713654f, -0.1081497818231583f, 0.2497299015522003f, 0.2257796078920364f, -0.1988011896610260f, 0.0034446194767952f, -0.3968182206153870f, -0.0623396188020706f, -0.2509850859642029f, 0.0032006748951972f, -0.1647554337978363f, 0.0206777416169643f, -0.0301202498376369f, -0.1338276565074921f, 0.1377921402454376f, 0.2450020909309387f, -0.2526237666606903f, 0.2729174494743347f, -0.1901772916316986f, 0.2344649732112885f, -0.0203720871359110f, -0.1428395509719849f, -0.0399975702166557f, -0.0432773232460022f, 0.1536655426025391f, 0.2337318807840347f, 0.1467320322990417f, 0.1074140593409538f, 0.0985511317849159f, -0.2412624061107635f, 0.1072347313165665f, 0.0433877669274807f, 0.0023047269787639f, 0.0919980034232140f, -0.0361001417040825f, -0.0372597202658653f, -0.1661476939916611f, -0.0380265899002552f, -0.0475913062691689f, -0.1309125870466232f, -0.0093779154121876f, 0.0466589555144310f, -0.0041303285397589f, -0.0222072862088680f, -0.0739273577928543f, 0.1544621735811234f, 0.0375330895185471f, 0.1129011437296867f, 0.0810049548745155f, -0.0545601435005665f, -0.0811251029372215f, 0.0703492015600204f, -0.0149800525978208f, 0.0031041577458382f, -0.1821993142366409f, 0.0120565844699740f, 0.1233964115381241f, 0.2210805118083954f, 0.0129281794652343f, -0.0376013144850731f, -0.1587266623973846f, 0.0817970335483551f, 0.0570541247725487f, -0.0918601900339127f, 0.0061619211919606f, -0.0208963491022587f, -0.0735984146595001f, -0.0238807722926140f, -0.0727208629250526f, 0.1067613437771797f, 0.2111812084913254f, -0.0347680747509003f, 0.1537873893976212f, 0.0248753167688847f, 0.0084962490946054f, 0.1156254038214684f, 0.0768081769347191f, -0.2271809875965118f, -0.0055162278003991f, -0.1127946376800537f, -0.0400045476853848f, -0.0667702481150627f, 0.0884087383747101f, 0.0182820688933134f, 0.0074947499670088f, -0.1003952622413635f, -0.1768623590469360f, -0.1174667552113533f, -0.0496539771556854f, 0.0553314834833145f, -0.1301648169755936f, -0.0462195090949535f, 0.0057578305713832f, 0.0845487043261528f, -0.0270953364670277f, -0.1273090541362762f, 0.0608531832695007f, 0.0899915918707848f, 0.0206847153604031f, 0.2443225830793381f, -0.0354200452566147f, -0.0503982007503510f, 0.2470924854278564f, 0.0085757272318006f, -0.0867473557591438f, 0.1165292859077454f, -0.0409424193203449f, -0.0436747148633003f, -0.1763757914304733f, 0.0978541001677513f, 0.2161694467067719f, -0.3850643932819366f, 0.1187161281704903f, -0.0357997603714466f, -0.1437176465988159f, -0.1131299883127213f, -0.0855569690465927f, -0.2599907815456390f, 0.1289864629507065f, 0.2414320856332779f, 0.1668132990598679f, 0.0564913451671600f, 0.0296138748526573f, -0.0913322642445564f, 0.0472583435475826f, 0.1302909553050995f, 0.2297879159450531f, 0.0802699476480484f, -0.0256160814315081f, 0.3195768594741821f, 0.0775821655988693f, -0.0365741737186909f, 0.0010016243904829f, 0.1162890195846558f, 0.1723977327346802f, -0.0599873811006546f, -0.0098594343289733f, -0.2206690311431885f, -0.1260997056961060f, -0.0182053167372942f, 0.0212463047355413f, 0.0374650396406651f, 0.0525932535529137f, -0.2100900262594223f, 0.0637548416852951f, -0.0449070595204830f, 0.0195820834487677f, 0.1980225145816803f, -0.0580067113041878f, -0.1315224170684814f, 0.0422612018883228f, -0.0537093505263329f, -0.0886000171303749f, -0.1188128441572189f, 0.0422750711441040f, 0.0389108844101429f, -0.0566560700535774f, -0.1242708340287209f, -0.0474266856908798f, 0.0249012187123299f, 0.0362314879894257f, 0.0236235037446022f, 0.0708955749869347f, 0.0439661294221878f, -0.1599135696887970f, 0.0263220127671957f, -0.2722070515155792f, 0.1700138449668884f, 0.1205966100096703f, -0.0819269493222237f, 0.0463206507265568f, -0.1805413961410522f, -0.1123745217919350f, 0.2052400708198547f, -0.0076270671561360f, -0.0382678434252739f, -0.0385302454233170f, -0.0219239499419928f, 0.0303144436329603f, -0.0358049012720585f, 0.0276904609054327f, -0.0898280069231987f, -0.0741829499602318f, 0.3357211947441101f, -0.0371344462037086f, -0.1221411600708961f, 0.1134290173649788f, -0.0282409675419331f, -0.0139400931075215f, 0.0047656726092100f, -0.0074120322242379f, -0.1100556179881096f, -0.3711696267127991f, -0.0211378987878561f, -0.0873177573084831f, 0.0004554337938316f, -0.0733881592750549f, -0.0374477170407772f, 0.1944262385368347f, -0.0025719904806465f, -0.0586463026702404f, -0.2456384301185608f, -0.0221239402890205f, -0.0729346126317978f, -0.0169352293014526f, 0.0866989865899086f, 0.2062692642211914f, -0.0212806407362223f, 0.0525099150836468f, -0.0557359829545021f, -0.1311449557542801f, -0.0469792634248734f, -0.0544828064739704f, 0.3678620159626007f, 0.0528339222073555f, 0.1756673008203506f, -0.2967993319034576f, 0.0055691082961857f, 0.0384243987500668f, 0.1723595857620239f, 0.0495832301676273f, 0.1458909511566162f, -0.0490891523659229f, -0.1226615980267525f, -0.1557338535785675f, -0.0607385896146297f, 0.1357278078794479f, 0.0863479524850845f, 0.0766543224453926f, -0.0288600008934736f, -0.1299743503332138f, -0.0993226468563080f, 0.0096171228215098f, 0.0107811084017158f, 0.2146959155797958f, -0.0871033370494843f, -0.0375247746706009f, 0.0140088750049472f, -0.0019432924455032f, -0.1146521568298340f, -0.0902030840516090f, 0.1024527922272682f, 0.0358513966202736f, 0.0059022447094321f, 0.0427606776356697f, -0.1340789198875427f, -0.1579684019088745f, 0.0895321965217590f, -0.0410166196525097f, -0.2494638413190842f, -0.0409696698188782f, -0.0344065614044666f, -0.2630114853382111f, 0.0016339537687600f, 0.2558549940586090f, -0.2259149998426437f, 0.1331559568643570f, 0.0443543940782547f, 0.0708956122398376f, -0.1740933209657669f, -0.0425038710236549f, 0.1253487467765808f, 0.1152227669954300f, 0.1957788169384003f, -0.5599631071090698f, 0.0985241979360580f, 0.1642998009920120f, -0.1156466007232666f, -0.0676484778523445f, 0.0794230997562408f, -0.1419068872928619f, -0.0918150320649147f, 0.0466563664376736f, 0.3537230789661407f, 0.0564159266650677f, -0.0051053771749139f, -0.0638283491134644f, 0.0642901957035065f, -0.1013647466897964f, 0.0615320950746536f, -0.0756023228168488f, 0.0690750777721405f, 0.1885901540517807f, -0.0607215799391270f, -0.0040640304796398f, 0.0801140069961548f, -0.0908570438623428f, -0.1206392645835876f, 0.1519626975059509f, -0.0325112156569958f, 0.1020910665392876f, -0.1146379858255386f, 0.0141586381942034f, 0.0739868879318237f, -0.0530798323452473f, -0.0662112310528755f, -0.0637044236063957f, -0.0249007381498814f, 0.0149542074650526f, -0.0012656626058742f, -0.0732537582516670f, 0.0538859777152538f, 0.1639149636030197f, 0.0793587267398834f, -0.1282541155815125f, 0.0699296891689301f, -0.1097554042935371f, -0.0521729700267315f, -0.0846873074769974f, 0.0270321667194366f, 0.0737119019031525f, 0.1516431272029877f, 0.2964258790016174f, 0.0257327798753977f, -0.0285826604813337f, 0.0490518659353256f, 0.0217839088290930f, 0.0344058647751808f, -0.1000839099287987f, -0.1042647361755371f, 0.0053793382830918f, -0.1016796901822090f, 0.0112814828753471f, 0.0548789016902447f, -0.0037280607502908f, -0.0957434922456741f, 0.2130388021469116f, -0.0577295236289501f, 0.0897928997874260f, -0.0031284091528505f, 0.1368844956159592f, -0.0322546549141407f, 0.0887238085269928f, -0.0485908612608910f, -0.0250825583934784f, -0.0479693487286568f, -0.0106465555727482f, 0.0706992074847221f, 0.1253432035446167f, -0.2202062308788300f, 0.0124980676919222f, 0.1927376836538315f, 0.1142157763242722f, 0.0980802029371262f, 0.0023744266945869f, 0.0340724028646946f, -0.0716418325901031f, 0.1174765750765800f, 0.0157410521060228f, 0.0823358371853828f, -0.4561552703380585f, -0.0233676321804523f, -0.0000006719886301f, -0.1474576294422150f, -0.0921777710318565f, -0.0961609706282616f, -0.1247412115335464f, 0.0059045576490462f, 0.1224353387951851f, 0.1804962158203125f, -0.1504284590482712f, 0.1576900184154510f, 0.1414192318916321f, -0.1014619171619415f, -0.0238015074282885f, 0.2908191978931427f, -0.1771473884582520f, -0.0082972012460232f, -0.1829132735729218f, 0.1811264008283615f, 0.0028375682886690f, 0.0338907316327095f, 0.3937990963459015f, -0.0343863815069199f, 0.0162885319441557f, 0.1933619081974030f, 0.0055158156901598f, -0.1782787591218948f, -0.3179556131362915f, 0.0144034633412957f, -0.0552674718201160f, 0.6932715773582458f, 0.0461403317749500f, 0.0817910358309746f, 0.3876192867755890f, 0.0188721381127834f, -0.0116732241585851f, 0.5422612428665161f, 0.0031952089630067f, 0.0650238916277885f, -0.4561599493026733f, 0.0335664339363575f, 0.1119316518306732f, 1.1053860187530518f, -0.0057780803181231f, 0.0979569256305695f, 1.1332534551620483f, -0.0553686283528805f, -0.3367507159709930f, 1.1718527078628540f, 0.0057616662234068f, 0.0829684212803841f, -0.3009597063064575f, 0.0235592909157276f, 0.0434921272099018f, -0.9452955722808838f, -0.0267760343849659f, -0.1614509522914886f, -0.1919398009777069f, -0.0191173478960991f, -0.1097175925970078f, -0.5396414399147034f, -0.0294919740408659f, -0.0476139225065708f, 0.0471649207174778f, -0.1554540693759918f, -0.1853116601705551f, -0.0006790581392124f, 0.0115356668829918f, 0.1161828115582466f, 0.0162325259298086f, -0.2171325683593750f, -0.0990257039666176f, -0.2797844111919403f, 0.0267232861369848f, -0.1186801940202713f, 0.0347973108291626f, -0.0134588629007339f, -0.0146396039053798f, 0.1393268108367920f, -0.0702967867255211f, -0.0646019279956818f, 0.1351034939289093f, -0.0655071437358856f, 0.0054446016438305f, 0.1520757526159286f, -0.0914036110043526f, -0.0510194934904575f, -0.3284853994846344f, 0.0541203469038010f, -0.0144345546141267f, 0.0783040821552277f, -0.0535695478320122f, -0.1217158138751984f, -0.1009971946477890f, 0.1533527374267578f, 0.1853719353675842f, -0.2185774147510529f, 0.0031053461134434f, 0.0243307203054428f, -0.0105732092633843f, -0.0066633564420044f, -0.0065743084996939f, -0.2404791116714478f, 0.0879125297069550f, 0.1992384642362595f, -0.3012913167476654f, 0.0501162968575954f, 0.1347581595182419f, -0.1512281447649002f, 0.1129892766475677f, 0.0277744550257921f, -0.0388805419206619f, -0.2595855891704559f, 0.0207540802657604f, 0.0612765513360500f, 0.1031953841447830f, -0.0694367885589600f, -0.1078882962465286f, -0.2568969130516052f, 0.0011223681503907f, -0.1231435388326645f, 0.0707387924194336f, -0.0027113056275994f, -0.0439813248813152f, -0.0157297309488058f, 0.0081186806783080f, 0.0844228044152260f, 0.0012503468897194f, -0.0421150512993336f, 0.1124999076128006f, 0.1015276908874512f, 0.0306430719792843f, 0.1293505132198334f, 0.0185103639960289f, -0.2038096040487289f, 0.0207227300852537f, 0.2016383409500122f, -0.0870957300066948f, 0.1730916500091553f, -0.1318205595016479f, -0.0261460617184639f, -0.0568961128592491f, -0.1497796177864075f, 0.0210582427680492f, -0.0797210484743118f, -0.0971746370196342f, 0.0156109407544136f, -0.2230744510889053f, -0.0778070241212845f, -0.0465305894613266f, 0.0248477719724178f, -0.1859313249588013f, 0.0926006361842155f, 0.1844630092382431f, 0.0971203818917274f, -0.0851901322603226f, -0.0584502927958965f, -0.1572157293558121f, 0.1957768648862839f, -0.0640770792961121f, -0.2474796473979950f, -0.1705325990915298f, -0.0714155584573746f, 0.0788560137152672f, 0.0085481246933341f, -0.0641366764903069f, -0.1159530654549599f, 0.0509161539375782f, 0.3176740407943726f, -0.1517817676067352f, -0.0634795203804970f, -0.1353811323642731f, -0.0441518500447273f, -0.0811629667878151f, 0.1154484674334526f, 0.0197824463248253f, -0.0756083428859711f, 0.0201077442616224f, 0.0976702645421028f, 0.0382740758359432f, 0.0873170197010040f, 0.0472518131136894f, -0.0620307885110378f, 0.4918564856052399f, 0.0398779027163982f, 0.0619361139833927f, -0.1299195438623428f, -0.0637084022164345f, -0.0279254652559757f, -0.1408895403146744f, 0.0165728088468313f, 0.0859600976109505f, -0.0569353774189949f, -0.0603900104761124f, -0.0389042794704437f, -0.1315126419067383f, -0.1278192996978760f, -0.1176947280764580f, 0.0604958534240723f, 0.1457364857196808f, 0.2576144039630890f, 0.2584804594516754f, 0.0678561255335808f, 0.1018837317824364f, 0.0878392010927200f, 0.0240693222731352f, -0.0066971965134144f, 0.1599958240985870f, -0.1120248213410378f, -0.0165915973484516f, 0.1346962898969650f, 0.0322082377970219f, -0.0304463207721710f, 0.2521690130233765f, -0.1017533615231514f, -0.0757516324520111f, 0.2171749174594879f, -0.0002234512794530f, 0.0868634805083275f, 0.1039585024118423f, -0.0549845844507217f, 0.0201584603637457f, 0.0629774034023285f, -0.0609563291072845f, -0.1178759112954140f, -0.2998937070369720f, 0.0225755348801613f, 0.0715130418539047f, 0.1138006672263145f, -0.0463526435196400f, -0.0151628507301211f, 0.3981377482414246f, 0.0318189635872841f, -0.0821706056594849f, -0.0359763018786907f, -0.0280167981982231f, -0.0368989743292332f, 0.0817688107490540f, 0.1179616674780846f, 0.1816166192293167f, -0.3387052416801453f, 0.0125588783994317f, -0.0337966158986092f, 0.0305429156869650f, -0.0764550939202309f, -0.1010136753320694f, -0.1053711250424385f, 0.1702450215816498f, 0.1822928786277771f, 0.1857831329107285f, 0.0795813873410225f, 0.0632570311427116f, -0.0062402361072600f, 0.0500121377408504f, -0.0212455932050943f, 0.3520399332046509f, -0.0679248347878456f, -0.0288789737969637f, 0.3590849041938782f, -0.0330481305718422f, 0.0675571933388710f, -0.1975956410169601f, -0.1328265070915222f, -0.0298210475593805f, 0.1643951386213303f, 0.0228595975786448f, 0.1158242225646973f, 0.1760519593954086f, 0.0057220677845180f, -0.0123360119760036f, 0.0774640589952469f, -0.0634230747818947f, -0.1036548316478729f, -0.0870916545391083f, 0.0722195133566856f, 0.0703595280647278f, 0.1509282290935516f, -0.0244495328515768f, -0.0024995456915349f, -0.0257911588996649f, 0.0618958808481693f, -0.1321187615394592f, 0.1083598360419273f, -0.0621230565011501f, 0.0111669423058629f, -0.1022806763648987f, 0.1334842592477798f, 0.2287627756595612f, -0.0934759974479675f, 0.1022763326764107f, 0.0296244472265244f, -0.1232114657759666f, -0.0502394214272499f, -0.0207374021410942f, 0.2256766855716705f, 0.1509632468223572f, 0.1096458137035370f, 0.1305897533893585f, 0.0946663618087769f, 0.0735818818211555f, 0.1303192526102066f, 0.0681874454021454f, 0.1192929521203041f, 0.0898978337645531f, -0.0189084243029356f, 0.1058107018470764f, 0.0510280802845955f, -0.0718338489532471f, -0.0879809558391571f, 0.0031629221048206f, -0.1046181470155716f, -0.0169915612787008f, 0.0278237853199244f, -0.1024666130542755f, -0.1465166211128235f, 0.0196753069758415f, 0.0542838908731937f, 0.0463965535163879f, -0.0666163563728333f, 0.0583342649042606f, -0.0619718618690968f, 0.1499993056058884f, 0.0658723711967468f, 0.0322192385792732f, 0.0166597310453653f, 0.0314100906252861f, -0.0728576853871346f, 0.1497338563203812f, 0.0786861330270767f, -0.2315355390310287f, -0.0307714585214853f, 0.0138852046802640f, 0.0444737710058689f, -0.0178366340696812f, -0.1525228321552277f, 0.0360899604856968f, 0.1387436389923096f, 0.0485521294176579f, -0.0982960686087608f, -0.0788924843072891f, -0.0034131559077650f, -0.0067238863557577f, -0.0492293834686279f, -0.1305403411388397f, 0.1431712359189987f, 0.0813627690076828f, -0.0349138639867306f, -0.0896352455019951f, 0.0699837729334831f, -0.1102239564061165f, 0.2257417738437653f, -0.1284259706735611f, -0.0967574194073677f, -0.1237919554114342f, -0.0855020955204964f, 0.0784973800182343f, 0.0671424865722656f, 0.0243165027350187f, -0.1310917288064957f, -0.1746931523084641f, 0.0726330354809761f, -0.0390232577919960f, 0.1295467168092728f, -0.0093856267631054f, -0.0194841772317886f, -0.0693997964262962f, -0.0482497923076153f, -0.0004215279768687f, -0.0373230390250683f, -0.1239394918084145f, -0.0393771231174469f, 0.0731801167130470f, -0.1195040568709373f, -0.0198368262499571f, -0.0783863365650177f, 0.0995682328939438f, -0.0094440272077918f, -0.0268889330327511f, -0.1358914375305176f, 0.0100499065592885f, 0.0493746437132359f, 0.1235748231410980f, -0.0472690090537071f, 0.0446495003998280f, 0.0356867313385010f, -0.0599660724401474f, 0.1259299963712692f, -0.0365311019122601f, -0.0196294058114290f, -0.1482785940170288f, 0.0514592193067074f, -0.0887195691466331f, 0.0559983290731907f, -0.1468140929937363f, -0.0260523930191994f, -0.0345228537917137f, -0.1077378168702126f, -0.0360951349139214f, 0.0912763848900795f, 0.1183215901255608f, 0.0093327602371573f, 0.0721995085477829f, -0.2526864111423492f, -0.0218491051346064f, 0.0038491834420711f, -0.1984527409076691f, -0.0027201306074858f, -0.0438411124050617f, 0.0071242265403271f, -0.0104242702946067f, 0.0981302261352539f, 0.1836938858032227f, 0.0156839434057474f, 0.0132135199382901f, -0.4767211079597473f, -0.0093587888404727f, -0.0117981098592281f, -0.1667831987142563f, -0.0080045768991113f, -0.0097699454054236f, -0.3658328652381897f, 0.0217447225004435f, -0.0676950141787529f, 0.1498678624629974f, 0.0131524810567498f, -0.0329774543642998f, -0.5435885190963745f, -0.0039872289635241f, -0.0327502191066742f, -0.3668422102928162f, -0.0254254136234522f, 0.1125988811254501f, -0.4369912445545197f, -0.0173652395606041f, -0.0108449738472700f, 0.1550551652908325f, -0.0021074565593153f, -0.0287794414907694f, 0.4194664657115936f, -0.0298372842371464f, 0.0348758026957512f, -0.0781351178884506f, 0.0139163359999657f, 0.0198636911809444f, 0.0710014253854752f, -0.0067253694869578f, 0.0036573808174580f, 0.0304828379303217f, -0.0222050398588181f, 0.0668700188398361f, -0.1172292307019234f, 0.0557696856558323f, 0.0668816044926643f, -0.0610916800796986f, -0.1486452966928482f, 0.0693650990724564f, -0.0921343713998795f, 0.0402981974184513f, 0.0285329185426235f, -0.0718525126576424f, 0.0347774028778076f, -0.0259605646133423f, 0.0124837551265955f, 0.0200376994907856f, -0.2360414713621140f, 0.8088269233703613f, 0.3666249215602875f, 0.7275481820106506f, 0.0708103999495506f, 0.6654303669929504f, 0.2556853294372559f, -0.7762141823768616f, -1.0435554981231689f, 0.5503522157669067f, 1.1235927343368530f, 1.3195496797561646f, -0.5474681258201599f, 0.6897432208061218f, -0.0716017559170723f, 0.5024916529655457f, 0.0475910380482674f, -0.0302082784473896f, -0.2625969052314758f, 0.2297173440456390f, -0.0617483593523502f, 0.0624447651207447f, 0.0683373436331749f, 0.4028191268444061f, 0.1021604314446449f, -0.0515899620950222f, -0.0147278262302279f, -0.0859885066747665f, -0.2307883501052856f, 0.0208108443766832f, -0.1236502379179001f, 0.3084643781185150f, -0.0168251488357782f, -0.2033080607652664f, -0.1506783068180084f, 0.1777284145355225f, 0.1167847439646721f, 0.1655934005975723f, 0.0945790633559227f, -0.2482723742723465f, 0.1792757809162140f, 0.0215896368026733f, 0.2340768277645111f, -0.2441953122615814f, 0.1561125516891479f, -0.1287454515695572f, 0.0588276684284210f, -0.0543488189578056f, -0.1089449524879456f, 0.1524713039398193f, -0.1809474229812622f, -0.1818275600671768f, 0.1946217715740204f, -0.1268916279077530f, 0.0450930073857307f, -0.0236995536834002f, -0.0902123153209686f, -0.2739755511283875f, -0.1979535222053528f, -0.0264006275683641f, -0.0261624027043581f, 0.1690888106822968f, 0.1718302667140961f, -0.1651113927364349f, -0.1195175573229790f, -0.1537057012319565f, 0.0746699571609497f, 0.1099733188748360f, -0.1748132258653641f, -0.0469941720366478f, -0.1500727087259293f, -0.0732865855097771f, 0.2118384242057800f, 0.0784979015588760f, 0.1901907175779343f, -0.2691223919391632f, -0.0251511838287115f, 0.0511631816625595f, -0.0172951463609934f, -0.1373666524887085f, -0.1197123304009438f, 0.2054472267627716f, 0.0918495133519173f, 0.2860390841960907f, 0.1238257735967636f, 0.1382637470960617f, -0.0250368956476450f, 0.0668867900967598f, -0.0732767581939697f, 0.0406535491347313f, 0.0686183348298073f, 0.0924964919686317f, -0.0229020249098539f, -0.1721753180027008f, -0.0563538670539856f, 0.0349142886698246f, -0.1468899846076965f, -0.0957385376095772f, -0.0174824818968773f, -0.0131684299558401f, 0.0743657872080803f, -0.2585874795913696f, -0.1986766606569290f, 0.2757526636123657f, -0.1646734029054642f, 0.1287933140993118f, 0.0010635402286425f, 0.0559434778988361f, 0.2513576745986938f, -0.1325760632753372f, 0.1562484353780746f, 0.2422229349613190f, 0.1419349908828735f, -0.2494964450597763f, 0.0465989075601101f, 0.1606212556362152f, -0.0089199114590883f, 0.0974808558821678f, 0.0107071595266461f, 0.1229511871933937f, -0.1826544702053070f, -0.1404869109392166f, 0.1565381437540054f, -0.1284366995096207f, 0.2026359289884567f, 0.0501506961882114f, 0.2306211292743683f, -0.0552665814757347f, 0.2426324784755707f, 0.0018783777486533f, 0.0851922035217285f, -0.1322316527366638f, 0.3079032003879547f, 0.0041848071850836f, -0.4812103211879730f, -0.0613851845264435f, 0.3128149807453156f, 0.0507771335542202f, -0.2506083548069000f, -0.2074258178472519f, 0.0962183251976967f, 0.0341102443635464f, -0.0031034552957863f, -0.0892680808901787f, -0.4152185320854187f, -0.0371784344315529f, -0.0438370555639267f, 0.4203791618347168f, 0.2473257780075073f, -0.0681976079940796f, 0.2452239990234375f, 0.1608535498380661f, 0.0368631556630135f, -0.2807374000549316f, 0.0572959817945957f, -0.0893598347902298f, -0.0401408337056637f, 0.1250578761100769f, 0.1114709973335266f, 0.3375707864761353f, 0.2969027459621429f, -0.0037771272473037f, 0.2549957334995270f, 0.1727421879768372f, 0.1793968379497528f, 0.0644485726952553f, -0.0499892309308052f, -0.4152791500091553f, -0.1186690777540207f, 0.0504055693745613f, 0.1519839316606522f, -0.2300613224506378f, 0.2624985575675964f, 0.1153113767504692f, -0.0593918375670910f, 0.0578333847224712f, -0.0821096599102020f, 0.3816260993480682f, 0.1891238242387772f, -0.0066618318669498f, 0.5538274645805359f, 0.0405019856989384f, -0.1322236806154251f, -0.0668660327792168f, 0.1024461686611176f, -0.0266351439058781f, -0.0756742805242538f, 0.0163808856159449f, -0.1481841355562210f, -0.2096360176801682f, 0.0126413973048329f, -0.0890566706657410f, -0.0455370210111141f, -0.0265836324542761f, 0.1062089279294014f, -0.0996756553649902f, -0.0049661220982671f, 0.0467751510441303f, 0.0046054418198764f, 0.1811282485723495f, -0.0956077873706818f, 0.1924115568399429f, -0.0181547943502665f, -0.0485163703560829f, 0.1359182596206665f, 0.0958892107009888f, -0.0305493790656328f, 0.0163593273609877f, -0.1978376656770706f, 0.1425369530916214f, 0.1516430228948593f, -0.0267892964184284f, -0.1954641342163086f, -0.0348543897271156f, -0.2263830900192261f, -0.2955451011657715f, 0.1789751648902893f, 0.1066187694668770f, 0.1291668117046356f, 0.2813055217266083f, -0.2068120092153549f, 0.0890734121203423f, -0.0926951691508293f, -0.3705195486545563f, -0.0630164071917534f, -0.0894936174154282f, 0.0873914211988449f, -0.1258064061403275f, 0.3096104562282562f, -0.1709195822477341f, -0.1556964516639709f, 0.3954521715641022f, 0.0059589771553874f, -0.1676078438758850f, -0.0222665183246136f, 0.0146449562162161f, 0.1136508062481880f, 0.1385648995637894f, -0.0158955231308937f, 0.2184877693653107f, -0.2108409106731415f, 0.2218895107507706f, 0.0185941122472286f, -0.2499277740716934f, -0.0268340557813644f, 0.0884858891367912f, -0.0302783511579037f, 0.1017815917730331f, -0.1104163378477097f, 0.1419204175472260f, 0.0847211554646492f, -0.0909809172153473f, 0.1561040431261063f, -0.0716987624764442f, -0.0116558168083429f, -0.0502893403172493f, -0.1094725131988525f, -0.0502851270139217f, -0.0395644009113312f, 0.4464649260044098f, 0.3639278709888458f, 0.1826440691947937f, -0.0246961824595928f, -0.0180443264544010f, -0.2110923230648041f, -0.0157845355570316f, -0.1229309886693954f, -0.1074806898832321f, 0.1970345079898834f, -0.0523569174110889f, -0.1974346786737442f, -0.2494192719459534f, -0.1838158965110779f, 0.1439112126827240f, 0.1279174834489822f, -0.1343846768140793f, -0.2191896438598633f, 0.1696136444807053f, 0.0854909196496010f, -0.0407394617795944f, -0.0083811255171895f, 0.0683771148324013f, 0.1014994829893112f, -0.0439382493495941f, -0.1830081194639206f, -0.0612199567258358f, -0.0685333684086800f, -0.1340343952178955f, -0.0879439562559128f, 0.1683074533939362f, -0.1299828290939331f, 0.0550738945603371f, -0.1073051989078522f, 0.0723922029137611f, 0.1871776729822159f, 0.1564193069934845f, 0.0999665409326553f, -0.2841529846191406f, 0.1391884833574295f, -0.1421700716018677f, -0.1680980026721954f, -0.0903332009911537f, -0.0653268620371819f, -0.0026354463770986f, -0.0001767195935827f, -0.1599652171134949f, -0.1115430071949959f, 0.0548756755888462f, -0.2331729978322983f, 0.1138368844985962f, 0.0681443288922310f, -0.1003354862332344f, 0.2492562234401703f, 0.0648852437734604f, -0.0244749095290899f, -0.1765702962875366f, -0.0150297526270151f, 0.0106057655066252f, 0.0163520295172930f, -0.1026525944471359f, 0.0611478723585606f, -0.2272559702396393f, 0.0626619011163712f, -0.0218901839107275f, -0.0929118990898132f, 0.0734029561281204f, -0.0870890095829964f, 0.0323749817907810f, -0.0998157486319542f, -0.0361085534095764f, 0.0291638001799583f, -0.1504264324903488f, 0.0543029308319092f, 0.0760178565979004f, -0.1696458458900452f, -0.1602366119623184f, 0.0762740522623062f, -0.1560383290052414f, 0.3092930912971497f, 0.0172451939433813f, 0.2113786339759827f, 0.0760126337409019f, -0.0136080849915743f, 0.1709290742874146f, -0.2101103514432907f, -0.1323559880256653f, -0.0795750841498375f, 0.0570863671600819f, -0.0051061413250864f, 0.3857192397117615f, -0.0701672285795212f, 0.0765465721487999f, -0.1104678362607956f, 0.1504368185997009f, 0.2239256501197815f, 0.0339689403772354f, 0.0627136528491974f, 0.0333084985613823f, 0.0355088673532009f, -0.0892773568630219f, 0.0226262640208006f, -0.0831952914595604f, 0.0859318226575851f, -0.0851921513676643f, -0.0871903970837593f, 0.1503688395023346f, -0.0119792390614748f, -0.2239895164966583f, -0.0279386099427938f, 0.1031481623649597f, 0.0260689519345760f, 0.0700245201587677f, -0.1624502688646317f, -0.2436850816011429f, -0.0479560717940331f, 0.0686011090874672f, -0.0591471120715141f, -0.0588392503559589f, 0.2731193900108337f, 0.0279497839510441f, -0.1497581005096436f, 0.1746598184108734f, -0.2362467646598816f, 0.1896221339702606f, 0.1160292550921440f, 0.0774408504366875f, -0.3747363686561584f, 0.0235360600054264f, -0.0289821103215218f, 0.0037310807965696f, 0.1377653926610947f, -0.1631262898445129f, -0.1234350875020027f, -0.3701169490814209f, -0.1676222532987595f, 0.0562902987003326f, 0.0274499300867319f, -0.0854829922318459f, -0.0564522147178650f, 0.0422090291976929f, 0.0385558828711510f, -0.0961814597249031f, -0.1170923784375191f, -0.0060289418324828f, -0.1055476889014244f, 0.1085420399904251f, 0.0316155292093754f, -0.0400095060467720f, 0.0478263720870018f, -0.1113176345825195f, -0.0402294881641865f, -0.1280566751956940f, 0.0195096749812365f, -0.0658081993460655f, -0.0618412941694260f, -0.1195166110992432f, 0.0104583557695150f, -0.0375735126435757f, -0.0121207935735583f, 0.0345644317567348f, 0.0668920427560806f, 0.0428422354161739f, 0.0109708206728101f, -0.1086428239941597f, 0.0078362692147493f, -0.0115978494286537f, 0.0055134249851108f, 0.0141786457970738f, 0.0248609483242035f, 0.0788086503744125f, -0.0568257682025433f, 0.0086708152666688f, 0.0260564964264631f, 0.0072664725594223f, 0.1593252569437027f, 0.0549279674887657f, -0.0908113569021225f, -0.0712768882513046f, -0.0742194727063179f, -0.0566616542637348f, -0.1502109020948410f, 0.0717564374208450f, 0.1439715325832367f, 0.0927907451987267f, 0.0767080038785934f, -0.0476109199225903f, -0.0910752192139626f, -0.0543160773813725f, -0.1606121510267258f, 0.1147416755557060f, 0.1658215075731277f, 0.1547195762395859f, 0.1400830149650574f, -0.0566733516752720f, -0.0660386383533478f, -0.0000490622915095f, -0.1267794072628021f, 0.0905226469039917f, -0.0722870230674744f, 0.0106044914573431f, -0.0482525639235973f, -0.0101041495800018f, -0.0764652714133263f, 0.0265994332730770f, 0.1011896729469299f, -0.0836501345038414f, 0.1293702572584152f, 0.0263761207461357f, 0.1394508183002472f, -0.0313773564994335f, -0.1394841969013214f, -0.1510086357593536f, -0.0882636085152626f, -0.0582269951701164f, 0.1064324751496315f, 0.0477198250591755f, -0.0283207856118679f, 0.0596307292580605f, -0.0333453454077244f, -0.2578854560852051f, 0.1512031406164169f, 0.0696836262941360f, -0.0981623679399490f, 0.0776577591896057f, 0.1213756576180458f, 0.1435835063457489f, 0.1389370262622833f, 0.2030928879976273f, 0.0951291173696518f, -0.0752462595701218f, -0.0850123092532158f, 0.0498380623757839f, -0.1449860334396362f, 0.1213342025876045f, -0.0505533590912819f, 0.1450176984071732f, 0.1111876070499420f, 0.0283018685877323f, 0.1579271703958511f, 0.1861825287342072f, -0.1181304603815079f, -0.0659904479980469f, -0.1247562542557716f, 0.0943624228239059f, -0.1046067178249359f, 0.0659722685813904f, 0.1650601774454117f, 0.1209899187088013f, -0.0090310657396913f, -0.0430855005979538f, 0.0063456431962550f, -0.1436854749917984f, -0.1070081517100334f, 0.0383087433874607f, -0.1386834084987640f, 0.0849481448531151f, 0.2201818227767944f, 0.0162079371511936f, 0.1085619181394577f, -0.1022643521428108f, 0.1012717559933662f, 0.0551165603101254f, -0.2231203913688660f, 0.0240026116371155f, -0.0386211760342121f, 0.1219712942838669f, 0.0124277109280229f, 0.0884528830647469f, -0.0995968729257584f, 0.0215988606214523f, 0.0857028588652611f, -0.0763305500149727f, 0.0921088904142380f, -0.0660870745778084f, -0.0339244678616524f, 0.1619871109724045f, -0.0199245791882277f, -0.0217317622154951f, -0.0750296860933304f, -0.0040568090043962f, -0.0310234054923058f, -0.0349109284579754f, 0.0262893941253424f, 0.0105734607204795f, 0.1864845901727676f, -0.0234295353293419f, -0.2314007580280304f, 0.1160600259900093f, 0.0903253331780434f, -0.1803009957075119f, -0.2017223834991455f, 0.2464218437671661f, 0.0012271441519260f, -0.0936066061258316f, 0.1160082817077637f, -0.0250041466206312f, 0.1014389917254448f, 0.0022616269998252f, 0.2055056393146515f, -0.1690066158771515f, -0.1411104351282120f, -0.0331844873726368f, 0.0180817209184170f, -0.0539957918226719f, -0.0678645819425583f, 0.1003690138459206f, 0.0500769540667534f, 0.0377356559038162f, 0.0143936937674880f, -0.0933968871831894f, -0.2075043767690659f, 0.0812069252133369f, 0.0168901644647121f, 0.0876513123512268f, 0.0159347243607044f, 0.4410264790058136f, -0.2260091006755829f, 0.0070548527874053f, 0.1786454916000366f, -0.3168362081050873f, 0.0967457592487335f, 0.0696943551301956f, 0.0473753139376640f, 0.0522981323301792f, -0.0654515027999878f, -0.0854176878929138f, -0.1443823277950287f, -0.0556122660636902f, 0.0718190148472786f, -0.0890364199876785f, -0.2104842662811279f, -0.1498146206140518f, 0.1590266972780228f, 0.1090367808938026f, 0.1113683059811592f, -0.0987064763903618f, -0.1579048782587051f, 0.0864997357130051f, -0.1095174476504326f, 0.0571283474564552f, -0.0495964102447033f, -0.0386656336486340f, 0.0983520820736885f, 0.0524841025471687f, -0.1160329729318619f, 0.0457265973091125f, 0.2994688749313354f, -0.0756509080529213f, -0.0468397401273251f, 0.1180915459990501f, 0.1158877760171890f, 0.0306773744523525f, 0.0905187949538231f, 0.0605767183005810f, 0.1974851936101913f, -0.1292447447776794f, 0.0723766461014748f, 0.1178227141499519f, -0.0903703123331070f, -0.1030220091342926f, -0.0307283904403448f, 0.0753903463482857f, 0.0919985175132751f, 0.3760065138339996f, -0.1821511536836624f, 0.1158352717757225f, 0.1793273240327835f, -0.1333194077014923f, 0.1291965395212173f, 0.0459687560796738f, -0.2008706331253052f, -0.0500161275267601f, -0.0923547074198723f, 0.0030180981848389f, 0.1951972544193268f, 0.0153802838176489f, -0.3130959272384644f, -0.1007640287280083f, -0.1026677191257477f, -0.1241157278418541f, 0.0817249268293381f, -0.0734516978263855f, 0.0329432487487793f, 0.0388399548828602f, -0.1748259067535400f, 0.1019674167037010f, 0.2367718964815140f, -0.0092340316623449f, -0.0639242008328438f, -0.2664327621459961f, 0.1511635184288025f, -0.1918478310108185f, 0.2372031807899475f, 0.2463608533143997f, -0.4455161988735199f, 0.1551444232463837f, 0.0863701552152634f, -0.1422213464975357f, 0.0269161462783813f, -0.0071729659102857f, -0.0022827729117125f, 0.0544564165174961f, -0.0216414667665958f, -0.0947104915976524f, 0.0007799767772667f, 0.0619673281908035f, -0.0032478657085449f, 0.0602151043713093f, 0.1041422113776207f, -0.1919574290513992f, -0.0310733038932085f, 0.2789992392063141f, -0.2053079456090927f, -0.0974634289741516f, 0.1011973023414612f, -0.1570361256599426f, -0.2253395169973373f, -0.1338862180709839f, 0.3335075974464417f, -0.1372175663709641f, 0.1381346881389618f, -0.0496484600007534f, 0.1310704201459885f, -0.0697893276810646f, -0.2166804373264313f, -0.0299499165266752f, 0.1435317993164062f, -0.0580982193350792f, 0.0970260277390480f, -0.0176792480051517f, -0.3179079294204712f, 0.0040218308568001f, -0.1462613642215729f, 0.1088466122746468f, 0.0868568494915962f, -0.0534637607634068f, -0.1515706777572632f, 0.2548989057540894f, 0.2470518350601196f, -0.1287491470575333f, -0.2843754589557648f, 0.3077850043773651f, -0.4439697563648224f, -0.2289869487285614f, -0.1414025723934174f, 0.0758483037352562f, -0.0007448082324117f, 0.1541638970375061f, -0.4232381880283356f, -0.0412177331745625f, -0.0660948753356934f, 0.1655383557081223f, 0.0846348032355309f, 0.0060160844586790f, 0.0107886865735054f, 0.0579444766044617f, -0.0512477308511734f, 0.0501900389790535f, -0.0820547416806221f, 0.1561993956565857f, -0.0667766481637955f, 0.0532327927649021f, -0.0238194521516562f, -0.2136735767126083f, -0.0505008324980736f, -0.0180021785199642f, -0.1171408593654633f, 0.1923230588436127f, -0.0124844182282686f, -0.1987843364477158f, -0.0312837883830070f, -0.0163442622870207f, -0.1059653311967850f, -0.0002981512807310f, 0.1147801131010056f, 0.0692866668105125f, 0.0092460475862026f, -0.1088741496205330f, -0.1683195382356644f, 0.0057179336436093f, -0.1835942268371582f, 0.0090471161529422f, 0.0307979024946690f, 0.0111512206494808f, 0.0662578791379929f, 0.4354153871536255f, -0.0779007002711296f, -1.0349737405776978f, -0.2126042544841766f, 0.3285783827304840f, -0.2711738944053650f, -0.0419041849672794f, 0.2768166959285736f, 0.2350287586450577f, 0.1367309242486954f, -0.1050819680094719f, -0.0564177706837654f, -0.0864207819104195f, 0.3508518040180206f, -0.0469007901847363f, -0.0028635095804930f, -0.0169418528676033f, 0.1566521674394608f, -0.0353279300034046f, -0.0813437327742577f, 0.1797913610935211f, -0.0954674556851387f, -0.1217011362314224f, 0.2838127911090851f, 0.3833883702754974f, -0.2326021790504456f, -0.1417565196752548f, -0.1395609080791473f, 0.3455983102321625f, 0.0291739925742149f, -0.1729670763015747f, 0.0452495850622654f, 0.2695198059082031f, -0.0639462396502495f, 0.2156213968992233f, -0.0381464213132858f, 0.1219923123717308f, 0.4139436185359955f, 0.0617270544171333f, -0.0919437184929848f, 0.1079620718955994f, -0.1340182125568390f, 0.1450993716716766f, 0.3450043201446533f, -0.4180879890918732f, 0.2758322656154633f, -0.0792399123311043f, -0.0398576147854328f, -0.0195847339928150f, -0.1420668661594391f, 0.1203925088047981f, 0.0070371772162616f, -0.0731215327978134f, -0.4149989783763885f, 0.1075491383671761f, 0.2326771765947342f, -0.0346058085560799f, 0.0357648171484470f, 0.3741780519485474f, 0.0406234636902809f, 0.2619424760341644f, 0.2742786705493927f, -0.0919265076518059f, -0.0615264698863029f, 0.3151536285877228f, 0.1897670477628708f, 0.3080634772777557f, 0.3019611835479736f, 0.0560731105506420f, -0.2851409018039703f, 0.1977333277463913f, 0.0195421017706394f, 0.0203707888722420f, -0.2087811529636383f, 0.0205279849469662f, 0.0585000291466713f, -0.1236960440874100f, -0.0570961609482765f, 0.0978592485189438f, -0.0444491654634476f, -0.0917853042483330f, 0.2868058681488037f, -0.1927214711904526f, 0.1843582540750504f, 0.0539517551660538f, -0.0502063147723675f, -0.1597144603729248f, 0.1720817238092422f, 0.1688240170478821f, -0.0315347649157047f, 0.1078841388225555f, 0.0903654173016548f, -0.0318235047161579f, 0.1163014546036720f, 0.1938747763633728f, -0.0181638523936272f, 0.1136741563677788f, -0.3135337233543396f, -0.0650426074862480f, 0.0507546104490757f, -0.0100708473473787f, -0.0887423530220985f, -0.1426788717508316f, -0.1451717764139175f, 0.0376236923038960f, -0.1040761321783066f, -0.1280488818883896f, -0.2524258494377136f, -0.0747276991605759f, -0.1304276138544083f, -0.2075870931148529f, 0.1161978170275688f, -0.2520075142383575f, -0.0413789227604866f, -0.0233825575560331f, 0.2490131109952927f, 1.1484129428863525f, 0.1882192790508270f, -0.0897687971591949f, -0.3593353629112244f, -0.2849197387695312f, 0.0823253318667412f, 0.4122974574565887f, 0.4852996766567230f, 0.2249378114938736f, -0.0547204017639160f, -0.0534061305224895f, 0.1657729446887970f, -0.0266821235418320f, -0.1960736811161041f, 0.0820548757910728f, 0.1535602509975433f, 0.0680399835109711f, -0.0078706759959459f, 0.0649954900145531f, -0.0728594288229942f, -0.0177734270691872f, 0.1860086023807526f, -0.0156683102250099f, -0.1088509410619736f, 0.0540290586650372f, 0.0141119174659252f, -0.1139585226774216f, 0.0930519476532936f, -0.1034799888730049f, -0.0418870449066162f, 0.1203195378184319f, -0.2263769805431366f, 0.0818824023008347f, 0.2946881353855133f, -0.2312213629484177f, 0.2818272411823273f, 0.1811365038156509f, 0.1102776601910591f, -0.1208712831139565f, -0.2380627393722534f, 0.0859938561916351f, 0.1686095446348190f, 0.0747914910316467f, 0.0423164777457714f, 0.1189163103699684f, 0.2636805474758148f, 0.0783058181405067f, -0.0480731576681137f, -0.0549124404788017f, -0.0405563600361347f, -0.3244208395481110f, 0.0840511098504066f, 0.4434534311294556f, 0.0766162797808647f, -0.0807489678263664f, -0.0947834029793739f, -0.2743903398513794f, 0.1861433833837509f, 0.1205037161707878f, 0.2967350482940674f, 0.1036299169063568f, -0.0317775160074234f, 0.1825858354568481f, -0.0751445963978767f, -0.1164661720395088f, -0.3784240782260895f, -0.3002306520938873f, 0.1234387233853340f, 0.2298182249069214f, -0.0340008437633514f, 0.1966798901557922f, -0.0374789237976074f, 0.1679442673921585f, -0.3625492453575134f, 0.1615397483110428f, 0.0355627536773682f, -0.1838620454072952f, 0.1954242587089539f, -0.3153123557567596f, 0.0010241147829220f, 0.0168202705681324f, -0.1352540701627731f, 0.1912554502487183f, -0.0354465059936047f, -0.0881438776850700f, 0.3004740774631500f, -0.0173819456249475f, -0.0620660558342934f, 0.2291221320629120f, -0.1195744648575783f, -0.2447151839733124f, 0.0321328304708004f, 0.0513992197811604f, -0.4085124433040619f, 0.3184535503387451f, -0.2772040367126465f, -0.0690391212701797f, 0.3394497334957123f, -0.2302376925945282f, -0.0627121180295944f, 0.0949539244174957f, -0.0846066027879715f, -0.2265533804893494f, 0.1453261524438858f, -0.4166349768638611f, -0.2384441345930099f, 0.2254004627466202f, -0.1611369550228119f, -0.0209887176752090f, 0.1852379292249680f, -0.1890639662742615f, 0.0417222902178764f, -0.1657789200544357f, -0.0722201615571976f, -0.0756649971008301f, 0.0883124023675919f, -0.4467537701129913f, -0.1566131561994553f, -0.0000634869284113f, 0.0760001838207245f, 0.0460562445223331f, -0.2671774923801422f, -0.1343151628971100f, -0.1240794360637665f, -0.3749048411846161f, 0.0132461469620466f, -0.1510066837072372f, 0.1776596903800964f, 0.1775592714548111f, 0.1469261646270752f, 0.2304096966981888f, 0.0177126303315163f, -0.0213666222989559f, 0.1959526985883713f, -0.0818237289786339f, -0.0996515154838562f, 0.1134700104594231f, 0.1304114311933517f, 0.0514836274087429f, 0.0911351144313812f, -0.1454926133155823f, -0.0786040425300598f, -0.0607804656028748f, 0.0458114109933376f, 0.0633728057146072f, -0.1273346096277237f, -0.0341678597033024f, -0.2591566741466522f, 0.1580802947282791f, -0.0817889347672462f, 0.0515939518809319f, -0.1082940250635147f, 0.1688636839389801f, 0.1939668357372284f, 0.0971017554402351f, 0.0756257474422455f, -0.0956407785415649f, 0.1573165059089661f, -0.0011034128256142f, -0.1374966502189636f, -0.0773978680372238f, 0.0275473929941654f, 0.0186169184744358f, -0.0368887409567833f, 0.4310569763183594f, 0.1677197813987732f, -0.1540910750627518f, -0.4021011292934418f, 0.2998787462711334f, -0.5750269889831543f, 0.3155713081359863f, -0.1620892584323883f, 0.1477563679218292f, -0.1788084954023361f, 0.0314635261893272f, 0.0587145984172821f, -0.3447057306766510f, -0.3986867964267731f, -0.2607076466083527f, -0.1602131426334381f, 0.2907318174839020f, 0.2899854779243469f, -0.0713187530636787f, 0.4085536897182465f, 0.0176925752311945f, -0.0831419378519058f, -0.4208725988864899f, -0.4288117289543152f, 0.1557794958353043f, 0.4294139444828033f, -0.6713209152221680f, -0.2400791198015213f, -0.0842719972133636f, -0.0848180577158928f, -0.3874688148498535f, -0.2109534144401550f, -0.0362876430153847f, 0.3817736506462097f, 0.2004813402891159f, -0.0813527330756187f, -0.1610292345285416f, -0.3418010175228119f, -0.1338472068309784f, 0.1080116927623749f, 0.3653260171413422f, 0.1249310225248337f, -0.0685375481843948f, 0.1293216943740845f, -0.4877739250659943f, 0.3030990660190582f, -0.3039334118366241f, 0.0842604041099548f, -0.1101860851049423f, 0.1127569004893303f, -0.6786381006240845f, -0.0106330821290612f, -0.1610225141048431f, 0.5051711797714233f, -0.3949847519397736f, -0.4971604943275452f, -0.3535101413726807f, 0.3432947993278503f, 0.2044661939144135f, -0.2680586874485016f, -0.1599591821432114f, 0.1137880906462669f, 0.2800127863883972f, 0.2541310787200928f, 0.0162645131349564f, -0.0368805937469006f, 0.1033608987927437f, -0.0826993137598038f, -0.4916746616363525f, -0.1769467741250992f, 0.4202718436717987f, 0.1459099203348160f, -0.0670984759926796f, -0.2372366786003113f, 0.2310485988855362f, -0.0589228905737400f, 0.0155930826440454f, 0.2288095355033875f, 0.1955528408288956f, 0.2291877716779709f, -0.1144999638199806f, 0.0657032728195190f, -0.0159763898700476f, -0.1100466474890709f, 0.1058837547898293f, 0.1173116862773895f, 0.1391998529434204f, -0.0817865505814552f, 0.0954204648733139f, -0.0920178145170212f, -0.0603502914309502f, 0.0929733142256737f, -0.0321876183152199f, 0.0029243628960103f, -0.1732879877090454f, 0.2636862397193909f, -0.1801264882087708f, 0.2157795429229736f, -0.0466542169451714f, 0.0511612705886364f, 0.1696940213441849f, -0.2580754458904266f, 0.0324565321207047f, -0.3196246325969696f, -0.0066855689510703f, 0.0326040759682655f, -0.0171571169048548f, -0.5771169066429138f, -0.0834266915917397f, 0.1629467159509659f, 0.1141129732131958f, -0.0734627097845078f, -0.1187616959214211f, 0.0161813925951719f, -0.0099286045879126f, -0.0014326900709420f, -0.1330925226211548f, -0.2041598111391068f, -0.2397428750991821f, 0.1368982195854187f, 0.1086599230766296f, 0.2265413850545883f, 0.0311096757650375f, -0.0686727613210678f, -0.2516424357891083f, 0.1371879875659943f, 0.0629687160253525f, 0.1734845936298370f, -0.2287237346172333f, 0.0020837616175413f, 0.0494079552590847f, 0.1705535501241684f, -0.1147396564483643f, 0.0888174101710320f, -0.1343237012624741f, -0.1202816218137741f, 0.1158100068569183f, -0.1479616463184357f, 0.0158568639308214f, -0.1406323611736298f, -0.2070694714784622f, 0.0697662457823753f, 0.0662801787257195f, 0.0606634207069874f, -0.1419209241867065f, 0.2613020837306976f, -0.1640673577785492f, -0.0960830748081207f, -0.1962976604700089f, 0.1018447279930115f, -0.0155148031190038f, -0.0496781915426254f, -0.1728981584310532f, 0.0251683350652456f, 0.0993150919675827f, -0.0653635114431381f, 0.1672188043594360f, 0.0031521115452051f, 0.0533302798867226f, -0.0924797579646111f, 0.2241409122943878f, -0.0778549760580063f, 0.0592609457671642f, 0.0218077711760998f, -0.2621725201606750f, 0.0377946346998215f, -0.0907088443636894f, -0.0602085739374161f, -0.1209654584527016f, -0.1874467283487320f, -0.4236384034156799f, 0.0372238159179688f, -0.1044986844062805f, -0.4768217504024506f, -0.1755119115114212f, -0.1851440966129303f, -0.1445132493972778f, 0.1840600371360779f, -0.2283357828855515f, 0.0691771656274796f, 0.0560647547245026f, 0.0889114364981651f, -0.2105345129966736f, -0.0166035555303097f, -0.1739808171987534f, -0.0168804898858070f, 0.0117416363209486f, 0.0890015661716461f, 0.0974157303571701f, -0.0668275132775307f, 0.1711818277835846f, -0.0021398132666945f, -0.2649127840995789f, -0.0255978181958199f, -0.0785706266760826f, 0.2867144942283630f, 0.3140647113323212f, 0.1461330652236938f, -0.0771010890603065f, -0.1495222449302673f, 0.1286202520132065f, -0.1023134514689445f, -0.0554765574634075f, -0.1682029068470001f, 0.0278436299413443f, 0.1852084994316101f, 0.0545953400433064f, -0.1384050995111465f, -0.0541551150381565f, -0.0580307543277740f, -0.1819591522216797f, 0.2713106572628021f, 0.0463674701750278f, 0.0262052696198225f, 0.3652226328849792f, 0.1431291997432709f, -0.2110203504562378f, 0.0237106624990702f, -0.1142617017030716f, 0.1929450780153275f, 0.1458335220813751f, -0.2050037235021591f, -0.2209392338991165f, -0.2403073608875275f, -0.1413891017436981f, -0.1049745231866837f, 0.0144648952409625f, -0.2214652001857758f, 0.2976784408092499f, -0.1834312081336975f, 0.0822290256619453f, -0.2115547955036163f, -0.0389730669558048f, -0.0772162005305290f, -0.1593701541423798f, -0.0823160633444786f, 0.0190818309783936f, 0.1027548387646675f, 0.1771736592054367f, 0.0363082624971867f, 0.0668584480881691f, 0.0719419419765472f, -0.0034850663505495f, -0.0102831171825528f, -0.0524675473570824f, -0.1007882356643677f, -0.0188460703939199f, 0.0204248223453760f, -0.0134026035666466f, -0.1247720196843147f, 0.2784672677516937f, 0.0939982309937477f, -0.2145370841026306f, -0.1657387018203735f, -0.0384250804781914f, -0.1111102253198624f, 0.0876687914133072f, 0.1795725524425507f, 0.1141410842537880f, 0.2706945836544037f, 0.1889487504959106f, -0.0129860658198595f, 0.0065688658505678f, 0.1270708739757538f, 0.0539610832929611f, -0.0384354107081890f, -0.1132745295763016f, 0.1340116560459137f, -0.1634315997362137f, 0.0196919441223145f, -0.0867221802473068f, 0.0437963679432869f, -0.0178856141865253f, -0.0300991758704185f, 0.2485890984535217f, -0.1281761080026627f, 0.0549479871988297f, 0.0618336312472820f, -0.1320908069610596f, -0.4114893674850464f, -0.3572245240211487f, 0.9161696434020996f, -0.2456666380167007f, -1.1122899055480957f, 0.4334407746791840f, -0.2815971076488495f, 0.1588538289070129f, -0.0879918709397316f, -0.0223504025489092f, 0.0120256934314966f, -0.1691958457231522f, -0.2474068254232407f, 0.3262961208820343f, -0.0976997017860413f, -0.0182960350066423f, 0.0576381310820580f, 0.0333649702370167f, 0.0459422208368778f, 0.1187837645411491f, -0.2797903716564178f, 0.0824001580476761f, -0.1772296279668808f, 0.1291924268007278f, -0.2119045704603195f, 0.3354896008968353f, -0.0463718362152576f, 0.1987403780221939f, 0.2050611823797226f, 0.1854339689016342f, 0.4451198279857635f, -0.3492844700813293f, -0.3848979771137238f, 0.2698176801204681f, -0.0877409651875496f, 0.7608480453491211f, -0.0068557397462428f, -0.0362438000738621f, 0.3966702818870544f, 0.0843031108379364f, 0.4930717051029205f, 0.4737719595432281f, 0.2436329275369644f, 0.3533688187599182f, 0.1155309528112411f, -0.2239342629909515f, 0.0252611842006445f, -0.1898096799850464f, 0.4025955796241760f, -0.3109310865402222f, 0.1449571698904037f, 0.7142518758773804f, 0.1572073101997375f, 0.2389863282442093f, -0.1712453663349152f, 0.0323849692940712f, 0.2541809976100922f, 0.5476485490798950f, 0.3726664185523987f, 0.2924025952816010f, -0.4422652125358582f, -0.1183920800685883f, -0.0600391030311584f, -0.2834499180316925f, 0.5002477765083313f, -0.3077173531055450f, 0.2540568709373474f, 0.3700024187564850f, 0.1743857115507126f, 0.3364853560924530f, 0.1022210046648979f, -0.0468078553676605f, -0.0254405345767736f, 0.3343981206417084f, 0.2398784607648849f, -0.2111731022596359f, 0.0181452874094248f, -0.0101518696174026f, 0.2621356844902039f, -0.1612071692943573f, -0.0787738636136055f, 0.1793909221887589f, -0.1172277703881264f, 0.1901982724666595f, 0.2556910812854767f, -0.1235159039497375f, -0.1052098497748375f, 0.1499465852975845f, -0.2439330965280533f, -0.1302634328603745f, 0.4585502147674561f, 0.2286503314971924f, -0.0322164371609688f, 0.0852758064866066f, -0.1723317354917526f, 0.0823077857494354f, -0.0176646560430527f, 0.3283613622188568f, -0.1381675451993942f, 0.3224991559982300f, -0.0749646201729774f, 0.1693776994943619f, -0.1281068176031113f, -0.0697569847106934f, 0.1596474349498749f, -0.2523627877235413f, 0.0059647429734468f, 0.1190227419137955f, 0.0663032084703445f, -0.2196820378303528f, -0.0370377227663994f, 0.2288185507059097f, -0.1637486368417740f, -0.3598238825798035f, 0.0870592221617699f, -0.1995157450437546f, 0.1387645900249481f, 0.1655933409929276f, -0.0877128168940544f, -0.1867767721414566f, 0.0272569078952074f, 0.0514541640877724f, 0.1604039818048477f, 0.2431612610816956f, -0.1223862767219543f, 0.1680334508419037f, 0.2309262454509735f, 0.0091454181820154f, 0.1269983053207397f, -0.1344991177320480f, 0.0662090554833412f, -0.1460131406784058f, -0.2135053873062134f, -0.2272829562425613f, -0.1290902644395828f, 0.1604069769382477f, -0.1153607517480850f, -0.1347072422504425f, 0.1916081756353378f, 0.0195503048598766f, -0.0791039988398552f, 0.2019319832324982f, -0.0845449417829514f, -0.0560130551457405f, 0.0975140333175659f, 0.0498118698596954f, -0.1435045003890991f, -0.0808280929923058f, -0.0178574863821268f, 0.0398102588951588f, -0.0557413175702095f, 0.0059139705263078f, 0.0122253596782684f, 0.1410326361656189f, -0.1776209175586700f, -0.0002085518062813f, -0.1452646404504776f, 0.0297459401190281f, -0.1848651319742203f, 0.0569530203938484f, -0.0557367913424969f, 0.0303965546190739f, 0.0899975895881653f, 0.0390978567302227f, 0.0693566426634789f, -0.1051918715238571f, 0.0977170541882515f, -0.1468180716037750f, -0.3253954350948334f, 0.3040422797203064f, 0.1969997733831406f, 0.1083386912941933f, -0.3286624550819397f, -0.0766459926962852f, 0.0197346191853285f, -0.1670338809490204f, -0.1970757246017456f, 0.0216066278517246f, -0.1626466959714890f, 0.3130508065223694f, 0.2914875149726868f, -0.0908857360482216f, 0.1023429781198502f, -0.1572746187448502f, -0.1080398038029671f, -0.1403607726097107f, -0.1020216643810272f, -0.2577585279941559f, 0.0154191795736551f, -0.0588542371988297f, -0.0240814499557018f, -0.0065574739128351f, 0.0378231257200241f, 0.1729525029659271f, 0.1660959571599960f, 0.1423238068819046f, -0.2247675657272339f, -0.1246151402592659f, 0.0294067487120628f, -0.2015444636344910f, -0.3485220670700073f, 0.2429250478744507f, -0.1041909456253052f, -0.2812843024730682f, -0.0021125657949597f, -0.0490273311734200f, -0.0512670464813709f, 0.1968347281217575f, 0.0183554403483868f, -0.0746498554944992f, -0.0848846286535263f, 0.1905792057514191f, 0.0720281004905701f, -0.2256645113229752f, 0.4656538367271423f, 0.2524335384368896f, -0.6315001249313354f, 0.0462873280048370f, -0.0487919002771378f, -0.0616164803504944f, 0.0849358513951302f, 0.1429835259914398f, -0.1298420578241348f, 0.1774354726076126f, 0.0298753287643194f, -0.0657093077898026f, -0.1539173871278763f, 0.1012682393193245f, 0.1141781434416771f, 0.0823044329881668f, -0.1780821979045868f, 0.1016475185751915f, -0.1569835841655731f, 0.0383461676537991f, 0.3024452328681946f, 0.0657489076256752f, 0.0537142679095268f, -0.1528320312500000f, -0.1901528090238571f, 0.2034520059823990f, 0.3368364870548248f, -0.1510848253965378f, -0.1623520106077194f, 0.1036063656210899f, 0.0561739727854729f, 0.0111507605761290f, 0.1805933713912964f, -0.4333379268646240f, 0.0222865771502256f, -0.1457053124904633f, 0.1233449354767799f, 0.1209339275956154f, 0.0408537797629833f, 0.1740944981575012f, 0.0255480669438839f, -0.0762196779251099f, -0.3053768873214722f, 0.3701585829257965f, -0.2378772497177124f, 0.1648131757974625f, -0.1844925731420517f, -0.2541638910770416f, -0.0138488877564669f, 0.0597782395780087f, -0.1120701730251312f, 0.1374618411064148f, 0.0784403234720230f, -0.2485313713550568f, -0.0467327162623405f, 0.1095678582787514f, -0.5424531102180481f, -0.1941064596176147f, -0.1849438399076462f, -0.1743889898061752f, -0.1229431852698326f, -0.0276578161865473f, 0.3104645609855652f, 0.1032139360904694f, -0.0713174045085907f, 0.0035415550228208f, 0.5682102441787720f, 0.4753303825855255f, 0.4240573048591614f, 0.4586136937141418f, -0.4454160928726196f, 0.2002473771572113f, -0.6440125703811646f, 0.0802788287401199f, 0.5299752354621887f, -0.0266085732728243f, -0.0671876892447472f, 0.0576166771352291f, 0.1722063720226288f, 0.0635725408792496f, 0.3105958700180054f, -0.0707295536994934f, -0.0949403047561646f, 0.0523704104125500f, -0.1412980854511261f, 0.1306325197219849f, 0.1075077652931213f, -0.0173754785209894f, -0.2103675007820129f, 0.3105320632457733f, -0.2660328745841980f, 0.2750481367111206f, -0.0602530129253864f, 0.1996073424816132f, 0.1772814840078354f, -0.1482911854982376f, -0.0417111888527870f, -0.0654032677412033f, 0.0963973253965378f, 0.8093341588973999f, -0.3087314069271088f, 0.0815245136618614f, 0.5477360486984253f, -0.3512511253356934f, -0.0806656032800674f, -0.2102091014385223f, -0.2940340340137482f, 0.0832470431923866f, -0.1926774233579636f, -0.3858985900878906f, -0.0635989382863045f, -0.5767768025398254f, -0.0796082094311714f, 0.2833685278892517f, -0.5170956254005432f, -0.4422380626201630f, 0.1704929620027542f, -0.4277473092079163f, 0.0642411634325981f, -0.2139383554458618f, 0.4653094410896301f, 0.0234777610749006f, -0.1915696710348129f, 0.0907127112150192f, -0.0683222860097885f, 0.5016028285026550f, 0.2530063390731812f, -0.2442693263292313f, -0.2178887873888016f, 0.3970628380775452f, 0.3040881752967834f, 0.3121468126773834f, -0.1561459749937057f, 0.4305599331855774f, 0.2107383757829666f, -0.0513405017554760f, 0.1309141069650650f, 0.3844507038593292f, 0.1114519909024239f, -0.2216270118951797f, 0.2125055789947510f, -0.1265423446893692f, -0.0275656897574663f, -0.0562085695564747f, -0.3635628521442413f, 0.3153805434703827f, -0.0124424202367663f, 0.2448089271783829f, 0.0681878924369812f, 0.0511049367487431f, 0.1040518060326576f, 0.1854865700006485f, 0.2862324714660645f, 0.2122892886400223f, 0.0233466532081366f, 0.0823356509208679f, 0.0325662419199944f, 0.1118225306272507f, 0.0340386666357517f, -0.1076276972889900f, 0.1090004891157150f, 0.1577604413032532f, 0.0683433189988136f, -0.1167490333318710f, 0.0133127355948091f, 0.1810864657163620f, 0.0509309470653534f, 0.2127692550420761f, -0.0434173494577408f, 0.1613933145999908f, -0.1719356477260590f, 0.0693793669342995f, 0.2222106307744980f, 0.0045371507294476f, 0.1382451653480530f, 0.0246890708804131f, -0.1183672845363617f, -0.1429435759782791f, -0.1214656233787537f, 0.0608130916953087f, -0.0046856957487762f, -0.1043788120150566f, 0.1537306755781174f, -0.0614266581833363f, 0.0865528061985970f, 0.3792024850845337f, -0.0778846368193626f, -0.0354521088302135f, -0.1044693142175674f, 0.0684539005160332f, 0.1171274036169052f, 0.0365500859916210f, 0.1125769093632698f, 0.0547877810895443f, -0.0765585452318192f, 0.1291604638099670f, 0.0797917023301125f, 0.1142707765102386f, 0.1497153788805008f, 0.1445265263319016f, -0.0601166002452374f, -0.1586855947971344f, -0.1352292150259018f, 0.1947870552539825f, -0.0613771304488182f, 0.2068402618169785f, 0.0295089278370142f, -0.2457870095968246f, 0.0590615533292294f, 0.2270316630601883f, 0.0567506067454815f, -0.1393799632787704f, -0.0145685533061624f, 0.1824472993612289f, -0.0271773301064968f, -0.0270044859498739f, -0.1261922568082809f, 0.1297008097171783f, 0.0828882828354836f, -0.1020809635519981f, -0.0531063675880432f, -0.0271124634891748f, -0.0789704769849777f, -0.0570339299738407f, -0.0508593395352364f, 0.0922201499342918f, -0.0044007487595081f, -0.2122028619050980f, -0.0597294867038727f, 0.0349381491541862f, 0.0809110999107361f, 0.1044176593422890f, 0.1422409415245056f, 0.3800859749317169f, 0.0771175771951675f, -0.3814712762832642f, -0.3017661869525909f, -0.1246563717722893f, 0.2603316009044647f, 0.0585337653756142f, 0.0435520596802235f, 0.0691843181848526f, -0.1582889705896378f, -0.0412796288728714f, -0.0609546452760696f, 0.1382646560668945f, 0.0658155754208565f, 0.2944415807723999f, 0.1124375909566879f, 0.0941614508628845f, 0.0590866468846798f, 0.1941334754228592f, 0.0213260091841221f, 0.0375561490654945f, -0.0495954044163227f, 0.1883976012468338f, 0.1062129139900208f, -0.1705860346555710f, -0.1266033947467804f, 0.1139886230230331f, 0.0740383416414261f, -0.0508815087378025f, -0.2700362503528595f, 0.0873765721917152f, 0.2243175357580185f, 0.1428734809160233f, 0.1536049097776413f, -0.1786976307630539f, 0.1585507690906525f, 0.0894710719585419f, -0.0031400031875819f, 0.2755862772464752f, -0.0980883687734604f, -0.0291637666523457f, 0.1070054695010185f, 0.2125611603260040f, 0.1994185745716095f, -0.1041230484843254f, 0.0197506528347731f, 0.1626794338226318f, -0.0055994438007474f, -0.0559250265359879f, 0.2062078565359116f, -0.0139951733872294f, -0.1658797711133957f, -0.0012069758959115f, 0.0001097530548577f, 0.1090539991855621f, -0.1253118067979813f, 0.0014015949564055f, -0.2964266836643219f, -0.1122219935059547f, 0.3450025022029877f, -0.3023661077022552f, 0.1104231849312782f, 0.2795447707176208f, 0.1014091968536377f, -0.2367227971553802f, 0.0073524150066078f, 0.0392603874206543f, -0.1230529472231865f, 0.2891795337200165f, 0.0913644209504128f, -0.1646430194377899f, -0.3944711685180664f, -0.2506386041641235f, -0.2119075506925583f, 0.2590898275375366f, 0.1698362827301025f, -0.0648948177695274f, 0.0239521916955709f, 0.1220546215772629f, 0.0313194580376148f, -0.1681414991617203f, 0.2170575559139252f, -0.1357684880495071f, 0.0967948585748672f, -0.1020687967538834f, -0.1575752943754196f, -0.0226258058100939f, 0.0802504569292068f, 0.1047638282179832f, 0.0445998162031174f, -0.0205751545727253f, 0.0258573945611715f, -0.1914104223251343f, -0.0695889070630074f, 0.1360659897327423f, -0.0235186852514744f, 0.0462394766509533f, -0.0528581365942955f, 0.0577456541359425f, -0.1936739534139633f, 0.0452058427035809f, 0.2203948497772217f, 0.1896889656782150f, -0.1808883398771286f, 0.0140448892489076f, 0.1120018362998962f, -0.0290267635136843f, -0.1652595996856689f, 0.1147301942110062f, 0.2829959690570831f, -0.0483969487249851f, 0.0512813292443752f, -0.0539490953087807f, -0.2595172524452209f, -0.5092763900756836f, 0.3529481589794159f, 0.0682533383369446f, -0.2311304807662964f, -1.1241534948348999f, 0.2847048342227936f, 0.3571923375129700f, 0.2417039722204208f, 0.1354958862066269f, 0.1069389879703522f, 0.0136100156232715f, -0.2457717061042786f, -0.1174145936965942f, -0.4902977943420410f, 0.1792753636837006f, 0.1527945697307587f, -0.1208893582224846f, 0.0357252694666386f, 0.2191336601972580f, -0.1241405382752419f, -0.1168866977095604f, 0.0421690009534359f, -0.3602877259254456f, 0.2280210554599762f, 0.3817453086376190f, -0.0851022824645042f, 0.3778326809406281f, 0.0165528096258640f, 0.2842782437801361f, -0.0934388190507889f, -0.0270564742386341f, 0.1506129652261734f, 0.1778453290462494f, -0.0638954415917397f, 0.0672708824276924f, 0.1621902585029602f, -0.1052130237221718f, -0.0823923721909523f, 0.1374367475509644f, 0.3306213915348053f, -0.0285493321716785f, -0.2534328699111938f, 0.1039413064718246f, -0.2731898427009583f, 0.2630165517330170f, 0.3592135310173035f, -0.2624724209308624f, -0.0135834170505404f, 0.3255183696746826f, 0.1616908311843872f, 0.5283749699592590f, -0.1048316583037376f, 0.1514833122491837f, -0.3617748618125916f, -0.2327338010072708f, 0.1457538604736328f, -0.0764260739088058f, 0.0811062902212143f, -0.7177368998527527f, 0.4283056855201721f, -0.0180670246481895f, -0.1842213869094849f, -0.0174507182091475f, 0.3015522658824921f, 0.2013451159000397f, -0.8653223514556885f, -0.1131948754191399f, 0.3916999697685242f, 0.3497596085071564f, 0.0903264358639717f, -0.3715775310993195f, 0.2272141277790070f, 0.3285101056098938f, 0.2512899637222290f, 0.1900104135274887f, -0.1601302921772003f, -0.2930262684822083f, 0.3837843835353851f, 0.1885721981525421f, -0.1185990720987320f, -0.0450005531311035f, -0.1414859741926193f, -0.2367215454578400f, -0.0026421437505633f, -0.1339344531297684f, -0.2157659232616425f, -0.0574656091630459f, -0.0599961280822754f, -0.1788282096385956f, -0.1982190459966660f, -0.0334287919104099f, -0.0574298873543739f, 0.0503710284829140f, -0.1403604596853256f, -0.0023299914319068f, -0.0518438927829266f, -0.0115872053429484f, -0.2869144082069397f, -0.1476053893566132f, -0.1954917907714844f, 0.0332905054092407f, -0.2332564294338226f, 0.1227965056896210f, 0.1913365274667740f, 0.0247720200568438f, -0.0513953492045403f, -0.1114626526832581f, -0.1059717983007431f, -0.1797368526458740f, 0.0208716522902250f, 0.1428962200880051f, -0.1808426529169083f, -0.0596507489681244f, 0.0106316972523928f, -0.1209754198789597f, -0.0748609155416489f, -0.0968652069568634f, -0.1837863028049469f, 0.1150258332490921f, 0.1474466770887375f, 0.0508890971541405f, 0.0768878832459450f, 0.2134182155132294f, 0.1945645362138748f, -0.1881239861249924f, -0.0299183558672667f, -0.0383404716849327f, 0.1471119970083237f, -0.0164172984659672f, 0.1621578633785248f, -0.1415402740240097f, -0.0225938446819782f, 0.1295053660869598f, 0.0762451440095901f, 0.1216820254921913f, -0.0182747300714254f, 0.1687187403440475f, 0.0016774340765551f, -0.0154047058895230f, -0.0746140852570534f, -0.0471522063016891f, -0.0676435828208923f, 0.0847263857722282f, 0.0816494449973106f, -0.1232543662190437f, 0.1376423239707947f, 0.0576453134417534f, 0.0696853622794151f, 0.0937475413084030f, 0.0621939972043037f, 0.0237479228526354f, 0.1301087439060211f, 0.1449114680290222f, 0.1137283965945244f, 0.0116508044302464f, -0.0075172949582338f, -0.0017662756145000f, 0.0264998544007540f, -0.1794177740812302f, 0.0251891762018204f, -0.0821130499243736f, 0.1046030595898628f, 0.2479647994041443f, 0.0197615604847670f, 0.0689226090908051f, 0.0895212665200233f, 0.1457149833440781f, 0.1794070154428482f, 0.1925742030143738f, 0.0170671865344048f, -0.0031861974857748f, -0.2581328749656677f, -0.0713780969381332f, -0.0525414571166039f, -0.2300466746091843f, 0.0416869148612022f, 0.1909930408000946f, -0.1157531961798668f, -0.0502109751105309f, 0.1932164579629898f, 0.1787646412849426f, -0.0300037395209074f, -0.1831430345773697f, -0.0818016678094864f, 0.1207318902015686f, -0.0832520574331284f, -0.0286689568310976f, -0.1907205581665039f, 0.1081991344690323f, 0.1237028539180756f, 0.3247243463993073f, -0.2256094515323639f, 0.1149117946624756f, -0.2278528660535812f, 0.0048837130889297f, 0.2186664342880249f, -0.0410859100520611f, -0.1256540864706039f, 0.0969354733824730f, 0.0227295961230993f, -0.0478269755840302f, -0.3328797817230225f, 0.1142773404717445f, -0.1098598465323448f, -0.0515781417489052f, -0.0061807478778064f, 0.0899530723690987f, 0.1378435343503952f, -0.0723578855395317f, -0.0019203509436920f, 0.1264836937189102f, 0.0119377747178078f, -0.0528113991022110f, 0.3181303143501282f, 0.3516503274440765f, 0.1894643604755402f, -0.2829482257366180f, -0.2112822830677032f, -0.0155080314725637f, 0.0105898156762123f, -0.0618561096489429f, 0.0494788438081741f, 0.1131901144981384f, 0.0376873388886452f, 0.0709388181567192f, -0.0493087060749531f, -0.0508837588131428f, -0.0552770085632801f, -0.1564530730247498f, 0.1323667466640472f, -0.1114872694015503f, 0.1956012398004532f, -0.0767698585987091f, 0.0206784456968307f, -0.0517989844083786f, 0.0250077918171883f, 0.1418609023094177f, 0.0492897816002369f, 0.1205626130104065f, -0.0137720461934805f, -0.0970238298177719f, -0.0873460397124290f, 0.2216686308383942f, -0.2034114897251129f, -0.0401109755039215f, 0.1889555305242538f, -0.1249357610940933f, -0.0586433932185173f, -0.0063870796002448f, -0.0090399477630854f, -0.1294671297073364f, -0.2691861093044281f, -0.2919082641601562f, -0.1561311036348343f, -0.0071312063373625f, -0.3199228942394257f, -0.2736246585845947f, -0.2653271555900574f, -0.3266132771968842f, -0.1169459447264671f, -0.0761527344584465f, -0.2689976990222931f, 0.0140573037788272f, 0.0674832537770271f, 0.1050700023770332f, -0.0426634550094604f, -0.1232023388147354f, -0.1551522165536880f, -0.2218663394451141f, -0.3005407750606537f, -0.1364576220512390f, 0.0613608248531818f, 0.0015323123661801f, 0.2261690348386765f, 0.1984623223543167f, 0.1201516389846802f, 0.1314534842967987f, 0.1411990374326706f, -0.1115788072347641f, -0.1803514957427979f, -0.4599880576133728f, -0.6099383831024170f, 0.7732937335968018f, -0.1613709032535553f, 0.2289861738681793f, -0.9984856247901917f, -0.2480498254299164f, -0.0933760553598404f, 0.3526032269001007f, -0.0368203148245811f, -0.0736394152045250f, 0.4693384170532227f, 0.7413011789321899f, -0.0372199006378651f, 0.2787767052650452f, 0.2911886274814606f, 0.0575715973973274f, -0.0338015258312225f, 0.1445402801036835f, 0.2508115172386169f, 0.0869016200304031f, 0.2157263904809952f, 0.3321065902709961f, 0.0111975148320198f, 0.5005723834037781f, -0.1552089601755142f, -0.2510560452938080f, 0.0012845232849941f, -0.5361264944076538f, 0.0679067075252533f, -0.2240480184555054f, -0.2589494585990906f, 0.4244262576103210f, 0.2529625594615936f, -0.5229920744895935f, -0.1662651002407074f, -0.4186590015888214f, -0.0748652517795563f, 0.2661439180374146f, 0.2303549498319626f, 0.4624764919281006f, 0.4369391202926636f, 0.0008294148719870f, -0.4079197645187378f, -0.9524279832839966f, -0.2432948201894760f, -0.3180467486381531f, 0.2540805339813232f, -0.2684391438961029f, 0.1882566660642624f, -0.0026586910244077f, -0.3526621758937836f, 0.2344009429216385f, -0.0805680304765701f, -0.0241936985403299f, 0.0481823869049549f, -0.3454863727092743f, -0.2322067767381668f, 0.2252760976552963f, -0.1962811797857285f, -0.1678026914596558f, 0.2479988783597946f, -0.1011692956089973f, 0.0063325162045658f, -0.6641997694969177f, -0.0379762612283230f, 0.2433401942253113f, -0.6999222636222839f, -0.1851517260074615f, 0.0432925783097744f, 0.0365790762007236f, 0.3751431107521057f, 0.2523667514324188f, -0.2625288069248199f, -0.1427539139986038f, -0.0827232822775841f, -0.0888825953006744f, -0.0166781656444073f, 0.0935476198792458f, 0.2058736979961395f, -0.0311481636017561f, 0.2110292613506317f, 0.1861945092678070f, 0.2384140789508820f, 0.0942977443337440f, 0.0179731082171202f, -0.1149703711271286f, 0.1419564634561539f, -0.2420044988393784f, 0.0679417178034782f, 0.2500242590904236f, -0.0866370275616646f, 0.0446146130561829f, -0.1012856885790825f, -0.1077733933925629f, -0.0565991513431072f, 0.0070720952935517f, -0.0550474934279919f, 0.1065057218074799f, 0.0496081635355949f, -0.1329127103090286f, -0.0152556328102946f, -0.1075812056660652f, 0.2176989912986755f, 0.1019859164953232f, 0.0398337319493294f, 0.1631014347076416f, -0.0428467690944672f, -0.2383475601673126f, -0.1193812713027000f, 0.0349979400634766f, -0.2321526259183884f, 0.0888284370303154f, 0.0047447946853936f, -0.0349607095122337f, -0.2894451320171356f, -0.1212743893265724f, -0.1295415908098221f, 0.3438061177730560f, -0.0768946930766106f, 0.0015160934999585f, -0.1226744949817657f, 0.0978055596351624f, -0.0895125716924667f, -0.1181609854102135f, -0.0027177918236703f, 0.2333136945962906f, 0.1464601010084152f, -0.0854985043406487f, -0.0767679810523987f, 0.0192067585885525f, 0.1405018568038940f, -0.1873522996902466f, -0.0473112761974335f, 0.0245375111699104f, -0.1308185160160065f, -0.1747742742300034f, -0.1018682569265366f, -0.2006540298461914f, -0.0831774696707726f, 0.0868936553597450f, -0.0649664103984833f, 0.1854733526706696f, -0.1000875532627106f, 0.1071570590138435f, -0.0871054455637932f, -0.1315570324659348f, 0.0792143195867538f, -0.0959369838237762f, -0.1168974786996841f, 0.0559332333505154f, -0.1107265353202820f, -0.2772730290889740f, 0.1196711733937263f, 0.1276382654905319f, -0.1314355432987213f, 0.0222724899649620f, 0.0515553243458271f, -0.0035245548933744f, 0.1654260903596878f, 0.1237986385822296f, -0.0465571433305740f, -0.1451395899057388f, 0.1190375983715057f, -0.0081377988681197f, -0.1767019778490067f, -0.2272683829069138f, -0.0955527499318123f, -0.1193333566188812f, 0.1441927999258041f, -0.0965453684329987f, -0.0124768381938338f, -0.0140063939616084f, -0.0215901006013155f, 0.0756797194480896f, 0.1814691424369812f, -0.0249704588204622f, 0.0588743090629578f, 0.0470614023506641f, 0.0989643558859825f, 0.1002574190497398f, 0.0740977525711060f, -0.0087458742782474f, 0.0717630088329315f, -0.1804276257753372f, -0.1182600557804108f, -0.1712491661310196f, 0.0117834387347102f, -0.1305612474679947f, 0.3203187584877014f, -0.0669609978795052f, 0.2131438106298447f, 0.0154922213405371f, -0.1190443858504295f, -0.0971974804997444f, 0.1236771121621132f, -0.0585810877382755f, 0.0406465195119381f, -0.1040305122733116f, -0.0156381167471409f, 0.0968469157814980f, 0.0771055892109871f, -0.0704678595066071f, 0.1359270364046097f, -0.0369901210069656f, -0.1141615062952042f, 0.0569358654320240f, 0.0061419047415257f, -0.1228349804878235f, 0.1991153657436371f, -0.1293544173240662f, 0.1708342880010605f, -0.0114093180745840f, -0.1369563639163971f, -0.1077355220913887f, -0.1096846088767052f, 0.1874965876340866f, 0.1716325432062149f, 0.1827303469181061f, 0.1862433552742004f, 0.1880656331777573f, 0.1361310034990311f, 0.2107706516981125f, 0.1894685178995132f, 0.0293350107967854f, 0.2346275895833969f, 0.1305739879608154f, 0.0698833391070366f, 0.2789212167263031f, 0.0936894491314888f, 0.0805512592196465f, 0.1337435990571976f, 0.3345678150653839f, 0.1867365539073944f, -0.0020651123486459f, 0.2252079546451569f, 0.1819836497306824f, -0.1289304196834564f, -0.2053095698356628f, -0.1627950221300125f, -0.1171078756451607f, 0.2891613543033600f, 0.1564458161592484f, 0.0287269856780767f, -0.0191041715443134f, 0.1232019364833832f, 0.1177391707897186f, 0.0065387110225856f, -0.0823416262865067f, 0.1012463122606277f, 0.0767855718731880f, -0.2277948111295700f, -0.0365994572639465f, -0.1909829676151276f, -0.1404775977134705f, -0.1424533724784851f, -0.1250339895486832f, -0.2348314076662064f, -0.2144490778446198f, -0.1020353287458420f, -0.0352617278695107f, -0.1357240825891495f, 0.1038873493671417f, -0.1430746912956238f, 0.1437552273273468f, -0.2847013473510742f, -0.1788490563631058f, -0.1872721314430237f, -0.3918784856796265f, -0.2809172868728638f, -0.2947713434696198f, -0.0826533213257790f, 0.1816065907478333f, 0.0905860736966133f, -0.1725815832614899f, 0.0954151824116707f, -0.0641878321766853f, 0.2449508607387543f, -0.1780791133642197f, 0.4829954206943512f, 0.3020409643650055f, 0.3727412819862366f, 0.0170099940150976f, 0.4986437559127808f, 0.4062259495258331f, 0.6407068967819214f, -0.2363049387931824f, -0.0726465284824371f, 0.5570001006126404f, -0.0443486720323563f, -0.5349817872047424f, 0.1273155659437180f, -0.1790994107723236f, -0.4241997599601746f, 0.1327628493309021f, 0.3957374095916748f, 0.3611032962799072f, 0.3574630320072174f, -0.0548853613436222f, 0.0326424501836300f, 0.2885259091854095f, -0.1707606762647629f, -0.0652716532349586f, -0.1021872162818909f, 0.6961697936058044f, 0.1320284008979797f, -0.6932208538055420f, 0.2512930631637573f, 0.3209479153156281f, -0.0850192829966545f, 0.3344039618968964f, -0.1407294422388077f, 0.1110853105783463f, 0.1525448262691498f, 0.0160389002412558f, 0.3062250614166260f, -0.0407409258186817f, 0.2296556532382965f, -0.1655614972114563f, 0.4829877614974976f, 0.2787357568740845f, -0.2441304028034210f, 0.1602226644754410f, -0.3815619051456451f, 0.0694773718714714f, -0.0962686240673065f, 0.2310087680816650f, -0.3450715541839600f, -0.0464171655476093f, -0.1914880573749542f, 0.2654567956924438f, -0.0030703237280250f, -0.2677876055240631f, -0.0676267817616463f, -0.2306504100561142f, 0.0102901728823781f, 0.5276672244071960f, 0.0932221040129662f, 0.1625684797763824f, -0.2590132951736450f, -0.0151294898241758f, 0.3058006167411804f, -0.0268750991672277f, -0.2899991869926453f, -0.4659244716167450f, -0.4095701873302460f, 0.0741936266422272f, 0.1388424932956696f, 0.2485172748565674f, 0.3041733801364899f, -0.2569679021835327f, 0.1257035434246063f, 0.3427589535713196f, -0.1678449064493179f, -0.3950226604938507f, -0.0346566364169121f, -0.1263860464096069f, 0.2886778116226196f, 0.3044680953025818f, 0.1054899990558624f, 0.1635595113039017f, -0.0117110069841146f, -0.0721204131841660f, -0.0516789071261883f, -0.0759342908859253f, -0.1271045953035355f, -0.0281216744333506f, 0.0756800994277000f, -0.1751368045806885f, -0.0872734636068344f, 0.0571221113204956f, -0.1112727522850037f, -0.1351316422224045f, -0.1549229174852371f, 0.0828647091984749f, 0.1658633798360825f, 0.0340778529644012f, -0.0798681452870369f, 0.1196589916944504f, 0.1398663371801376f, 0.1589661091566086f, -0.0918274596333504f, 0.0801186338067055f, 0.0084443101659417f, 0.0019905015360564f, -0.0288601871579885f, -0.1400169432163239f, -0.2169339209794998f, 0.0811400935053825f, 0.0347564369440079f, -0.1611126810312271f, -0.0530624389648438f, -0.0385354831814766f, 0.1456057131290436f, -0.2228501886129379f, -0.0939453169703484f, 0.0171793159097433f, -0.2813740074634552f, 0.0563724189996719f, 0.0330182947218418f, 0.2416441589593887f, -0.2433085888624191f, -0.2115678191184998f, -0.1966424882411957f, -0.0330356955528259f, -0.0991212502121925f, -0.1605641245841980f, -0.1597445756196976f, 0.1149144023656845f, -0.0801033973693848f, -0.1436571925878525f, -0.1044560223817825f, -0.1703877002000809f, -0.1292446702718735f, 0.0200462955981493f, 0.0350734703242779f, 0.0263615176081657f, 0.1290697306394577f, 0.0049224793910980f, 0.0186139158904552f, -0.1780203729867935f, 0.0077899666503072f, 0.1580208688974380f, 0.0740979090332985f, -0.0950405746698380f, -0.1529488712549210f, -0.0931250229477882f, -0.1741664260625839f, 0.0599547028541565f, 0.1421289592981339f, -0.0152926305308938f, 0.0416416078805923f, 0.3422706425189972f, -0.4048630893230438f, 0.1941176205873489f, -0.0993606820702553f, 0.0528276227414608f, 0.1130191907286644f, 0.3804243505001068f, 0.2730641961097717f, 0.1123979836702347f, 0.0829574093222618f, 0.2065037637948990f, 0.0186578612774611f, -0.0849989280104637f, -0.1889767348766327f, 0.1482036113739014f, -0.0897487252950668f, 0.0071616736240685f, -0.1625446975231171f, 0.1687860041856766f, 0.0150698991492391f, 0.0726398751139641f, -0.1149621680378914f, 0.0673575624823570f, 0.1379208266735077f, 0.0043006911873817f, -0.0592521131038666f, 0.1137418299913406f, 0.0541705451905727f, 0.0687666088342667f, 0.2046645879745483f, 0.1253231912851334f, -0.0277974139899015f, -0.1534567773342133f, 0.1379828602075577f, -0.1121865659952164f, -0.0829062685370445f, 0.0607251524925232f, -0.1653422117233276f, 0.3164972066879272f, -0.1724988073110580f, -0.0361508838832378f, -0.1163779944181442f, -0.0070437267422676f, 0.0395733416080475f, -0.1496266871690750f, -0.0260205883532763f, 0.0852447822690010f, 0.3600874245166779f, -0.0537215955555439f, -0.1138070449233055f, 0.1156367212533951f, 0.1495421975851059f, 0.1869458705186844f, 0.3418437242507935f, 0.1060724109411240f, -0.0613453760743141f, 0.2156819552183151f, 0.2022794336080551f, 0.0447670817375183f, -0.0420498028397560f, 0.0899580270051956f, 0.0572320334613323f, -0.0786703526973724f, -0.1238261461257935f, 0.2485022246837616f, 0.2108904868364334f, -0.0367061197757721f, 0.0818998888134956f, 0.0902882143855095f, 0.1715184599161148f, 0.0356111116707325f, -0.2655363380908966f, 0.0416193082928658f, -0.0797414183616638f, -0.3751799762248993f, -0.0312297176569700f, 0.1456058174371719f, -0.1249861568212509f, -0.1006789505481720f, -0.2555179595947266f, -0.2195762097835541f, -0.0917070209980011f, -0.2197812497615814f, -0.1375425010919571f, -0.0276798401027918f, -0.0706085339188576f, 0.2427472919225693f, 0.1333723366260529f, 0.0739406496286392f, 0.0415669642388821f, -0.0922155231237411f, 0.0531686842441559f, -0.1372375041246414f, -0.2078610509634018f, -0.1337622106075287f, 0.1039596796035767f, 0.0333166383206844f, 0.1255333870649338f, 0.1292781382799149f, 0.0405146591365337f, -0.0618078485131264f, 0.2157580852508545f, -0.0104710999876261f, 0.0508491657674313f, -0.1204361915588379f, 0.1498982310295105f, 0.2199699431657791f, -0.0600824952125549f, 0.1812321096658707f, 0.2300267070531845f, 0.0107079334557056f, -0.1190912798047066f, -0.2031449228525162f, 0.0838885828852654f, 0.1473980098962784f, -0.0167782213538885f, 0.2327584177255630f, 0.2174388468265533f, 0.0853212475776672f, -0.1963279843330383f, -0.2292400449514389f, 0.1380736380815506f, 0.0240814164280891f, 0.0291455090045929f, -0.0734040066599846f, -0.1205750852823257f, 0.2394165545701981f, 0.6131336688995361f, 0.5120940208435059f, 0.4402844309806824f, -0.9330961108207703f, -0.3285349309444427f, -0.1392319798469543f, -1.1612532138824463f, 0.8647591471672058f, 0.4198839664459229f, 0.0114653427153826f, -0.1765352189540863f, 0.3912909626960754f, 0.0164307728409767f, -0.0187141690403223f, 0.2123631536960602f, -0.0441250391304493f, 0.5919442176818848f, -0.0361591205000877f, -0.0979050621390343f, -0.0745838731527328f, -0.2738912999629974f, 0.1667791903018951f, 0.1846343576908112f, 0.0481720380485058f, -0.1118823811411858f, 0.0873152464628220f, 0.2685661613941193f, 0.3765151500701904f, -0.0902349203824997f, 0.1099889650940895f, 0.1345854401588440f, -0.0120541164651513f, 0.5132455229759216f, 0.2947216928005219f, 0.2765795588493347f, -0.2740360200405121f, 0.2315596640110016f, -0.1186404675245285f, -0.0213766656816006f, -0.1558385938405991f, 0.0433918535709381f, 0.3208083212375641f, -0.1904454082250595f, 0.3167636394500732f, 0.3478914797306061f, 0.2175346463918686f, 0.1616008728742599f, -0.2822889983654022f, -0.5414195060729980f, -0.1583950519561768f, 0.4105324149131775f, -0.0346768796443939f, -0.3363575339317322f, -0.2898026704788208f, -0.3144956827163696f, -0.2608414292335510f, -0.5253185033798218f, -0.2400231063365936f, 0.1571138650178909f, 0.0881339609622955f, 0.2890198528766632f, 0.0095365280285478f, -0.3723326325416565f, -0.0078342491760850f, -0.5925095677375793f, -0.3003634214401245f, -0.4348835647106171f, 0.0440889485180378f, -0.3004696965217590f, -0.0765804797410965f, -0.1106919124722481f, -0.1529326885938644f, 0.0334486216306686f, -0.2880412042140961f, -0.0867229029536247f, 0.2715213298797607f, 0.3455142080783844f, 0.0421868190169334f, 0.1088623777031898f, 0.3530384302139282f, 0.1036236435174942f, -0.1811016649007797f, -0.0371862575411797f, -0.0815502628684044f, -0.1272235512733459f, 0.2390078902244568f, 0.1050499230623245f, -0.0332150124013424f, 0.3028440773487091f, 0.0770981311798096f, 0.1602268666028976f, 0.1337961256504059f, 0.1006771028041840f, 0.1102172881364822f, 0.1848667412996292f, 0.1684325039386749f, 0.1242713704705238f, -0.1786433309316635f, 0.1373559087514877f, 0.2225612848997116f, 0.2258309721946716f, 0.1677368730306625f, -0.0262125637382269f, 0.2297061383724213f, 0.1107719168066978f, -0.1793202161788940f, 0.1616234928369522f, 0.0589479915797710f, -0.1556434482336044f, -0.0371207147836685f, 0.0083158966153860f, -0.1116892471909523f, -0.0387150160968304f, -0.0716182366013527f, -0.0084692370146513f, -0.0897895693778992f, 0.0745867118239403f, 0.0287218261510134f, 0.0329950228333473f, -0.0902610570192337f, 0.1138846948742867f, -0.0855705514550209f, 0.1880635172128677f, 0.0976239517331123f, -0.1371842175722122f, -0.0210956335067749f, 0.1651720106601715f, -0.0196290351450443f, 0.0792955383658409f, -0.0648245885968208f, 0.0803505405783653f, -0.0074715134687722f, 0.0806355923414230f, 0.2270058244466782f, 0.0261932928115129f, 0.0842201709747314f, 0.1268837302923203f, 0.0036683829966933f, -0.1418737769126892f, -0.0057788044214249f, 0.1467448621988297f, -0.0514633320271969f, -0.0323182605206966f, -0.3030799925327301f, -0.0392444245517254f, 0.0727892071008682f, 0.1349033266305923f, 0.2553310692310333f, -0.0151702389121056f, 0.2435233443975449f, -0.0339750684797764f, 0.2393334656953812f, -0.0123280426487327f, -0.0960634201765060f, -0.1998449265956879f, 0.0209492482244968f, -0.0379791297018528f, -0.1656708866357803f, 0.0078368233516812f, -0.0195985324680805f, 0.1247799396514893f, -0.1443238407373428f, 0.1085884571075439f, 0.1078949421644211f, -0.0696595087647438f, 0.1288003325462341f, -0.3970431089401245f, -0.1024801880121231f, -0.1233044415712357f, -0.1463251858949661f, -0.1819592118263245f, 0.1154757887125015f, -0.0568912848830223f, 0.1153363287448883f, 0.1257448494434357f, 0.0358867906033993f, -0.0538437925279140f, 0.1358876377344131f, -0.1802356392145157f, 0.2287918329238892f, 0.2034094035625458f, 0.2011471092700958f, 0.0429091416299343f, 0.0681071951985359f, -0.0563410185277462f, -0.0257276389747858f, 0.0843018889427185f, 0.0909587815403938f, 0.0664033442735672f, -0.1758099496364594f, -0.0571433268487453f, 0.1711259931325912f, -0.0571946017444134f, 0.0362318903207779f, -0.0376639999449253f, -0.0447276122868061f, -0.1592458039522171f, -0.1119785979390144f, -0.1096779480576515f, 0.0285444818437099f, -0.1093029752373695f, 0.1144370138645172f, -0.1207029223442078f, -0.1724279224872589f, 0.0867907255887985f, -0.1668438911437988f, 0.0574829801917076f, 0.0075742588378489f, -0.4059297442436218f, 0.0318493545055389f, 0.2434604167938232f, -0.0547706782817841f, -0.0525891482830048f, -0.1989204585552216f, 0.0056250733323395f, 0.2155371010303497f, -0.0341610573232174f, 0.1930452138185501f, -0.0858703181147575f, -0.2017534673213959f, -0.0631754472851753f, -0.1143154352903366f, -0.2424092143774033f, 0.0802514851093292f, -0.0295923855155706f, -0.1905903220176697f, 0.0619865767657757f, -0.0115450052544475f, 0.0010406150249764f, -0.0041289851069450f, 0.0622245892882347f, -0.0558483861386776f, 0.0473032332956791f, 0.0326454229652882f, -0.1524653136730194f, -0.0574469417333603f, 0.1663832068443298f, 0.1108400523662567f, 0.0999809801578522f, -0.3094341754913330f, -0.0091841602697968f, 0.0163167547434568f, 0.0542269758880138f, -0.0496890656650066f, -0.1506151854991913f, -0.1521467417478561f, 0.0759391859173775f, -0.0630263015627861f, -0.1965887546539307f, -0.0461340881884098f, -0.0444865338504314f, -0.1686454415321350f, -0.2084407657384872f, 0.1662267148494720f, -0.0039567076601088f, -0.0072231283411384f, 0.1545728147029877f, -0.0883008837699890f, 0.0321789607405663f, 0.0811701267957687f, -0.1567204445600510f, -0.1264952421188354f, 0.0034169857390225f, 0.0123839005827904f, -0.1233986690640450f, 0.0326695479452610f, -0.0816870331764221f, 0.0920929834246635f, -0.2903710901737213f, -0.2450475841760635f, -0.2261900007724762f, -0.1987242996692657f, 0.2289467751979828f, 0.0014403652166948f, 0.1992424726486206f, 0.0862834602594376f, 0.1167134195566177f, -0.1827589720487595f, 0.0768386051058769f, 0.0307491738349199f, 0.2430421411991119f, -0.3573895990848541f, 0.3370340466499329f, 2.0849652290344238f, 0.1329426020383835f, -0.1572283804416656f, 0.0471578054130077f, -0.2013432085514069f, 0.1161739975214005f, -0.1567748039960861f, 0.1606635749340057f, 0.0653541758656502f, -0.3098604977130890f, 0.1017888337373734f, 0.3628154695034027f, 0.3304760158061981f, -0.1518701165914536f, -0.3958520889282227f, 0.0589817650616169f, 0.1504663825035095f, -0.0161890815943480f, -0.2737655937671661f, 0.3386678099632263f, 0.2357666939496994f, -0.3556374609470367f, -0.0245309825986624f, -0.1056125611066818f, 0.3172893226146698f, 0.2594008743762970f, 0.1219205632805824f, -0.0999825894832611f, -0.2794743478298187f, 0.1157096922397614f, 0.1565781682729721f, 0.0411747768521309f, 0.2792751193046570f, 0.1570186465978622f, -0.3064492940902710f, 0.0086790677160025f, -0.1550159156322479f, 0.0469419211149216f, 0.2933839857578278f, 0.2129487097263336f, 0.2768996059894562f, 0.0154878785833716f, -0.0568118020892143f, -0.1020661145448685f, -0.2932409942150116f, 0.1264995038509369f, 0.1396111845970154f, 0.2517127394676208f, -0.2926096618175507f, -0.2608516216278076f, -0.1991807073354721f, 0.2141158580780029f, 0.3587532043457031f, 0.0232614111155272f, -0.2246242761611938f, 0.1227321028709412f, -0.3475298881530762f, 0.2817220091819763f, -0.3135817050933838f, -0.0975279733538628f, -0.1108666509389877f, 0.2326308190822601f, -0.0199119467288256f, 0.2253784984350204f, 0.0377116091549397f, -0.0229906626045704f, -0.2973606884479523f, 0.3631399869918823f, -0.1669698357582092f, -0.3082887232303619f, -0.1056536734104156f, -0.1158916503190994f, 0.3736219406127930f, 0.3264681696891785f, -0.0267933253198862f, 0.3791401684284210f, 0.0316867865622044f, 0.0502604730427265f, 0.1557185798883438f, -0.0346261896193027f, -0.0645264461636543f, 0.0572315715253353f, -0.0332104600965977f, 0.0256134141236544f, 0.1023575887084007f, 0.2198790311813354f, -0.0442465767264366f, -0.0133193023502827f, -0.1185472160577774f, 0.0812267363071442f, -0.2494345754384995f, -0.1705005168914795f, -0.0045740231871605f, -0.0404957160353661f, -0.0309661496430635f, -0.2340346276760101f, 0.0749326944351196f, -0.1908318996429443f, 0.0551319904625416f, -0.2492332756519318f, -0.0235312357544899f, -0.1447597742080688f, 0.0237164665013552f, 0.0910343006253242f, 0.0070272390730679f, 0.1561727076768875f, 0.1421970129013062f, 0.1059679388999939f, 0.0650186762213707f, -0.1093990355730057f, 0.1691722571849823f, 0.2379638850688934f, 0.0502412542700768f, 0.1312682330608368f, -0.0046533378772438f, -0.0014604791067541f, -0.0067207920365036f, -0.2238764315843582f, -0.0223157014697790f, 0.1258720755577087f, 0.2007052004337311f, -0.0791026130318642f, -0.0151007557287812f, 0.0506316497921944f, 0.1905005425214767f, -0.0881387591362000f, -0.0552930794656277f, -0.1524098515510559f, 0.1048249155282974f, 0.0441084504127502f, -0.0911782458424568f, 0.0311593934893608f, -0.2103652805089951f, -0.2042523324489594f, 0.1393611282110214f, 0.2503989338874817f, 0.0359291881322861f, 0.1379293799400330f, 0.1933388561010361f, 0.2294242829084396f, -0.0786202400922775f, -0.0623966790735722f, -0.1787032634019852f, 0.0463836230337620f, 0.0538864880800247f, 0.0888256132602692f, 0.2483182251453400f, 0.0234916359186172f, -0.0500691533088684f, 0.1938209682703018f, -0.1515714079141617f, -0.3341847062110901f, -0.0166291706264019f, -0.0219845119863749f, -0.0967859923839569f, 0.0509403273463249f, -0.2420049011707306f, 0.0335948131978512f, -0.0292916651815176f, 0.0252071693539619f, 0.1248414367437363f, -0.1702518463134766f, -0.1873659193515778f, -0.0716366320848465f, -0.0733235925436020f, 0.2222277969121933f, 0.1001015231013298f, 0.1819871217012405f, 0.0825020372867584f, -0.0418447256088257f, -0.1589778512716293f, 0.0781468152999878f, -0.1537659019231796f, 0.0744322016835213f, 0.0589926950633526f, 0.0035929384175688f, 0.2460537105798721f, -0.1437028795480728f, -0.0360978879034519f, 0.1404655277729034f, -0.0045880246907473f, -0.1200385093688965f, 0.1161482706665993f, -0.0993445664644241f, 0.1035206690430641f, 0.2043389976024628f, 0.0066380770877004f, 0.1182640567421913f, 0.1494064182043076f, 0.3085750341415405f, 0.2310723662376404f, -0.1379791349172592f, -0.1877056658267975f, 0.1587389260530472f, 0.1117305234074593f, -0.1185799688100815f, 0.1709762960672379f, 0.0457643084228039f, -0.2255200892686844f, -0.1225367113947868f, -0.1887516528367996f, -0.0411749407649040f, -0.1572306156158447f, -0.0373850725591183f, -0.0516659021377563f, -0.0028457029256970f, 0.1696260273456573f, 0.1106372922658920f, -0.2047734856605530f, 0.0053880028426647f, -0.1328373700380325f, -0.0649224147200584f, -0.0101982131600380f, 0.0770838484168053f, -0.0951460748910904f, -0.2241573780775070f, -0.1490227133035660f, -0.0707198753952980f, -0.2232327610254288f, 0.0298546496778727f, -0.1661320179700851f, -0.0932367295026779f, 0.1693368554115295f, 0.1590259373188019f, 0.0193731356412172f, -0.0657057464122772f, 0.1089156717061996f, 0.1032359302043915f, 0.1619964241981506f, 0.0000137926263051f, 0.0823598131537437f, -0.0912312939763069f, 0.1062601804733276f, 0.0756709203124046f, -0.0121430503204465f, 0.0763056576251984f, -0.0054127606563270f, -0.3388555645942688f, -0.0430928319692612f, -0.0541323386132717f, 0.0204487442970276f, -0.2136927396059036f, 0.0257074441760778f, -0.2725523710250854f, 0.0085609285160899f, -0.0743933543562889f, 0.0447168461978436f, 0.1216988414525986f, -0.0936483293771744f, -0.0364801958203316f, -0.1163876578211784f, -0.1144527718424797f, 0.0996754318475723f, 0.1016776189208031f, -0.0802735090255737f, 0.0420583747327328f, 0.1409213691949844f, 0.1143178790807724f, 0.1809004843235016f, 0.1841068416833878f, -0.0173659548163414f, -0.1322118341922760f, -0.1313337981700897f, 0.0959200412034988f, 0.2102988213300705f, 0.2287792414426804f, 0.3155713379383087f, 0.1476121395826340f, 0.2918182015419006f, -0.1163526400923729f, 0.1988018453121185f, 0.1008848473429680f, -0.2047589570283890f, -0.0620911046862602f, 0.1552779227495193f, -0.1100812256336212f, -0.1536879539489746f, 1.0569953918457031f, 0.3136036694049835f, 0.0432358235120773f, -0.0242086052894592f, 0.8666443824768066f, 0.2703282535076141f, -0.1575263887643814f, -0.6900277733802795f, 0.3240924775600433f, -0.2684019505977631f, 0.1021989881992340f, -0.1503699272871017f, 0.2512529194355011f, 0.2426625192165375f, 0.1820336878299713f, -0.0936641991138458f, 0.2864372432231903f, -0.0844886600971222f, 0.2345096170902252f, 0.1671409904956818f, -0.2909255027770996f, -0.2231021076440811f, -0.0285452902317047f, -0.2902416884899139f, -0.0911809206008911f, 0.1914344131946564f, 0.3196655809879303f, -0.0279632806777954f, -0.0846583843231201f, -0.2666132152080536f, 0.1073178350925446f, 0.0505908429622650f, 0.1508843600749969f, -0.2990425527095795f, 0.0172648727893829f, -0.1562631875276566f, -0.1995172798633575f, 0.1757102906703949f, -0.2895315289497375f, -0.2112935334444046f, 0.2603401839733124f, -0.2312087565660477f, 0.2381831705570221f, -0.1290394067764282f, -0.2417178153991699f, -0.0228334367275238f, -0.2175087481737137f, 0.0927365422248840f, 0.2515943944454193f, -0.2678905427455902f, -0.2392645329236984f, -0.0614089965820312f, 0.0116340816020966f, 0.3061031401157379f, 0.2777076661586761f, -0.1913124620914459f, 0.2306869328022003f, 0.2046033442020416f, -0.2708279490470886f, 0.2188521325588226f, 0.3408154547214508f, -0.0827629566192627f, 0.3052035272121429f, 0.3354517519474030f, 0.0888060927391052f, 0.0076411962509155f, 0.2934277951717377f, 0.2444260418415070f, 0.3364352881908417f, -0.2267208397388458f, 0.1205825805664062f, 0.2158147394657135f, -0.2301437556743622f, 0.0601432025432587f, -0.1920311152935028f, -0.2548098862171173f, 0.3473303616046906f, -0.2866051793098450f, -0.3235993683338165f, 0.2944277822971344f, 0.0385968759655952f, 0.0506347008049488f, 0.0809904187917709f, -0.0053636352531612f, -0.0067958584986627f, -0.0324983447790146f, 0.0305824782699347f, -0.1963013857603073f, -0.2978549301624298f, 1.0000000000000000f};
+// std::vector<float> PARAMS{0.3835485577583313f, 0.5359688997268677f,
+// -0.9955689311027527f, -0.7553601264953613f,
+// -0.1494733691215515f, 1.2345675230026245f,
+// -0.1786766350269318f, 1.0769165754318237f,
+// -0.9440643191337585f, 1.1597353219985962f, -1.2624912261962891f,
+// -0.4461484253406525f, -0.6159268617630005f, -1.2956296205520630f,
+// -0.8408089280128479f, 1.2146446704864502f, 0.1296682208776474f,
+// -0.0277807340025902f, -0.4071600437164307f, 0.0822563767433167f,
+// 0.0648131594061852f, 0.0528585948050022f, -0.1753178089857101f,
+// 0.0956070274114609f, 0.0528422854840755f, -0.1341764926910400f,
+// 0.1146047562360764f, -0.0721464604139328f, -0.1895050406455994f,
+// -0.0151604283601046f, 0.0599605888128281f, 0.2469886243343353f,
+// -0.1048045530915260f, -0.1958756148815155f, -0.1983633339405060f,
+// -0.0829553380608559f, 0.1319145262241364f, 0.2669599950313568f,
+// 0.0711239054799080f, -0.0220919530838728f, -0.0615119673311710f,
+// 0.0306550096720457f, 0.2941007018089294f, -0.0264443457126617f,
+// -0.1558667570352554f, -0.2699396610260010f, -0.0466555096209049f,
+// 0.0870699733495712f, 0.0594101957976818f, -0.1440277993679047f,
+// 0.0823401063680649f, 0.2327432185411453f, -0.0799996107816696f,
+// 0.0160392522811890f, 0.1652154475450516f, -0.2258044481277466f,
+// 0.0234798286110163f, -0.0188831593841314f, -0.2255857735872269f,
+// -0.0616229213774204f, 0.1857846230268478f, 0.1055725663900375f,
+// -0.1839340925216675f, -0.2114940434694290f, 0.1212260797619820f,
+// -0.0994124040007591f, -0.3088673949241638f, 0.0806258544325829f,
+// 0.1310831457376480f, 0.0919791162014008f, -0.1434854567050934f,
+// -0.0847446992993355f, 0.1181433200836182f, 0.0780468732118607f,
+// 0.0893510431051254f, 0.1765092611312866f, 0.0160327851772308f,
+// -0.1390814781188965f, 0.0962059348821640f, -0.0769020691514015f,
+// -0.0928046256303787f, 0.0546453483402729f, 0.0201090965420008f,
+// -0.1635543256998062f, 0.1999717652797699f, 0.0061834929510951f,
+// 0.0026925033889711f, -0.1427928805351257f, -0.0062427846714854f,
+// -0.0561937093734741f, 0.2791958153247833f, 0.1182280033826828f,
+// 0.0917589813470840f, -0.1214380413293839f, -0.1693758815526962f,
+// -0.1247381791472435f, 0.1642871201038361f, -0.0018485406180844f,
+// -0.1607224196195602f, -0.0311561990529299f, 0.0925975888967514f,
+// 0.0663369596004486f, -0.0112689128145576f, -0.0697173625230789f,
+// -0.1696640849113464f, 0.0672958195209503f, -0.1381272375583649f,
+// -0.1396837234497070f, 0.0765482559800148f, 0.0808947235345840f,
+// -0.0396494530141354f, -0.0828066915273666f, -0.7091677784919739f,
+// -0.0946900472044945f, 2.0658030509948730f, -0.4384669661521912f,
+// -0.3920795619487762f, 0.7910001277923584f, 0.4106825292110443f,
+// 0.4967099726200104f, -0.7356845736503601f, 0.3281491696834564f,
+// 0.3102262020111084f, -0.6735978722572327f, 0.3348606228828430f,
+// 0.3791383206844330f, -0.9260874986648560f, -1.0537509918212891f,
+// -1.1244480609893799f, 0.8468663096427917f, 0.6440409421920776f,
+// 0.3873966932296753f, -1.9147459268569946f, -0.4581663012504578f,
+// -0.3685331046581268f, 0.8802012801170349f, 0.4796718657016754f,
+// 0.1122903153300285f, -1.7525925636291504f, -0.4159922301769257f,
+// -0.1234852448105812f, 1.5773060321807861f, 0.8606653809547424f,
+// 0.7369998693466187f, -1.1790728569030762f, 0.5124739408493042f,
+// 0.7945433855056763f, -0.8411487340927124f, 0.2201288938522339f,
+// 0.1891912668943405f, -0.8937372565269470f, 0.3767694830894470f,
+// 0.4880002737045288f, -0.8206704258918762f, 0.6735700964927673f,
+// 0.4418495893478394f, -0.9129898548126221f, -0.9786708354949951f,
+// -0.7418314814567566f, 1.7252787351608276f, 0.1879804581403732f,
+// -0.0835965946316719f, -0.5365368127822876f, -0.0035692155361176f,
+// -0.0207565706223249f, -0.1090660095214844f, -0.1887642443180084f,
+// 0.0419892296195030f, -0.0149951437488198f, -0.1276530325412750f,
+// 0.1249947845935822f, 0.0467409342527390f, -0.0010692375944927f,
+// 0.0350797064602375f, 0.0079275807365775f, 0.2335309833288193f,
+// 0.0681525543332100f, -0.1682576239109039f, -0.1190695464611053f,
+// -0.1409078985452652f, 0.3048306107521057f, 0.1046163216233253f,
+// 0.1147358641028404f, -0.0988144427537918f, -0.1387477517127991f,
+// 0.1157697141170502f, 0.3484512865543365f, 0.1520982384681702f,
+// -0.1596708893775940f, -0.2265224307775497f, -0.0285864602774382f,
+// 0.0630714297294617f, 0.0554641634225845f, -0.1164911910891533f,
+// -0.1445630937814713f, 0.0242413394153118f, -0.2101331949234009f,
+// 0.0522399395704269f, 0.0226299557834864f, -0.1375105679035187f,
+// -0.0095624877139926f, 0.2255221009254456f, -0.2520672380924225f,
+// -0.1178971007466316f, 0.0738684087991714f, 0.3418537676334381f,
+// 0.0054704467765987f, -0.1624043285846710f, 0.4573345780372620f,
+// 0.0782751739025116f, -0.4820468723773956f, 0.1850459575653076f,
+// 0.0791331678628922f, -0.2517721056938171f, -0.2344481796026230f,
+// -0.0532403141260147f, 0.1076360046863556f, -0.2888205349445343f,
+// 0.0551327988505363f, 0.0989247113466263f, -0.2539763152599335f,
+// 0.0646820813417435f, 0.2702504396438599f, 0.2781206071376801f,
+// -0.0221281386911869f, -0.1543378531932831f, -0.5210901498794556f,
+// -0.1635621190071106f, 0.3167267143726349f, 0.2340520322322845f,
+// 0.0842395424842834f, -0.1078023761510849f, -0.4002801775932312f,
+// 0.0054281568154693f, 0.4456237256526947f, 0.2772706151008606f,
+// 0.1789450794458389f, -0.4123204946517944f, -0.3515256047248840f,
+// -0.0506022498011589f, 0.3057927489280701f, -0.1273935884237289f,
+// -0.1181593090295792f, 0.2317020446062088f, -0.1301273554563522f,
+// -0.1996995657682419f, 0.3121384978294373f, -0.3685532808303833f,
+// -0.0764643028378487f, 0.2080480307340622f, -0.3437846302986145f,
+// -0.0673226863145828f, 0.3604329526424408f, 0.3712747097015381f,
+// 0.0774449110031128f, -0.3520209491252899f, -0.3603218495845795f,
+// 0.0832555964589119f, 0.6977984905242920f, -0.2196862697601318f,
+// -0.2348747402429581f, 0.2560168206691742f, 0.2106485962867737f,
+// 0.2816737890243530f, -0.1318713128566742f, 0.0736185982823372f,
+// 0.1137855201959610f, -0.1177031621336937f, 0.2515149712562561f,
+// 0.1938474327325821f, -0.3113115131855011f, -0.3095616698265076f,
+// -0.4169439673423767f, 0.2904133498668671f, 0.2463551163673401f,
+// 0.0501491986215115f, -0.3931232094764709f, -0.2487120181322098f,
+// -0.1934022754430771f, 0.2598019540309906f, 0.2164300680160522f,
+// -0.0674264281988144f, -0.7437754869461060f, -0.0950855463743210f,
+// -0.0835002362728119f, 0.5874764919281006f, 0.1597914695739746f,
+// 0.2644749581813812f, -0.3180186152458191f, 0.1573039144277573f,
+// 0.1264152675867081f, -0.1563924252986908f, 0.1615686714649200f,
+// 0.1307362318038940f, -0.1984806805849075f, 0.0724882185459137f,
+// 0.2828727960586548f, -0.3276949822902679f, 0.2351306229829788f,
+// 0.1360947787761688f, -0.3430641591548920f, -0.3350097835063934f,
+// -0.3037174940109253f, 0.5648471117019653f, -1.1206485033035278f,
+// -0.2710267007350922f, 2.1717724800109863f, -0.5460085868835449f,
+// -0.4047183990478516f, 0.8527598381042480f, 0.5444395542144775f,
+// 0.4771609008312225f, -0.8826536536216736f, 0.5367618799209595f,
+// 0.5158080458641052f, -0.7613511681556702f, 0.6672366261482239f,
+// 0.5175638198852539f, -0.9383198618888855f, -1.0655921697616577f,
+// -0.7533731460571289f, 1.1883540153503418f, 1.2006424665451050f,
+// 0.4698196053504944f, -1.7262845039367676f, -0.6137087345123291f,
+// -0.4268763661384583f, 1.0405226945877075f, 1.1856163740158081f,
+// 0.2001822590827942f, -1.9437428712844849f, -1.1729369163513184f,
+// -0.2403890788555145f, 1.6573206186294556f, 0.8778624534606934f,
+// 0.6750581264495850f, -1.1270393133163452f, 0.9290090203285217f,
+// 0.7223676443099976f, -0.8965227603912354f, 0.5319220423698425f,
+// 0.3813888132572174f, -0.7079824209213257f, 0.8585599660873413f,
+// 0.4507257342338562f, -0.8998194932937622f, 0.9452975392341614f,
+// 0.6439204216003418f, -1.2247362136840820f, -1.4261493682861328f,
+// -0.6812862157821655f, 1.9406217336654663f, 0.2594836950302124f,
+// 0.0245255641639233f, 0.0694512948393822f, 0.2374039590358734f,
+// -0.0970196947455406f, 0.0086472555994987f, -0.2896052300930023f,
+// 0.0979810580611229f, -0.0346520729362965f, -0.3170170187950134f,
+// -0.0647750645875931f, 0.1811313331127167f, -0.1145716980099678f,
+// 0.1951909661293030f, 0.1555383056402206f, 0.0605108663439751f,
+// -0.2593950033187866f, -0.0645651742815971f, -0.3953244686126709f,
+// 0.1167314201593399f, -0.1783294677734375f, 0.1315362453460693f,
+// -0.2050934582948685f, -0.1311579197645187f, -0.2267016023397446f,
+// 0.0759766027331352f, 0.0126863503828645f, 0.4028666913509369f,
+// 0.1175964921712875f, -0.0060608885250986f, -0.1525719612836838f,
+// 0.2440186142921448f, 0.0883673056960106f, -0.0427154265344143f,
+// 0.1870790868997574f, 0.1568736881017685f, -0.2176408469676971f,
+// 0.1023798510432243f, 0.0736447498202324f, -0.2303591668605804f,
+// -0.0083245383575559f, -0.0287871621549129f, -0.3173414766788483f,
+// 0.1805833578109741f, 0.1410282105207443f, 0.2826967835426331f,
+// -0.1452051848173141f, 0.1947334855794907f, -0.0943694561719894f,
+// 0.0628618225455284f, 1.3020647764205933f, -0.0108456574380398f,
+// -0.1888330131769180f, 0.1634834259748459f, 0.2943543791770935f,
+// 0.3913155198097229f, -0.3518658876419067f, 0.2196010053157806f,
+// 0.1652868986129761f, -0.2876240313053131f, 0.2990699112415314f,
+// 0.2923117578029633f, -0.4344880580902100f, -0.4115230739116669f,
+// -0.5841859579086304f, 0.3508805632591248f, 0.3951162397861481f,
+// 0.3552975058555603f, -1.0393805503845215f, -0.2683453857898712f,
+// -0.2928456664085388f, 0.4152113497257233f, 0.3653745949268341f,
+// 0.0290005262941122f, -1.0046013593673706f, -0.3722553253173828f,
+// -0.3074940443038940f, 0.7989940047264099f, 0.1711410284042358f,
+// 0.4647922217845917f, -0.3451218307018280f, 0.2167951762676239f,
+// 0.2726981639862061f, -0.3769807219505310f, 0.1679786890745163f,
+// 0.1139769777655602f, -0.1764669269323349f, 0.0658018514513969f,
+// 0.1811755001544952f, -0.4859268367290497f, 0.2031539976596832f,
+// 0.4523976445198059f, -0.5353071689605713f, -0.4658588171005249f,
+// -0.5454562306404114f, 0.9503879547119141f, -0.2826316058635712f,
+// -0.2138970196247101f, 0.3962569832801819f, -0.0470762327313423f,
+// 0.0907242894172668f, 0.1944733709096909f, 0.0459418445825577f,
+// 0.1855217218399048f, -0.1097331419587135f, 0.1967014670372009f,
+// -0.0594666860997677f, -0.1589276939630508f, -0.0128874126821756f,
+// -0.0035411673597991f, -0.0975538566708565f, -0.2679572403430939f,
+// -0.0353154800832272f, 0.1953826099634171f, 0.2787609100341797f,
+// 0.0098278522491455f, -0.3107512593269348f, -0.1999863386154175f,
+// -0.0100540863350034f, 0.2618116438388824f, 0.3237391710281372f,
+// 0.0593304224312305f, -0.1853213608264923f, -0.3643108904361725f,
+// -0.2120517641305923f, 0.2486929446458817f, 0.0959474146366119f,
+// 0.1556572467088699f, -0.2327238023281097f, 0.0696782618761063f,
+// -0.0519720539450645f, -0.0453898832201958f, 0.0997926220297813f,
+// 0.1565207093954086f, -0.0319520086050034f, 0.2284449189901352f,
+// 0.0734813883900642f, -0.1686859875917435f, 0.1207970306277275f,
+// 0.0867816060781479f, -0.0630694478750229f, -0.3239029645919800f,
+// 0.0230684969574213f, 0.1756431013345718f, -0.1095235422253609f,
+// 0.0606760419905186f, 0.4085251688957214f, 0.1138619631528854f,
+// -0.0959931984543800f, 0.1258117258548737f, 0.0815782696008682f,
+// 0.0416563488543034f, 0.0887087658047676f, -0.0623348914086819f,
+// 0.0050907428376377f, 0.0362667739391327f, -0.0395419895648956f,
+// 0.0017235354753211f, -0.0962268486618996f, 0.0778556391596794f,
+// -0.0356663838028908f, -0.0476076304912567f, 0.1106588542461395f,
+// 0.0217915121465921f, -0.2232363820075989f, -0.0039226259104908f,
+// 0.1237085685133934f, 0.0279322508722544f, 0.0713241621851921f,
+// -0.1292881369590759f, -0.1565169245004654f, -0.1262233406305313f,
+// -0.0027695342432708f, 0.0876644626259804f, 0.1504435688257217f,
+// -0.0694153010845184f, -0.0488925240933895f, -0.0526544414460659f,
+// 0.1271196752786636f, 0.1342358589172363f, -0.0905986875295639f,
+// -0.1577730625867844f, -0.1343314051628113f, 0.0126047320663929f,
+// -0.0763369053602219f, -0.1325558274984360f, -0.0407603122293949f,
+// -0.0147403888404369f, -0.1304033398628235f, -0.0044838362373412f,
+// 0.0019905713852495f, 0.0712297782301903f, -0.1693610548973083f,
+// 0.1066210195422173f, 0.0453766323626041f, -0.0961173102259636f,
+// -0.0388633422553539f, 0.2943672835826874f, -0.0182528980076313f,
+// -0.1504843980073929f, -0.0075319358147681f, 0.0106137730181217f,
+// 0.0132826017215848f, -0.1650476753711700f, 0.0995308980345726f,
+// -0.0349338501691818f, -0.0398641377687454f, -0.1677098274230957f,
+// -0.1328675597906113f, 0.0486261472105980f, 0.1474831402301788f,
+// 0.0934888795018196f, -0.2167856693267822f, 0.0085571501404047f,
+// -0.0224576033651829f, 0.1212888434529305f, 0.2867642343044281f,
+// 0.0816287845373154f, -0.0261730570346117f, -0.0876617059111595f,
+// -0.0588066950440407f, 0.0387821495532990f, 0.1540341228246689f,
+// 0.1151980385184288f, -0.1888328045606613f, 0.0057006855495274f,
+// 0.0431387685239315f, -0.0101277641952038f, 0.0482725873589516f,
+// -0.1345191299915314f, -0.2818538248538971f, 0.1672190874814987f,
+// -0.0186445750296116f, -0.2203189432621002f, 0.1741350591182709f,
+// 0.0501426234841347f, -0.0265687089413404f, -0.1156954318284988f,
+// -0.0397054441273212f, 0.0023603737354279f, -0.2110000401735306f,
+// 0.1600479185581207f, 0.2712180018424988f, 0.0283397603780031f,
+// -0.1106328442692757f, 0.1585426628589630f, 0.1607926636934280f,
+// 0.1067421659827232f, -0.1628948450088501f, -0.0288927126675844f,
+// -0.1232138872146606f, 0.1087989658117294f, -0.0420227982103825f,
+// -0.0883590057492256f, 0.0090882303193212f, -0.1483080983161926f,
+// -0.1190334632992744f, 0.0076286005787551f, 0.0746160522103310f,
+// -0.1039879396557808f, -0.0355579145252705f, -0.1026227325201035f,
+// 0.0633763968944550f, 0.1717687249183655f, 0.1379437148571014f,
+// -0.0216830801218748f, -0.0719579607248306f, -0.0251045767217875f,
+// -0.0238685589283705f, 0.2921740412712097f, 0.0907428637146950f,
+// -0.1336200833320618f, -0.0969421193003654f, -0.0482653304934502f,
+// 0.1384911388158798f, -0.0455801934003830f, -0.1043045222759247f,
+// -0.0344574116170406f, 0.0608370304107666f, 0.0768014043569565f,
+// 0.0347110740840435f, -0.0292194597423077f, 0.0966293439269066f,
+// -0.0441352240741253f, -0.1196748465299606f, -0.1919686794281006f,
+// -0.0959874093532562f, 0.2464220970869064f, -0.2049008607864380f,
+// -0.1100302711129189f, -0.3535399436950684f, 0.0290851686149836f,
+// 0.0407179035246372f, 0.1469351053237915f, -0.0978331416845322f,
+// -0.0213740020990372f, -0.1170124411582947f, -0.0503737479448318f,
+// -0.0542001612484455f, -0.0707536786794662f, 0.1150614693760872f,
+// -0.2197795361280441f, -0.0920485556125641f, -0.0206799861043692f,
+// 0.2041277587413788f, 0.0917055010795593f, -0.0198795646429062f,
+// 0.0712767094373703f, 0.2390198260545731f, -0.0204122383147478f,
+// 0.2417009472846985f, -0.1296899616718292f, 0.0424955710768700f,
+// 0.1334753036499023f, 0.2225069105625153f, 0.0785798206925392f,
+// -0.0013251088093966f, -0.0575324483215809f, -0.1486231088638306f,
+// -0.1609854400157928f, 0.0372985415160656f, 0.0243615731596947f,
+// -0.1023856624960899f, 0.1200772076845169f, -0.0400745756924152f,
+// -0.1281910985708237f, 0.0885516405105591f, -0.0558497309684753f,
+// -0.0141376061365008f, -0.0788387134671211f, -0.0310146380215883f,
+// -0.1453843563795090f, 0.1056148186326027f, 0.1186396554112434f,
+// 0.0310862772166729f, -0.3638842701911926f, 0.5460391640663147f,
+// 0.3045035004615784f, -0.3203968107700348f, 0.0275539811700583f,
+// 0.1579933464527130f, -0.0319667905569077f, -0.1176021248102188f,
+// -0.2175629287958145f, 0.2764100432395935f, -0.2294190078973770f,
+// -0.0366404615342617f, 0.1794108450412750f, -0.1753805130720139f,
+// -0.0152878724038601f, 0.0878001302480698f, 0.1474531292915344f,
+// 0.0180700328201056f, -0.2647612094879150f, -0.2186463326215744f,
+// 0.0440450906753540f, 0.4345470964908600f, 0.2392152100801468f,
+// 0.0767188146710396f, -0.2611866295337677f, -0.4010565280914307f,
+// -0.2487067878246307f, 0.5535606145858765f, 0.1945858299732208f,
+// 0.1117445975542068f, -0.3153550624847412f, -0.0605762340128422f,
+// 0.0121782366186380f, 0.3770616948604584f, -0.2237350642681122f,
+// -0.1153680309653282f, 0.1118452027440071f, -0.1973316967487335f,
+// -0.0230757556855679f, 0.2907045781612396f, -0.2510453462600708f,
+// 0.0005231340182945f, 0.1270689815282822f, -0.1643870770931244f,
+// 0.0269636865705252f, 0.2062817215919495f, 0.1634417176246643f,
+// -0.0393679402768612f, -0.3811047971248627f, -0.3179153800010681f,
+// -0.2177615463733673f, 0.1017280668020248f, -0.2174061536788940f,
+// -0.1082449406385422f, 0.1400422751903534f, 0.2399765402078629f,
+// -0.0464170686900616f, -0.0612579174339771f, 0.2353603541851044f,
+// 0.0866287350654602f, -0.2092525064945221f, 0.1209143698215485f,
+// -0.0409992448985577f, -0.2294186800718307f, -0.1686474233865738f,
+// 0.0979322716593742f, 0.2173075675964355f, 0.2806709110736847f,
+// 0.1269717216491699f, -0.1181488409638405f, -0.0332166589796543f,
+// -0.0651700422167778f, 0.0193661842495203f, 0.2815992534160614f,
+// 0.1724808216094971f, -0.2090763598680496f, -0.0973314344882965f,
+// -0.0133622689172626f, -0.0163878314197063f, 0.1412088274955750f,
+// 0.1396625041961670f, -0.2183370590209961f, 0.0929850339889526f,
+// 0.0367710031569004f, -0.2549623548984528f, 0.1834830939769745f,
+// 0.0680209994316101f, -0.0412221550941467f, 0.0503272451460361f,
+// 0.1488639265298843f, -0.2060079574584961f, 0.3009979724884033f,
+// -0.1269034743309021f, -0.2408943027257919f, -0.1965362429618835f,
+// -0.0852384269237518f, 0.0529016554355621f, 0.0053336909040809f,
+// -0.0914399623870850f, -0.0435058549046516f, -0.1218552887439728f,
+// 0.0116267930716276f, 0.1026470288634300f, 0.0098517388105392f,
+// -0.0038907711859792f, 0.0822582393884659f, 0.0653708428144455f,
+// -0.0306853558868170f, -0.0238057281821966f, -0.0330817773938179f,
+// 0.0033014309592545f, -0.0547053329646587f, -0.0010501117212698f,
+// 0.3960256278514862f, -0.4785180687904358f, 1.4786890745162964f,
+// -0.8028815984725952f,
+// -0.1977266669273376f, 1.0339705944061279f, 1.7679344415664673f,
+// -0.6415666937828064f, 0.4047720432281494f, 0.2296413332223892f,
+// -0.4389397203922272f, -0.1906062662601471f, 0.3005854189395905f,
+// -0.6683999896049500f, 0.0386615507304668f, 0.5658690333366394f,
+// 0.0063076764345169f, 0.1999761611223221f, -0.0512533299624920f,
+// 0.1541350185871124f, 0.1804767102003098f, -0.1102965325117111f,
+// 0.6277126073837280f, 0.0558543317019939f, -0.0837401002645493f,
+// -0.0502322427928448f, 0.0215842742472887f, -0.0798394009470940f,
+// 0.0523882210254669f, 0.0285793803632259f, 0.2517132163047791f,
+// -0.0675152540206909f, -0.0705629661679268f, -0.1179531142115593f,
+// -0.2212570011615753f, 0.0237996242940426f, 0.0072028115391731f,
+// -0.0400596708059311f, -0.1241938993334770f, -0.1137971803545952f,
+// 0.1113184913992882f, 0.1830842941999435f, -0.0645998418331146f,
+// 0.0975617393851280f, 0.0059587680734694f, -0.1140224486589432f,
+// -0.0109576340764761f, 0.2991776168346405f, -0.0693376958370209f,
+// 0.1521652936935425f, 0.1948499381542206f, 0.2599588632583618f,
+// 0.0874628573656082f, -0.2737416923046112f, -0.3340214192867279f,
+// -0.1726134270429611f, -0.0314203910529613f, -0.3260804414749146f,
+// 0.2095710337162018f, -0.1899956464767456f, 0.1971395462751389f,
+// 0.0971470996737480f, 0.1734993606805801f, -0.0283534917980433f,
+// 0.0501609183847904f, -0.3068552315235138f, -0.0643936842679977f,
+// -0.2591196000576019f, 0.1827388703823090f, 0.1789114773273468f,
+// 0.0954087972640991f, 0.1115753799676895f, -0.1555776298046112f,
+// 0.0358403027057648f, -0.0596120841801167f, -0.1807097941637039f,
+// 0.0496819168329239f, 0.1203456744551659f, -0.1932424753904343f,
+// -0.2510500550270081f, -0.1794597059488297f, -0.3276180624961853f,
+// -0.1699865758419037f, 0.0663877725601196f, 0.3538720309734344f,
+// 0.4105246961116791f, 0.0115184728056192f, -0.0533995367586613f,
+// 0.2809431850910187f, 0.2379382103681564f, -0.1479794830083847f,
+// 0.0353702493011951f, 0.0751368999481201f, -0.0185358021408319f,
+// -0.3332819044589996f, -0.0402830317616463f, -0.2270411103963852f,
+// -0.0804551839828491f, -0.0977378487586975f, -0.0010506383841857f,
+// 0.3838693797588348f, 0.3678500950336456f, 0.5751628279685974f,
+// 0.1028663441538811f, 0.1935140788555145f, -0.0938084647059441f,
+// -0.0918707475066185f, -0.0771241560578346f, 0.0078038820065558f,
+// -0.1016881093382835f, -0.0604769587516785f, 0.0148315243422985f,
+// 0.1201854795217514f, 0.1591582596302032f, 0.2462825030088425f,
+// 0.1988690197467804f, -0.0947201177477837f, -0.2519393861293793f,
+// 0.4097942113876343f, 0.1850043386220932f, 0.0047847102396190f,
+// -0.2801516354084015f, -0.1657818406820297f, 0.1707142144441605f,
+// 0.1297177523374557f, -0.2238232493400574f, 0.3385968208312988f,
+// -0.2450539320707321f, 0.2673604786396027f, 0.0547685921192169f,
+// -0.0798216909170151f, -0.1318850964307785f, 0.1408963501453400f,
+// -0.0468843132257462f, 0.0827577561140060f, 0.2266398966312408f,
+// -0.0357681773602962f, -0.4199861884117126f, 0.1977754980325699f,
+// -0.2603513002395630f, 0.0463481582701206f, 0.0403754189610481f,
+// 0.0562467947602272f, -0.1506491899490356f, -0.1702726036310196f,
+// -0.0011086817830801f, -0.5383455157279968f, -0.1696404367685318f,
+// 0.5151602625846863f, -0.3070081472396851f, -1.3501046895980835f,
+// -0.1502226740121841f, -0.2496132403612137f, -0.3295072615146637f,
+// 0.1532854735851288f, 0.1562047004699707f, 0.0365388654172421f,
+// -0.1060307323932648f, 0.1278036683797836f, -0.0081796143203974f,
+// -0.1448884457349777f, -0.0154520515352488f, 0.2813165485858917f,
+// -0.3437614142894745f, -0.7582661509513855f,
+// 0.2514113187789917f, 1.2704509496688843f, -0.2292601913213730f,
+// 0.0626041591167450f, 0.3712230026721954f, 0.1092905253171921f,
+// 0.0605583563446999f, 0.1895946860313416f, 0.0668536573648453f,
+// -0.2511956095695496f, 0.1396786421537399f, 0.1793829947710037f,
+// 0.3100098073482513f, -0.1142855435609818f, 0.1815089136362076f,
+// -0.5644747614860535f, -0.3747499883174896f, -0.5951842665672302f,
+// -0.2368815839290619f, 0.0338751338422298f, 0.0293026044964790f,
+// -0.2369634062051773f, 0.0759808123111725f, -0.1194062754511833f,
+// 0.0419737659394741f, 0.1978740692138672f, 0.4509996175765991f,
+// 0.0651164278388023f, -0.0857935622334480f, 0.0638262331485748f,
+// 0.0490558557212353f, 0.1612573564052582f, -0.1332191079854965f,
+// -0.1583188474178314f, -0.0214333273470402f, -0.1135644689202309f,
+// -0.1386854052543640f, -0.1246583238244057f, -0.1744605898857117f,
+// -0.2063066512346268f, 0.0887999758124352f, -0.1249957308173180f,
+// -0.1814885586500168f, -0.0057866359129548f, 0.0063533703796566f,
+// 0.1182514950633049f, 0.0234791375696659f, 0.1125493273139000f,
+// -0.0704846233129501f, 0.2126097828149796f, 0.2231549620628357f,
+// 0.1203070953488350f, -0.1051856577396393f, 0.1217390447854996f,
+// 0.0134168546646833f, 0.3279149830341339f, -0.1392098665237427f,
+// -0.1235949024558067f, 0.0480157062411308f, -0.0264936089515686f,
+// -0.1907872557640076f, 0.1023858636617661f, 0.0883304551243782f,
+// -0.3108767569065094f, 0.1893735527992249f, 0.2802312374114990f,
+// 0.1575639247894287f, -0.0109246252104640f, -0.0133890025317669f,
+// 0.0535348318517208f, 0.0111949266865849f, -0.1243411749601364f,
+// -0.1250624060630798f, -0.1529836207628250f, 0.2295454740524292f,
+// -0.1721346527338028f, 0.2249182313680649f, -0.0628623291850090f,
+// -0.1042655035853386f, 0.2558965981006622f, -0.0986085534095764f,
+// 0.0453639402985573f, 0.1445805877447128f, -0.3017381727695465f,
+// -0.0102676888927817f, 0.0467388592660427f, -0.1397905349731445f,
+// 0.2393633425235748f, 0.0143722053617239f, -0.0603845268487930f,
+// -0.1558224558830261f, 0.0562853291630745f, 0.0339667275547981f,
+// 0.1637967675924301f, -0.0720437914133072f, 0.6480378508567810f,
+// 0.2728334069252014f, -0.2755165100097656f, 0.3310399353504181f,
+// -0.1136749833822250f, -0.3555262982845306f, 0.0593661405146122f,
+// -0.3076842725276947f, 0.1193315833806992f, 0.0998016744852066f,
+// -0.1326870173215866f, -0.3368830978870392f, 0.0829290598630905f,
+// -0.0977472662925720f, 0.1379462331533432f, -0.0888673439621925f,
+// -0.1318310946226120f, -0.0672376900911331f, 0.1105626076459885f,
+// -0.0317251347005367f, 0.0603089928627014f, -0.1243934631347656f,
+// 0.0740024372935295f, 0.0120452120900154f, 0.0169514100998640f,
+// 0.1476146876811981f, 0.0583525411784649f, -0.0181683916598558f,
+// -0.0665240958333015f, -0.1853712648153305f, -0.1151536330580711f,
+// 0.1928903460502625f, 0.0909447297453880f, 0.2161824256181717f,
+// -0.1189869716763496f, -0.0165390092879534f, -0.0122044356539845f,
+// -0.1715289950370789f, -0.0217286497354507f, -0.0091739464551210f,
+// 0.0677041709423065f, 0.0168621223419905f, 0.1924477815628052f,
+// 0.2869155406951904f, 0.0084379557520151f, -0.1112432926893234f,
+// -0.1344424784183502f, -0.2092247754335403f, 0.0215448811650276f,
+// 0.0453006029129028f, -0.0832623019814491f, -0.2444133460521698f,
+// 0.0831265375018120f, 0.2105844318866730f, -0.0670040622353554f,
+// -0.1482185870409012f, -0.0226797219365835f, -0.0435695759952068f,
+// -0.1318401694297791f, 0.0130689749494195f, 0.1888419091701508f,
+// -0.1941740959882736f, -0.1629897654056549f, -0.0682999044656754f,
+// -0.0851926282048225f, -0.0525756962597370f, 0.0048597934655845f,
+// -0.1661976575851440f, -0.0143894655629992f, -0.1147743314504623f,
+// -0.1880642622709274f, 0.0747219920158386f, -0.0184239260852337f,
+// 0.2791248559951782f, -0.0084936963394284f, -0.1594831198453903f,
+// 0.0297981556504965f, -0.0323159322142601f, 0.2045917809009552f,
+// -0.2414873987436295f, -0.0652668997645378f, -0.1076190620660782f,
+// -0.0695091038942337f, 0.0174010712653399f, 0.0355789177119732f,
+// -0.0350603349506855f, 0.1695694178342819f, 0.0241791885346174f,
+// 0.0634696036577225f, -0.1346947848796844f, 0.1156296655535698f,
+// -0.0045933807268739f, 0.0037201826926321f, 0.1986755728721619f,
+// 0.0920846909284592f, -0.2168820053339005f, 0.0165353957563639f,
+// 0.2075658291578293f, 0.0622396878898144f, 0.1745605170726776f,
+// -0.1432739347219467f, 0.0566331557929516f, -0.2236814796924591f,
+// 0.1475510001182556f, -0.0414181426167488f, -0.0107496865093708f,
+// -0.0422591008245945f, -0.0770860239863396f, -0.2162924259901047f,
+// -0.2525039613246918f, -0.1094742193818092f, 0.0035092588514090f,
+// 0.0025814482942224f, -0.0790940672159195f, 0.1327256560325623f,
+// 0.0334507599473000f, 0.0180263407528400f, 0.0492315664887428f,
+// 0.0364858210086823f, 0.0631991699337959f, -0.0247875899076462f,
+// 0.0018219489138573f, 0.2101096808910370f, -0.0531620755791664f,
+// -0.0333930924534798f, -0.1131457164883614f, 0.0296865757554770f,
+// 0.1550922691822052f, 0.1889475584030151f, -0.0866561084985733f,
+// 0.0243537966161966f, 0.1535890102386475f, 0.0843396484851837f,
+// 0.1566806137561798f, 0.0374468788504601f, -0.0416701510548592f,
+// 0.0317656025290489f, -0.1109371483325958f, 0.0591896586120129f,
+// -0.0344657711684704f, -0.0090338587760925f, 0.1414740532636642f,
+// 0.1894008964300156f, -0.1226980760693550f, 0.0572565346956253f,
+// -0.0719406530261040f, -0.1515149772167206f, 0.0607144162058830f,
+// 0.0199810601770878f, 0.0285724774003029f, -0.0881077572703362f,
+// -0.0926432386040688f, 0.0004049518320244f, -0.0995950922369957f,
+// -0.0806914642453194f, -0.0008030304452404f, 0.1678445935249329f,
+// 0.1936155706644058f, 0.0619569309055805f, 0.1328606009483337f,
+// 0.1041660085320473f, -0.0328718833625317f, 0.0545222200453281f,
+// -0.0359098389744759f, -0.0639180541038513f, 0.0553298294544220f,
+// -0.0712647512555122f, 0.1296008080244064f, 0.0929348766803741f,
+// -0.0282455198466778f, 0.1379491537809372f, 0.0916297212243080f,
+// -0.1130100786685944f, -0.0338906385004520f, -0.0620547309517860f,
+// -0.0544974319636822f, 0.0442551784217358f, 0.0922654792666435f,
+// 0.1863900870084763f, -0.2258096486330032f, -0.1997211575508118f,
+// 0.0759277045726776f, 0.0407808497548103f, -0.1973687410354614f,
+// -0.1436045318841934f, -0.0680089741945267f, -0.0303057655692101f,
+// -0.3257825076580048f, -0.0506984554231167f, -0.0865449607372284f,
+// 0.0836070924997330f, 0.2368579208850861f, -0.0317241176962852f,
+// -0.1743397563695908f, 0.0379175022244453f, 0.0693261921405792f,
+// 0.2505067884922028f, -0.2994115054607391f, 0.0648247748613358f,
+// -0.0641565769910812f, -0.0398744493722916f, 0.0574841238558292f,
+// 0.2034471929073334f, -0.1300376951694489f, 0.0007621885742992f,
+// 0.3337222933769226f, 0.0865873917937279f, 0.1837241649627686f,
+// -0.0674206241965294f, 0.1052694544196129f, -0.2031582742929459f,
+// 0.0301673505455256f, -0.1364708095788956f, -0.1347795426845551f,
+// 0.0329821296036243f, -0.1964443176984787f, -0.0096832811832428f,
+// 0.1674798876047134f, 0.0954990237951279f, 0.1479817628860474f,
+// -0.0756427794694901f, -0.0816079899668694f, 0.0598748028278351f,
+// 0.0703114420175552f, 0.1726325154304504f, -0.0400777272880077f,
+// -0.0391024462878704f, 0.2059442102909088f, -0.0390815995633602f,
+// -0.0788457393646240f, 0.0846084654331207f, 0.0918456315994263f,
+// 0.0188180617988110f, -0.0071432902477682f, -0.0902173891663551f,
+// -0.2715773284435272f, -0.3047713339328766f, 0.2926314473152161f,
+// 0.2031879872083664f, -0.1775318831205368f, 0.0696452930569649f,
+// -0.1433324515819550f, -0.0673957392573357f, 0.1952505558729172f,
+// -0.0278621315956116f, 0.2074977308511734f, -0.1884580403566360f,
+// 0.0049013104289770f, -0.1995756775140762f, 0.1049699708819389f,
+// 0.1799414306879044f, 0.1210131123661995f, -0.2097990065813065f,
+// -0.1322356760501862f, 0.1228450015187263f, 0.1295588910579681f,
+// -0.0460228994488716f, -0.1637541204690933f, 0.1964816600084305f,
+// 0.0959288030862808f, -0.0127030098810792f, 0.0278468318283558f,
+// -0.0640742629766464f, -0.0757223740220070f, -0.1873475611209869f,
+// -0.0381258390843868f, -0.0796690359711647f, 0.0065371277742088f,
+// 0.0155830029398203f, 0.0645527988672256f, -0.2923285365104675f,
+// -0.3559378683567047f, -0.1337717771530151f, 0.4579095244407654f,
+// -0.3581312596797943f, -0.3845745921134949f, 0.1647668778896332f,
+// -0.0814376473426819f, 0.0486208610236645f, 0.0598880685865879f,
+// -0.1911621689796448f, 0.0240199379622936f,
+// 0.0817056223750114f, 1.3030540943145752f, 0.5740175247192383f,
+// -1.6756898164749146f, 0.0463276803493500f, 0.1226669996976852f,
+// -0.3374677002429962f, 1.0619138479232788f, 0.3283770978450775f,
+// -1.2157684564590454f, -0.3750995099544525f, -0.4968339800834656f,
+// 0.9985234737396240f, 0.3028694689273834f, 0.2969116270542145f,
+// -0.6493255496025085f, -1.2236475944519043f,
+// -0.5448425412178040f, 1.8343640565872192f, 0.4346372783184052f,
+// -0.0668677836656570f, -0.1706476807594299f, 0.0031186754349619f,
+// 0.3704812228679657f, -0.2377390265464783f, -0.2325089424848557f,
+// -0.1864283084869385f, 0.0341919511556625f, -0.1366750895977020f,
+// -0.0764007344841957f, 0.1190410256385803f, 0.6413518786430359f,
+// 0.3595974743366241f, -0.5288152694702148f, -0.0659909397363663f,
+// 0.0797286257147789f, -0.0623485781252384f, 0.0701163560152054f,
+// 0.0818191021680832f, -0.0969502478837967f, 0.0507046543061733f,
+// -0.0995532646775246f, 0.1793592721223831f, 0.1802218705415726f,
+// 0.0357345752418041f, -0.0454089157283306f, -0.1252928227186203f,
+// 0.0587337352335453f, -0.1366405338048935f, 0.0017857700586319f,
+// 0.0317899249494076f, 0.1585375368595123f, 0.0518324337899685f,
+// -0.0113246189430356f, 0.0058846692554653f, -0.1084309220314026f,
+// 0.1021725460886955f, 0.0644206628203392f, 0.0398766286671162f,
+// -0.2479202449321747f, -0.0441622920334339f, -0.0134418699890375f,
+// 0.1050304546952248f, -0.0982590019702911f, 0.1612570732831955f,
+// -0.1067286357283592f, -0.0347718670964241f, -0.0050011891871691f,
+// 0.0878108143806458f, 0.1017796769738197f, 0.0207119081169367f,
+// 0.1927421391010284f, -0.0152735076844692f, -0.0395206287503242f,
+// 0.0765782296657562f, -0.2294092476367950f, -0.0440676733851433f,
+// -0.0487949252128601f, 0.0019843839108944f, -0.1719954460859299f,
+// -0.0491228997707367f, 0.0474969632923603f, -0.2041667401790619f,
+// 0.0528210885822773f, 0.0407791249454021f, 0.1695034503936768f,
+// -0.0129868257790804f, -0.0351534560322762f, -0.0495361983776093f,
+// 0.0255471225827932f, 0.0981922522187233f, -0.0669389143586159f,
+// -0.0530408695340157f, -0.0822083353996277f, -0.1376817822456360f,
+// -0.2581138312816620f, -0.1555158793926239f, 0.1678068786859512f,
+// -0.0677852183580399f, -0.2016709297895432f, -0.0395619608461857f,
+// -0.0418562963604927f, 0.0152550609782338f, 0.0791816413402557f,
+// -0.0455287843942642f, -0.0725761726498604f, 0.2408765554428101f,
+// -0.1177238523960114f, 0.1824335306882858f, -0.0523367114365101f,
+// 0.1192940920591354f, -0.0406974218785763f, 0.0927572920918465f,
+// -0.1071204319596291f, 0.1037457883358002f, 0.0589662492275238f,
+// -0.0339022129774094f, 0.0220013372600079f, -0.1302312314510345f,
+// -0.0237641297280788f, -0.0448190569877625f, -0.2163312584161758f,
+// -0.0272350348532200f, -0.1184813603758812f, 0.0585327893495560f,
+// -0.0143921161070466f, 0.0015061626909301f, 0.1142477914690971f,
+// 0.0433821231126785f, -0.0050000711344182f, 0.1426070183515549f,
+// 0.2176007181406021f, -0.0806337669491768f, -0.1803487092256546f,
+// -0.2344346344470978f, -0.1311679929494858f, 0.0678693503141403f,
+// -0.1183722317218781f, 0.0904305502772331f, 0.1202925220131874f,
+// 0.0319382809102535f, -0.0654767453670502f, 0.1064583361148834f,
+// 0.1411655247211456f, 0.0376330688595772f, -0.1934966444969177f,
+// 0.2908918559551239f, -0.0573357231914997f, 0.0049565164372325f,
+// 0.1596053391695023f, -0.0431943237781525f, -0.0580148622393608f,
+// 0.0128641817718744f, 0.1042743250727654f, 0.0126949110999703f,
+// -0.3744327127933502f, 0.1277872622013092f, -0.0509584993124008f,
+// 0.2727767527103424f, -0.1423255056142807f, 0.0195061676204205f,
+// -0.2158666104078293f, -0.0827159956097603f, 0.0220997650176287f,
+// -0.1669877171516418f, 0.1309896260499954f, -0.1112438067793846f,
+// 0.2678278684616089f, -0.0713546350598335f, -0.0404644906520844f,
+// -0.0576060302555561f, -0.1265224665403366f, 0.0024701803922653f,
+// -0.1722818017005920f, 0.0195328947156668f, 0.0630398690700531f,
+// 0.0075078336521983f, -0.0846922919154167f, 0.2557535469532013f,
+// -0.0235701035708189f, -0.0161338336765766f, -0.1977986693382263f,
+// 0.1006196737289429f, 0.0364646427333355f, -0.1565121561288834f,
+// 0.2107168436050415f, -0.0116761829704046f, 0.0051588271744549f,
+// 0.1798137873411179f, 0.0548121854662895f, 0.1886460930109024f,
+// -0.0184487830847502f, 0.0872069671750069f, 0.2636746168136597f,
+// -0.0652866065502167f, 0.0862036347389221f, 0.2470619082450867f,
+// -0.1372392922639847f, 0.2425279617309570f, -0.0368392206728458f,
+// 0.0091628720983863f, 0.0774442777037621f, -0.3391918838024139f,
+// 0.3692749142646790f, -0.1034532114863396f, 0.0873510688543320f,
+// -0.3129840493202209f, 0.1194710582494736f, -0.3133129775524139f,
+// 0.0447500720620155f, 0.0951420739293098f, 0.0185172744095325f,
+// 0.2117985785007477f, 0.0613751187920570f, 0.2315318137407303f,
+// -0.1101039722561836f, 0.1760586649179459f, -0.0479344055056572f,
+// -0.0017883236287162f, 0.1002251133322716f, -0.0931535735726357f,
+// 0.0968145877122879f, 0.0705459415912628f, -0.0145409535616636f,
+// 0.0922074541449547f, -0.0890462026000023f, -0.0428342595696449f,
+// 0.0036907957401127f, -0.0668121054768562f, -0.1229282841086388f,
+// 0.1222893819212914f, -0.1180572286248207f, -0.1103041544556618f,
+// -0.0073532662354410f, 0.0382246896624565f, -0.0974814891815186f,
+// -0.0398278236389160f, 0.0189379751682281f, 0.0584791675209999f,
+// 0.0471897609531879f, -0.0912102088332176f, -0.0389626547694206f,
+// -0.0911407768726349f, 0.1805589348077774f, -0.1015187799930573f,
+// 0.0111385229974985f, 0.1361698955297470f, -0.0257424265146255f,
+// 0.0811923593282700f, 0.1617352515459061f, -0.2547457814216614f,
+// 0.0491524711251259f, 0.0501337982714176f, 0.1364158093929291f,
+// -0.1661385148763657f, 0.0476891770958900f, 0.0758656114339828f,
+// 0.0039183772169054f, -0.1967400014400482f, -0.0705707222223282f,
+// -0.0286214053630829f, -0.1945974528789520f, 0.1019289344549179f,
+// 0.0176242962479591f, 0.1369514018297195f, 0.0806784257292747f,
+// -0.0960341244935989f, 0.0421288311481476f, -0.0278620086610317f,
+// 0.0633915662765503f, -0.0429066680371761f, -0.1152738258242607f,
+// -0.1353295445442200f, 0.0500651858747005f, 0.0653806924819946f,
+// 0.0426710918545723f, -0.0786921158432961f, 0.0197449550032616f,
+// -0.0349809527397156f, -0.1347006708383560f, -0.0442916266620159f,
+// 0.1100077927112579f, 0.1610830873250961f, -0.0281328912824392f,
+// -0.0483660809695721f, -0.1005817577242851f, 0.0363622941076756f,
+// 0.0190909411758184f, -0.1885818541049957f, -0.2592288553714752f,
+// -0.0577420666813850f, 0.2267122268676758f, -0.1113129556179047f,
+// -0.0663728788495064f, 0.0596492551267147f, -0.0391126386821270f,
+// 0.0903795510530472f, 0.2899412810802460f, 0.0049109957180917f,
+// -0.2049474120140076f, -0.1049792990088463f, -0.1471729725599289f,
+// 0.1384069025516510f, -0.0972661301493645f, 0.1509528756141663f,
+// 0.1429523080587387f, -0.3595406413078308f, -0.1717399507761002f,
+// 0.0286500360816717f, 0.0769043564796448f, -0.1358101814985275f,
+// -0.0503273904323578f, -0.0301700662821531f, 0.1068343147635460f,
+// 0.0145250884816051f, -0.1562250852584839f, 0.1025088727474213f,
+// -0.0169429723173380f, -0.1000053435564041f, -0.3904028534889221f,
+// -0.0914026796817780f, 0.1643750220537186f, -0.1608643531799316f,
+// -0.0528087504208088f, -0.1231101155281067f, 0.1303686499595642f,
+// 0.1106711551547050f, -0.0100119905546308f, 0.1165426969528198f,
+// 0.0680410563945770f, -0.0698741897940636f, -0.0905889794230461f,
+// -0.1251593828201294f, -0.1370784044265747f, 0.1538527905941010f,
+// -0.0020217781420797f, -0.1917031258344650f, 0.0059217032976449f,
+// -0.1697054654359818f, 0.2959561645984650f, -0.0994773656129837f,
+// -0.1690890341997147f, -0.0399038605391979f, -0.1573033481836319f,
+// -0.1139071583747864f, 0.1934728026390076f, -0.2190835475921631f,
+// 0.0248503945767879f, 0.0326275154948235f, 0.0452990978956223f,
+// 0.0856882929801941f, -0.0470612049102783f, 0.1752938628196716f,
+// 0.1909244209527969f, -0.0577400736510754f, 0.1456141918897629f,
+// -0.1688974052667618f, 0.0488677881658077f, 0.0633125081658363f,
+// -0.1016140133142471f, 0.0982241779565811f, -0.0201223064213991f,
+// -0.0562299787998199f, -0.1591000109910965f, 0.0894114524126053f,
+// -0.0922457948327065f, 0.0255309045314789f, -0.0770640149712563f,
+// 0.0429390072822571f, 0.1050474867224693f, -0.0745038166642189f,
+// -0.0633153468370438f, 0.0356293506920338f, 0.0354844145476818f,
+// 0.1012847125530243f, 0.0763461142778397f, 0.0364983566105366f,
+// -0.2257751077413559f, 0.0701253414154053f, -0.0662258863449097f,
+// -0.0394578799605370f, 0.0013177751097828f, -0.0075934985652566f,
+// 0.0604683905839920f, 0.1312930881977081f, -0.0384524427354336f,
+// 0.2530192732810974f, -0.1894226074218750f, -0.0199772678315639f,
+// 0.1505041569471359f, 0.0347751863300800f, 0.1857545673847198f,
+// 0.1507222354412079f, -0.0300407316535711f, 0.0562303885817528f,
+// -0.1741859763860703f, 0.1891902089118958f, 0.0426101610064507f,
+// -0.0635361745953560f, 0.0691554397344589f, -0.0176966506987810f,
+// -0.1054609343409538f, 0.0240735970437527f, -0.0840144753456116f,
+// -0.0725228637456894f, -0.1244427859783173f, -0.1907837539911270f,
+// -0.0474592931568623f, -0.1295311301946640f, 0.0718369632959366f,
+// 0.0944707542657852f, -0.1086013317108154f, -0.0374043993651867f,
+// -0.1126430407166481f, -0.0825960487127304f, -0.0148986009880900f,
+// -0.0578649677336216f, 0.0281047690659761f, -0.2145883888006210f,
+// 0.0517752282321453f, -0.0845695286989212f, 0.0516478307545185f,
+// 0.0986220389604568f, -0.0284908618777990f, -0.0394305512309074f,
+// -0.0591604039072990f, -0.0482054315507412f, -0.1447947919368744f,
+// -0.1651875674724579f, -0.1502368003129959f, 0.0682721659541130f,
+// 0.1563951224088669f, -0.0487278588116169f, 0.0951233282685280f,
+// -0.0728990063071251f, -0.0357988625764847f, -0.0820547714829445f,
+// 0.1660802811384201f, 0.1107214391231537f, -0.0757837370038033f,
+// -0.0130475386977196f, -0.0380446203052998f, 0.0764499306678772f,
+// -0.3071686029434204f, -0.0357530377805233f, -0.1286855936050415f,
+// 0.0530550926923752f, 0.1003511399030685f, 0.0618654340505600f,
+// 0.0683088600635529f, 0.0570718497037888f, 0.0693780258297920f,
+// -0.0143839195370674f, 0.0041035749018192f, -0.0497730523347855f,
+// 0.1062366589903831f, -0.0782059952616692f, -0.0649837777018547f,
+// 0.0157993864268064f, -0.0969696864485741f, -0.1167776137590408f,
+// -0.1359944343566895f, -0.1672226935625076f, -0.0341134481132030f,
+// -0.1198493316769600f, 0.0378909073770046f, -0.1698758602142334f,
+// 0.1991321742534637f, -0.0388067625463009f, 0.1283423900604248f,
+// 0.0208356324583292f, 0.1179572865366936f, -0.0285262465476990f,
+// -0.1526961624622345f, 0.0075688296929002f, 0.0065451310947537f,
+// 0.0479104518890381f, -0.1243768110871315f, 0.0394583754241467f,
+// 0.0977476164698601f, 0.0301972851157188f, 0.0779465287923813f,
+// 0.1314755231142044f, -0.1321919560432434f, -0.1191026195883751f,
+// 0.2240163981914520f, -0.1469125300645828f, 0.0710919499397278f,
+// -0.0827752798795700f, -0.1899622976779938f, -0.0125691583380103f,
+// -0.3147243261337280f, 0.0018117963336408f, -0.1624646782875061f,
+// 0.3072264492511749f, 0.1641715466976166f, 0.0026567499153316f,
+// -0.0400358848273754f, -0.0073129786178470f, -0.0120634417980909f,
+// -0.0861527547240257f, -0.0120904240757227f, -0.2705291509628296f,
+// -0.0538618266582489f, -0.0359320156276226f, -0.0114239724352956f,
+// 0.1498438417911530f, -0.0917021483182907f, 0.0701341629028320f,
+// -0.2003926783800125f, 0.0560976006090641f, -0.0228158347308636f,
+// 0.0825068429112434f, 0.0439123883843422f, 0.0628035739064217f,
+// 0.0981899648904800f, -0.0258841849863529f, 0.0860890150070190f,
+// -0.0800003856420517f, 0.0919394195079803f, 0.0812193900346756f,
+// 0.1220045089721680f, -0.0668896585702896f, -0.0352794975042343f,
+// 0.0164881478995085f, 0.0272111352533102f, 0.0665443167090416f,
+// 0.0282951481640339f, 0.0517587326467037f, -0.0816853195428848f,
+// -0.1303460448980331f, 0.1236660778522491f, 0.0997967422008514f,
+// -0.4564920663833618f, 0.7549878358840942f, -1.6925926208496094f,
+// -0.5199211835861206f, -0.1586487591266632f, 0.6870471835136414f,
+// -1.1715053319931030f, -0.4706962108612061f, -0.6053449511528015f,
+// 0.3210957050323486f, -0.8418843150138855f, 0.3522054553031921f,
+// -0.8130466341972351f, -0.2556254267692566f, 0.0379442088305950f,
+// -0.0863995701074600f, 0.0720669850707054f, 0.0586575530469418f,
+// 0.0608479082584381f, -0.2396744787693024f, -0.1832573115825653f,
+// -0.2286054491996765f, 0.2873635292053223f, 0.1556987464427948f,
+// 0.0999909564852715f, 0.0200627110898495f, 0.0606369376182556f,
+// -0.2002625167369843f, -0.2454530000686646f, -0.1082849130034447f,
+// 0.0226856041699648f, -0.1052802801132202f, 0.0177921727299690f,
+// -0.2562724053859711f, 0.5612792372703552f, 0.1976944804191589f,
+// -0.1060712486505508f, 0.1321252882480621f, -0.3078333437442780f,
+// 0.1136532202363014f, 0.3448229730129242f, 0.1123776808381081f,
+// 0.0794299319386482f, 0.2147351652383804f, 0.1443319469690323f,
+// -0.3124776482582092f, -0.1476238816976547f, 0.0144503703340888f,
+// 0.1600026190280914f, 0.0786330699920654f, 0.4250571131706238f,
+// 0.0608735419809818f, 0.1196256950497627f, 0.1435292661190033f,
+// 0.0314468517899513f, -0.2971258759498596f, -0.1017363220453262f,
+// -0.1099273785948753f, -0.0202009007334709f, 0.1970057785511017f,
+// 0.0313795879483223f, 0.2836964428424835f, 0.0903837308287621f,
+// -0.1309674084186554f, -0.0516863800585270f, -0.0939690396189690f,
+// -0.0021360104437917f, -0.0822550058364868f, 0.0166766662150621f,
+// -0.0372742488980293f, -0.0613060072064400f, 0.0947973504662514f,
+// 0.2010134309530258f, 0.3470359146595001f, -0.0408061593770981f,
+// 0.0607040785253048f, 0.0128798522055149f, 0.2406569719314575f,
+// -0.0113452328369021f, -0.1300041973590851f, -0.0161698162555695f,
+// 0.0328497625887394f, -0.0888379812240601f, -0.0039294911548495f,
+// 0.2852302491664886f, 0.0441092178225517f, -0.0816035419702530f,
+// -0.0351462848484516f, 0.1228611543774605f, 0.1264749914407730f,
+// 0.0080942446365952f, -0.1465203315019608f, -0.2925159633159637f,
+// -0.3089075982570648f, -0.1115129664540291f, -0.3161678016185760f,
+// -0.0194795262068510f, 0.0466312803328037f, -0.1518415063619614f,
+// 0.1246434003114700f, -0.1613347828388214f, 0.0278321951627731f,
+// 0.0964384898543358f, 0.0023907399736345f, 0.0669098496437073f,
+// 0.0318246781826019f, -0.0636576861143112f, 0.1392457634210587f,
+// 0.0861575603485107f, 0.0845644995570183f, -0.1163516044616699f,
+// 0.2177937626838684f, -0.1835687458515167f, 0.2611161470413208f,
+// 0.1693927794694901f, -0.2629461884498596f, -0.1379021704196930f,
+// 0.1581633985042572f, -0.0051760026253760f, -0.2152186185121536f,
+// 0.1720528006553650f, -0.0975601598620415f, -0.2543238997459412f,
+// -0.0672768279910088f, 0.2042174488306046f, 0.2856541574001312f,
+// -0.0043848035857081f, 0.0010403721826151f, -0.1232292875647545f,
+// 0.1691695302724838f, -0.2733325362205505f, -0.1863266378641129f,
+// -0.0514590963721275f, -0.1778606027364731f, 0.4836809635162354f,
+// -0.1902324408292770f, -0.0668883174657822f, 0.1063950136303902f,
+// 0.0949427857995033f, 0.1310019642114639f, 0.1490744352340698f,
+// -0.1752307564020157f, 0.2128145098686218f, -0.1721316725015640f,
+// -0.3102442622184753f, -0.0939859300851822f, 0.1747159659862518f,
+// -0.0152352340519428f, -0.1735438555479050f, 0.0136818177998066f,
+// 0.1288567483425140f, 0.1877902597188950f, -0.1192815750837326f,
+// -0.0057465177960694f, -0.0281763803213835f, 0.0171033833175898f,
+// 0.1907777637243271f, -0.3835400640964508f, -0.0667604729533195f,
+// -0.0399838387966156f, 0.1223600804805756f, 0.1601784378290176f,
+// -0.1112452521920204f, 0.2616467773914337f, 0.0002604355686344f,
+// -0.0472634471952915f, -0.1460111141204834f, 0.1663142889738083f,
+// 0.6173412203788757f, 0.0355883203446865f, 0.1067985445261002f,
+// 0.1918864548206329f, 0.0067924656905234f, -0.0804620832204819f,
+// -0.0298981256783009f, -0.1027291119098663f, -0.0689543113112450f,
+// -0.2330202907323837f, 0.0953686088323593f, -0.0766116380691528f,
+// -0.0344843901693821f, 0.3392198681831360f, 0.3039787113666534f,
+// -0.0558156296610832f, 0.0046380776911974f, -0.0820676684379578f,
+// 0.1126053631305695f, -0.1190955191850662f, 0.0200582686811686f,
+// 0.0401250943541527f, 0.3073879778385162f, -0.2073535174131393f,
+// 0.0224435944110155f, -0.0839480981230736f, -0.2122899442911148f,
+// 0.0209499523043633f, 0.0709299743175507f, -0.3191401362419128f,
+// 0.1290892511606216f, 0.1586481481790543f, -0.1675398647785187f,
+// -0.0275513995438814f, -0.0972979962825775f, 0.0775165408849716f,
+// -0.1902869343757629f, 0.0629488006234169f, -0.2967452108860016f,
+// -0.0125160198658705f, 0.5007864832878113f, -0.0313944704830647f,
+// -0.1943617463111877f, -0.2176137864589691f, 0.2299381643533707f,
+// -0.0146708805114031f, -0.2925045490264893f, -0.4900653064250946f,
+// -0.3231992125511169f, -0.1712222546339035f, -0.0424207560718060f,
+// 0.0123560270294547f, 0.0517170690000057f, 0.1683604568243027f,
+// 0.0441575199365616f, -0.1723899096250534f, 0.2063264846801758f,
+// -0.2091840207576752f, 0.2062061131000519f, -0.0153984064236283f,
+// 0.0894225984811783f, 0.1727329939603806f, 0.1276409476995468f,
+// 0.0961872339248657f, -0.0893811583518982f, 0.0865387320518494f,
+// 0.0171685460954905f, 0.0235583409667015f, -0.1360466331243515f,
+// -0.1253936290740967f, 0.1357377320528030f, 0.0354196429252625f,
+// 0.0507766716182232f, -0.3084135055541992f, -0.0385415740311146f,
+// 0.1891814917325974f, 0.0832460969686508f, 0.0736127123236656f,
+// 0.0796808972954750f, -0.2897256612777710f, 0.1022675335407257f,
+// -0.2587002813816071f, -0.0145057886838913f, 0.1861723512411118f,
+// 0.1754693686962128f, 0.2009994238615036f, -0.2321691513061523f,
+// 0.0153965121135116f, 0.2011164873838425f, -0.1227950081229210f,
+// 0.0803103744983673f, -0.1011522263288498f, 0.2184263318777084f,
+// 0.0895032733678818f, -0.2091359943151474f, 0.0914741829037666f,
+// 0.1235903352499008f, -0.0093416608870029f, 0.0796332657337189f,
+// -0.0755617469549179f, -0.1382994353771210f, -0.0544289052486420f,
+// 0.0252032820135355f, -0.0061654564924538f, -0.0277105700224638f,
+// -0.0381355546414852f, -0.0115596419200301f, 0.0987828522920609f,
+// 0.1048186197876930f, 0.1016038730740547f, 0.0084216017276049f,
+// 0.0335469432175159f, -0.1259102374315262f, 0.0477431342005730f,
+// -0.2175658792257309f, -0.0554221943020821f, -0.0271978098899126f,
+// 0.2236821055412292f, 0.1909893453121185f, -0.1296306401491165f,
+// -0.0557982362806797f, -0.2117651998996735f, -0.0813705697655678f,
+// 0.0212083123624325f, 0.0327936410903931f, 0.0391760803759098f,
+// 0.1447941213846207f, -0.0251916814595461f, 0.0429553203284740f,
+// 0.1672870963811874f, 0.0869189873337746f, -0.0128695163875818f,
+// 0.0373139008879662f, 0.0149622373282909f, -0.0215231031179428f,
+// -0.0799726769328117f, 0.1239794716238976f, 0.1756742596626282f,
+// -0.0338301248848438f, 0.1550107300281525f, -0.1280231922864914f,
+// -0.1179256886243820f, 0.0829411745071411f, -0.1092132627964020f,
+// 0.1319937556982040f, -0.0783276259899139f, -0.0204476416110992f,
+// -0.0084490654990077f, -0.0633839592337608f, -0.1621491014957428f,
+// 0.0155423246324062f, 0.1148227229714394f, -0.0623289942741394f,
+// -0.1074253246188164f, -0.0491173528134823f, 0.0709116682410240f,
+// 0.0893595591187477f, 0.1932469457387924f, 0.1051580831408501f,
+// 0.0456616729497910f, -0.0173213426023722f, -0.0136083504185081f,
+// -0.0723346844315529f, -0.1026305183768272f, 0.0723074823617935f,
+// -0.1307314932346344f, -0.1125552803277969f, -0.0311682578176260f,
+// -0.0423215255141258f, 0.1781304478645325f, -0.1714698523283005f,
+// 0.0823752284049988f, 0.1053430736064911f, 0.1279038190841675f,
+// 0.0155248893424869f, -0.1091157123446465f, -0.1654087603092194f,
+// 0.1631883978843689f, -0.0078494716435671f, 0.0820037350058556f,
+// -0.0094494326040149f, 0.0098243616521358f, -0.1303100883960724f,
+// 0.0774452015757561f, -0.1398357003927231f, 0.1391324549913406f,
+// -0.0681395456194878f, -0.0555704645812511f, 0.0208166949450970f,
+// -0.0336030907928944f, -0.0645729303359985f, -0.1815936267375946f,
+// 0.2748236358165741f, 0.2229795902967453f, 0.0063449568115175f,
+// 0.0634886920452118f, 0.0043337661772966f, -0.1183886229991913f,
+// -0.1093772649765015f, -0.1728494912385941f, -0.0757456794381142f,
+// -0.0410700477659702f, 0.1059260740876198f, 0.1215824559330940f,
+// 0.0419632792472839f, 0.0277367159724236f, -0.2096038758754730f,
+// -0.0133211277425289f, 0.2265555411577225f, 0.0199600532650948f,
+// 0.0852585881948471f, 0.1405973285436630f, 0.1431795954704285f,
+// -0.0045019877143204f, -0.0579946190118790f, 0.0773789063096046f,
+// 0.0882786959409714f, 0.0687109231948853f, -0.1783652156591415f,
+// 0.1965560764074326f, 0.0122767221182585f, 0.0597510561347008f,
+// -0.1533828228712082f, 0.0569403432309628f, 0.0502164103090763f,
+// -0.0138414613902569f, -0.0556241646409035f, 0.1416395604610443f,
+// 0.0262372251600027f, 0.0368446670472622f, 0.0116540919989347f,
+// 0.0178510192781687f, 0.1238890662789345f, -0.1434200853109360f,
+// -0.1079838946461678f, 0.0084988810122013f, 0.0990140140056610f,
+// 0.0325624048709869f, -0.0999794304370880f, -0.0236166343092918f,
+// -0.0028703687712550f, 0.2145805358886719f, -0.1265473961830139f,
+// 0.0131744714453816f, 0.1234865114092827f, -0.0799358561635017f,
+// 0.0476280562579632f, 0.0360528752207756f, 0.1506308466196060f,
+// 0.2144176214933395f, -0.0105079058557749f, 0.0245353113859892f,
+// 0.0195804778486490f, 0.2546555101871490f, 0.0119155365973711f,
+// 0.0883286818861961f, -0.0531850047409534f, -0.1603595763444901f,
+// -0.1893262565135956f, -0.0829570516943932f, 0.0934034958481789f,
+// -0.1055962070822716f, -0.0405963435769081f, 0.1025624945759773f,
+// -0.2448968589305878f, -0.0777347236871719f, 0.0734360739588737f,
+// 0.0297248531132936f, 0.0243430119007826f, -0.1538285166025162f,
+// 0.0354814715683460f, 0.0536278858780861f, -0.0825468227267265f,
+// 0.0076348725706339f, -0.0717770382761955f, -0.1240352764725685f,
+// -0.0218400955200195f, -0.0654540657997131f, 0.1212314888834953f,
+// 0.1737462431192398f, 0.0146679216995835f, -0.1152463182806969f,
+// 0.0208723358809948f, 0.0530465431511402f, 0.0912448540329933f,
+// -0.0089560700580478f, 0.1003364101052284f, 0.1762809753417969f,
+// -0.1466754078865051f, -0.1970251500606537f, -0.1520626246929169f,
+// -0.0100724808871746f, 0.0835457518696785f, 0.2222012877464294f,
+// 0.0806695297360420f, 0.1015386283397675f, -0.1502450257539749f,
+// 0.1043049097061157f, -0.0986816510558128f, -0.1680979728698730f,
+// -0.1667074412107468f, -0.0908545479178429f, 0.1898286193609238f,
+// -0.0193918943405151f, -0.3442649543285370f, 0.2596906721591949f,
+// -0.0056833294220269f, -0.0060138050466776f, -0.1031112521886826f,
+// 0.2263874560594559f, -0.1277313679456711f, 0.1175331324338913f,
+// -0.0508635230362415f, 0.1702194958925247f, -0.1517084091901779f,
+// 0.0491392500698566f, 0.1491060405969620f, -0.1100542396306992f,
+// 0.0095524685457349f, 0.1663028150796890f, -0.0435693450272083f,
+// -0.1211726814508438f, 0.0291950423270464f, 0.0333033055067062f,
+// -0.0093797603622079f, 0.0344332829117775f, -0.0372047051787376f,
+// 0.0137428324669600f, 0.0879756435751915f, 0.0814724639058113f,
+// -0.0421888381242752f, -0.0992885231971741f, 0.1565359830856323f,
+// -0.0730008482933044f, -0.1807482689619064f, -0.0124747594818473f,
+// 0.2052311301231384f, 0.0435939803719521f, 0.0403266213834286f,
+// -0.1116273999214172f, -0.1112271472811699f, -0.0934409499168396f,
+// -0.0070136007852852f, 0.0063176080584526f, -0.0227699317038059f,
+// -0.1423404514789581f, -0.0324786305427551f, 0.0318143181502819f,
+// 0.4047111570835114f, 0.2666236460208893f, 0.0096973897889256f,
+// -0.2273558676242828f, -0.2128636986017227f, -0.0149778742343187f,
+// 0.0011225267080590f, -0.0389358364045620f, -0.0578031651675701f,
+// 0.1265895217657089f, 0.0145135316997766f, -0.1439017653465271f,
+// -0.0625566691160202f, -0.2555868923664093f, 0.0311301909387112f,
+// -0.1143543273210526f, -0.1800637841224670f, -0.0888144448399544f,
+// -0.0326423384249210f, -0.1001331135630608f, 0.1183635666966438f,
+// 0.0030445451848209f, -0.0095339380204678f, 0.0239971987903118f,
+// -0.1281785964965820f, -0.1018226593732834f, 0.1597342938184738f,
+// -0.1749180555343628f, 0.0418749526143074f, 0.2783247828483582f,
+// -0.0485855303704739f, -0.0712186545133591f, 0.0033125234767795f,
+// 0.0944803357124329f, 0.0268413182348013f, -0.2343987524509430f,
+// -0.1657188236713409f, -0.1331969946622849f, 0.2499409615993500f,
+// 0.1198557615280151f, 0.1792458593845367f, -0.1056910082697868f,
+// 0.1177701875567436f, 0.2587517499923706f, -0.0499034747481346f,
+// 0.1559679508209229f, 0.0221865363419056f, 0.0147401215508580f,
+// -0.1844538152217865f, -0.0520933680236340f, 0.2151618897914886f,
+// 0.0472435429692268f, -0.1637289226055145f, 0.0068392120301723f,
+// 0.1184569448232651f, -0.1237579584121704f, -0.0697435811161995f,
+// -0.1565631777048111f, 0.3443482816219330f, 0.1374761164188385f,
+// 0.0661796629428864f, -0.0394094400107861f, 0.0434221737086773f,
+// 0.0831241011619568f, -0.0579011142253876f, -0.1253158450126648f,
+// -0.0860173702239990f, 0.1266827285289764f, 0.1470828354358673f,
+// -0.0354703143239021f, -0.0830148309469223f, -0.0437839813530445f,
+// -0.0626551061868668f, 0.0787834227085114f, 0.0674129724502563f,
+// -0.1642140150070190f, 0.1932435184717178f, -0.0890349447727203f,
+// 0.1056197881698608f, 0.0733143463730812f, -0.2399902939796448f,
+// -0.0436169467866421f, 0.0965421646833420f, 0.1758178919553757f,
+// -0.1241114512085915f, -0.0020355843007565f, -0.0046001807786524f,
+// -0.1680554002523422f, 0.0718911290168762f, -0.0027491115033627f,
+// -0.0547671690583229f, 0.0459304079413414f, 0.0467074289917946f,
+// -0.0761416330933571f, -0.2108719795942307f, -0.1059146225452423f,
+// -0.2882239222526550f, -0.1061271205544472f, 0.2165616899728775f,
+// 0.1165523380041122f, -0.1312440335750580f, -0.0749584808945656f,
+// 0.3485709130764008f, -0.0909551233053207f, -0.1787046343088150f,
+// 0.0072200465947390f, -0.0709524899721146f, -0.2534616589546204f,
+// -0.0406995899975300f, 0.0381434820592403f, -0.0005723858484998f,
+// -0.0408166013658047f, 0.1528917253017426f, -0.0094314124435186f,
+// -0.1181113347411156f, 0.0778960138559341f, 0.0459093451499939f,
+// -0.1387273371219635f, 0.0281510408967733f, -0.0154617978259921f,
+// -0.0012563706841320f, 0.0799379423260689f, -0.0129143744707108f,
+// -0.0218175090849400f, 0.0502884425222874f, 0.1830664128065109f,
+// -0.0908144861459732f, 0.0485925786197186f, 0.0448565371334553f,
+// 0.0022533296141773f, 0.0622859597206116f, -0.1185592934489250f,
+// -0.1012458130717278f, 0.1573468297719955f, -0.1628507673740387f,
+// 0.0601159222424030f, -0.0955733954906464f, -0.1479061841964722f,
+// -0.0031853148248047f, -0.1238449662923813f, -0.1780974417924881f,
+// 0.0627665296196938f, 0.1257301419973373f, 0.2760817706584930f,
+// -0.1179474070668221f, -0.0546818226575851f, 0.2404989004135132f,
+// 0.1393495947122574f, 0.1759965121746063f, -0.1309165805578232f,
+// -0.1590524017810822f, -0.0428075976669788f, 0.0840667933225632f,
+// 0.1447358131408691f, 0.1892404258251190f, 0.1373548656702042f,
+// 0.1637340635061264f, 0.1169472262263298f, 0.0515772663056850f,
+// -0.0146754868328571f, 0.2149731516838074f, 0.0092907147482038f,
+// 0.0669622346758842f, 0.1075759455561638f, 0.1698514223098755f,
+// -0.2123591154813766f, -0.1203296929597855f, -0.0157537404447794f,
+// 0.0629809945821762f, -0.0835471972823143f, -0.1557926088571548f,
+// 0.0713412314653397f, 0.1043599396944046f, -0.0929564833641052f,
+// 0.0297129359096289f, -0.1671593785285950f, -0.0322603844106197f,
+// 0.0742662325501442f, 0.0120167564600706f, 0.1663252413272858f,
+// 0.1102603524923325f, 0.0078095211647451f, -0.0266669671982527f,
+// 0.0254246015101671f, 0.1061996147036552f, 0.1450502872467041f,
+// 0.1438043862581253f, 0.1233898475766182f, 0.1934651285409927f,
+// -0.2739497721195221f, -0.0946659371256828f, -0.1389613598585129f,
+// 0.1460589468479156f, 0.0173697434365749f, 0.1614376902580261f,
+// 0.1635937541723251f, 0.1900241374969482f, -0.0316323451697826f,
+// -0.0114885596558452f, 0.0992689281702042f, -0.1206292733550072f,
+// 0.0488557927310467f, 0.2628810703754425f, -0.0141080608591437f,
+// 0.1467439383268356f, 0.1033169329166412f, 0.0239835437387228f,
+// -0.0560682602226734f, 0.0541454479098320f, 0.0899526923894882f,
+// 0.0308641586452723f, -0.1439017802476883f, -0.0466968864202499f,
+// -0.0210954882204533f, 0.0200143996626139f, 0.0529208853840828f,
+// -0.0053722285665572f, 0.0231445319950581f, -0.0061523825861514f,
+// -0.2659919857978821f, 0.1503084599971771f, -0.1422491371631622f,
+// 0.0647155642509460f, -0.0570775270462036f, -0.0583105795085430f,
+// 0.0185720212757587f, -0.1473061740398407f, 0.0609430223703384f,
+// 0.1812216341495514f, -0.1350992172956467f, 0.0783604755997658f,
+// -0.0351044498383999f, -0.1050428226590157f, -0.0659144446253777f,
+// 0.0993853956460953f, 0.2423761785030365f, 0.0462224967777729f,
+// -0.1890792697668076f, -0.0413890704512596f, -0.0929801166057587f,
+// 0.0008010407909751f, -0.2027589082717896f, -0.0197576563805342f,
+// -0.0870766714215279f, -0.0634076818823814f, -0.0285393707454205f,
+// 0.1020642593502998f, 0.0913494527339935f, -0.1330678761005402f,
+// -0.0165407061576843f, 0.0733228400349617f, 0.0705429986119270f,
+// 0.0096256444230676f, 0.0746690183877945f, 0.1901417970657349f,
+// 0.0148927057161927f, 0.0503044724464417f, 0.0414573401212692f,
+// 0.0529941990971565f, 0.0393656007945538f, 0.0445833578705788f,
+// 0.1811574995517731f, -0.1428554803133011f, -0.0016989761497825f,
+// 0.0464389510452747f, 0.0011768714757636f, 0.0657811611890793f,
+// 0.0049138618633151f, 0.1032983213663101f, -0.2471569478511810f,
+// 0.1018852517008781f, 0.0789820328354836f, -0.0126617904752493f,
+// 0.0527672842144966f, 0.1956192553043365f, 0.0391206704080105f,
+// -0.1991813182830811f, -0.1799965798854828f, 0.1175812855362892f,
+// 0.0132352476939559f, 0.0702352523803711f, 0.2214858233928680f,
+// 0.1564911007881165f, 0.0446887053549290f, 0.0898382365703583f,
+// 0.1108002886176109f, -0.0511674731969833f, -0.1227050349116325f,
+// -0.0686719194054604f, -0.1637637466192245f, -0.1686640977859497f,
+// -0.0169594492763281f, -0.0102135529741645f, -0.0225989539176226f,
+// 0.1495187282562256f, -0.1019729226827621f, -0.1053871810436249f,
+// -0.0020472991745919f, 0.1252124458551407f, -0.0487372279167175f,
+// -0.0056313201785088f, -0.1229494288563728f, -0.0202817674726248f,
+// -0.0482823401689529f, 0.0037969443947077f, 0.0812561661005020f,
+// -0.1244208961725235f, -0.0625018626451492f, 0.0213330872356892f,
+// 0.0303647927939892f, -0.0718785598874092f, -0.0284499954432249f,
+// 0.0688714385032654f, -0.0904124677181244f, 0.0364760011434555f,
+// -0.1333056092262268f, 0.1768662780523300f, 0.1972743719816208f,
+// 0.1790831238031387f, -0.0148302307352424f, -0.1891036331653595f,
+// -0.0803935453295708f, 0.1864317506551743f, -0.1418409347534180f,
+// -0.0606598854064941f, -0.1817116886377335f, -0.0578625500202179f,
+// -0.1901296079158783f, -0.0472108647227287f, 0.0043606306426227f,
+// 0.1455782502889633f, -0.0069482526741922f, 0.0629748478531837f,
+// -0.0840674042701721f, -0.0517137497663498f, 0.0029174326919019f,
+// -0.1454419493675232f, -0.2037513554096222f, 0.2351006567478180f,
+// 0.0246584564447403f, -0.1599640399217606f, 0.1091224625706673f,
+// -0.0126211661845446f, -0.1638000011444092f, -0.2911465466022491f,
+// -0.0739528760313988f, -0.2297668308019638f, 0.1465342640876770f,
+// -0.0040422366000712f, 0.1053798869252205f, -0.1109396368265152f,
+// -0.0423522777855396f, -0.1522083282470703f, -0.0445525646209717f,
+// -0.0836364105343819f, 0.0385956242680550f, -0.0339670442044735f,
+// 0.1446139961481094f, 0.1450899392366409f, 0.1539156287908554f,
+// -0.0062353298999369f, -0.0147529589012265f, 0.0282012689858675f,
+// -0.0288142375648022f, 0.2160197645425797f, -0.0752451866865158f,
+// 0.0214825011789799f, -0.2429380267858505f, 0.0370178483426571f,
+// -0.0412995368242264f, -0.1441085338592529f, 0.0517850294709206f,
+// 0.0070630759000778f, 0.0832872465252876f, -0.0114870006218553f,
+// 0.2288380712270737f, 0.1885838955640793f, -0.0730772912502289f,
+// 0.0087908264249563f, -0.0900564789772034f, 0.0819780454039574f,
+// 0.0006482307217084f, -0.0245730690658092f, -0.0964125245809555f,
+// 0.0762761384248734f, 0.4246636331081390f, 0.1138819456100464f,
+// 0.0105022992938757f, 0.0008363610832021f, -0.1426776200532913f,
+// 0.0330112762749195f, -0.0390948094427586f, 0.2625973224639893f,
+// -0.1235488653182983f, -0.0425786785781384f, 0.0074098221957684f,
+// 0.0108526824042201f, -0.0351473093032837f, -0.0169854778796434f,
+// -0.0046234284527600f, 0.0196013227105141f, -0.0943395793437958f,
+// -0.0584284812211990f, -0.0095218615606427f, 0.1532943993806839f,
+// -0.0463579781353474f, 0.1510650217533112f, 0.2124273031949997f,
+// -0.0007902351208031f, -0.0399611406028271f, -0.0962318778038025f,
+// -0.0455383732914925f, 0.0138793094083667f, 0.0373521521687508f,
+// 0.0320328399538994f, -0.0085103167220950f, 0.0040090102702379f,
+// -0.0718325600028038f, -0.0500103868544102f, -0.0247612334787846f,
+// 0.1002800092101097f, 0.0198234189301729f, 0.0944705232977867f,
+// 0.0795515552163124f, -0.0156148849055171f, -0.2421914935112000f,
+// 0.0189311467111111f, 0.0136592583730817f, 0.0557755492627621f,
+// -0.0848597809672356f, 0.0675975903868675f, 0.0007717291009612f,
+// 0.0089664282277226f, 0.2369871139526367f, -0.0397173464298248f,
+// 0.0441740080714226f, -0.0694444030523300f, -0.0160166863352060f,
+// -0.1755478382110596f, 0.0178955756127834f, 0.2111767679452896f,
+// 0.0764642357826233f, 0.0424373298883438f, 0.0804371163249016f,
+// -0.0371816270053387f, -0.1282641887664795f, -0.0563771873712540f,
+// -0.0669650584459305f, -0.0214992519468069f, 0.0780751034617424f,
+// 0.0134029956534505f, -0.0729406252503395f, 0.0122546199709177f,
+// -0.0889038294553757f, -0.0723734572529793f, -0.0748314112424850f,
+// 0.0774794220924377f, -0.0750551149249077f, -0.1767835468053818f,
+// -0.0769128128886223f, -0.0320755057036877f, -0.0461665317416191f,
+// 0.0541505888104439f, 0.0337853915989399f, 0.1166592463850975f,
+// 0.0363865680992603f, -0.0831474885344505f, 0.0329656824469566f,
+// 0.0826740562915802f, -0.0588761940598488f, -0.0235717128962278f,
+// -0.1224157363176346f, -0.0303315985947847f, 0.0032174983061850f,
+// -0.0183449778705835f, 0.1269046217203140f, -0.1752059012651443f,
+// -0.0625565648078918f, 0.0439131408929825f, 0.1641421765089035f,
+// -0.0334399044513702f, -0.1011813580989838f, 0.0653419867157936f,
+// -0.2629381716251373f, -0.4263016283512115f, -0.0264297667890787f,
+// -0.0679647922515869f, 0.0012379598338157f, -0.1152262315154076f,
+// 0.2260819822549820f, 0.0138499122112989f, -0.2540936172008514f,
+// 0.0710316747426987f, 0.0597474165260792f, 0.3569871187210083f,
+// -0.0970500186085701f, 0.1018327623605728f, 0.2961482405662537f,
+// -0.0835851654410362f, 0.0061521492898464f, 0.0876464322209358f,
+// -0.1374511271715164f, 0.0498932786285877f, 0.0182282179594040f,
+// 0.2959185242652893f, 0.0747583433985710f, -0.5113818645477295f,
+// 0.0357646793127060f, -0.0284922197461128f, 0.0853188410401344f,
+// 0.0409507416188717f, 0.1276202499866486f, 0.0070483270101249f,
+// -0.1558059006929398f, -0.1902582943439484f, 0.2762999534606934f,
+// 0.6160352230072021f, 0.2738423943519592f, -0.8241607546806335f,
+// -0.1773925721645355f, -0.2928967773914337f, 0.2864287495613098f,
+// -0.1489850878715515f, -0.1174923256039619f, 0.1652690619230270f,
+// -0.4835466146469116f, 0.2626637220382690f, 0.0533090643584728f,
+// -0.3799187242984772f, -0.2041940391063690f, 0.5791236758232117f,
+// 0.0561702437698841f, 0.2298431694507599f, -0.1198691874742508f,
+// -0.2694389820098877f, 0.0000510087193106f, 0.3546921610832214f,
+// 0.0112113691866398f, 0.0379001311957836f, 0.0142445443198085f,
+// -0.0794466659426689f, 0.0820474997162819f, -0.0093114906921983f,
+// -0.0566410310566425f, -0.0061155571602285f, 0.0090680094435811f,
+// 0.0345985181629658f, 0.0450940802693367f, -0.0093504283577204f,
+// -0.0935023650527000f, 0.0195171404629946f, -0.0183419995009899f,
+// 0.0391614325344563f, -0.5121891498565674f, -0.6687004566192627f,
+// 0.9917605519294739f, -0.0210490524768829f, -0.2893266081809998f,
+// 0.1215797439217567f, -0.6205708384513855f, -0.0794832706451416f,
+// 0.5176062583923340f, -0.8354176282882690f, 1.2010480165481567f,
+// 0.9594748020172119f, -0.1379863321781158f, -0.1795917153358459f,
+// 0.6028102636337280f, -1.0556331872940063f, 0.0525154247879982f,
+// -0.3372074365615845f, -0.0289472453296185f, -0.0351005569100380f,
+// 0.1093455627560616f, 0.1153903454542160f, 0.1207851395010948f,
+// -0.1227566748857498f, 0.2183262556791306f, 0.2389227598905563f,
+// 0.2164323627948761f, 0.1384556591510773f, -0.2124608308076859f,
+// -0.0143144708126783f, 0.0407213345170021f, -0.1404940336942673f,
+// 0.0663674399256706f, 0.1493600755929947f, 0.1662335097789764f,
+// -0.3557560443878174f, 0.1573029458522797f, 0.1900177896022797f,
+// -0.1701742857694626f, -0.2327162325382233f, -0.2551547884941101f,
+// 0.0471992418169975f, -0.1580115407705307f, -0.1123738810420036f,
+// -0.0334084257483482f, 0.2448110431432724f, -0.0437726415693760f,
+// 0.0760040432214737f, 0.0101643884554505f, 0.0117397941648960f,
+// 0.1600225269794464f, -0.4854849576950073f, 0.1424086987972260f,
+// -0.0233483053743839f, 0.0606064945459366f, -0.2123742997646332f,
+// -0.3231025636196136f, -0.1793772876262665f, -0.1100014597177505f,
+// 0.2014267593622208f, 0.2763957977294922f, -0.1041184142231941f,
+// -0.2521914839744568f, 0.0895717218518257f, 0.1120787337422371f,
+// 0.0254194177687168f, 0.3683822751045227f, 0.0034926624502987f,
+// -0.0123405577614903f, 0.0407980978488922f, -0.2031306922435760f,
+// -0.1121716201305389f, 0.1503517180681229f, -0.0084493039175868f,
+// 0.1236853227019310f, 0.2105196416378021f, 0.2293143719434738f,
+// 0.0310705322772264f, 0.0287224352359772f, 0.0251841600984335f,
+// 0.0939837694168091f, -0.1640780717134476f, 0.1111422330141068f,
+// 0.2565753459930420f, 0.0704611390829086f, -0.0525180287659168f,
+// 0.1664243191480637f, 0.0309387389570475f, 0.0849550738930702f,
+// -0.1249190643429756f, 0.0191257838159800f, 0.0551348961889744f,
+// -0.2050010710954666f, -0.1683284491300583f, 0.0781771615147591f,
+// -0.1031307876110077f, -0.1644723415374756f, 0.0429603271186352f,
+// 0.0358476042747498f, -0.0979568064212799f, -0.0687444955110550f,
+// -0.0443773083388805f, 0.1043627038598061f, 0.1699040830135345f,
+// -0.0052575273439288f, -0.1785721182823181f, -0.0902265906333923f,
+// -0.0201837066560984f, 0.1764279305934906f, -0.0990582555532455f,
+// -0.0317312441766262f, -0.0016298625851050f, 0.0147730000317097f,
+// 0.0149230668321252f, 0.2015572339296341f, 0.2511915564537048f,
+// 0.3060296177864075f, -0.1194395720958710f, 0.0112773412838578f,
+// -0.0418937541544437f, -0.1402927041053772f, 0.1795210242271423f,
+// 0.1498497426509857f, -0.0812782570719719f, 0.2932297885417938f,
+// 0.2588935196399689f, 0.1384229362010956f, -0.0480503104627132f,
+// 0.1565030664205551f, 0.1944381296634674f, 0.0192700773477554f,
+// -0.1153833419084549f, 0.1619443148374557f, -0.1941500455141068f,
+// 0.1142332032322884f, -0.0784348919987679f, 0.1336566805839539f,
+// 0.2097787410020828f, -0.1724077314138412f, 0.1009512692689896f,
+// -0.0545122697949409f, -0.0310874599963427f, 0.1443777680397034f,
+// -0.2667557895183563f, 0.0040232506580651f, 0.1902697086334229f,
+// -0.1023497208952904f, -0.4421266615390778f, 0.1840081661939621f,
+// 0.0720427185297012f, -0.2349407672882080f, -0.0320371165871620f,
+// -0.1190336644649506f, 0.1638631969690323f, -0.0118311485275626f,
+// 0.1614029407501221f, -0.2856260836124420f, 0.0765857473015785f,
+// 0.1424796283245087f, 0.6026722192764282f, 0.0848821923136711f,
+// -0.1968733966350555f, -0.2394396662712097f, 0.4036809802055359f,
+// -0.0073183029890060f, 0.2258647680282593f, -0.0483946353197098f,
+// 0.0380454771220684f, -0.0989460647106171f, 0.0011921527329832f,
+// 0.1078388094902039f, 0.0764969512820244f, -0.0986512824892998f,
+// -0.0874010175466537f, 0.1262454241514206f, -0.5374607443809509f,
+// 0.2246175408363342f, -0.1575118303298950f, -0.0841747075319290f,
+// -0.1471863985061646f, 0.1828616261482239f, -0.1886416077613831f,
+// 0.0737737119197845f, -0.0087796812877059f, 0.1989019811153412f,
+// 0.0551127120852470f, -0.2258986085653305f, -0.0488032251596451f,
+// 0.0686933323740959f, -0.1196240037679672f, 0.1089725345373154f,
+// 0.2653618454933167f, 0.1347712725400925f, -0.1741710454225540f,
+// -0.2457246929407120f, -0.0552868731319904f, -0.1907175779342651f,
+// 0.2312765866518021f, 0.3238730430603027f, 0.0523451715707779f,
+// -0.2471911907196045f, -0.1318155676126480f, -0.0740429684519768f,
+// 0.4309185743331909f, -0.2011942714452744f, -0.1313160508871078f,
+// 0.0179985947906971f, 0.2367178648710251f, -0.6784664988517761f,
+// -0.1487080603837967f, 0.3254519402980804f, 0.2182770818471909f,
+// -0.0112220169976354f, -0.1543826162815094f, 0.1315058767795563f,
+// -0.1067292243242264f, 0.0222391802817583f, -0.1563830971717834f,
+// -0.1157027557492256f, -0.0556637346744537f, 0.1869972050189972f,
+// 0.0583137199282646f, -0.1633936613798141f, -0.1242946386337280f,
+// -0.1787660717964172f, 0.2287059128284454f, 0.1298391371965408f,
+// 0.2323577702045441f, 0.0736412927508354f, -0.2626175582408905f,
+// 0.2472351789474487f, -0.1583198606967926f, -0.0742936953902245f,
+// -0.0673219040036201f, 0.0789120644330978f, -0.2486123591661453f,
+// 0.1570982187986374f, 0.0498662702739239f, -0.0859285965561867f,
+// -0.1497226059436798f, 0.1728975176811218f, 0.2224266082048416f,
+// -0.0895256102085114f, -0.0954582765698433f, -0.0487313605844975f,
+// -0.0677433237433434f, 0.0441428087651730f, -0.1034212261438370f,
+// 0.2282506823539734f, 0.2710544168949127f, -0.0136018563061953f,
+// 0.1909241527318954f, -0.1026868298649788f, 0.0581199340522289f,
+// -0.0359990783035755f, -0.1535843908786774f, -0.0855028107762337f,
+// -0.2109049111604691f, -0.1113561317324638f, 0.0591798387467861f,
+// -0.0788079500198364f, 0.0945478677749634f, 0.0056475698947906f,
+// -0.0668853521347046f, 0.0658724531531334f, -0.0067283096723258f,
+// 0.2476447224617004f, 0.0093221291899681f, -0.0667056739330292f,
+// -0.0871923342347145f, 0.0363593772053719f, -0.0041747125796974f,
+// -0.0216803718358278f, 0.0181121956557035f, 0.0326145365834236f,
+// 0.0188038200139999f, -0.0177161544561386f, 0.0355775579810143f,
+// 0.0148604577407241f, -0.0127445468679070f, -0.1545980870723724f,
+// -0.1388596147298813f, 0.0553595013916492f, 0.0445937328040600f,
+// 0.0530736446380615f, 0.0477486178278923f, 0.0399976894259453f,
+// -0.0127214165404439f, 0.0071440814062953f, -0.0798345133662224f,
+// 0.0331558585166931f, -0.2139922380447388f, -0.0689025223255157f,
+// 0.3786133229732513f, 0.1218430772423744f, 0.0396988503634930f,
+// 0.1030738800764084f, -0.1429519653320312f, -0.0382298193871975f,
+// 0.0776070281863213f, 0.0923115387558937f, -0.0836501717567444f,
+// -0.0774857178330421f, 0.0441484078764915f, -0.1412186920642853f,
+// 0.1854259818792343f, 0.0838991627097130f, 0.0224890317767859f,
+// -0.0254852324724197f, -0.1598544120788574f, 0.0212725587189198f,
+// 0.0535276718437672f, -0.0910151675343513f, -0.2684104442596436f,
+// 0.0038619374390692f, -0.0751194804906845f, 0.0787562951445580f,
+// -0.0004250780912116f, -0.0986393019556999f, -0.0942718982696533f,
+// 0.1860240250825882f, 0.0097647598013282f, -0.0768429785966873f,
+// -0.1002587750554085f, -0.0519296415150166f, 0.0113122873008251f,
+// -0.0930475518107414f, 0.0601611845195293f, 0.0038703435566276f,
+// -0.0750220343470573f, -0.0398863963782787f, -0.1454940289258957f,
+// -0.0249373652040958f, 0.3013962805271149f, -0.0341000929474831f,
+// -0.2996147871017456f, -0.1405934244394302f, 0.0661777034401894f,
+// -0.0114014232531190f, -0.0473951958119869f, -0.0322073400020599f,
+// 0.1163832023739815f, 0.0630314648151398f, -0.1122179627418518f,
+// 0.0312713570892811f, -0.2228856682777405f, 0.1076095551252365f,
+// 0.1975958496332169f, -0.1434646993875504f, 0.0081013087183237f,
+// 0.0729519203305244f, 0.1761788278818130f, -0.1482980251312256f,
+// -0.1273286044597626f, 0.0378861092031002f, 0.2033424079418182f,
+// 0.1080445349216461f, 0.0339091755449772f, -0.0516844615340233f,
+// -0.1247937306761742f, -0.1673335582017899f, 0.2057019174098969f,
+// -0.0083401091396809f, -0.0966932550072670f, 0.1262278407812119f,
+// 0.0727546662092209f, -0.1553122997283936f, 0.0417129918932915f,
+// 0.2226786017417908f, 0.3223411142826080f, 0.0832938402891159f,
+// -0.2063227146863937f, -0.1372320950031281f, -0.0247702579945326f,
+// -0.0038207357283682f, -0.0750592052936554f, -0.0741835013031960f,
+// -0.1342760026454926f, 0.0065691457130015f, -0.0002925995213445f,
+// 0.0834962949156761f, 0.4273284971714020f, 0.2406540364027023f,
+// -0.3933189809322357f, 0.0621237829327583f, -0.1376551687717438f,
+// 0.0720965638756752f, -0.2035622447729111f, -0.0202263593673706f,
+// -0.1369005441665649f, -0.2390962392091751f, 0.0024375389330089f,
+// 0.1115006431937218f, 0.0663523375988007f, 0.0951579138636589f,
+// -0.0155904134735465f, 0.1574797630310059f, -0.0892182216048241f,
+// -0.0939351990818977f, -0.1357203125953674f, -0.1436742693185806f,
+// 0.0123182050883770f, 0.1411943435668945f, 0.0951290875673294f,
+// -0.1273487657308578f, 0.2149533629417419f, 0.0184035338461399f,
+// 0.1552111506462097f, -0.3538873493671417f, -0.0191498957574368f,
+// 0.0690883919596672f, 0.1592152118682861f, -0.0135251916944981f,
+// 0.0930276066064835f, -0.0933868288993835f, 0.0718567743897438f,
+// -0.0186342727392912f, -0.3173113167285919f, -0.1470428854227066f,
+// -0.0959280654788017f, 0.0929789245128632f, -0.0032837754115462f,
+// -0.0464660786092281f, -0.0086341109126806f, 0.0284811537712812f,
+// -0.0734567493200302f, 0.0950032919645309f, -0.1555994302034378f,
+// -0.0297049395740032f, 0.0451922006905079f, 0.0166960470378399f,
+// -0.0641773566603661f, 0.0978113263845444f, 0.1789615750312805f,
+// 0.0747304037213326f, -0.0372986942529678f, 0.1306611448526382f,
+// 0.3728033304214478f, 0.1171047687530518f, 0.0702980607748032f,
+// -0.0176207777112722f, 0.0140338512137532f, 0.0721116065979004f,
+// -0.0059358477592468f, 0.0257475357502699f, 0.0933246240019798f,
+// -0.0835803300142288f, 0.1573459953069687f, -0.2820206582546234f,
+// -0.1672553420066833f, -0.0049499361775815f, 0.0346727967262268f,
+// 0.0261858366429806f, 0.1256146579980850f, 0.0161408502608538f,
+// 0.2065934836864471f, -0.1057194769382477f, -0.0857231542468071f,
+// 0.0222728122025728f, -0.0958120450377464f, -0.0777994766831398f,
+// 0.0022761765867472f, -0.1056003868579865f, 0.1837677359580994f,
+// 0.1071369871497154f, 0.0522921793162823f, 0.1089915111660957f,
+// 0.1637456268072128f, 0.0167559776455164f, 0.1454618722200394f,
+// -0.0850689336657524f, 0.0121945682913065f, 0.1325987726449966f,
+// -0.0871743857860565f, -0.0653270184993744f, 0.0694829672574997f,
+// 0.0212156642228365f, 0.4359667599201202f, 0.1539463102817535f,
+// -0.4575460553169250f, 0.0913953855633736f, -0.1332990378141403f,
+// -0.1183265224099159f, 0.0869321823120117f, 0.0850539952516556f,
+// 0.0174006652086973f, -0.0816027745604515f, 0.2105298787355423f,
+// -0.0830844566226006f, 0.0349662154912949f, -0.0893112570047379f,
+// -0.0198995452374220f, 0.1678288578987122f, -0.1481136828660965f,
+// -0.0485454387962818f, 0.0164067335426807f, 0.3580196201801300f,
+// 0.0623272769153118f, -0.0408170223236084f, -0.1321293413639069f,
+// 0.0227173306047916f, 0.1876555234193802f, 0.0879402309656143f,
+// -0.0489584617316723f, 0.0061855940148234f, 0.0206521432846785f,
+// -0.0729135572910309f, -0.1920751482248306f, -0.0966377481818199f,
+// -0.0507789105176926f, 0.0352413468062878f, -0.0756198540329933f,
+// -0.0382794924080372f, -0.0455519482493401f, -0.1311229467391968f,
+// 0.0012342312838882f, -0.1744094938039780f, 0.0610663928091526f,
+// -0.0615093596279621f, -0.2718596458435059f, 0.0008098132093437f,
+// -0.0749086365103722f, 0.1053465977311134f, 0.0696069076657295f,
+// 0.0263205729424953f, 0.1878281682729721f, -0.1096281334757805f,
+// -0.0138293299823999f, -0.1051037684082985f, 0.0425886511802673f,
+// -0.0615451149642467f, 0.0162411574274302f, -0.1743263900279999f,
+// -0.3124887049198151f, 0.0318501368165016f, 0.1068232059478760f,
+// 0.1207673475146294f, -0.1154693514108658f, 0.0027352985925972f,
+// -0.2002421915531158f, 0.0987122729420662f, -0.0886792689561844f,
+// -0.0257194079458714f, -0.0095715988427401f, 0.0275086760520935f,
+// 0.0110757425427437f, -0.1816306561231613f, -0.0010726049076766f,
+// -0.1217611134052277f, 0.0687072053551674f, -0.0689935088157654f,
+// 0.0326949469745159f, -0.0478234142065048f, -0.0823853686451912f,
+// -0.0302925687283278f, -0.0350684933364391f, 0.0538646578788757f,
+// -0.1206405609846115f, -0.2344252914190292f, -0.1659013777971268f,
+// -0.2553511261940002f, 0.0414675809442997f, 0.0934333950281143f,
+// 0.3365089893341064f, -0.0403482466936111f, -0.0328563675284386f,
+// -0.1482083201408386f, -0.1142341792583466f, -0.1975068300962448f,
+// -0.2270924299955368f, -0.0695081055164337f, -0.0889441221952438f,
+// -0.1017340868711472f, 0.2974070310592651f, 0.2210731208324432f,
+// 0.3533378839492798f, 0.3502863049507141f, 0.0582765676081181f,
+// -0.0652194470167160f, -0.2406676262617111f, 0.0317449718713760f,
+// -0.1429625004529953f, -0.0011977904941887f, 0.1695717275142670f,
+// 0.1050785556435585f, -0.0414945296943188f, 0.2481167167425156f,
+// -0.1308798938989639f, -0.0102830687537789f, -0.1061537563800812f,
+// -0.0357874110341072f, -0.0137648135423660f, -0.2101331800222397f,
+// 0.0104872863739729f, 0.0145166981965303f, -0.0227418225258589f,
+// 0.0310257598757744f, 0.1860119849443436f, -0.0236852020025253f,
+// 0.1054410636425018f, -0.1993426382541656f, 0.0780057758092880f,
+// 0.1671326160430908f, 0.1400387138128281f, 0.0464737154543400f,
+// -0.0543979480862617f, 0.0975335612893105f, 0.1124978885054588f,
+// -0.0216590985655785f, 0.1607030779123306f, -0.2575193345546722f,
+// 0.0695946887135506f, 0.2870674729347229f, -0.0660185888409615f,
+// 0.0074237757362425f, 0.0164176188409328f, 0.1273082196712494f,
+// -0.1353121995925903f, -0.0879705473780632f, 0.1579732149839401f,
+// 0.0423683635890484f, -0.0161939579993486f, -0.1003662273287773f,
+// 0.0677077099680901f, -0.1503618806600571f, -0.2118269354104996f,
+// -0.0450753122568130f, 0.0353031456470490f, -0.0292742792516947f,
+// 0.3309778869152069f, -0.0818279907107353f, -0.0805861204862595f,
+// 0.1900429278612137f, -0.1483856737613678f, -0.0343045666813850f,
+// 0.0372968353331089f, -0.1124256923794746f, 0.0998776406049728f,
+// -0.0912626460194588f, 0.0136128496378660f, -0.1979716569185257f,
+// -0.0955674722790718f, 0.0579222813248634f, -0.1745721101760864f,
+// 0.0432634167373180f, 0.0518375188112259f, 0.0685745403170586f,
+// -0.0886480882763863f, -0.0715486183762550f, -0.0118775302544236f,
+// 0.3031563460826874f, -0.1199106872081757f, -0.1827986687421799f,
+// -0.0217756908386946f, -0.1394552439451218f, -0.0212255995720625f,
+// 0.1364105492830276f, 0.0307547803968191f, -0.0344934761524200f,
+// 0.2225001454353333f, 0.1611603796482086f, 0.0294682029634714f,
+// 0.0206141751259565f, 0.1585433632135391f, -0.0620258785784245f,
+// 0.0152152962982655f, 0.0016174763441086f, 0.0110861537978053f,
+// 0.1104811057448387f, 0.3871656656265259f, 0.0419528409838676f,
+// -0.3089349865913391f, -0.0854183807969093f, 0.1943933963775635f,
+// 0.1667490452528000f, 0.1076019555330276f, -0.0837732106447220f,
+// -0.1429888755083084f, -0.0565591640770435f, -0.1348164826631546f,
+// -0.0508369430899620f, -0.0278891641646624f, 0.0008612247183919f,
+// -0.1379927694797516f, -0.2074040919542313f, -0.0256545152515173f,
+// 0.0872882381081581f, -0.1108269616961479f, 0.2571115791797638f,
+// -0.3275074958801270f, 0.0657624453306198f, -0.1177639886736870f,
+// -0.1809263676404953f, 0.0097029618918896f, -0.1538012325763702f,
+// -0.1768133342266083f, -0.0097087435424328f, -0.3338346481323242f,
+// -0.0755075439810753f, 0.0500551201403141f, 0.2108048647642136f,
+// -0.1223215758800507f, 0.0151645233854651f, -0.1473483890295029f,
+// 0.0041636023670435f, 0.2339768260717392f, 0.1223533302545547f,
+// -0.0199117343872786f, -0.0405258163809776f, -0.0840886607766151f,
+// -0.0321759246289730f, -0.1315793991088867f, 0.0388458445668221f,
+// -0.0936454236507416f, 0.0146338641643524f, -0.0191310215741396f,
+// -0.2137720435857773f, -0.0710465162992477f, -0.1683266460895538f,
+// 0.4249170422554016f, -0.1261430531740189f, 0.2949620187282562f,
+// 0.0369671024382114f, 0.1544607430696487f, -0.0710825547575951f,
+// -0.0166665352880955f, 0.0755154862999916f, -0.0867545604705811f,
+// -0.0976589769124985f, 0.2394703328609467f, -0.1615178585052490f,
+// 0.0161852296441793f, -0.0270081944763660f, 0.1162303909659386f,
+// 0.0145858032628894f, 0.2266930788755417f, 0.0570618994534016f,
+// -0.2021745741367340f, -0.0463058836758137f, -0.0006301868124865f,
+// 0.1256739050149918f, 0.2061168998479843f, 0.0148658938705921f,
+// 0.0797857418656349f, 0.0396671369671822f, 0.0345885083079338f,
+// -0.0231586247682571f, -0.1301740407943726f, 0.1349549740552902f,
+// 0.0227867402136326f, -0.2321236729621887f, 0.2313296198844910f,
+// 0.1129262596368790f, 0.0695189833641052f, 0.0365537963807583f,
+// -0.1887134015560150f, -0.1190251484513283f, -0.1266433149576187f,
+// -0.1257117837667465f, -0.3742817044258118f, -0.0426993370056152f,
+// -0.1616161614656448f, 0.1058347523212433f, 0.1583906263113022f,
+// -0.1737831979990005f, 0.1842273473739624f, 0.0364205241203308f,
+// -0.1369665116071701f, -0.0994857698678970f, 0.0797817483544350f,
+// 0.0036482603754848f, 0.1569011509418488f, -0.2186308205127716f,
+// -0.0810139849781990f, -0.1165102645754814f, -0.0395633392035961f,
+// 0.1469996124505997f, 0.1363371163606644f, 0.0874181538820267f,
+// -0.1332262903451920f, -0.2493795603513718f, -0.0488240122795105f,
+// -0.0925767719745636f, 0.1230827346444130f, -0.1808717548847198f,
+// 0.0199755020439625f, -0.0966495648026466f, 0.1818883717060089f,
+// -0.1791488379240036f, 0.0269580576568842f, -0.0302843544632196f,
+// 0.1354919373989105f, 0.0633941143751144f, -0.0269965734332800f,
+// 0.0666595548391342f, -0.0464111007750034f, 0.0970299169421196f,
+// 0.0381624251604080f, -0.0421104095876217f, 0.1212913691997528f,
+// -0.0475185513496399f, -0.0513341762125492f, 0.0650672689080238f,
+// -0.1179425790905952f, 0.0309378318488598f, -0.0511409603059292f,
+// 0.1245638504624367f, -0.2378986477851868f, -0.0108543168753386f,
+// 0.0665224269032478f, 0.0458335317671299f, 0.1591640859842300f,
+// 0.1585987657308578f, 0.2744040191173553f, 0.1549030989408493f,
+// -0.1441929489374161f, 0.0910146459937096f, 0.0753629431128502f,
+// 0.1399861276149750f, -0.0777972564101219f, 0.1757298409938812f,
+// -0.0972793772816658f, -0.0286695752292871f, -0.0961130261421204f,
+// 0.1051636040210724f, -0.1660098582506180f, 0.1130620539188385f,
+// 0.2631500661373138f, -0.2231564223766327f, -0.1757420450448990f,
+// 0.0775376260280609f, 0.0181281976401806f, -0.0727695971727371f,
+// -0.0306054372340441f, -0.0486170239746571f, -0.0531113371253014f,
+// -0.2814846634864807f, 0.1420651376247406f, 0.0060544833540916f,
+// 0.0939532518386841f, -0.2200393378734589f, 0.0436523072421551f,
+// -0.0433272756636143f, -0.0914834439754486f, 0.0505776479840279f,
+// 0.1022464632987976f, 0.1459463387727737f, -0.1190353035926819f,
+// 0.2003114223480225f, 0.3734146952629089f, 0.1688542664051056f,
+// 0.0231766514480114f, 0.0800026580691338f, -0.0043250443413854f,
+// -0.0354961082339287f, 0.1359578222036362f, -0.2287534028291702f,
+// -0.0509044900536537f, -0.0834422260522842f, -0.2445903718471527f,
+// -0.1094769239425659f, 0.0717625468969345f, 0.0171967428177595f,
+// 0.0693440213799477f, 0.1161517202854156f, -0.1482351422309875f,
+// -0.0527954623103142f, -0.2061173617839813f, 0.0015312288887799f,
+// -0.0870700553059578f, 0.0721013322472572f, 0.0908060297369957f,
+// -0.1135774254798889f, -0.1711040139198303f, -0.0554132983088493f,
+// -0.1405198276042938f, 0.0524829737842083f, 0.0131116826087236f,
+// -0.0661652311682701f, 0.1561692953109741f, 0.0961418896913528f,
+// -0.0387788936495781f, -0.0248648636043072f, -0.0113855497911572f,
+// -0.0881337523460388f, 0.2002922147512436f, 0.0937845855951309f,
+// 0.0770952031016350f, -0.1672172397375107f, 0.0375956408679485f,
+// -0.1145847961306572f, -0.0995001718401909f, 0.0130494581535459f,
+// -0.0333772450685501f, -0.0707886815071106f, -0.0862217396497726f,
+// 0.0570426881313324f, -0.1579607427120209f, -0.2092322260141373f,
+// 0.1500418782234192f, 0.0027825061697513f, 0.0223845299333334f,
+// -0.0768262445926666f, 0.1709239482879639f, 0.0602882429957390f,
+// -0.0178609788417816f, -0.0578219518065453f, -0.1126151829957962f,
+// 0.0907006710767746f, 0.3088326752185822f, -0.0098354117944837f,
+// -0.1122854053974152f, -0.0215447302907705f, -0.1563781052827835f,
+// 0.0319213159382343f, 0.0461141504347324f, 0.1089784055948257f,
+// -0.0468449480831623f, -0.1103684231638908f, 0.0523271672427654f,
+// 0.0970082283020020f, 0.0003151137498207f, 0.0280394665896893f,
+// -0.0244269035756588f, 0.1757394820451736f, -0.0406786650419235f,
+// 0.2700901925563812f, -0.1414983719587326f, 0.2856762409210205f,
+// 0.1808325052261353f, -0.0884146541357040f, 0.0894261822104454f,
+// 0.0792104080319405f, -0.2354325652122498f, 0.0666357651352882f,
+// -0.0961195603013039f, 0.0134357316419482f, -0.0377625226974487f,
+// 0.0121926777064800f, -0.0248180497437716f, -0.0956555157899857f,
+// 0.1386297792196274f, 0.2122491002082825f, -0.0635866001248360f,
+// -0.0070123444311321f, 0.1537108421325684f, -0.1557848155498505f,
+// -0.0312537774443626f, 0.1183333694934845f, -0.0239673182368279f,
+// 0.0219212453812361f, 0.0722134187817574f, 0.0432669334113598f,
+// 0.1770490556955338f, -0.0334726758301258f, -0.0970422625541687f,
+// 0.0730579495429993f, -0.2324937731027603f, -0.0647482350468636f,
+// 0.3207351267337799f, 0.0502215214073658f, -0.1806760877370834f,
+// 0.0914437472820282f, -0.0576261207461357f, 0.0207699965685606f,
+// -0.0218109190464020f, -0.0677828341722488f, 0.1272961646318436f,
+// 0.0851818993687630f, -0.1522843241691589f, -0.1603651195764542f,
+// 0.1202934160828590f, -0.0073252813890576f, -0.1744964569807053f,
+// -0.0474111586809158f, -0.2173368036746979f, -0.0242933668196201f,
+// 0.0188443437218666f, -0.0049744127318263f, -0.0870547443628311f,
+// -0.0561047382652760f, -0.1379193067550659f, -0.0063380547799170f,
+// -0.0122366556897759f, 0.0455913878977299f, 0.1210150793194771f,
+// 0.0126438438892365f, -0.1638556718826294f, -0.0194818936288357f,
+// 0.0359559729695320f, 0.1446994394063950f, -0.1889744997024536f,
+// -0.0204027965664864f, -0.0233468078076839f, -0.0968362689018250f,
+// -0.1502992212772369f, -0.1792789846658707f, -0.0082423537969589f,
+// -0.0590886324644089f, -0.1423509418964386f, 0.2592583596706390f,
+// 0.0273712370544672f, -0.0039504207670689f, -0.0739362612366676f,
+// 0.0519393421709538f, -0.0763773098587990f, 0.0220349933952093f,
+// -0.0191066879779100f, -0.0463334359228611f, 0.1748371422290802f,
+// 0.3127614557743073f, -0.1898039430379868f, -0.0608385130763054f,
+// -0.4708963036537170f, -0.1571139991283417f, -0.1975501924753189f,
+// -0.3562301397323608f, -0.0655168890953064f, -0.1367894858121872f,
+// 0.2602920532226562f, 0.0420096814632416f, 0.1749608665704727f,
+// 0.1065022870898247f, -0.1303322911262512f, -0.1077217310667038f,
+// 0.1505750417709351f, -0.2198125869035721f, -0.1539839506149292f,
+// 0.0439731404185295f, -0.1083691418170929f, 0.1466861963272095f,
+// 0.0753150731325150f, 0.0621398761868477f, -0.1449284106492996f,
+// -0.4172681272029877f, -0.1218186244368553f, 0.0133974663913250f,
+// 0.2802741527557373f, -0.1468246281147003f, 0.0561642423272133f,
+// -0.1973892897367477f, 0.1425260305404663f, 0.1200959235429764f,
+// -0.2540864944458008f, -0.0451332852244377f, -0.0774713307619095f,
+// 0.1043525934219360f, -0.2008667141199112f, -0.0922299697995186f,
+// 0.1249082535505295f, 0.0753674954175949f, 0.1794690936803818f,
+// 0.0481610000133514f, 0.2290256321430206f, 0.0065677673555911f,
+// -0.1316900104284286f, 0.0517593771219254f, -0.0278395041823387f,
+// 0.1025687456130981f, -0.0924220755696297f, 0.1303273886442184f,
+// 0.0131958033889532f, -0.0026033148169518f, -0.0903415232896805f,
+// 0.0860455855727196f, 0.0394442863762379f, 0.0011147280456498f,
+// 0.0110142966732383f, 0.0553604438900948f, 0.0380987413227558f,
+// -0.0301202572882175f, 0.0754162743687630f, 0.6681923270225525f,
+// 0.6316007375717163f, 0.5362718701362610f, -0.8213173747062683f,
+// -0.3215168714523315f, 0.3318290114402771f, 0.3521389365196228f,
+// -0.3562639355659485f, 0.2637158036231995f, 0.3961311876773834f,
+// -1.4484114646911621f, 0.2748066186904907f, -0.1623894721269608f,
+// -0.6479159593582153f, -0.0295416079461575f, -0.5205885171890259f,
+// 0.0867275893688202f, -0.3208928704261780f, 0.0703487545251846f,
+// -0.0955524593591690f, 0.3234241902828217f, -0.0168523900210857f,
+// -0.1740704029798508f, -0.0560244619846344f, -0.2357091009616852f,
+// 0.1901086121797562f, 0.0481014065444469f, -0.1535841673612595f,
+// 0.0685922801494598f, 0.0790470317006111f, 0.2868210375308990f,
+// 0.1454970538616180f, -0.0094223665073514f, -0.3079305291175842f,
+// 0.0063943052664399f, -0.2601941227912903f, -0.1146657690405846f,
+// 0.0406668484210968f, 0.0460451580584049f, -0.1738330423831940f,
+// -0.0950062125921249f, 0.1378656029701233f, 0.0337428003549576f,
+// -0.0938330665230751f, -0.2417292147874832f, -0.0163973309099674f,
+// 0.1528589129447937f, 0.1970895677804947f, -0.1839562356472015f,
+// 0.1459633260965347f, -0.0341233871877193f, -0.2587058842182159f,
+// -0.3193149566650391f, 0.0435526371002197f, -0.1281607598066330f,
+// -0.0131546333432198f, 0.0555017031729221f, -0.0336095802485943f,
+// -0.1269194781780243f, -0.1513453125953674f, 0.2411169856786728f,
+// -0.2541488111019135f, -0.1244575902819633f, 0.0887695848941803f,
+// 0.0128328967839479f, -0.1110535413026810f, -0.1428905725479126f,
+// 0.1972058862447739f, 0.1103013604879379f, 0.2220357209444046f,
+// 0.1790663152933121f, 0.1567227095365524f, -0.1351126283407211f,
+// -0.2197245210409164f, -0.0211505498737097f, -0.4470945596694946f,
+// 0.0926721394062042f, 0.2450220435857773f, 0.1497591137886047f,
+// -0.0998463258147240f, 0.0555943325161934f, 0.1221810728311539f,
+// -0.0608536005020142f, 0.2098911702632904f, 0.0115941679105163f,
+// -0.0674353539943695f, 0.0006982820341364f, 0.0538154542446136f,
+// 0.0313605628907681f, 0.5342987775802612f, 0.2845631241798401f,
+// -0.0122045138850808f, -0.2541731894016266f, -0.5513963103294373f,
+// -0.1395203173160553f, -0.0207257047295570f, 0.0047744712792337f,
+// 0.1958790272474289f, 0.1226971521973610f, 0.0507005229592323f,
+// -0.0971429198980331f, 0.0197005178779364f, 0.0745770782232285f,
+// -0.0555057749152184f, 0.0941618159413338f, 0.1198589950799942f,
+// -0.1864831596612930f, 0.1066691279411316f, -0.1551116853952408f,
+// 0.0761233419179916f, -0.3316576182842255f, -0.1087862327694893f,
+// -0.0476715378463268f, -0.1428130120038986f, 0.0411716513335705f,
+// 0.0650537312030792f, -0.1043618246912956f, 0.1136299967765808f,
+// 0.2263264507055283f, 0.0690380036830902f, -0.0856620147824287f,
+// -0.1094242930412292f, -0.0332741662859917f, 0.2534106969833374f,
+// 0.2466552108526230f, -0.0282907504588366f, 0.0833334550261497f,
+// 0.0094890603795648f, 0.2818496525287628f, 0.3209633231163025f,
+// -0.3006294667720795f, 0.1037379801273346f, 0.1974793821573257f,
+// -0.0815450549125671f, -0.2100895047187805f, 0.2926593422889709f,
+// -0.0211678482592106f, 0.0947382748126984f, -0.0149266896769404f,
+// 0.1182646229863167f, -0.0239937640726566f, 0.0174511708319187f,
+// 0.1029690206050873f, 0.0554951131343842f, -0.3961259424686432f,
+// 0.0320917516946793f, 0.1041571348905563f, -0.0720538571476936f,
+// 0.2545490562915802f, 0.0599945969879627f, -0.1997217386960983f,
+// -0.1914409697055817f, 0.0698372274637222f, -0.0032093448098749f,
+// 0.0657015964388847f, 0.0117887714877725f, 0.2888590395450592f,
+// 0.0521594025194645f, 0.0388358868658543f, -0.0576213337481022f,
+// 0.4330531656742096f, 0.2691972851753235f, 0.0372633412480354f,
+// 0.3821379244327545f, -0.0842721015214920f, 0.1933181583881378f,
+// -0.1397679746150970f, 0.4160114526748657f, -0.3656279146671295f,
+// -0.1079362034797668f, 0.0837938115000725f, -0.0045389086008072f,
+// 0.2289495617151260f, -0.0560545548796654f, 0.1650007069110870f,
+// 0.2641780376434326f, -0.0361910127103329f, 0.1329219192266464f,
+// -0.2106186449527740f, -0.0236701387912035f, -0.2362307608127594f,
+// 0.0643483847379684f, -0.0761788114905357f, -0.1683549433946609f,
+// 0.1203127205371857f, -0.1442517787218094f, -0.0105598540976644f,
+// -0.0247587058693171f, -0.1658469140529633f, 0.0945092290639877f,
+// 0.1597421467304230f, -0.0041760206222534f, -0.2136207073926926f,
+// 0.2530310750007629f, -0.0618494674563408f, -0.2203333973884583f,
+// -0.1109683066606522f, -0.1094078496098518f, -0.2094247341156006f,
+// -0.0059005464427173f, -0.1072451770305634f, 0.3659992218017578f,
+// 0.4427329003810883f, -0.0303660221397877f, -0.1043204441666603f,
+// -0.0137985786423087f, -0.2778229713439941f, -0.0959384664893150f,
+// 0.3666695058345795f, 0.2842301130294800f, -0.0283856112509966f,
+// 0.3892648220062256f, 0.0497923567891121f, -0.1631491929292679f,
+// -0.3468397259712219f, 0.3105171024799347f, 0.1941643208265305f,
+// 0.3015421330928802f, -0.1483277678489685f, 0.0071847010403872f,
+// -0.0827584043145180f, 0.0179677885025740f, 0.0778496712446213f,
+// -0.0593084506690502f, -0.0149650862440467f, 0.2169589102268219f,
+// 0.0278623476624489f, 0.1544311046600342f, 0.0490665249526501f,
+// 0.2423795014619827f, 0.0901412963867188f, 0.0043124761432409f,
+// -0.0332079902291298f, 0.3872974514961243f, 0.1407591551542282f,
+// 0.1041186079382896f, -0.0424462221562862f, -0.1692581325769424f,
+// -0.2170664370059967f, 0.1376617252826691f, 0.2665489017963409f,
+// -0.0487707741558552f, 0.4218934774398804f, -0.0255554635077715f,
+// -0.3081614971160889f, -0.1515914648771286f, 0.3749993741512299f,
+// 0.0075734751299024f, -0.2130569666624069f, -0.0479415021836758f,
+// -0.4729643166065216f, 0.0403921306133270f, 0.0862561464309692f,
+// -0.0000876548656379f, -0.2286464720964432f, -0.0298741180449724f,
+// 0.2197632938623428f, 0.2695975601673126f, -0.1157442629337311f,
+// -0.1586827188730240f, -0.0565513111650944f, -0.2686510980129242f,
+// 0.1433810442686081f, 0.0488953143358231f, 0.0060254367999732f,
+// 0.0162546895444393f, -0.1931866258382797f, 0.0206329785287380f,
+// 0.0999672040343285f, -0.1893481016159058f, 0.0788792744278908f,
+// 0.0689808800816536f, -0.1217310726642609f, -0.0269530452787876f,
+// 0.0781494453549385f, -0.0043805311433971f, 0.0102968225255609f,
+// -0.0070500569418073f, 0.0208823718130589f, 0.0385657325387001f,
+// -0.1533491909503937f, 0.1810694336891174f, 0.0988567098975182f,
+// 0.0008580404683016f, 0.0136201949790120f, -0.0306205917149782f,
+// -0.0464165285229683f, -0.0024888012558222f, -0.0206980835646391f,
+// -0.1479746848344803f, -0.0088516566902399f, 0.0214534830302000f,
+// 0.5007502436637878f, -0.0177492350339890f, 0.0495219901204109f,
+// 0.0685134157538414f, -0.3246650695800781f, 0.0789176076650620f,
+// 0.0539908334612846f, -0.1858532428741455f, 0.0191653911024332f,
+// -0.1093636006116867f, -0.4425345361232758f, 0.0433747842907906f,
+// 0.2867502272129059f, -0.0570716820657253f, 0.0061126071959734f,
+// 0.0826286002993584f, 0.1235576421022415f, 0.1632079035043716f,
+// 0.1522536128759384f, -0.0935869589447975f, 0.0104472022503614f,
+// 0.0775187686085701f, 0.1588607281446457f, -0.0049943998456001f,
+// -0.0578307509422302f, 0.0689445361495018f, -0.0134901069104671f,
+// -0.2239192575216293f, 0.1476852446794510f, 0.0658188909292221f,
+// -0.0692359283566475f, -0.2838215231895447f, 0.0399352870881557f,
+// -0.0842131748795509f, 0.2873192131519318f, -0.0345148742198944f,
+// -0.2019202113151550f, -0.0973244383931160f, 0.1936600208282471f,
+// -0.0715032592415810f, 0.1165559142827988f, 0.0623396262526512f,
+// 0.1846223324537277f, -0.0404542088508606f, -0.0043128714896739f,
+// -0.0516760237514973f, 0.0208348855376244f, 0.1980484724044800f,
+// -0.0747688710689545f, -0.1101506650447845f, -0.1365372687578201f,
+// -0.0746748596429825f, 0.0267641860991716f, -0.1671001166105270f,
+// 0.2222601920366287f, -0.0531088449060917f, 0.1369499415159225f,
+// 0.0013228671159595f, 0.2154670357704163f, -0.1562618464231491f,
+// -0.1401802003383636f, 0.0986924096941948f, -0.1366832256317139f,
+// 0.1071452721953392f, 0.0582301840186119f, -0.2314019799232483f,
+// -0.1701712012290955f, -0.0643619373440742f, -0.0367232635617256f,
+// 0.1673940271139145f, 0.2707402706146240f, -0.0311429817229509f,
+// 0.0813939049839973f, 0.1470658779144287f, 0.0719912201166153f,
+// 0.0355477295815945f, -0.1784851104021072f, -0.2857832312583923f,
+// -0.1768716871738434f, -0.0571380816400051f, 0.0019222378032282f,
+// -0.0682463496923447f, 0.0742831602692604f, -0.0605547316372395f,
+// 0.0103959236294031f, 0.0093103228136897f, -0.0561291836202145f,
+// 0.1501645892858505f, -0.0484657697379589f, -0.2791373431682587f,
+// -0.1434349417686462f, 0.1403628736734390f, -0.0694852918386459f,
+// -0.1486142128705978f, -0.0688986256718636f, 0.0591441430151463f,
+// -0.0615499392151833f, -0.0140941794961691f, -0.0025850872043520f,
+// -0.1320674866437912f, 0.0194014385342598f, -0.1553479731082916f,
+// 0.2227848172187805f, 0.1589239686727524f, -0.1115521341562271f,
+// -0.0832647383213043f, -0.0191937256604433f, -0.0185992699116468f,
+// 0.2097627222537994f, 0.1426365673542023f, 0.0783956423401833f,
+// -0.0516773574054241f, -0.1548224240541458f, -0.1545071899890900f,
+// -0.0413444675505161f, -0.0854496434330940f, -0.0894418507814407f,
+// -0.1446902602910995f, 0.0285975094884634f, 0.0324003100395203f,
+// -0.2927734553813934f, 0.1746101230382919f, 0.2645218074321747f,
+// 0.0984892100095749f, 0.1880895793437958f, -0.0709929019212723f,
+// 0.1355194002389908f, 0.0274762734770775f, -0.0155925266444683f,
+// 0.0625211820006371f, 0.1380947381258011f, 0.0150021146982908f,
+// -0.0634966269135475f, -0.0646760463714600f, -0.0345318093895912f,
+// -0.0019520324422047f, 0.1024605780839920f, -0.1017785221338272f,
+// 0.1537369042634964f, 0.2794715762138367f, -0.1803169101476669f,
+// -0.0793546438217163f, 0.2333009093999863f, -0.1298488974571228f,
+// 0.0806336328387260f, -0.2091737687587738f, 0.1492128074169159f,
+// 0.1601893603801727f, -0.0621548928320408f, 0.1807497292757034f,
+// -0.0386802181601524f, 0.0262635052204132f, -0.1031479910016060f,
+// -0.0272257924079895f, -0.1178699508309364f, 0.0725781992077827f,
+// 0.1045075580477715f, 0.0440972074866295f, 0.1105666905641556f,
+// -0.0422836393117905f, 0.0370530597865582f, 0.2690600156784058f,
+// 0.0260615032166243f, -0.1183867454528809f, -0.0798116773366928f,
+// -0.1364613622426987f, -0.1628070920705795f, 0.0284410994499922f,
+// 0.0877645537257195f, -0.0649409517645836f, 0.0695746764540672f,
+// 0.0393892936408520f, 0.1724818944931030f, -0.1544355452060699f,
+// -0.1379154771566391f, -0.0073815933428705f, 0.0520830824971199f,
+// -0.0560726821422577f, 0.0013827022630721f, 0.1622973829507828f,
+// 0.1081529781222343f, -0.0666039064526558f, 0.1406446844339371f,
+// -0.1527331918478012f, -0.1652346104383469f, 0.2449037283658981f,
+// 0.0323490798473358f, -0.0909350067377090f, 0.0754196345806122f,
+// -0.0962096154689789f, 0.2372812181711197f, -0.0386552326381207f,
+// 0.2432517111301422f, -0.0588854737579823f, 0.1252487599849701f,
+// 0.0995136201381683f, -0.1150716021656990f, -0.0764078050851822f,
+// 0.1163446158170700f, -0.1583191305398941f, 0.0190906226634979f,
+// -0.0708026438951492f, -0.1893337965011597f, 0.0649385824799538f,
+// 0.2749904394149780f, -0.2685429453849792f, -0.0603784993290901f,
+// -0.0830969065427780f, -0.0463324524462223f, 0.0412169247865677f,
+// 0.1506311446428299f, 0.0254978518933058f, 0.0608246177434921f,
+// 0.1696011424064636f, 0.1290095895528793f, -0.0302001237869263f,
+// 0.0296268705278635f, 0.0247695464640856f, -0.0826217457652092f,
+// 0.0145771848037839f, 0.0336459837853909f, 0.0345419198274612f,
+// -0.1224185079336166f, -0.1676312237977982f, -0.0709459856152534f,
+// -0.0125074153766036f, -0.0286178551614285f, 0.0309653058648109f,
+// 0.0464372448623180f, -0.2313171774148941f, -0.0482147485017776f,
+// 0.0426551438868046f, 0.0292580612003803f, 0.2048161774873734f,
+// 0.2309416830539703f, -0.0291974805295467f, -0.0395665131509304f,
+// 0.0499231927096844f, -0.2269258797168732f, -0.1519989073276520f,
+// 0.1248159632086754f, 0.1007287055253983f, 0.1380700021982193f,
+// 0.1266385912895203f, -0.1021424010396004f, 0.0045360750518739f,
+// 0.0314533375203609f, -0.1365369111299515f, -0.0347279235720634f,
+// -0.0331898853182793f, -0.0830603688955307f, -0.2989166378974915f,
+// -0.0710627660155296f, -0.0557632148265839f, 0.0577051825821400f,
+// -0.0022824238985777f, -0.2290260791778564f, -0.0595156140625477f,
+// 0.0284361708909273f, -0.1016578301787376f, -0.1145663708448410f,
+// 0.0606947988271713f, -0.1940838247537613f, 0.0126973940059543f,
+// -0.0091566760092974f, -0.0250267479568720f, 0.1262792050838470f,
+// -0.0189130119979382f, -0.0315966084599495f, -0.0157221890985966f,
+// 0.2291333377361298f, 0.0123773226514459f, 0.2210101336240768f,
+// -0.1972611844539642f, -0.1209637075662613f, -0.1411139219999313f,
+// 0.0287474840879440f, -0.2402528077363968f, 0.0590676851570606f,
+// 0.1648572236299515f, 0.0564788505434990f, 0.1755364537239075f,
+// 0.1692955642938614f, 0.0303093343973160f, 0.2394215166568756f,
+// 0.0565703548491001f, 0.0511648096144199f, 0.2110276520252228f,
+// -0.3329884409904480f, -0.2667885124683380f, -0.0391902849078178f,
+// -0.0551184900105000f, -0.0433643050491810f, -0.0051467106677592f,
+// 0.0547183230519295f, 0.1874379664659500f, 0.1632045507431030f,
+// 0.2963657379150391f, -0.4579209983348846f, -0.0046650613658130f,
+// 0.1799484640359879f, 0.1897033005952835f, -0.1359965354204178f,
+// 0.4565763473510742f, 0.0347885675728321f, -0.1360237598419189f,
+// -0.0884048268198967f, -0.1402932256460190f, -0.2046934366226196f,
+// -0.1168174967169762f, 0.0279028639197350f, 0.0484740771353245f,
+// 0.3200229406356812f, -0.0120745645835996f, -0.0494608581066132f,
+// 0.0774891525506973f, -0.0986377596855164f, 0.0507328025996685f,
+// -0.0410005301237106f, -0.0695518404245377f, -0.1582456231117249f,
+// -0.0236519817262888f, 0.0902066901326180f, 0.0155366407707334f,
+// 0.4925916194915771f, -0.0505388937890530f, -0.1025306656956673f,
+// -0.3333814442157745f, 0.0397995933890343f, -0.0656686350703239f,
+// -0.1652644276618958f, 0.0651579126715660f, 0.2769818603992462f,
+// 0.1867170780897141f, 0.1500648558139801f, 0.1218285933136940f,
+// -0.1422741711139679f, -0.0179355069994926f, -0.1253311634063721f,
+// -0.3182426393032074f, -0.0612745694816113f, -0.2533669173717499f,
+// -0.0740746855735779f, 0.0954688265919685f, 0.0611436925828457f,
+// -0.1564661860466003f, 0.0271090883761644f, 0.1740233153104782f,
+// -0.0273987799882889f, 0.0620945021510124f, -0.0048888381570578f,
+// -0.0383284166455269f, -0.0186313576996326f, -0.0180532764643431f,
+// 0.0769648477435112f, -0.0458874814212322f, -0.0670281648635864f,
+// 0.1185015067458153f, -0.0040394631214440f, -0.2172939181327820f,
+// -0.0986488237977028f, 0.0798762217164040f, -0.3272355496883392f,
+// -0.1063712313771248f, 0.2159664481878281f, -0.0333800725638866f,
+// -0.1008992344141006f, 0.0524476356804371f, -0.0175731312483549f,
+// 0.1168185770511627f, -0.0411831848323345f, -0.1992960572242737f,
+// -0.1164386868476868f, -0.2586483359336853f, -0.1189577803015709f,
+// 0.0049551692791283f, 0.0809677243232727f, 0.1717177778482437f,
+// 0.0599685087800026f, 0.0000284146462946f, 0.0134878363460302f,
+// -0.1695054769515991f, 0.0690415203571320f, 0.0563376583158970f,
+// 0.1233573555946350f, 0.1478560119867325f, -0.0864757224917412f,
+// -0.2243099510669708f, -0.0169577337801456f, -0.0445364415645599f,
+// -0.0659435912966728f, -0.0585634522140026f, 0.2336925417184830f,
+// -0.2316326349973679f, -0.0431721620261669f, -0.1446208357810974f,
+// 0.2534377574920654f, -0.0912858396768570f, 0.1192837804555893f,
+// -0.3016787469387054f, -0.0224785245954990f, 0.0377324819564819f,
+// -0.2747976779937744f, -0.0220803786069155f, 0.3841837644577026f,
+// -0.4764792323112488f, -0.0476926900446415f,
+// 0.0005156453698874f, 1.2949188947677612f, -0.0139792365953326f,
+// -0.1316515803337097f, -0.1665705442428589f, -0.0636206790804863f,
+// 0.0114756235852838f, 0.1997092664241791f, 0.0046251039020717f,
+// 0.0412069670855999f, 0.0694494992494583f, -0.0258803535252810f,
+// -0.0541091449558735f, -0.1692808121442795f, 0.0664742812514305f,
+// -0.0426999330520630f, 0.0473318397998810f, -0.3887125253677368f,
+// 0.1068105995655060f, -0.1271140724420547f, 0.1384425759315491f,
+// -0.0142950611189008f, 0.3296890854835510f, -0.0216207057237625f,
+// -0.1338189840316772f, -0.0690075531601906f, -0.4283216595649719f,
+// -0.0232960600405931f, 0.0379627421498299f, -0.1377578675746918f,
+// 0.1231823712587357f, -0.3409553766250610f, 0.1235783323645592f,
+// -0.0275674108415842f, -0.0314867049455643f, -0.3044797480106354f,
+// -0.0450823269784451f, -0.0415403693914413f, 0.1676442027091980f,
+// -0.0814344659447670f, -0.0075112693011761f, 0.1250449120998383f,
+// 0.0754440054297447f, 0.2704190015792847f, 0.1093723252415657f,
+// -0.0923345237970352f, -0.0742293372750282f, 0.2369024157524109f,
+// -0.0349072627723217f, -0.0447725616395473f, -0.0959583893418312f,
+// 0.0938591063022614f, 0.1009802296757698f, -0.1615174114704132f,
+// 0.1366112530231476f, 0.0021291119046509f, -0.3716050982475281f,
+// 0.0713422223925591f, -0.0002662774641067f, -0.1561963260173798f,
+// -0.0148013671860099f, 0.0834483131766319f, 0.1713098138570786f,
+// 0.1192140877246857f, 0.0209036413580179f, 0.1187650412321091f,
+// -0.1590681672096252f, 0.0452682375907898f, -0.1869197189807892f,
+// -0.3484731018543243f, -0.3098198175430298f, 0.1775525361299515f,
+// 0.2868227660655975f, -0.1300112903118134f, 0.0198988467454910f,
+// 0.1849444657564163f, 0.3271545767784119f, -0.1645856201648712f,
+// -0.1191253140568733f, -0.8672412037849426f, -0.1067391559481621f,
+// -0.0978971570730209f, 0.7140701413154602f, -0.0091325333341956f,
+// 0.1171571016311646f, 0.1855462491512299f, 0.0070574181154370f,
+// -0.1899965256452560f, -0.1053962931036949f, -0.2064558416604996f,
+// -0.2305588573217392f, 0.1675593405961990f, -0.0688283368945122f,
+// 0.9375326037406921f, -0.0307301171123981f, 0.0260551702231169f,
+// -1.2049916982650757f, 0.3493011593818665f, -0.0818914622068405f,
+// 0.6361710429191589f, 0.2204178124666214f, -0.1568987518548965f,
+// 0.1149112209677696f, 0.3067569434642792f, 0.0615913458168507f,
+// -0.0177707243710756f, 0.2403519600629807f, 0.0840256065130234f,
+// -0.2098895460367203f, 0.5517892837524414f, 0.0784599781036377f,
+// 0.2026643604040146f, -0.2024473100900650f, -0.1289285719394684f,
+// 0.2617523074150085f, 0.0550235919654369f, 0.0385217107832432f,
+// 0.2209210097789764f, -0.3677973449230194f, 0.0648252516984940f,
+// 0.3750589787960052f, -0.1952226012945175f, -0.0790153071284294f,
+// 0.1373168081045151f, 0.2185826897621155f, -0.1432052850723267f,
+// -0.1985560506582260f, 0.1928349882364273f, 0.1561378389596939f,
+// -0.1208541020750999f, 0.0100741460919380f, 0.0125232115387917f,
+// -0.0341838821768761f, 0.1395756751298904f, -0.1489391028881073f,
+// -0.1593745499849319f, 0.1949999034404755f, 0.0212343912571669f,
+// 0.0107933515682817f, -0.1045989021658897f, 0.0256519299000502f,
+// -0.0429318659007549f, 0.1564602106809616f, 0.0460097901523113f,
+// -0.1895079463720322f, 0.0927981734275818f, 0.0333512835204601f,
+// 0.1992869079113007f, -0.0312908627092838f, -0.0149518540129066f,
+// 0.0088999411091208f, 0.0752746537327766f, 0.0948030799627304f,
+// -0.0389061644673347f, -0.0860107317566872f, 0.1624369323253632f,
+// -0.0684843212366104f, 0.0781661793589592f, -0.0067289890721440f,
+// 0.1290438920259476f, -0.0537219718098640f, 0.0115450965240598f,
+// -0.2369331419467926f, -0.1265742033720016f, -0.0164060126990080f,
+// 0.0052112331613898f, -0.1829767972230911f, -0.0602909661829472f,
+// 0.1225484535098076f, 0.2503139376640320f, 0.0699351504445076f,
+// -0.0533467046916485f, 0.0657910704612732f, -0.1880515813827515f,
+// 0.1622430831193924f, -0.1427335292100906f, 0.0538796298205853f,
+// -0.0004921349463984f, 0.2428364604711533f, -0.0909080281853676f,
+// -0.1421308964490891f, 0.0925853922963142f, -0.0482046380639076f,
+// -0.1282693743705750f, -0.0495833903551102f, 0.0278256610035896f,
+// -0.0663326755166054f, 0.0838592275977135f, 0.2313254326581955f,
+// -0.2199959754943848f, 0.0235796868801117f, -0.0407694019377232f,
+// -0.0703621581196785f, 0.0629681125283241f, -0.1138029992580414f,
+// 0.2555616796016693f, -0.0839884653687477f, -0.1953315585851669f,
+// -0.1257268488407135f, -0.1529411524534225f, -0.1676506549119949f,
+// -0.1502161771059036f, -0.2584075927734375f, 0.2805217802524567f,
+// 0.0551475510001183f, 0.2100235521793365f, -0.1751943975687027f,
+// 0.0122900912538171f, -0.0464167408645153f, 0.0213084556162357f,
+// -0.2803128361701965f, 0.1201025769114494f, -0.0224970225244761f,
+// -0.0573560111224651f, 0.1981553882360458f, -0.0767239183187485f,
+// -0.1656913757324219f, 0.0775236338376999f, 0.0464210584759712f,
+// 0.0123868165537715f, -0.0678479596972466f, 0.1282611489295959f,
+// -0.0202953983098269f, -0.0993030741810799f, 0.1929417848587036f,
+// -0.0527533255517483f, -0.0813326835632324f, 0.1434398442506790f,
+// -0.1109331101179123f, 0.0145028978586197f, 0.1542881131172180f,
+// 0.2346950471401215f, -0.1361192017793655f, -0.0308647900819778f,
+// -0.0489426366984844f, 0.1718769222497940f, 0.2053886950016022f,
+// -0.2539495229721069f, -0.1018095239996910f, 0.0845039114356041f,
+// 0.0175074748694897f, -0.0688851252198219f, 0.1283828914165497f,
+// 0.2643659412860870f, -0.0406027771532536f, -0.0594156645238400f,
+// 0.0197443272918463f, -0.0941221639513969f, -0.2053193151950836f,
+// 0.1276859194040298f, 0.0331459939479828f, 0.0145516544580460f,
+// 0.0156483296304941f, -0.0750918984413147f, 0.0564464554190636f,
+// 0.1294697523117065f, -0.0885504707694054f, 0.1214636564254761f,
+// -0.3569331765174866f, -0.0028916716109961f, 0.0934935882687569f,
+// -0.1852103918790817f, 0.1796830594539642f, -0.1830050647258759f,
+// -0.0492803715169430f, 0.1165777146816254f, -0.3131483495235443f,
+// -0.0272703934460878f, 0.0698637813329697f, 0.1031246855854988f,
+// 0.0132356602698565f, 0.1784261316061020f, -0.0016409255331382f,
+// -0.0313125327229500f, -0.1318468004465103f, -0.0835071504116058f,
+// -0.0926908701658249f, -0.1341038793325424f, 0.1179625988006592f,
+// -0.0902648717164993f, 0.0245866570621729f, -0.0896214023232460f,
+// 0.0196530465036631f, 0.0207235291600227f, -0.1221037581562996f,
+// 0.0434450581669807f, -0.0846474319696426f, 0.1051371768116951f,
+// 0.0332174263894558f, -0.1202881261706352f, -0.0533026941120625f,
+// 0.0631469711661339f, -0.0419523864984512f, -0.2012638151645660f,
+// 0.1645533442497253f, 0.0277804154902697f, 0.0165271479636431f,
+// 0.0927421972155571f, -0.1261221617460251f, 0.0409524366259575f,
+// -0.0583577789366245f, -0.0199796445667744f, 0.0251666307449341f,
+// 0.1364693939685822f, -0.0411914624273777f, 0.0603740513324738f,
+// -0.2406388521194458f, -0.0320866852998734f, -0.1976006031036377f,
+// 0.0039697722531855f, -0.1254921853542328f, -0.0105804074555635f,
+// 0.3773926794528961f, 0.2423142492771149f, 0.0184606835246086f,
+// -0.1536319553852081f, -0.1058158278465271f, -0.0001398056047037f,
+// -0.0589615479111671f, -0.1631432026624680f, 0.0079887565225363f,
+// 0.0943696498870850f, -0.0579817667603493f, -0.0575003027915955f,
+// -0.0495418347418308f, -0.1235411316156387f, 0.0198634508997202f,
+// 0.1241424903273582f, 0.0315700359642506f, 0.1840870827436447f,
+// -0.1974976509809494f, 0.0410114564001560f, 0.2968510985374451f,
+// -0.1252246052026749f, 0.0399858504533768f, 0.0208173207938671f,
+// -0.1142217144370079f, 0.0788220837712288f, -0.0882162153720856f,
+// 0.1083799675107002f, 0.0465777106583118f, -0.2438936382532120f,
+// 0.0104710683226585f, 0.1250163167715073f, -0.0033580935560167f,
+// 0.0159356445074081f, 0.0691958367824554f, 0.2616451382637024f,
+// -0.1606348454952240f, -0.0211692955344915f, 0.0705282613635063f,
+// 0.0688264742493629f, 0.0623508580029011f, 0.0510939098894596f,
+// -0.3835167884826660f, -0.0153954690322280f, 0.1115010380744934f,
+// -0.0240041334182024f, 0.0666085705161095f, -0.0342428348958492f,
+// -0.0646605864167213f, 0.0082503147423267f, -0.0385219827294350f,
+// 0.0688725635409355f, 0.0341519117355347f, 0.0558726340532303f,
+// -0.0415631532669067f, -0.0361984595656395f, -0.0593137033283710f,
+// -0.0302594285458326f, -0.1148351579904556f, -0.0853656232357025f,
+// -0.0676017701625824f, 0.1161052882671356f, 0.0915120691061020f,
+// 0.4906959831714630f, -0.0307663828134537f,
+// 0.2017363607883453f, 1.2648358345031738f, 0.5083269476890564f,
+// 0.4334732890129089f, -0.1585585922002792f, -0.2111468464136124f,
+// 0.4176878929138184f, 0.7735207080841064f, 0.1244546622037888f,
+// -0.6843889355659485f, 0.1594558954238892f, -0.0877284482121468f,
+// -0.0934081301093102f, 0.2201144546270370f, 0.1858011037111282f,
+// -0.1924093365669250f, -0.4220013916492462f, 0.4142990410327911f,
+// 0.0831182077527046f, -0.1979080438613892f, -0.0733913034200668f,
+// -0.0110376719385386f, 0.1638949662446976f, 0.0239491481333971f,
+// 0.1725535988807678f, 0.2106739878654480f, 0.1223915889859200f,
+// 0.0009053151588887f, 0.1026817709207535f, -0.1727186590433121f,
+// 0.1742674559354782f, 0.3389405608177185f, -0.0395730920135975f,
+// -0.1830768585205078f, 0.0266164876520634f, -0.2730126976966858f,
+// -0.5858401656150818f, 0.2268160134553909f, 0.3413348197937012f,
+// -0.0047271233052015f, 0.2049348950386047f, 0.0657818242907524f,
+// 0.2228711098432541f, 0.1135584712028503f, 0.4326843321323395f,
+// 0.2298161238431931f, 0.2015644907951355f, 0.1110046952962875f,
+// 0.0606575943529606f, -0.0331467874348164f, 0.2595092952251434f,
+// -0.0272643137723207f, 0.1298983395099640f, -0.0148730883374810f,
+// 0.1309608817100525f, -0.0275207310914993f, 0.4099220931529999f,
+// 0.1363433301448822f, -0.0575377196073532f, -0.0543120987713337f,
+// 0.3322158157825470f, 0.2720876634120941f, 0.3057950437068939f,
+// 0.0403622798621655f, 0.0821062028408051f, -0.0296456608921289f,
+// -0.1418694555759430f, 0.0146760717034340f, 0.2052378654479980f,
+// -0.1993263512849808f, -0.1300887614488602f, 0.0546308718621731f,
+// -0.1884693503379822f, -0.2196718156337738f, -0.0639357492327690f,
+// 0.0606384426355362f, 0.3647794425487518f, -0.3693757653236389f,
+// -0.1787857711315155f, 0.0548747181892395f, 0.1209919974207878f,
+// 0.1872123777866364f, 0.0118963140994310f, -0.1876832097768784f,
+// 0.1268126070499420f, 0.0892164930701256f, 0.0669552609324455f,
+// 0.1282535046339035f, -0.0362701527774334f, -0.0891116708517075f,
+// 0.1187989488244057f, -0.1218328699469566f, 0.0730293989181519f,
+// -0.1497168838977814f, 0.0403952151536942f, 0.0019880044274032f,
+// 0.1015618592500687f, 0.3091747760772705f, -0.1411400437355042f,
+// -0.0084361173212528f, 0.6711298227310181f, -0.1305765509605408f,
+// -0.0398643612861633f, -0.2870938777923584f, 0.1473812609910965f,
+// 0.1249510124325752f, -0.1608543992042542f, 0.0623804591596127f,
+// 0.1378208100795746f, 0.3917649686336517f, 0.1356630325317383f,
+// 0.1122467443346977f, 0.2286794930696487f, 0.3637783527374268f,
+// 0.3201762139797211f, 0.1155377253890038f, -0.1625074744224548f,
+// 0.1323388218879700f, -0.0357423722743988f, -0.1572718769311905f,
+// -0.0914098694920540f, 0.1874687522649765f, 0.3547669351100922f,
+// -0.1421812474727631f, -0.0498560294508934f, 0.0934837982058525f,
+// 0.0057309493422508f, 0.1298130899667740f, -0.1076349839568138f,
+// 0.2979903519153595f, 0.0441858284175396f, -0.2824388146400452f,
+// -0.3421679437160492f, -0.1948067992925644f, -0.1548708230257034f,
+// -0.0151881789788604f, -0.1906343996524811f, -0.2233033776283264f,
+// -0.0025106708053499f, -0.3046376109123230f, 0.0830271318554878f,
+// -0.2071068882942200f, -0.2143314033746719f, 0.1321865767240524f,
+// -0.2019658982753754f, 0.2465751618146896f, 0.1856192201375961f,
+// -0.1204193234443665f, -0.2843474149703979f, -0.3374885022640228f,
+// 0.2858335077762604f, 0.1195557713508606f, 0.0670883655548096f,
+// -0.3206422924995422f, -0.2742331326007843f, -0.0928037613630295f,
+// -0.5012315511703491f, -0.0942867174744606f, -0.5944977998733521f,
+// -0.0041611478663981f, 0.0033302386291325f, -0.3633164763450623f,
+// 0.1445295810699463f, -0.1802263408899307f, -0.0178903415799141f,
+// 0.2509276270866394f, 0.3885625898838043f, 0.0998945310711861f,
+// 0.1790759414434433f, -0.4489183127880096f, 0.1723191440105438f,
+// 0.2155605852603912f, -0.1229243278503418f, 0.2718102931976318f,
+// -0.0886086896061897f, -0.1289067566394806f, -0.2031675875186920f,
+// 0.1981451213359833f, 0.1044244840741158f, -0.3955842554569244f,
+// -0.0794375911355019f, 0.1811661124229431f, 0.1728780418634415f,
+// 0.0610668994486332f, 0.2468217462301254f, 0.2921097278594971f,
+// 0.1142985895276070f, 0.3477379381656647f, 0.3293513357639313f,
+// 0.1314746439456940f, -0.0993788242340088f, -0.0188899822533131f,
+// 0.0800663307309151f, 0.0990362316370010f, -0.0121280634775758f,
+// -0.1416599601507187f, 0.0002598203427624f, 0.1144914776086807f,
+// -0.0293272752314806f, -0.1005495861172676f, 0.0578081905841827f,
+// 0.2167759835720062f, 0.1142117083072662f, 0.1034634858369827f,
+// -0.0635139793157578f, -0.4752087295055389f, 0.0639986172318459f,
+// 0.1197117716073990f, 0.2155970782041550f, 0.1068556010723114f,
+// -0.2490482479333878f, 0.0153332334011793f, -0.1077664569020271f,
+// 0.1456943750381470f, -0.0772428959608078f, -0.3198736608028412f,
+// -0.3284392356872559f, -0.0941986516118050f, -0.0947097167372704f,
+// -0.5818620324134827f, 0.0823518559336662f, 0.1411766856908798f,
+// -0.1265856623649597f, -0.2444332540035248f, 0.2538483440876007f,
+// 0.3819897472858429f, 0.0565630123019218f, 0.3063717484474182f,
+// -0.4330874979496002f, 0.1154900640249252f, 0.0880522802472115f,
+// -0.0140164699405432f, 0.0462376475334167f, -0.0867302343249321f,
+// -0.0830317959189415f, 0.0233352873474360f, -0.2371585667133331f,
+// -0.1616594791412354f, -0.7031175494194031f, 0.2137373238801956f,
+// -0.2317192852497101f, -0.0558283776044846f, 0.1402771025896072f,
+// -0.4506579339504242f, 0.8182275891304016f, 0.2079046964645386f,
+// 0.1213639602065086f, -0.0727791115641594f, -0.1097266376018524f,
+// 0.0458481386303902f, 0.0143051790073514f, -0.2508694231510162f,
+// 0.0437158122658730f, -0.0550359934568405f, -0.0009142401395366f,
+// -0.0006459500873461f, -0.2016801238059998f, -0.0224555283784866f,
+// -0.0263301078230143f, 0.1223381161689758f, 0.0802955180406570f,
+// 0.4759286940097809f, 0.0967681258916855f, -0.1173584535717964f,
+// 0.1718259155750275f, 0.1183396130800247f, 0.2069330513477325f,
+// 0.3323628306388855f, -0.0242404062300920f, -0.1492614597082138f,
+// 0.1356578469276428f, -0.0460810363292694f, 0.1242129281163216f,
+// 0.0803259238600731f, 0.0540379844605923f, -0.1706735789775848f,
+// -0.1244456470012665f, 0.1190400198101997f, 0.0617938004434109f,
+// 0.0610688254237175f, -0.1892026960849762f, 0.0082607548683882f,
+// 0.1872266381978989f, 0.1204855218529701f, -0.0087748952209949f,
+// 0.0803978890180588f, 0.0792196169495583f, -0.1111150160431862f,
+// -0.0632781758904457f, -0.0793473646044731f, 0.0357510633766651f,
+// 0.0672980919480324f, 0.0021323298569769f, -0.0398143865168095f,
+// 0.0342406481504440f, -0.0384650789201260f, 0.0137053448706865f,
+// 0.0789078995585442f, -0.3018771409988403f, 0.1033568456768990f,
+// 0.0288300756365061f, -0.1085600480437279f, 0.0874207168817520f,
+// -0.0615032725036144f, 0.1283917129039764f, 0.0329267680644989f,
+// -0.0021595414727926f, -0.2071515023708344f, 0.2103916555643082f,
+// -0.1109147518873215f, 0.0436856597661972f, 0.0211482588201761f,
+// -0.2956878244876862f, 0.0567309185862541f, -0.0540873073041439f,
+// -0.0959775894880295f, 0.0491675399243832f, 0.0388988107442856f,
+// 0.2045937180519104f, 0.1203789487481117f, 0.0777890160679817f,
+// -0.0016901766648516f, -0.0909724682569504f, 0.0806366503238678f,
+// -0.1937101483345032f, 0.0770263001322746f, -0.0273292995989323f,
+// -0.0456049554049969f, -0.0417494960129261f, 0.2113896608352661f,
+// 0.0842658355832100f, 0.1011218130588531f, -0.0302428267896175f,
+// -0.0014064185088500f, -0.0199753995984793f, -0.0811152979731560f,
+// 0.0793390199542046f, -0.0187237858772278f, -0.0435786843299866f,
+// -0.0669528692960739f, -0.0115003865212202f, -0.0164016447961330f,
+// 0.1106721237301826f, 0.0771998912096024f, -0.0639739409089088f,
+// -0.2212756276130676f, -0.0211697425693274f, -0.0380606614053249f,
+// 0.0917909443378448f, -0.1082800626754761f, 0.1184694021940231f,
+// -0.0135805364698172f, 0.1647592782974243f, -0.1543314754962921f,
+// 0.0793095529079437f, 0.1303938478231430f, 0.0085686063393950f,
+// 0.1761832535266876f, 0.0335636585950851f, 0.0482380017638206f,
+// 0.1061349064111710f, 0.0070698903873563f, 0.0077055823057890f,
+// 0.0032947303261608f, 0.0672478824853897f, -0.1958143711090088f,
+// -0.1832076311111450f, 0.0725818872451782f, 0.2096267640590668f,
+// -0.0789861157536507f, 0.0679391399025917f, 0.0592983737587929f,
+// 0.1742247939109802f, -0.0785380974411964f, 0.0431108176708221f,
+// 0.0255559924989939f, -0.0578532554209232f, -0.1394288539886475f,
+// 0.0678613558411598f, -0.1875225156545639f, 0.0352321378886700f,
+// 0.0769396647810936f, 0.1884858608245850f, -0.1028645560145378f,
+// -0.0083084078505635f, 0.0410979241132736f, 0.0826147571206093f,
+// -0.1311978101730347f, -0.0680200085043907f, -0.0579532794654369f,
+// -0.0739540085196495f, 0.1291463375091553f, -0.2162090241909027f,
+// -0.0464517213404179f, -0.0945962667465210f, 0.0196109358221292f,
+// 0.0277852881699800f, 0.0542504638433456f, -0.0394079051911831f,
+// -0.0835742950439453f, -0.0057364343665540f, 0.0653834119439125f,
+// 0.0374273210763931f, 0.0390655286610126f, -0.0202709082514048f,
+// 0.0630072876811028f, 0.1708988398313522f, -0.0576840415596962f,
+// -0.0069675263948739f, 0.1335385590791702f, 0.0345381014049053f,
+// -0.0728230252861977f, -0.1203008368611336f, 0.0697158351540565f,
+// -0.0186442509293556f, -0.0794694349169731f, 0.0049100699834526f,
+// -0.1088575646281242f, 0.0930832102894783f, 0.1740644723176956f,
+// 0.0202288050204515f, -0.0920946076512337f, 0.0336422882974148f,
+// 0.0250011738389730f, 0.1517502814531326f, -0.1233569085597992f,
+// -0.0804528743028641f, -0.0372736081480980f, -0.0885115563869476f,
+// 0.1355061084032059f, -0.1287315040826797f, -0.0995895117521286f,
+// -0.0399249605834484f, -0.0382501445710659f, 0.1088246032595634f,
+// -0.0097158337011933f, -0.0961456522345543f, 0.0913006067276001f,
+// -0.0656392797827721f, -0.1341498643159866f, -0.0676809176802635f,
+// -0.0127658657729626f, -0.0572835206985474f, 0.0034155042376369f,
+// 0.0329576544463634f, -0.0825124904513359f, 0.1053881347179413f,
+// 0.0840065404772758f, 0.0639809146523476f, 0.1064401715993881f,
+// -0.0601117052137852f, 0.1054471358656883f, 0.1355876475572586f,
+// -0.0235527288168669f, 0.1975657641887665f, 0.0603575333952904f,
+// -0.1772012412548065f, -0.2566718161106110f, -0.0737571716308594f,
+// 0.0686685964465141f, 0.1209858357906342f, -0.0452532172203064f,
+// 0.0330623611807823f, 0.0027008596807718f, 0.2748300135135651f,
+// -0.0483059883117676f, -0.1035239323973656f, 0.0336048714816570f,
+// -0.1680315136909485f, 0.0331835597753525f, 0.0434507355093956f,
+// -0.0808254852890968f, 0.0135692320764065f, 0.1002243533730507f,
+// 0.0035740092862397f, 0.0548410862684250f, 0.0561217106878757f,
+// 0.0948142185807228f, 0.2289408296346664f, 0.0029652030207217f,
+// -0.0922419950366020f, 0.0122174359858036f, 0.0265838243067265f,
+// 0.0476860143244267f, -0.0404061302542686f, -0.0883266776800156f,
+// -0.0236746780574322f, 0.0108908042311668f, 0.1848172992467880f,
+// -0.0035772724077106f, -0.1254975199699402f, 0.1881120800971985f,
+// 0.0843125879764557f, 0.1240535527467728f, 0.0339728742837906f,
+// 0.0060754790902138f, -0.0885393023490906f, 0.0768170505762100f,
+// 0.0347378179430962f, -0.1392928063869476f, 0.2174747288227081f,
+// 0.0445739403367043f, 0.0695055946707726f, -0.0563316121697426f,
+// -0.0948029384016991f, -0.0254208426922560f, -0.2152819782495499f,
+// 0.1825729012489319f, 0.2033940553665161f, -0.0153549928218126f,
+// 0.0126132275909185f, -0.0023611914366484f, 0.1229278072714806f,
+// 0.0022223459091038f, -0.0119476784020662f, 0.0166772417724133f,
+// 0.0089608058333397f, -0.2417045831680298f, 0.0321829989552498f,
+// -0.0156549140810966f, 0.0082645704969764f, -0.0805175229907036f,
+// 0.0158719047904015f, -0.0130909709259868f, -0.1309074759483337f,
+// 0.0915253758430481f, -0.4045352339744568f, 0.0340350754559040f,
+// -0.2340365201234818f, 0.0998812094330788f, 0.1011569499969482f,
+// -0.0831736847758293f, 0.1932310014963150f, -0.0872162729501724f,
+// 0.0393273979425430f, 0.1496509909629822f, -0.0589330084621906f,
+// 0.1480194032192230f, 0.0737349614500999f, 0.0691773444414139f,
+// -0.1443177610635757f, 0.1035460680723190f, 0.0785003826022148f,
+// -0.0172387398779392f, -0.0374103561043739f, -0.0657979324460030f,
+// -0.1825644224882126f, 0.0253991689532995f, -0.2161450088024139f,
+// -0.0829129964113235f, -0.0562674291431904f, -0.0057019339874387f,
+// 0.0260199252516031f, 0.1328241825103760f, 0.3505805134773254f,
+// 0.1597229987382889f, -0.0398645065724850f, 0.0756830051541328f,
+// 0.0110024260357022f, -0.0578160919249058f, -0.1704945862293243f,
+// 0.0280922055244446f, 0.1285820454359055f, -0.1086810752749443f,
+// 0.2258746325969696f, 0.1185185387730598f, -0.1149789318442345f,
+// 0.0016865042271093f, -0.0405118688941002f, -0.0719965919852257f,
+// -0.1950838416814804f, 0.1839613616466522f, -0.0327015258371830f,
+// 0.0555978491902351f, 0.0825845077633858f, 0.0481025613844395f,
+// -0.0084943873807788f, -0.2731777131557465f, 0.0090314289554954f,
+// 0.1112765520811081f, 0.1617192924022675f, 0.0480627454817295f,
+// -0.3638463020324707f, -0.2084337323904037f, -0.0999049842357635f,
+// -0.0328001901507378f, 0.0175414476543665f, 0.0716516971588135f,
+// 0.1279079169034958f, 0.0165574662387371f, -0.0377827621996403f,
+// 0.1029029414057732f, -0.1130690947175026f, 0.1128400042653084f,
+// -0.0162159930914640f, 0.1243298947811127f, -0.0253080073744059f,
+// -0.0408040881156921f, 0.0741112381219864f, -0.0673724487423897f,
+// -0.2114589512348175f, 0.0479092970490456f, 0.0292085818946362f,
+// -0.0077808061614633f, 0.0422911196947098f, 0.0768603831529617f,
+// 0.1155055016279221f, 0.1269804090261459f, -0.2393802553415298f,
+// -0.1513561457395554f, 0.0904322266578674f, -0.0257129929959774f,
+// -0.1306584477424622f, -0.0082449512556195f, -0.0495984889566898f,
+// -0.2605462074279785f, -0.1102891936898232f, 0.1050158292055130f,
+// 0.5582014918327332f, 0.0978010594844818f, 0.0606031417846680f,
+// 0.1465790569782257f, -0.1959500908851624f, -0.0512982755899429f,
+// -0.1906175613403320f, 0.1486983150243759f, -0.0495071634650230f,
+// -0.0156740192323923f, 0.1120844930410385f, -0.1148041114211082f,
+// -0.2614059746265411f, 0.1576409637928009f, -0.0647163465619087f,
+// 0.0084021026268601f, 0.2404843568801880f, 0.0599767528474331f,
+// 0.0456587597727776f, -0.0295436549931765f, -0.0534808188676834f,
+// 0.0292851924896240f, -0.3288384377956390f, 0.0731245055794716f,
+// 0.0540560483932495f, 0.0383019447326660f, 0.0791157856583595f,
+// -0.0335094593465328f, -0.0757131278514862f, -0.0252421814948320f,
+// -0.0036016241647303f, -0.0279039945453405f, -0.1614361852407455f,
+// -0.1018644347786903f, -0.0189695041626692f, -0.0224250443279743f,
+// 0.0922529920935631f, -0.0268970541656017f, 0.1950590014457703f,
+// 0.0507148094475269f, -0.2490500807762146f, 0.1061029955744743f,
+// -0.2338060885667801f, 0.0762882083654404f, 0.0714479237794876f,
+// -0.1141431778669357f, -0.1085730865597725f, 0.0371674858033657f,
+// 0.0449633188545704f, -0.1008395105600357f, 0.0274556297808886f,
+// 0.4929015934467316f, -0.0671167001128197f, 0.2333838641643524f,
+// -0.1940409094095230f, -0.2905153930187225f, 0.0790649503469467f,
+// -0.1768739223480225f, 0.0154539076611400f, 0.1123366355895996f,
+// 0.0047528282739222f, 0.0340667180716991f, -0.0569876134395599f,
+// 0.1701559871435165f, -0.1564154773950577f, -0.1169548854231834f,
+// -0.1329144239425659f, 0.0010976957855746f, 0.0035255881957710f,
+// 0.0308979619294405f, 0.2527485489845276f, 0.1472963988780975f,
+// 0.3150447905063629f, -0.0578289702534676f, -0.4739256799221039f,
+// -0.9620228409767151f, -0.2302904874086380f,
+// -0.1321841180324554f, 1.2137606143951416f, -0.1568139791488647f,
+// 0.3259126543998718f, -0.4282444417476654f, -0.1273558139801025f,
+// 0.2487511932849884f, -0.1513545811176300f, -0.0896195024251938f,
+// -0.4128100275993347f, 0.0046024918556213f, -0.1820854991674423f,
+// -0.2432015091180801f, 0.0038562368135899f, 0.2519637942314148f,
+// -0.0399787761271000f, -0.1032924950122833f, -0.1946980804204941f,
+// 0.3340371549129486f, -0.6952251195907593f, 0.1327835917472839f,
+// 0.0115407239645720f, 0.0497094355523586f, -0.2395195662975311f,
+// -0.0372785180807114f, 0.0249618515372276f, 0.0793257653713226f,
+// 0.0384851284325123f, -0.0052699069492519f, 0.1078303083777428f,
+// 0.1921801269054413f, -0.0342982895672321f, -0.0069948765449226f,
+// 0.1006323695182800f, -0.1031624376773834f, 0.0521944537758827f,
+// -0.1144289970397949f, -0.2077785730361938f, 0.0059156194329262f,
+// 0.1739866882562637f, -0.1054512783885002f, 0.1072524860501289f,
+// 0.0720029026269913f, -0.0065391096286476f, 0.1748375147581100f,
+// 0.0027133440598845f, -0.0757421851158142f, -0.1511434763669968f,
+// 0.0402915365993977f, 0.0721895024180412f, 0.2182853221893311f,
+// 0.0233396459370852f, 0.1880557835102081f, -0.1328560858964920f,
+// 0.0030743167735636f, -0.0184554588049650f, 0.0931291878223419f,
+// 0.4150080084800720f, -0.1032136380672455f, 0.1800019592046738f,
+// 0.0399062186479568f, 0.0631888806819916f, 0.1674662381410599f,
+// 0.1683750003576279f, 0.1040780171751976f, 0.0800085961818695f,
+// -0.1451483964920044f, -0.1291900277137756f, 0.0934734120965004f,
+// 0.0020919123198837f, 0.1058763936161995f, 0.1134993210434914f,
+// 0.0329801850020885f, 0.0458970889449120f, 0.1098599359393120f,
+// -0.0054652150720358f, 0.0486138463020325f, 0.1681764572858810f,
+// 0.0685168430209160f, -0.1045167222619057f, 0.1074165105819702f,
+// -0.1431498080492020f, -0.0195933301001787f, 0.0462066568434238f,
+// -0.2588047683238983f, -0.1813797205686569f, -0.1489090025424957f,
+// -0.2023190706968307f, -0.1129992753267288f, -0.1605985462665558f,
+// -0.2653945386409760f, -0.2046285718679428f, -0.0841953009366989f,
+// -0.2736752331256866f, -0.1660808920860291f, -0.1313876509666443f,
+// 0.0246231220662594f, -0.0717361196875572f, -0.0502138957381248f,
+// 0.2969599366188049f, 0.2158704549074173f, 0.1449131965637207f,
+// -0.0495141223073006f, 0.0746503919363022f, -0.1341708302497864f,
+// -0.2354513257741928f, 0.0254389215260744f, -0.0651815906167030f,
+// -0.1065753772854805f, -0.0146087221801281f, -0.1773138791322708f,
+// -0.0419429950416088f, 0.0523121580481529f, 0.0366717278957367f,
+// -0.1744693368673325f, -0.1946362107992172f, -0.2438065111637115f,
+// -0.0505058839917183f, 0.1140558943152428f, 0.0767996311187744f,
+// -0.0367043130099773f, -0.0457799211144447f, -0.0017505001742393f,
+// 0.0250799003988504f, -0.0794627144932747f, -0.0747833549976349f,
+// -0.0193008873611689f, 0.0205377489328384f, -0.2169889807701111f,
+// 0.0110801355913281f, -0.0172041710466146f, 0.1084987148642540f,
+// 0.0539961270987988f, 0.0289130564779043f, -0.1373576223850250f,
+// 0.2027021646499634f, -0.0675219818949699f, -0.0578449144959450f,
+// 0.1637793481349945f, 0.0629189535975456f, 0.1146685332059860f,
+// 0.1544582843780518f, -0.2545668780803680f, 0.1831570118665695f,
+// 0.0768574923276901f, 0.0360293015837669f, 0.0324728004634380f,
+// 0.0167549289762974f, 0.1206759139895439f, -0.0313216969370842f,
+// 0.1177861914038658f, 0.1210955604910851f, -0.1419534385204315f,
+// 0.4569349288940430f, -0.1259239017963409f, -0.0921808481216431f,
+// -0.0475622080266476f, -0.1590416431427002f, 0.0657675266265869f,
+// 0.1206691265106201f, -0.0804153978824615f, 0.2986545562744141f,
+// 0.0059929369017482f, 0.0724086165428162f, -0.0743841379880905f,
+// 0.0104720806702971f, -0.0284277796745300f, -0.0853550732135773f,
+// 0.0695567950606346f, -0.0708714723587036f, -0.1502905637025833f,
+// 0.0991635173559189f, -0.1074300631880760f, 0.0068437363952398f,
+// -0.0652976036071777f, -0.0075408266857266f, 0.0647839680314064f,
+// -0.0597750805318356f, -0.0059362184256315f, -0.1596896201372147f,
+// 0.0449324287474155f, -0.1418373584747314f, 0.1904021501541138f,
+// 0.1741966009140015f, -0.1896277219057083f, 0.2559692263603210f,
+// -0.0058114086277783f, -0.1536096185445786f, -0.1090094372630119f,
+// -0.0652470141649246f, 0.0648459643125534f, 0.2080060541629791f,
+// 0.0544426776468754f, 0.0130035001784563f, 0.0564716644585133f,
+// 0.1118274182081223f, 0.0938885807991028f, -0.1215182542800903f,
+// 0.1176202073693275f, 0.0348263829946518f, -0.0914846807718277f,
+// 0.2345068901777267f, -0.1205668300390244f, 0.0743408203125000f,
+// -0.0346601419150829f, 0.1540856659412384f, -0.0151305720210075f,
+// 0.0761744752526283f, 0.0305124223232269f, -0.0256979800760746f,
+// -0.1920471340417862f, -0.1205139681696892f, -0.0883002653717995f,
+// 0.0704788714647293f, 0.0801959410309792f, -0.0803762748837471f,
+// 0.0584165789186954f, -0.0353654399514198f, -0.2852819263935089f,
+// 0.0439657792448997f, 0.1058419272303581f, -0.2749176323413849f,
+// -0.0918041318655014f, 0.0296131931245327f, 0.0005289416876622f,
+// -0.1761762946844101f, 0.1257634609937668f, 0.0669349282979965f,
+// -0.0653730928897858f, 0.2257895469665527f, -0.2003073096275330f,
+// -0.0994774103164673f, 0.0616417713463306f, -0.2438943237066269f,
+// -0.2541719973087311f, 0.0162281319499016f, -0.0489324256777763f,
+// -0.3334927856922150f, 0.0126905953511596f, 0.0698881447315216f,
+// -0.0690765082836151f, -0.0545838698744774f, 0.0132130812853575f,
+// 0.3404976129531860f, -0.1508065909147263f, -0.2072857916355133f,
+// 0.1634556353092194f, -0.0790782347321510f, 0.0468985848128796f,
+// -0.2111575752496719f, -0.0652825683355331f, 0.2369515001773834f,
+// -0.0368778556585312f, 0.1040240079164505f, -0.1830410361289978f,
+// -0.1117693707346916f, -0.1246990934014320f, 0.0378699153661728f,
+// -0.0331304743885994f, 0.1591274887323380f, 0.1289681196212769f,
+// 0.1992106139659882f, -0.0038960168603808f, -0.0922367870807648f,
+// 0.1252685189247131f, 0.1355515718460083f, -0.0297871772199869f,
+// 0.0534015297889709f, 0.1452521234750748f, -0.1216090470552444f,
+// -0.0206504389643669f, 0.2420843094587326f, 0.1073952615261078f,
+// -0.1164872422814369f, -0.1043924912810326f, 0.3649249374866486f,
+// 0.0652530938386917f, 0.2107457220554352f, -0.1301579773426056f,
+// 0.0874607190489769f, 0.0580018982291222f, -0.0570921935141087f,
+// 0.0172744691371918f, 0.1492997705936432f, 0.0084861125797033f,
+// -0.0888393297791481f, 0.0224827248603106f, -0.2044402807950974f,
+// -0.0952895432710648f, 0.0264531206339598f, -0.0818893387913704f,
+// 0.0954447314143181f, 0.0845602974295616f, -0.0416995510458946f,
+// 0.2248470932245255f, 0.1240901425480843f, -0.1649391353130341f,
+// 0.0810214206576347f, -0.2166134119033813f, 0.0837730243802071f,
+// -0.0638099089264870f, 0.2143001556396484f, 0.1960339546203613f,
+// 0.0850260481238365f, -0.0282375626266003f, 0.1437884718179703f,
+// -0.2070820331573486f, 0.0697926133871078f, -0.0068154870532453f,
+// 0.1991920024156570f, 0.1566894352436066f, 0.0222782045602798f,
+// 0.1853417009115219f, 0.1273435503244400f, -0.0221673715859652f,
+// -0.0514086596667767f, 0.0298156216740608f, 0.0069271815009415f,
+// -0.0811294838786125f, 0.0609949268400669f, 0.1024776473641396f,
+// -0.0512754134833813f, 0.1263242065906525f, 0.1007817015051842f,
+// 0.1118905693292618f, 0.0315331369638443f, 0.3244764506816864f,
+// -0.0428040251135826f, 0.0587270036339760f, -0.0909199267625809f,
+// 0.1324124485254288f, -0.0598338134586811f, -0.3107311129570007f,
+// -0.0467004589736462f, -0.1081443503499031f, 0.0896132141351700f,
+// -0.1786029934883118f, -0.1315061748027802f, -0.0979998931288719f,
+// -0.1268406361341476f, -0.1162842288613319f, -0.1533020287752151f,
+// 0.1110173463821411f, -0.0547137521207333f, -0.1063702628016472f,
+// 0.0314708240330219f, -0.0398558788001537f, -0.2880132496356964f,
+// -0.1958234459161758f, -0.0154569512233138f, -0.3478797972202301f,
+// 0.0704469382762909f, -0.0775045454502106f, 0.3624308407306671f,
+// -0.0420172512531281f, 0.2731932699680328f, -0.2419189065694809f,
+// -0.0448354668915272f, 0.1206351816654205f, 0.0757172033190727f,
+// 0.0710984170436859f, 0.0243863668292761f, -0.0715185329318047f,
+// -0.0884962677955627f, -0.0142484344542027f, -0.1985584348440170f,
+// -0.0504792854189873f, 0.1009364649653435f, -0.0150151746347547f,
+// -0.0003626940888353f, -0.1056635901331902f, 0.0316645093262196f,
+// 0.0027174411807209f, 0.1821513175964355f, -0.2875910103321075f,
+// -0.5051715373992920f, -0.7702038288116455f, 0.4157630801200867f,
+// -0.6733657121658325f, -0.0833973363041878f, -0.7415930032730103f,
+// -0.6594424843788147f, -0.6639524698257446f, -0.0829212442040443f,
+// 0.0334345251321793f, -0.8243480324745178f, -0.5053128600120544f,
+// -0.4626920223236084f, -0.8250687122344971f, -0.0072362585924566f,
+// 0.0268295723944902f, -0.2263118475675583f, 0.1659975051879883f,
+// -0.1678123325109482f, 0.3033324778079987f, -0.1673206239938736f,
+// 0.0560954026877880f, -0.2150441259145737f, -0.1449661552906036f,
+// -0.0071593602187932f, -0.0081102931872010f, -0.0171441752463579f,
+// -0.0364739224314690f, -0.2636225819587708f, -0.1827457845211029f,
+// 0.2582978010177612f, -0.0074121276848018f, 0.0499047189950943f,
+// 0.2406946569681168f, -0.0276945848017931f, -0.3358779549598694f,
+// 0.0681786090135574f, -0.0581436194479465f, 0.2100208550691605f,
+// 0.0894821435213089f, -0.1719924807548523f, 0.1129846498370171f,
+// 0.1042154505848885f, -0.0945366099476814f, -0.0655182376503944f,
+// -0.4921486377716064f, -0.0652851089835167f, -0.0607032850384712f,
+// -0.0049254996702075f, -0.0125831998884678f, -0.2056805044412613f,
+// -0.0125248283147812f, -0.0505702123045921f, -0.3416064977645874f,
+// -0.1854212433099747f, -0.1545543521642685f, -0.2872783541679382f,
+// 0.0950914695858955f, 0.0955745354294777f, 0.3434344530105591f,
+// 0.2009786367416382f, -0.0197303052991629f, -0.1532680988311768f,
+// -0.0339663885533810f, -0.1801326274871826f, -0.1376490890979767f,
+// 0.0329557284712791f, -0.0015322179533541f, -0.1172549650073051f,
+// 0.1747358888387680f, -0.0277328193187714f, 0.0632358789443970f,
+// 0.0640328004956245f, -0.0007574398186989f, -0.1614100188016891f,
+// 0.0120807895436883f, -0.1936417967081070f, -0.2375968843698502f,
+// 0.2412001192569733f, -0.1116206571459770f, 0.1086789593100548f,
+// -0.0377305448055267f, 0.0847372040152550f, 0.1017872542142868f,
+// 0.0921538770198822f, 0.0286342445760965f, -0.3577846884727478f,
+// 0.0668951049447060f, 0.1920177191495895f, -0.0309784952551126f,
+// 0.0607402957975864f, -0.2243095487356186f, -0.2210972607135773f,
+// -0.0177584905177355f, -0.0470404215157032f, -0.0744323730468750f,
+// -0.0642841085791588f, 0.1574362814426422f, 0.1971794962882996f,
+// -0.1307955682277679f, -0.2034261375665665f, 0.2261877954006195f,
+// -0.0512183979153633f, 0.1711840331554413f, 0.1113535240292549f,
+// 0.4603980481624603f, 0.0640566349029541f, -0.0602904632687569f,
+// 0.2880773842334747f, 0.3028142452239990f, 0.1980211585760117f,
+// -0.1962064653635025f, -0.3030731678009033f, 0.1657696962356567f,
+// -0.2052482515573502f, 0.1849996000528336f, 0.1929578185081482f,
+// 0.1048406809568405f, -0.1207487881183624f, 0.1110918670892715f,
+// 0.1034016311168671f, 0.3759264945983887f, 0.0162292625755072f,
+// 0.0440019555389881f, 0.2093311846256256f, -0.1450033038854599f,
+// 0.1674713939428329f, -0.1094062253832817f, -0.1642570346593857f,
+// -0.0298908762633801f, 0.1987107694149017f, 0.0938310399651527f,
+// 0.1315251588821411f, 0.1772169619798660f, -0.0905272662639618f,
+// -0.3201169967651367f, 0.2548060119152069f, -0.1939046382904053f,
+// 0.1408906877040863f, 0.2618144750595093f, -0.1789955645799637f,
+// -0.1000183969736099f, -0.1570047736167908f, -0.0221688766032457f,
+// 0.1181408539414406f, -0.2526800334453583f, -0.0259388461709023f,
+// 0.3675810992717743f, -0.1838582605123520f, -0.0842982083559036f,
+// -0.4967837035655975f, 0.4297659397125244f, 0.2086828351020813f,
+// -0.4424858689308167f, -0.2204327434301376f, -0.1493591070175171f,
+// 0.3942303955554962f, -0.5673782229423523f, -0.1639823764562607f,
+// 0.2324164062738419f, -0.3118895888328552f, 0.4072407186031342f,
+// -0.0445562228560448f, 0.0862745866179466f, 0.2023508399724960f,
+// 0.2744424939155579f, -0.1176691502332687f, -0.5915206074714661f,
+// -0.0903458222746849f, -0.1314823031425476f, -0.0482589043676853f,
+// 0.2904419004917145f, 0.3377419412136078f, -0.1370421946048737f,
+// -0.1252581030130386f, -0.2238564789295197f, 0.3003499805927277f,
+// -0.3335583806037903f, -0.1672161370515823f, 0.3095051050186157f,
+// 0.1287867426872253f, -0.0643761083483696f, -0.3422628641128540f,
+// 0.0804381147027016f, 0.1683703511953354f, 0.0289965756237507f,
+// 0.3581980764865875f, 0.4124137461185455f, 0.0525388121604919f,
+// 0.2174089848995209f, -0.1522288620471954f, -0.0315438434481621f,
+// -0.0016442143823951f, 0.1044300198554993f, 0.0941251292824745f,
+// -0.0377400442957878f, 0.1559873670339584f, -0.0047839209437370f,
+// 0.0941517204046249f, 0.0873854309320450f, 0.1984766423702240f,
+// -0.0222626402974129f, -0.1256804466247559f, 0.0877429842948914f,
+// 0.2940256893634796f, 0.1686814129352570f, 0.1628409773111343f,
+// -0.3565265536308289f, -0.0026945869904011f, -0.0085431877523661f,
+// 0.0791126415133476f, -0.3183812499046326f, 0.4025318920612335f,
+// 0.3623653054237366f, 0.2520347237586975f, -0.1039974763989449f,
+// 0.1763487458229065f, 0.1696589589118958f, -0.1969946473836899f,
+// 0.1257331222295761f, -0.2385671138763428f, -0.0723473206162453f,
+// -0.1214347034692764f, -0.0634936988353729f, 0.1779508441686630f,
+// -0.1505916267633438f, -0.1952339112758636f, 0.2809954583644867f,
+// 0.0981386676430702f, -0.1290230304002762f, 0.4706216156482697f,
+// -0.2737645208835602f, -0.0883580520749092f, -0.4603296816349030f,
+// 0.0220989231020212f, 0.4297485053539276f, -0.0633820965886116f,
+// -0.2690326869487762f, 0.1613992303609848f, -0.0641516298055649f,
+// -0.1009089350700378f, 0.0273868292570114f, -0.0417438708245754f,
+// 0.2648509442806244f, 0.1822243928909302f, -0.0489969924092293f,
+// 0.2388868182897568f, -0.0958632454276085f, -0.1540023833513260f,
+// -0.2254760414361954f, 0.0913249775767326f, -0.0534927956759930f,
+// -0.1901430338621140f, 0.2170135229825974f, -0.0185741912573576f,
+// -0.1026463583111763f, 0.3229008615016937f, -0.1848185807466507f,
+// -0.1385895162820816f, -0.0101561238989234f, 0.0872792676091194f,
+// -0.1283930093050003f, -0.0755183026194572f, -0.1892739385366440f,
+// 0.1958679854869843f, 0.2038110792636871f, 0.0734451785683632f,
+// 0.2154342085123062f, 0.0361632332205772f, 0.8045321106910706f,
+// 0.0650242492556572f, 0.2383477538824081f, -0.1013729572296143f,
+// 0.1171514093875885f, -0.0779656842350960f, -0.0597889311611652f,
+// -0.0787999033927917f, 0.1254775226116180f, -0.0545272342860699f,
+// -0.1023399904370308f, 0.0241316184401512f, -0.0433512926101685f,
+// -0.0035490260925144f, 0.1817246973514557f, -0.2115335911512375f,
+// -0.1059664562344551f, 0.0180126056075096f, -0.0320367477834225f,
+// -0.1342176347970963f, 0.0078003862872720f, 0.0598181895911694f,
+// 0.1212985292077065f, 0.1174664795398712f, -0.1368424445390701f,
+// 0.1303737461566925f, -0.0964338406920433f, -0.0322565883398056f,
+// 0.0192650370299816f, 0.1006604582071304f, 0.1074250862002373f,
+// 0.0141697404906154f, -0.0085624726489186f, -0.0276577845215797f,
+// -0.0448079444468021f, -0.0308343712240458f, -0.0207535382360220f,
+// -0.2773047685623169f, 0.0009618796757422f, 0.0876071155071259f,
+// -0.0527817979454994f, 0.0197068378329277f, -0.0796057581901550f,
+// -0.1974846720695496f, -0.0042468048632145f, -0.0369459800422192f,
+// 0.2254761159420013f, -0.2086067199707031f, -0.0764180570840836f,
+// 0.0991738066077232f, -0.0854624584317207f, 0.0291603673249483f,
+// 0.0925841853022575f, -0.0160148087888956f, -0.0207273103296757f,
+// -0.2319197505712509f, -0.0469689182937145f, -0.0055746170692146f,
+// 0.0853952839970589f, -0.0228046048432589f, -0.1052243709564209f,
+// -0.0631945878267288f, -0.0026759940665215f, 0.2415564954280853f,
+// -0.0771548300981522f, 0.0625223591923714f, -0.0725936368107796f,
+// 0.1198527216911316f, -0.0207776334136724f, 0.0693417116999626f,
+// 0.0037311625201255f, -0.0295101162046194f, -0.2222220152616501f,
+// 0.1965246051549911f, 0.0537457838654518f, 0.0394604764878750f,
+// 0.2325194031000137f, -0.1049487367272377f, -0.0396775789558887f,
+// -0.0861005559563637f, -0.0162260364741087f, 0.0056471340358257f,
+// -0.0097368899732828f, 0.0751098766922951f, -0.0743817314505577f,
+// -0.3130256533622742f, 0.0164652001112700f, -0.2350638061761856f,
+// -0.2011469751596451f, -0.0128171034157276f, 0.0274319779127836f,
+// -0.2142616063356400f, 0.0490117184817791f, -0.0551302544772625f,
+// -0.1145439445972443f, 0.1886666417121887f, 0.1897908300161362f,
+// 0.0178614165633917f, -0.0897229388356209f, -0.0596990995109081f,
+// 0.1040966063737869f, -0.0247260648757219f, -0.2002741545438766f,
+// -0.3171114623546600f, 0.0470595099031925f, -0.1172419413924217f,
+// 0.1139915212988853f, -0.0408226847648621f, 0.0425138920545578f,
+// -0.1310071796178818f, 0.0865700021386147f, -0.2687918245792389f,
+// -0.1202717870473862f, -0.1257125735282898f, 0.0050527271814644f,
+// -0.3330593109130859f, 0.2540878057479858f, -0.1326022297143936f,
+// 0.0668369829654694f, -0.1243393123149872f, -0.2309374660253525f,
+// -0.2313702255487442f, -0.0233609713613987f, 0.0404538996517658f,
+// -0.3382774293422699f, -0.0675113052129745f, -0.0550832822918892f,
+// 0.0287335775792599f, -0.1119675040245056f, -0.1671611666679382f,
+// -0.0930578187108040f, 0.0973312929272652f, -0.0959639921784401f,
+// 0.0732386708259583f, -0.0961576551198959f, 0.1483639925718307f,
+// -0.0547376945614815f, -0.1902550458908081f, 0.0485115908086300f,
+// -0.0486020557582378f, -0.0172742828726768f, 0.1608165502548218f,
+// 0.0270580947399139f, 0.1651123017072678f, 0.1041312664747238f,
+// -0.0230052340775728f, 0.1209222525358200f, -0.0202451813966036f,
+// -0.0455987155437469f, -0.2008685469627380f, 0.0821867212653160f,
+// 0.1450891345739365f, -0.1715759932994843f, 0.0693064481019974f,
+// -0.2142616659402847f, 0.0416251942515373f, 0.1660305857658386f,
+// 0.1405354291200638f, -0.2183124423027039f, 0.0868911743164062f,
+// -0.3722888827323914f, -0.0257536228746176f, 0.6647366881370544f,
+// -0.2712443768978119f, -0.4517709910869598f, 0.2627986669540405f,
+// -0.9624834656715393f, 0.7840508222579956f, -0.3424628078937531f,
+// 0.0615838132798672f, 0.1430049091577530f, -0.0092741213738918f,
+// -0.5849738717079163f, 0.0006962603074498f, 0.0294442623853683f,
+// 0.0198324769735336f, -0.3021682202816010f,
+// 0.2796345353126526f, 1.1451134681701660f, 0.1572179943323135f,
+// -0.3231163620948792f, 0.5472826957702637f, 0.4645389318466187f,
+// -0.1759917289018631f, -0.5528219342231750f, 0.4578847289085388f,
+// -0.0687581747770309f, -0.2825480997562408f, 0.3940724730491638f,
+// -0.4567148089408875f, -0.1521207690238953f, -0.3890631198883057f,
+// -0.2026202380657196f, 0.3452094495296478f, -0.0009617408504710f,
+// -0.1034573689103127f, 0.1646054536104202f, 0.2124285101890564f,
+// -0.3623898923397064f, -0.6152928471565247f, 0.8033391237258911f,
+// -0.2905011475086212f, -0.3431742191314697f, 0.2196237444877625f,
+// 0.0938276797533035f, 2.5082652568817139f, 0.6995159983634949f,
+// -0.3545151650905609f, 0.6825198531150818f, 0.0432241223752499f,
+// -0.0150339193642139f, -0.1583723276853561f, -0.0431660301983356f,
+// 0.1769627183675766f, 0.0729425922036171f, 0.1941315382719040f,
+// -0.1321023404598236f, -0.2168012410402298f, 0.1118553057312965f,
+// 0.0253233723342419f, -0.0223197285085917f, -0.0445055812597275f,
+// 0.2007763236761093f, 0.3439305424690247f, 0.0314359627664089f,
+// 0.2799254953861237f, 0.1369504183530807f, 0.1685103923082352f,
+// 0.0635572075843811f, -0.0913898795843124f, 0.0803781971335411f,
+// 0.0770274624228477f, 0.0595813691616058f, 0.0318045467138290f,
+// -0.0475600175559521f, -0.0895041078329086f, 0.0574819222092628f,
+// -0.1378581672906876f, -0.1484215706586838f, 0.0938327759504318f,
+// -0.3133206665515900f, 0.0164047759026289f, 0.0530381761491299f,
+// -0.0128437187522650f, 0.1601140797138214f, 0.0600013993680477f,
+// 0.1095660328865051f, -0.0271645039319992f, 0.1162892058491707f,
+// -0.0893136188387871f, -0.1371506154537201f, 0.0913209244608879f,
+// -0.1947652101516724f, -0.1569247096776962f, -0.0628546327352524f,
+// 0.2882887125015259f, 0.0331940613687038f, 0.1020040214061737f,
+// 0.0695889219641685f, -0.1295698732137680f, -0.0205534435808659f,
+// 0.0336461104452610f, -0.0759685635566711f, 0.1214247792959213f,
+// 0.0034183328971267f, 0.2743991911411285f, 0.0267601702362299f,
+// -0.1224944815039635f, 0.0413840822875500f, -0.0774442479014397f,
+// 0.0018982695182785f, 0.0299926120787859f, -0.0427338331937790f,
+// -0.1715349555015564f, -0.1608692854642868f, -0.0684499368071556f,
+// -0.1077947542071342f, 0.2080490887165070f, 0.0188047867268324f,
+// -0.0870585590600967f, 0.1684497296810150f, -0.0060386355035007f,
+// -0.2464731037616730f, 0.2020846456289291f, 0.0529411062598228f,
+// 0.0034170814324170f, -0.0416939444839954f, 0.0930516421794891f,
+// 0.2228332608938217f, -0.1332944184541702f, -0.0467410087585449f,
+// 0.0285940393805504f, -0.0454125739634037f, 0.0741859227418900f,
+// 0.1039435938000679f, 0.2369651347398758f, 0.0447842068970203f,
+// -0.0805345922708511f, 0.1493365913629532f, 0.1209296584129333f,
+// 0.1028770208358765f, 0.1902822554111481f, -0.0834010466933250f,
+// -0.2382428348064423f, 0.0654832720756531f, 0.0425191596150398f,
+// 0.1835869699716568f, -0.1492911875247955f, 0.0081900376826525f,
+// -0.1130001023411751f, 0.0351591743528843f, -0.0924457684159279f,
+// 0.0748250707983971f, 0.0893349349498749f, -0.0133054349571466f,
+// 0.0616947151720524f, 0.1967674344778061f, -0.0187040958553553f,
+// 0.0007425036747009f, -0.0513643026351929f, -0.0816006064414978f,
+// -0.1624173372983932f, 0.0477099493145943f, -0.1439120620489120f,
+// -0.0190712362527847f, 0.0639169514179230f, 0.0136733632534742f,
+// -0.0526763461530209f, 0.0443891771137714f, 0.0472011864185333f,
+// 0.1611563265323639f, -0.0597866475582123f, 0.0658400356769562f,
+// -0.0380544774234295f, 0.0819348618388176f, 0.1435468643903732f,
+// 0.2463919520378113f, -0.1259996592998505f, 0.0211263932287693f,
+// -0.0798312425613403f, 0.0976776480674744f, 0.0272883083671331f,
+// -0.2052908986806870f, 0.0536973029375076f, 0.2542722225189209f,
+// -0.1010411605238914f, -0.2191111296415329f, 0.0774928182363510f,
+// 0.0597840249538422f, 0.0503976792097092f, 0.1754570901393890f,
+// -0.1827232688665390f, -0.2017462998628616f, -0.1194117367267609f,
+// -0.0405957512557507f, -0.1909723281860352f, -0.0357373580336571f,
+// 0.1208311617374420f, 0.0466431044042110f, -0.0006277131033130f,
+// 0.0373344346880913f, 0.0909946784377098f, 0.1140530183911324f,
+// 0.0842550545930862f, -0.0766806304454803f, 0.1439929753541946f,
+// 0.0647938475012779f, 0.1232280880212784f, -0.1207860559225082f,
+// 0.1083801761269569f, 0.0627641454339027f, 0.0401328913867474f,
+// 0.0080090407282114f, -0.4337834715843201f, 0.0465953908860683f,
+// -0.1602904796600342f, 0.2120320796966553f, -0.0345265679061413f,
+// -0.1764780133962631f, -0.1697527617216110f, -0.0135227274149656f,
+// -0.0158961061388254f, -0.2015067785978317f, 0.0131639037281275f,
+// 0.0518682152032852f, -0.0405473373830318f, -0.0518529228866100f,
+// -0.1077023968100548f, 0.0047123250551522f, -0.1044406220316887f,
+// 0.0914702489972115f, 0.0339476317167282f, 0.0753216817975044f,
+// -0.2331021130084991f, 0.1923702806234360f, 0.0081573920324445f,
+// -0.1392474919557571f, 0.1510716229677200f, 0.0666326954960823f,
+// -0.1242541894316673f, 0.0027339786756784f, 0.0818260908126831f,
+// -0.2124458402395248f, -0.0310505330562592f, -0.0444983318448067f,
+// 0.1961383819580078f, 0.3983977735042572f, 0.1594282686710358f,
+// 0.0785988569259644f, -0.0749823674559593f, -0.0178296975791454f,
+// -0.0306046009063721f, -0.0031568314880133f, -0.0822144746780396f,
+// -0.0547739565372467f, 0.0262927170842886f, -0.1395203769207001f,
+// 0.2283114790916443f, 0.0321967005729675f, -0.0927522704005241f,
+// -0.0322813466191292f, 0.1374824196100235f, -0.1136647388339043f,
+// -0.2033025324344635f, -0.0731577798724174f, -0.0256798341870308f,
+// 0.0021650576964021f, 0.0507678948342800f, 0.0808239206671715f,
+// -0.0156003469601274f, -0.1123209595680237f, 0.0549932532012463f,
+// 0.0426743701100349f, -0.1133717373013496f, -0.0689278244972229f,
+// 0.1154488921165466f, 0.1075678691267967f, -0.0784638673067093f,
+// -0.2933212816715240f, 0.0748683810234070f, -0.0090166572481394f,
+// -0.0401137731969357f, 0.0268471557646990f, 0.0278799738734961f,
+// -0.1527569144964218f, 0.2065900117158890f, -0.1314906626939774f,
+// -0.2133395373821259f, -0.1750303506851196f, -0.0104206642135978f,
+// 0.1351009607315063f, -0.2007592618465424f, 0.0450611412525177f,
+// 0.0343024730682373f, 0.0032613326329738f, 0.1338838785886765f,
+// -0.0296362489461899f, 0.2473069429397583f, -0.0075142607092857f,
+// -0.0157278794795275f, 0.0957164093852043f, 0.0494237653911114f,
+// -0.0967503190040588f, 0.1288999468088150f, -0.0027598270680755f,
+// -0.1505026668310165f, 0.0595154054462910f, -0.0182778947055340f,
+// -0.3003148138523102f, -0.1059656739234924f, 0.0371405221521854f,
+// -0.1195086985826492f, 0.0853130668401718f, -0.1623228937387466f,
+// -0.0984996929764748f, -0.1497578173875809f, 0.0200167372822762f,
+// -0.0703812837600708f, -0.0492427982389927f, 0.2481034100055695f,
+// 0.1197348684072495f, -0.1636899709701538f, 0.0252645034343004f,
+// -0.1471841335296631f, -0.0859296768903732f, 0.0079635372385383f,
+// -0.1472604870796204f, 0.0477873682975769f, 0.1086994856595993f,
+// -0.0031104267109185f, -0.2219741642475128f, -0.0747615247964859f,
+// 0.1808967888355255f, -0.0539331622421741f, 0.0353527702391148f,
+// -0.2610009908676147f, -0.1141176000237465f, 0.2617141306400299f,
+// -0.0492478385567665f, -0.2004598975181580f, 0.1125191897153854f,
+// 0.0558675900101662f, 0.1056727468967438f, -0.1133892238140106f,
+// -0.0209781900048256f, -0.0039278985932469f, 0.0525044351816177f,
+// -0.0763190016150475f, 0.0856758654117584f, -0.0610590279102325f,
+// 0.0082990024238825f, -0.0398066602647305f, 0.0054749664850533f,
+// -0.0317218825221062f, 0.1685063838958740f, -0.0664686635136604f,
+// 0.0340552963316441f, 0.2315647900104523f, -0.1406612694263458f,
+// -0.1335002779960632f, 0.0985073372721672f, -0.1187787577509880f,
+// 0.0122091695666313f, -0.0601772256195545f, -0.0363706462085247f,
+// -0.1302288323640823f, 0.0047179842367768f, 0.2169251292943954f,
+// -0.0673916414380074f, -0.0018117814324796f, 0.1344881951808929f,
+// 0.1734459698200226f, -0.0569580905139446f, 0.0192198641598225f,
+// -0.1817812621593475f, -0.0691604837775230f, -0.0071779582649469f,
+// -0.1330710053443909f, 0.0320674702525139f, 0.0127092776820064f,
+// -0.1374871134757996f, -0.0090033998712897f, -0.0589149855077267f,
+// -0.0354278236627579f, -0.0675881877541542f, 0.0328310392796993f,
+// -0.2391578406095505f, 0.3183420598506927f, -0.0011616670526564f,
+// 0.0257092677056789f, 0.0497755818068981f, 0.0587755143642426f,
+// 0.0098700830712914f, -0.1043994054198265f, 0.1283330470323563f,
+// 0.0351579673588276f, -0.0205555874854326f, 0.0175859313458204f,
+// 0.0461699441075325f, 0.1019191145896912f, -0.0640049725770950f,
+// 0.0038191901985556f, -0.0088969776406884f, -0.0943416506052017f,
+// 0.1366955935955048f, -0.1347351372241974f, 0.1097797974944115f,
+// 0.1525615006685257f, -0.0903971418738365f, -0.0463252477347851f,
+// -0.0528820678591728f, 0.0008682843181305f, -0.0016744245076552f,
+// 0.0703986734151840f, -0.1737328320741653f, 0.1230114623904228f,
+// -0.0864041671156883f, 0.1042467355728149f, 0.0822671726346016f,
+// 0.0064329407177866f, 0.0954189077019691f, -0.1401534676551819f,
+// -0.0097782816737890f, -0.0506750084459782f, 0.0049877623096108f,
+// -0.0613618046045303f, 0.0557057149708271f, -0.0544619448482990f,
+// -0.0955700427293777f, 0.1555835157632828f, 0.0464522242546082f,
+// 0.1585037261247635f, -0.1536106020212173f, -0.0544715598225594f,
+// 0.1566033512353897f, -0.3454085588455200f, -0.1592298001050949f,
+// 0.1513053774833679f, -0.6867334842681885f, 0.0471354275941849f,
+// 0.1711468845605850f, 0.1654737591743469f, 0.1059892177581787f,
+// 0.0095621896907687f, -0.3974560499191284f, 0.0202331542968750f,
+// 0.0411565788090229f, 0.0050730528309941f, -0.2451214939355850f,
+// 0.1134569495916367f, 0.5970299839973450f, 0.1295541822910309f,
+// -0.0449850447475910f, 0.2064017206430435f, 0.0658959597349167f,
+// 0.0250714588910341f, -0.3174996972084045f, 0.0307092722505331f,
+// -0.0857894718647003f, -0.2168906331062317f, 0.1611456871032715f,
+// -0.1288284957408905f, -0.0862694904208183f, 0.1033564433455467f,
+// -0.1950993835926056f, 0.0458214171230793f, 0.0077376635745168f,
+// -0.0025777462869883f, -0.0492808483541012f, 0.0728857591748238f,
+// -0.1406593471765518f, -0.3049544990062714f, 0.2391206324100494f,
+// -0.0338411964476109f, -0.3974659740924835f, 0.0675566047430038f,
+// -0.0981716290116310f, 0.7487861514091492f, 0.1805627793073654f,
+// 0.0745708122849464f, 0.6148922443389893f, -0.0405414402484894f,
+// -0.1386260688304901f, 0.0136733595281839f, 0.2017490416765213f,
+// -0.0721359476447105f, 0.0341099426150322f, 0.0328040346503258f,
+// -0.0183421280235052f, -0.0080725224688649f, -0.0280328411608934f,
+// -0.1117920801043510f, 0.0453916378319263f, 0.0810791999101639f,
+// 0.0072333943098783f, -0.0677107200026512f, 0.0155682358890772f,
+// -0.0819487720727921f, 0.0874144583940506f, -0.0053866738453507f,
+// 0.0794251635670662f, -0.2955388128757477f, -0.0048130005598068f,
+// 0.0014303924981505f, -0.0384212844073772f, -0.0493005812168121f,
+// 0.0995424166321754f, -0.1330551058053970f, -0.0162966735661030f,
+// 0.0167699940502644f, 0.0072246924974024f, -0.0122052868828177f,
+// -0.0319874398410320f, 0.0466406345367432f, 0.0735344439744949f,
+// 0.0281810034066439f, -0.0192590244114399f, -0.1801510006189346f,
+// -0.0775227472186089f, 0.0554823093116283f, 0.0373311415314674f,
+// 0.1838940382003784f, -0.0334108769893646f, -0.0056527559645474f,
+// 0.0394067317247391f, -0.0043484922498465f, 0.0189596451818943f,
+// 0.0689497888088226f, -0.0914151892066002f, 0.0117832133546472f,
+// -0.3677459359169006f, 0.2733487188816071f, 0.2462087124586105f,
+// -0.1202889606356621f, 0.5017691254615784f, -0.3640452027320862f,
+// 0.1674048304557800f, -0.0674246251583099f, -0.1233489289879799f,
+// -0.0709473416209221f, 0.4303433597087860f, 0.0067775365896523f,
+// -0.0397317595779896f, 0.0187676437199116f, 0.2570570707321167f,
+// -0.2665018439292908f, -0.5659303665161133f, -0.1228908076882362f,
+// 0.1278892308473587f, -0.1163613647222519f, -0.1888944655656815f,
+// 0.0822390615940094f, 0.3627407252788544f, -0.2108267843723297f,
+// -0.0763994678854942f, 0.4189696311950684f, -0.2305094599723816f,
+// 0.2548401057720184f, 0.1270710378885269f, 0.0852860063314438f,
+// 0.2557488679885864f, -0.3595704734325409f, -0.0471774712204933f,
+// 0.0538053140044212f, 0.0809341818094254f, -0.1914331763982773f,
+// 0.1716655939817429f, 0.3202314674854279f, -0.3923493623733521f,
+// 0.1125030964612961f, 0.3250627219676971f, -0.1821906417608261f,
+// -0.0566161051392555f, -0.9437307715415955f, -0.2916509807109833f,
+// 0.1454582065343857f, -0.4706846475601196f, 0.0226443260908127f,
+// 0.1180284991860390f, 0.1446667313575745f, 0.1008275449275970f,
+// 0.0341080240905285f, 0.1527266055345535f, -0.1676338165998459f,
+// -0.0441326051950455f, 0.1138002127408981f, 0.0673571079969406f,
+// 0.0358247868716717f, 0.2864479124546051f, -0.0666197612881660f,
+// -0.0407672971487045f, -0.0683787986636162f, -0.0166290681809187f,
+// -0.1509452313184738f, -0.2050693780183792f, 0.0448979698121548f,
+// -0.0875233262777328f, -0.3783396482467651f, -0.0584577396512032f,
+// -0.0893533453345299f, 0.2058525681495667f, -0.1002063602209091f,
+// -0.1347032338380814f, -0.0307384729385376f, -0.0045953039079905f,
+// -0.0521717071533203f, 0.0290502049028873f, 0.2004155218601227f,
+// 0.2726861238479614f, 0.0612599477171898f, 0.1119486987590790f,
+// 0.0148445079103112f, 0.0234551727771759f, -0.0244554057717323f,
+// -0.0580341443419456f, -0.0283303372561932f, -0.0818016156554222f,
+// -0.0624030306935310f, -0.1774487048387527f, 0.0290118958801031f,
+// 0.1154274865984917f, -0.1529422402381897f, -0.1033230721950531f,
+// -0.2370891869068146f, -0.2073252946138382f, -0.1312900781631470f,
+// -0.0217902436852455f, 0.0801967233419418f, 0.0881979838013649f,
+// -0.0117530245333910f, 0.0100367162376642f, -0.0563696175813675f,
+// -0.0750461667776108f, 0.0540023744106293f, -0.0916392654180527f,
+// 0.0830852836370468f, -0.0983831956982613f, 0.0826247334480286f,
+// -0.0027033588849008f, -0.0131979379802942f, 0.0574866682291031f,
+// 0.6030196547508240f, 0.4371406733989716f, 0.6748744845390320f,
+// -1.0458281040191650f, 0.6835021376609802f, -0.7192609310150146f,
+// 0.7533596158027649f, 0.6062704324722290f, -0.2861645221710205f,
+// 0.3679776191711426f, 0.3583964109420776f, 0.2588345408439636f,
+// 0.2232366204261780f, 0.2025820910930634f, -0.1513050347566605f,
+// 0.2359194457530975f, -0.0605516470968723f, -0.1811601966619492f,
+// 0.1182630658149719f, -0.1828397065401077f, 0.0849191471934319f,
+// 0.1505678892135620f, -0.1207071170210838f, 0.1417415738105774f,
+// 0.0452396720647812f, 0.0254256948828697f, 0.1077718585729599f,
+// -0.0071832421235740f, -0.0284449364989996f, 0.0052089807577431f,
+// -0.1547419577836990f, -0.0801248475909233f, -0.0126446709036827f,
+// 0.0097375027835369f, 0.3078956604003906f, 0.1674225628376007f,
+// -0.0872730687260628f, 0.0884886756539345f, -0.0896501764655113f,
+// -0.1882244795560837f, -0.2922805845737457f, -0.4178306162357330f,
+// -0.1571517884731293f, 0.1646198481321335f, -0.0473795942962170f,
+// -0.1555978059768677f, 0.2199428975582123f, -0.0905747264623642f,
+// -0.1653102338314056f, -0.0783442407846451f, 0.1298769414424896f,
+// 0.3659301102161407f, -0.1043967828154564f, -0.3005631864070892f,
+// -0.0310393143445253f, 0.0622435808181763f, -0.1246603578329086f,
+// -0.0150926532223821f, -0.1252491623163223f, 0.0023673083633184f,
+// -0.2793468534946442f, 0.1524570286273956f, 0.2976813316345215f,
+// -0.0527526102960110f, 0.0488304011523724f, -0.1775394231081009f,
+// 0.1808162629604340f, 0.3668492436408997f, 0.0369405783712864f,
+// -0.0449306480586529f, -0.2154410779476166f, 0.1757476925849915f,
+// 0.0784306451678276f, 0.0044240555725992f, 0.0498971380293369f,
+// 0.0629334002733231f, 0.1004593372344971f, -0.1246087774634361f,
+// 0.3322355449199677f, -0.1445040702819824f, 0.1586818099021912f,
+// 0.0475462153553963f, -0.1132691651582718f, 0.4403349757194519f,
+// -0.0081507340073586f, -0.1439986824989319f, -0.0072434833273292f,
+// -0.2609346508979797f, -0.1527238786220551f, -0.0795124694705009f,
+// -0.0306160952895880f, -0.0042185112833977f, -0.0836801528930664f,
+// -0.0121154617518187f, 0.1118251904845238f, -0.0882677659392357f,
+// 0.0626651197671890f, 0.1347780823707581f, -0.2491315454244614f,
+// 0.3415944874286652f, 0.0345305465161800f, 0.2405340373516083f,
+// -0.0915068462491035f, 0.4515664875507355f, -0.2536518573760986f,
+// 0.2299751192331314f, -0.0347918011248112f, -0.1772160530090332f,
+// -0.0201058294624090f, -0.0328315533697605f, 0.2056036740541458f,
+// 0.2139091044664383f, 0.1931275725364685f, -0.0277031324803829f,
+// -0.1235620155930519f, -0.2588971853256226f, 0.0364613495767117f,
+// 0.0497174188494682f, -0.0939986482262611f, -0.0154238799586892f,
+// -0.0041725961491466f, 0.1142042800784111f, -0.2211494743824005f,
+// -0.0344360545277596f, -0.0651597380638123f, -0.2402854561805725f,
+// -0.0675452649593353f, 0.0522301755845547f, 0.0231653302907944f,
+// -0.0633180513978004f, 0.0065889330580831f, -0.0891432762145996f,
+// 0.0826287344098091f, -0.0234200712293386f, -0.0580537319183350f,
+// -0.1125992834568024f, -0.0786711126565933f, -0.1124914959073067f,
+// -0.3206479847431183f, 0.0181122943758965f, 0.1270263344049454f,
+// 0.3064008057117462f, -0.2797845005989075f, -0.2062651962041855f,
+// 0.0981776788830757f, -0.2411767691373825f, 0.2942536473274231f,
+// -0.3224708437919617f, -0.0368281677365303f, -0.2906084060668945f,
+// 0.0160870477557182f, -0.2661332488059998f, -0.0423876419663429f,
+// -0.3090131878852844f, -0.0059282570146024f, -0.0948168635368347f,
+// 0.3435417711734772f, -0.0114500010386109f, -0.0421550385653973f,
+// 0.2693991363048553f, -0.3371683657169342f, -0.1781164258718491f,
+// 0.2057358771562576f, 0.2991573214530945f, 0.4096565544605255f,
+// 0.2774669528007507f, -0.0777032822370529f, 0.0856506824493408f,
+// 0.1406725198030472f, 0.1683871001005173f, 0.1999176293611526f,
+// 0.1984628289937973f, 0.0695666670799255f, -0.0720176696777344f,
+// -0.0596439279615879f, 0.0443764925003052f, -0.1832906752824783f,
+// 0.2231108099222183f, 0.2170830667018890f, -0.1120021715760231f,
+// -0.2001799345016479f, -0.2171185016632080f, 0.2303864359855652f,
+// -0.2580196857452393f, -0.1693096160888672f, 0.1966414749622345f,
+// 0.1238817051053047f, 0.1834200322628021f, 0.1487630307674408f,
+// 0.0422715544700623f, -0.1057341396808624f, 0.1851059645414352f,
+// 0.0410484783351421f, 0.0630848184227943f, -0.0035453727468848f,
+// 0.0448375493288040f, 0.3120612204074860f, 0.0633982345461845f,
+// -0.0281738787889481f, 0.0532164685428143f, -0.0487265214323997f,
+// -0.1349141746759415f, -0.2860017716884613f, 0.1462089121341705f,
+// 0.0561052300035954f, 0.0186895560473204f, 0.2374595850706100f,
+// -0.1018841117620468f, 0.1689682602882385f, 0.2429608702659607f,
+// 0.0899356454610825f, 0.1330204606056213f, 0.1142074912786484f,
+// -0.4627757370471954f, -0.2212356179952621f, -0.0327787920832634f,
+// -0.1622927039861679f, -0.3477247059345245f, -0.0460259690880775f,
+// 0.2810373306274414f, 0.0764429196715355f, 0.0034709051251411f,
+// -0.1991052478551865f, -0.0564929805696011f, -0.2049905061721802f,
+// -0.0449820719659328f, 0.3604230582714081f, 0.3397291600704193f,
+// 0.2521075606346130f, 0.0271630324423313f, 0.2400465458631516f,
+// -0.3700110614299774f, 0.2348449528217316f, 0.1587323397397995f,
+// 0.0492181219160557f, 0.1936464309692383f, -0.0607553981244564f,
+// 0.1058558374643326f, -0.0023343835491687f, 0.1047520712018013f,
+// -0.0106239160522819f, 0.0786515176296234f, -0.1909460276365280f,
+// -0.2347322702407837f, 0.4449836611747742f, -0.1434487253427505f,
+// -0.2092219740152359f, 0.0619665347039700f, -0.2257533371448517f,
+// 0.0809363648295403f, 0.0723982974886894f, -0.0210766512900591f,
+// -0.2055506855249405f, -0.1297843903303146f, 0.1179552972316742f,
+// 0.0746687278151512f, 0.0652263537049294f, 0.1312853842973709f,
+// 0.1604429632425308f, -0.3699014484882355f, 0.2807027995586395f,
+// -0.1730733066797256f, 0.0746814236044884f, -0.0702038034796715f,
+// -0.0716262310743332f, 0.2064413428306580f, -0.3605144321918488f,
+// 0.3668577373027802f, -0.3688357770442963f, 0.2401331365108490f,
+// -0.2826835513114929f, 0.0622708834707737f, -0.0208686999976635f,
+// 0.0958568006753922f, -0.1426644772291183f, 0.0804482325911522f,
+// -0.1305373162031174f, 0.0087690958753228f, -0.0017968157771975f,
+// 0.0116403223946691f, 0.2186574041843414f, -0.0839144811034203f,
+// -0.1606872081756592f, -0.0066525861620903f, 0.1007291153073311f,
+// -0.2441837787628174f, 0.1201303824782372f, -0.0308279208838940f,
+// 0.1359865665435791f, 0.0733170956373215f, -0.2901234626770020f,
+// -0.0615523904561996f, -0.1423406004905701f, 0.1430884301662445f,
+// 0.0844142213463783f, 0.2157065272331238f, 0.0734384581446648f,
+// 0.1639619022607803f, 0.0335504896938801f, -0.0849560722708702f,
+// 0.0119116473942995f, 0.0246604420244694f, -0.0384564585983753f,
+// -0.0291793197393417f, 0.0148273846134543f, -0.0563595443964005f,
+// -0.0638838559389114f, 0.0671118497848511f, 0.1181760802865028f,
+// -0.0677844956517220f, 0.2409288287162781f, -0.0124661717563868f,
+// -0.0261344257742167f, 0.1153628900647163f, -0.0774605646729469f,
+// 0.0460431203246117f, 0.0458285398781300f, 0.1656490713357925f,
+// 0.0317273959517479f, -0.2480902522802353f, -0.0453086122870445f,
+// 0.0665298253297806f, -0.1760722100734711f, 0.0019363120663911f,
+// -0.0650781542062759f, 0.1495559513568878f, 0.1851104050874710f,
+// 0.0667488351464272f, 0.1458794921636581f, -0.0332851782441139f,
+// 0.0353490002453327f, 0.1401965171098709f, 0.0560675524175167f,
+// -0.1265243589878082f, 0.0624196603894234f, -0.0037329343613237f,
+// 0.0574449375271797f, -0.1051802337169647f, 0.2338313609361649f,
+// 0.0624222084879875f, 0.1966224759817123f, 0.0058572934940457f,
+// 0.0136102577671409f, 0.1309786289930344f, 0.0882922336459160f,
+// 0.0736867412924767f, 0.0118357334285975f, -0.0233143512159586f,
+// -0.0445005558431149f, -0.0545534491539001f, 0.1651175320148468f,
+// 0.0269459560513496f, 0.2433619797229767f, 0.0620021112263203f,
+// 0.0133079299703240f, 0.0045060589909554f, -0.0139698665589094f,
+// -0.0119789270684123f, 0.0135429874062538f, 0.2158075720071793f,
+// -0.0665057599544525f, -0.0862092375755310f, 0.0435760542750359f,
+// 0.0496985502541065f, 0.0267252195626497f, -0.2276500761508942f,
+// 0.0193444583564997f, 0.1079035401344299f, -0.0266093406826258f,
+// -0.0669950172305107f, -0.0084517551586032f, -0.0067852870561182f,
+// 0.1274545937776566f, -0.1045455113053322f, -0.1738298833370209f,
+// -0.1352054476737976f, 0.0744953602552414f, -0.2389223724603653f,
+// -0.1215361207723618f, -0.0431345812976360f, 0.0246959067881107f,
+// 0.1211705207824707f, -0.1905250102281570f, 0.0299821011722088f,
+// 0.0511014685034752f, -0.0247416533529758f, 0.1018844768404961f,
+// 0.0641893297433853f, 0.0498286187648773f, 0.0601293668150902f,
+// -0.1305269449949265f, -0.0628710687160492f, 0.0993981510400772f,
+// 0.0269540883600712f, 0.0007375808199868f, -0.1308915615081787f,
+// 0.0102985808625817f, 0.0237090382725000f, 0.0174226295202971f,
+// -0.0137205123901367f, -0.0394170731306076f, 0.0936349779367447f,
+// -0.0860218331217766f, -0.1432624608278275f, 0.0902495831251144f,
+// -0.0728679075837135f, -0.1108700633049011f, 0.1396266222000122f,
+// -0.0476627163589001f, -0.0335236638784409f, -0.0587350912392139f,
+// -0.0520953200757504f, 0.0324038080871105f, -0.1615390032529831f,
+// -0.0896481573581696f, 0.0590362139046192f, -0.1021478995680809f,
+// 0.0433662608265877f, 0.1088711246848106f, -0.0031521392520517f,
+// -0.0250228065997362f, -0.0163611229509115f, -0.1062580719590187f,
+// -0.0785095244646072f, -0.0452989488840103f, -0.1168002113699913f,
+// 0.0281316563487053f, -0.0774543955922127f, 0.1120008677244186f,
+// -0.0363741591572762f, -0.0109504833817482f, 0.1299537718296051f,
+// 0.1493279039859772f, -0.0711448341608047f, 0.0220136232674122f,
+// -0.1012632623314857f, 0.0365059152245522f, 0.1091644465923309f,
+// -0.0112483333796263f, -0.0669699013233185f, -0.2129128277301788f,
+// 0.0366214998066425f, -0.0278309006243944f, -0.0867262631654739f,
+// -0.0764938145875931f, -0.2110697031021118f, 0.0234866160899401f,
+// -0.0582616105675697f, 0.0595317631959915f, 0.0257988665252924f,
+// -0.1354613304138184f, -0.0274840854108334f, 0.1965632438659668f,
+// -0.1890367418527603f, 0.1011053696274757f, -0.1377941817045212f,
+// 0.0566991865634918f, 0.0383193194866180f, -0.2094675898551941f,
+// 0.1116235032677650f, -0.0146881518885493f, 0.0547494962811470f,
+// -0.0329081565141678f, 0.0926065742969513f, -0.0248326230794191f,
+// 0.0121662626042962f, 0.0858743190765381f, -0.1027604490518570f,
+// -0.1116288378834724f, -0.1267064958810806f, -0.3230932652950287f,
+// 0.0136316260322928f, -0.1268850713968277f, -0.1384650766849518f,
+// 0.0115729011595249f, -0.0187231246381998f, -0.1109136790037155f,
+// -0.0268277823925018f, 0.0839694067835808f, -0.1113827899098396f,
+// 0.0879323557019234f, 0.0896763503551483f, 0.1344237625598907f,
+// 0.1178349405527115f, -0.1419216990470886f, -0.3088560104370117f,
+// -0.0774299353361130f, 0.0022350065410137f, -0.1719482988119125f,
+// 0.0611945912241936f, -0.1127103269100189f, -0.0548406764864922f,
+// -0.0054743262007833f, 0.0013789935037494f, 0.1767961978912354f,
+// 0.1043517738580704f, 0.0263401735574007f, 0.0937112942337990f,
+// -0.0857565924525261f, -0.1792472451925278f, -0.1548034846782684f,
+// -0.1498838961124420f, -0.0553631298243999f, -0.1114140972495079f,
+// -0.0095958262681961f, 0.0028727126773447f, 0.1022101342678070f,
+// -0.0524651892483234f, 0.0014775666641071f, -0.0521595589816570f,
+// 0.1445611715316772f, 0.0465734787285328f, -0.0138005092740059f,
+// -0.1332941204309464f, -0.0417342409491539f, -0.0468001589179039f,
+// 0.0246353242546320f, -0.4072751104831696f, -0.0195949859917164f,
+// 0.0446222573518753f, 0.1785507649183273f, 0.0296881720423698f,
+// 0.0606773905456066f, -0.1356818825006485f, 0.0024880999699235f,
+// -0.1517279893159866f, 0.0463006570935249f, 0.1270211338996887f,
+// 0.2449791878461838f, -0.2020605206489563f, 0.0326733104884624f,
+// -0.1124228760600090f, -0.2459415793418884f, -0.0430964641273022f,
+// 0.0484786741435528f, 0.3052351176738739f, -0.2601210772991180f,
+// 0.0981012433767319f, -0.0489771962165833f, -0.2368840724229813f,
+// -0.0159478317946196f, -0.0230305846780539f, 0.1484253853559494f,
+// -0.1377372145652771f, -0.2690135836601257f, -0.0288745146244764f,
+// -0.1052068471908569f, -0.0306154824793339f, -0.1046887859702110f,
+// -0.0671103671193123f, -0.0565510168671608f, -0.1435144692659378f,
+// -0.0541116781532764f, 0.2201123982667923f, 0.2937335371971130f,
+// -0.0401249602437019f, 0.1331492960453033f, 0.1380819529294968f,
+// 0.0775337293744087f, -0.2225734442472458f, -0.0531511083245277f,
+// -0.0234672185033560f, -0.2191170305013657f, 0.1562778055667877f,
+// -0.0059010568074882f, 0.3464935719966888f, 0.0296747740358114f,
+// -0.1382914632558823f, 0.1725502908229828f, 0.1316856145858765f,
+// 0.0964523702859879f, 0.1991766691207886f, 0.2431268393993378f,
+// -0.1414196938276291f, 0.0756529867649078f, 0.1816277951002121f,
+// 0.0621179081499577f, -0.0122482189908624f, -0.0883079767227173f,
+// 0.0408411175012589f, -0.1722108125686646f, 0.1402370780706406f,
+// -0.0867809355258942f, -0.1257717460393906f, -0.0528866462409496f,
+// -0.1201027929782867f, -0.0225917510688305f, 0.1187544316053391f,
+// -0.1195028200745583f, -0.0649442672729492f, -0.0635389536619186f,
+// -0.0258640311658382f, -0.0589111410081387f, -0.0191753432154655f,
+// -0.0004646728630178f, -0.1238084509968758f, 0.0948118716478348f,
+// -0.0713055953383446f, -0.1223599687218666f, -0.2208527177572250f,
+// 0.0794220268726349f, -0.0119987884536386f, -0.0009825591696426f,
+// -0.0039038653485477f, -0.0823622494935989f, 0.0951793342828751f,
+// 0.0644549503922462f, 0.1442252546548843f, 0.0537418127059937f,
+// 0.2005795240402222f, -0.0517650321125984f, 0.0672174245119095f,
+// 0.2256665229797363f, -0.4035553634166718f, 0.0735207200050354f,
+// -0.2436017990112305f, -0.0315279588103294f, -0.0889356061816216f,
+// 0.0211600847542286f, -0.1388427466154099f, -0.0197546537965536f,
+// 0.0056235031224787f, 0.0294467248022556f, 0.0134874321520329f,
+// 0.0883866325020790f, -0.1463381797075272f, -0.2001271396875381f,
+// 0.0967670604586601f, -0.0658679679036140f, -0.1636702567338943f,
+// -0.0774376392364502f, -0.1282687485218048f, -0.2215309739112854f,
+// -0.0624738112092018f, 0.0030898405238986f, -0.1489760279655457f,
+// 0.0485155060887337f, -0.1712456792593002f, -0.0919748172163963f,
+// 0.0118346037343144f, -0.0450698845088482f, 0.2785760164260864f,
+// -0.1624427735805511f, -0.0155313955619931f, 0.0319835022091866f,
+// 0.0633366480469704f, -0.0772280395030975f, 0.2236471772193909f,
+// 0.0803037360310555f, 0.1346082985401154f, -0.0949643328785896f,
+// -0.0687158778309822f, 0.0904182270169258f, 0.1211263462901115f,
+// -0.0237875543534756f, -0.0000363590879715f, 0.0483787693083286f,
+// -0.0197730027139187f, 0.0160310827195644f, -0.1804943084716797f,
+// 0.2300530076026917f, -0.0222214870154858f, 0.2709228396415710f,
+// -0.0445593856275082f, -0.1359429508447647f, -0.1343242377042770f,
+// 0.1931809633970261f, 0.0570430830121040f, 0.0790255889296532f,
+// -0.0903789624571800f, -0.0654287263751030f, 0.1942499727010727f,
+// 0.0578285567462444f, 0.1196963191032410f, -0.0138105032965541f,
+// -0.1667324006557465f, 0.0814348831772804f, 0.1442107111215591f,
+// 0.0006640531355515f, -0.0232254397124052f, -0.2734210193157196f,
+// -0.0441328510642052f, -0.1739105582237244f, 0.0876096338033676f,
+// -0.0890679582953453f, 0.1325227916240692f, 0.0850646272301674f,
+// -0.2029397338628769f, 0.1217761337757111f, 0.2023519724607468f,
+// -0.1296245604753494f, 0.2109632939100266f, 0.0684172511100769f,
+// 0.0704121217131615f, -0.0819868370890617f, -0.1013147681951523f,
+// -0.0275268293917179f, -0.0671682357788086f, 0.1840820759534836f,
+// 0.0577620156109333f, -0.1444515287876129f, -0.0450365841388702f,
+// 0.1695894300937653f, -0.0955168157815933f, 0.0939782559871674f,
+// 0.1040040105581284f, 0.0162853673100471f, 0.1028079912066460f,
+// -0.1431438773870468f, 0.0778040140867233f, 0.0918401479721069f,
+// 0.1111955195665359f, -0.0592624396085739f, 0.0895786061882973f,
+// 0.0168430879712105f, -0.0375135131180286f, -0.0900413468480110f,
+// 0.1867190897464752f, 0.0517647042870522f, -0.2088749110698700f,
+// 0.0594537742435932f, -0.0396091043949127f, 0.1518417000770569f,
+// 0.0447514243423939f, 0.0611500814557076f, 0.0713938549160957f,
+// -0.0215239543467760f, -0.1958498209714890f, 0.1138185411691666f,
+// -0.0921332165598869f, 0.0076367985457182f, 0.2066366672515869f,
+// 0.0272970218211412f, -0.0120848473161459f, -0.0982346609234810f,
+// -0.0047718952409923f, -0.0331688597798347f, 0.0950364768505096f,
+// 0.1197607144713402f, 0.0996351912617683f, -0.0250526405870914f,
+// -0.0319690890610218f, -0.0175906196236610f, -0.1142450571060181f,
+// 0.0274251718074083f, -0.0812403336167336f, -0.0801825299859047f,
+// -0.0643264800310135f, -0.0333987846970558f, 0.0060658529400826f,
+// 0.1505826413631439f, 0.2158137112855911f, -0.1362227648496628f,
+// 0.0662486925721169f, 0.0708885937929153f, 0.0985234081745148f,
+// -0.0604594238102436f, 0.0083384886384010f, -0.0329042635858059f,
+// -0.0165503304451704f, -0.0287970602512360f, -0.2278495728969574f,
+// -0.0299816429615021f, -0.1276268959045410f, 0.0533506423234940f,
+// -0.0167894847691059f, 0.1777824014425278f, -0.3090494573116302f,
+// 0.0542610287666321f, 0.0228850301355124f, -0.0855251997709274f,
+// -0.0969798639416695f, 0.0336831435561180f, 0.0232908558100462f,
+// -0.1162769496440887f, -0.0513251386582851f, 0.2468192428350449f,
+// 0.1636345386505127f, -0.1654557883739471f, 0.2321714460849762f,
+// -0.0831245854496956f, 0.0528251938521862f, -0.0293914712965488f,
+// 0.0065994830802083f, -0.0041343523189425f, -0.1158747151494026f,
+// 0.0246581863611937f, -0.0508146733045578f, 0.1395989507436752f,
+// -0.0609116293489933f, -0.0710727497935295f, -0.0493444055318832f,
+// -0.0023285900242627f, -0.1161763668060303f, -0.1900463253259659f,
+// 0.0120536135509610f, -0.0491839125752449f, -0.0330042019486427f,
+// -0.0054727848619223f, 0.1848051846027374f, -0.0753328278660774f,
+// 0.0348332002758980f, 0.1145021617412567f, 0.0415957309305668f,
+// -0.0779131129384041f, -0.1681077182292938f, 0.0616312921047211f,
+// -0.0937848165631294f, -0.0529800914227962f, -0.3050548434257507f,
+// -0.0395071320235729f, -0.0872693508863449f, 0.1505579352378845f,
+// 0.1380319595336914f, -0.0838481709361076f, -0.0462381169199944f,
+// 0.0003082812472712f, -0.0281931608915329f, -0.1437075287103653f,
+// -0.0134278656914830f, 0.0034120592754334f, 0.2660149633884430f,
+// -0.0864097997546196f, 0.0335543602705002f, -0.0602160282433033f,
+// -0.0093337111175060f, -0.0683209225535393f, -0.0501621104776859f,
+// -0.1126521676778793f, 0.0491046085953712f, 0.0200583152472973f,
+// 0.0089597720652819f, 0.1254414916038513f, -0.1463211774826050f,
+// 0.1735193133354187f, -0.0626413449645042f, -0.0762193873524666f,
+// 0.1059594377875328f, -0.1044549718499184f, -0.4073096811771393f,
+// -0.0820173695683479f, 0.0930420383810997f, -0.0404611565172672f,
+// 0.0223743915557861f, -0.0496171601116657f, 0.0476595759391785f,
+// 0.0556484051048756f, -0.1079509630799294f, -0.0368140488862991f,
+// -0.1155155375599861f, -0.1136842519044876f, 0.0755930170416832f,
+// -0.0648834705352783f, 0.0676693692803383f, 0.0495222695171833f,
+// -0.1087670996785164f, 0.1072775349020958f, -0.0078140553086996f,
+// -0.1024337038397789f, -0.0746596157550812f, 0.1973480433225632f,
+// 0.1820084601640701f, 0.0613411739468575f, 0.1552209705114365f,
+// -0.0372941642999649f, -0.1379967480897903f, 0.2705684602260590f,
+// -0.0465910211205482f, -0.0094156088307500f, -0.3406550586223602f,
+// 0.0104286028072238f, -0.1576771289110184f, 0.1547662019729614f,
+// -0.1583909541368484f, -0.1663937270641327f, 0.0180264115333557f,
+// -0.0255260057747364f, 0.0344384796917439f, 0.2107715606689453f,
+// 0.0890299752354622f, -0.1458379924297333f, -0.1202902570366859f,
+// 0.1571009457111359f, 0.1407037675380707f, 0.0790772065520287f,
+// -0.0936755910515785f, 0.0537285692989826f, 0.0481917858123779f,
+// 0.0771145671606064f, -0.0169954374432564f, -0.1293322741985321f,
+// -0.0561429075896740f, -0.0888760238885880f, -0.1739718019962311f,
+// -0.1589372307062149f, 0.0565973930060863f, 0.0113947289064527f,
+// -0.0131669780239463f, 0.0000350170703314f, -0.1640058457851410f,
+// 0.0952663198113441f, 0.1251005828380585f, -0.0316342674195766f,
+// -0.1253357380628586f, -0.0750626325607300f, -0.0836123973131180f,
+// -0.0174224898219109f, 0.0103378510102630f, -0.2296742647886276f,
+// -0.0835765972733498f, 0.1584283858537674f, 0.1895041167736053f,
+// 0.0523229762911797f, 0.0354408770799637f, 0.0939576849341393f,
+// 0.1152569204568863f, -0.0655694082379341f, -0.1429115533828735f,
+// 0.0404233261942863f, 0.2876803874969482f, 0.0120913833379745f,
+// 0.0740013271570206f, 0.1444854587316513f, -0.1622543334960938f,
+// -0.0956332832574844f, 0.1268942803144455f, 0.0520098172128201f,
+// 0.0884140655398369f, 0.1115978285670280f, -0.0089265545830131f,
+// 0.0046780006960034f, 0.1327392160892487f, -0.1371010541915894f,
+// -0.0529159456491470f, 0.0800568684935570f, -0.0942933708429337f,
+// 0.0369822643697262f, -0.0733163878321648f, 0.0627497062087059f,
+// -0.0597207732498646f, 0.0157051607966423f, -0.1479590088129044f,
+// -0.0393161699175835f, -0.0625243186950684f, 0.1309251487255096f,
+// 0.1488112360239029f, -0.0004657934478018f, -0.3043886423110962f,
+// 0.0295499898493290f, 0.0136356642469764f, 0.1771257668733597f,
+// -0.1311923116445541f, 0.2537534236907959f, 0.1910816282033920f,
+// 0.0010252989595756f, -0.1964323669672012f, 0.0147995306178927f,
+// -0.0162061844021082f, 0.1482839435338974f, -0.0898823887109756f,
+// 0.0122741376981139f, 0.0321864262223244f, 0.2937439680099487f,
+// -0.0326930917799473f, 0.0077670384198427f, 0.1089275553822517f,
+// -0.0037555508315563f, 0.0052666412666440f, -0.4776847362518311f,
+// 0.0617485530674458f, -0.0266661848872900f, -0.0553902238607407f,
+// 0.0003519214515109f, 0.0188715606927872f, -0.1635286957025528f,
+// -0.0382419675588608f, 0.1135704666376114f, -0.4005137681961060f,
+// -0.0400396808981895f, 0.0090307667851448f, 0.1095584481954575f,
+// 0.0131932199001312f, 0.0825238004326820f, 0.3803710341453552f,
+// -0.0034464488271624f, 0.0159909073263407f, 0.3099822103977203f,
+// 0.0104706399142742f, -0.0997653901576996f, -0.2072687000036240f,
+// 0.0261683370918036f, 0.0484369918704033f, -0.2942692637443542f,
+// 0.0050360993482172f, 0.0098741753026843f, -0.2513394057750702f,
+// -0.0639532953500748f, 0.0093299029394984f, 0.0971275269985199f,
+// 0.0771611407399178f, -0.0235131941735744f, 0.0862761735916138f,
+// -0.0130971865728498f, -0.0475809574127197f, -0.5667194128036499f,
+// 0.0866827890276909f, 0.0082241026684642f, -0.0771675035357475f,
+// 0.0563929826021194f, -0.1127800866961479f, 0.1122357323765755f,
+// 0.1622539162635803f, -0.1736394762992859f, 0.0672124847769737f,
+// 0.0145556498318911f, 0.2034469842910767f, 0.0382831990718842f,
+// -0.0917794927954674f, -0.0244791470468044f, -0.0268108621239662f,
+// -0.0891593545675278f, -0.0724903270602226f, 0.0865140706300735f,
+// 0.0640864819288254f, -0.2805127203464508f, 0.1941776871681213f,
+// -0.1174904704093933f, 0.0510195083916187f, 0.0675572752952576f,
+// -0.1007992774248123f, 0.0064969630911946f, 0.1337445825338364f,
+// -0.1113895624876022f, 0.0842561721801758f, 0.1084996834397316f,
+// 0.0019049957627431f, 0.0579368919134140f, 0.1545345634222031f,
+// 0.2663949728012085f, 0.0314235016703606f, -0.2248091250658035f,
+// 0.0485050380229950f, -0.0275516882538795f, -0.0839130654931068f,
+// -0.0287241861224174f, 0.2260170429944992f, 0.0122557450085878f,
+// 0.0899791195988655f, -0.1251325458288193f, -0.0380256883800030f,
+// -0.0073536806739867f, 0.2115486860275269f, -0.0735085308551788f,
+// -0.1127746552228928f, -0.2698718607425690f, -0.1971575766801834f,
+// 0.0286440812051296f, 0.0301675014197826f, 0.0767932087182999f,
+// -0.0738875046372414f, 0.1965285241603851f, 0.0306107215583324f,
+// 0.1099971085786819f, -0.0899861007928848f, 0.0392918363213539f,
+// -0.0195813234895468f, -0.0369387380778790f, -0.0036821796093136f,
+// 0.0381225235760212f, 0.0636682286858559f, -0.1438088417053223f,
+// 0.0226791575551033f, 0.2841083109378815f, -0.0170288216322660f,
+// -0.2948448359966278f, -0.0924745202064514f, 0.6946722269058228f,
+// 0.8847374916076660f, 0.2898308336734772f, 0.0329158380627632f,
+// -0.0647436007857323f, -0.2006756514310837f,
+// -0.5920046567916870f, 1.1353050470352173f, 0.8455220460891724f,
+// 0.3792351782321930f, 0.8663153648376465f, -0.8824025392532349f,
+// 0.2501059174537659f, -0.0269941892474890f, 0.1046612635254860f,
+// -0.0766939148306847f, -0.1639057099819183f, 0.1105236262083054f,
+// 0.0134973004460335f, -0.1443326175212860f, 0.0272236689925194f,
+// -0.1030777469277382f, 0.0507695637643337f, 0.3107487261295319f,
+// -0.0024800256360322f, 0.0308995246887207f, 0.0198377296328545f,
+// -0.1880303621292114f, 0.1784047633409500f, -0.0735245496034622f,
+// 0.1128673627972603f, 0.0967759862542152f, 0.0827022045850754f,
+// -0.0337634384632111f, -0.0588248521089554f, -0.2811493277549744f,
+// -0.1439599096775055f, 0.1034760475158691f, 0.2266758531332016f,
+// 0.3002040088176727f, 0.2780060470104218f, -0.2512286901473999f,
+// 0.1240329518914223f, -0.1117806509137154f, -0.0286076273769140f,
+// -0.0963207036256790f, 0.0303900446742773f, 0.2914741337299347f,
+// 0.0530045405030251f, -0.1428391784429550f, 0.0397147648036480f,
+// -0.0103764524683356f, 0.2597011327743530f, 0.1202799826860428f,
+// -0.2659638822078705f, 0.1566831320524216f, -0.1807757467031479f,
+// -0.0963153243064880f, 0.1121245548129082f, 0.0881196483969688f,
+// 0.2475219368934631f, 0.2264259755611420f, 0.0162743069231510f,
+// -0.0355165414512157f, 0.1059609279036522f, 0.0841223523020744f,
+// -0.1784930974245071f, 0.0652983188629150f, -0.1424558609724045f,
+// -0.2222695797681808f, -0.2194864302873611f, -0.0264761932194233f,
+// -0.0614231973886490f, 0.1944721341133118f, -0.2740547955036163f,
+// -0.1009605824947357f, -0.0033164452761412f, -0.1308415979146957f,
+// -0.1103593185544014f, -0.1092289760708809f, 0.0074873212724924f,
+// -0.1155094131827354f, 0.1134597659111023f, -0.0929021090269089f,
+// 0.0187796335667372f, 0.1766432225704193f, 0.1746120601892471f,
+// -0.0385249219834805f, 0.0091941440477967f, -0.0781163722276688f,
+// -0.1386806964874268f, -0.0148799028247595f, -0.0725540071725845f,
+// -0.0590873584151268f, -0.2115356922149658f, -0.0732565894722939f,
+// -0.1327400803565979f, -0.0541311316192150f, -0.1206098571419716f,
+// 0.4058507084846497f, -0.1362764537334442f, -0.3332628905773163f,
+// -0.1969233602285385f, -0.1920680254697800f, 0.4149487614631653f,
+// 0.1406662017107010f, 0.2028126567602158f, -0.0932444706559181f,
+// 0.1975253969430923f, 0.1260168254375458f, -0.2170890569686890f,
+// -0.0990178138017654f, -0.0966763421893120f, -0.0382168628275394f,
+// -0.0209532026201487f, -0.3022250235080719f, -0.0534277483820915f,
+// 0.2183794528245926f, -0.0249309614300728f, -0.1678454875946045f,
+// -0.2866469025611877f, 0.1769800186157227f, 0.1322986483573914f,
+// -0.0423364266753197f, 0.0810143500566483f, 0.0830262154340744f,
+// -0.0669728219509125f, -0.1359617561101913f, 0.6124252080917358f,
+// 0.2248876094818115f, -0.1370726078748703f, 0.1045518815517426f,
+// 0.1567987352609634f, -0.2825512588024139f, -0.0329426415264606f,
+// 0.1612363010644913f, -0.3049055039882660f, 0.1571613550186157f,
+// -0.2454168051481247f, -0.0889087766408920f, 0.0880006849765778f,
+// 0.1697432547807693f, 0.0214425269514322f, 0.2920794785022736f,
+// 0.2444104701280594f, -0.4035662412643433f, -0.1139396876096725f,
+// 0.3155550360679626f, -0.2999731302261353f, 0.0579635985195637f,
+// -0.0683231949806213f, 0.0567277744412422f, 0.4111801981925964f,
+// -0.1985262781381607f, -0.0896092504262924f, -0.1199427023530006f,
+// -0.3451531231403351f, 0.3490760624408722f, 0.2757760584354401f,
+// -0.2055836617946625f, -0.0227132346481085f, -0.1136761829257011f,
+// -0.0526759847998619f, -0.1379816681146622f, -0.1963548213243484f,
+// -0.1149208098649979f, 0.1553239673376083f, -0.0631523802876472f,
+// 0.4324884116649628f, 0.3179998397827148f, 0.0206474624574184f,
+// -0.2977500855922699f, -0.2926046252250671f, 0.0247984621673822f,
+// -0.0330708362162113f, 0.1534693688154221f, 0.2944041192531586f,
+// -0.1253813505172729f, -0.1046770364046097f, 0.1691714376211166f,
+// -0.1032376363873482f, 0.0218945071101189f, 0.1150633394718170f,
+// -0.2812787890434265f, -0.0824627578258514f, -0.3492566943168640f,
+// 0.1592484265565872f, 0.1517154872417450f, 0.0650286301970482f,
+// -0.0485412999987602f, -0.0144279375672340f, 0.1546634286642075f,
+// -0.0176712833344936f, -0.1169971078634262f, -0.1387049555778503f,
+// 0.2800461351871490f, 0.0763742178678513f, 0.0694008097052574f,
+// -0.0807223170995712f, -0.1045925319194794f, 0.0437939390540123f,
+// 0.3020221889019012f, -0.1329954713582993f, 0.1459405720233917f,
+// -0.0243461374193430f, -0.0137006007134914f, -0.0020017435308546f,
+// 0.1786081790924072f, 0.2092578709125519f, 0.3499994874000549f,
+// 0.2089757770299911f, 0.1789388656616211f, 0.0092325843870640f,
+// -0.0171269997954369f, 0.1325661987066269f, 0.2211400568485260f,
+// 0.2654303908348083f, -0.1288143694400787f, 0.2509453296661377f,
+// -0.1747971624135971f, 0.0299847573041916f, 0.2846413254737854f,
+// 0.1819767951965332f, 0.1559792608022690f, 0.1661557108163834f,
+// -0.0762998908758163f, 0.1101708933711052f, -0.1639545708894730f,
+// -0.0033727244008332f, 0.2922022640705109f, 0.3793787956237793f,
+// 0.0179675519466400f, -0.1955338418483734f, -0.2286965996026993f,
+// -0.1629247516393661f, 0.2452561557292938f, 0.2403077930212021f,
+// -0.1173960417509079f, -0.1350169926881790f, -0.0212057996541262f,
+// 0.1287294030189514f, -0.1776470839977264f, 0.2109401226043701f,
+// -0.1590826064348221f, 0.1505362093448639f, 0.1648064553737640f,
+// -0.1415051072835922f, -0.0392571501433849f, 0.0087896268814802f,
+// 0.0051480610854924f, 0.4756706953048706f, 0.3486688733100891f,
+// -0.0782877877354622f, -0.1254254579544067f, -0.0479893758893013f,
+// 0.0300150308758020f, -0.0621269457042217f, -0.1815799623727798f,
+// 0.0061633028090000f, -0.1681788265705109f, 0.5754742026329041f,
+// 0.2969702184200287f, 0.1426486223936081f, 0.0014448392903432f,
+// -0.6195610165596008f, 0.3333047926425934f, 0.0423246249556541f,
+// 0.3793240785598755f, -0.0405663475394249f, 0.2127478420734406f,
+// -0.1615688055753708f, -0.1618401557207108f, 0.0595127753913403f,
+// 0.1603180319070816f, 0.0501020886003971f, -0.1156788915395737f,
+// -0.0954973474144936f, 0.1379464268684387f, -0.2055423706769943f,
+// -0.0612994059920311f, 0.0264420881867409f, -0.2100935280323029f,
+// -0.1798245012760162f, -0.1122967898845673f, -0.0015275938203558f,
+// -0.0191588010638952f, -0.0081481840461493f, 0.0125901913270354f,
+// 0.0920227542519569f, -0.0873022526502609f, -0.0141603443771601f,
+// -0.0528484135866165f, -0.2281163632869720f, 0.0167977046221495f,
+// 0.0642863810062408f, -0.0990109518170357f, -0.0797733590006828f,
+// -0.0844631567597389f, -0.1045793741941452f, 0.1044271737337112f,
+// 0.0284633785486221f, 0.0761338174343109f, -0.0565029680728912f,
+// -0.0263414438813925f, -0.1907089352607727f, -0.0235156547278166f,
+// 0.0114850774407387f, -0.3895348608493805f, 0.1486459225416183f,
+// 0.0347057729959488f, 0.0503906086087227f, 0.0544775910675526f,
+// 0.0418283194303513f, -0.0579061992466450f, -0.1753562092781067f,
+// -0.1381318569183350f, 0.5436702966690063f, -0.0600630640983582f,
+// 0.0366583019495010f, 0.0412317439913750f, -0.0085185635834932f,
+// 0.1328828036785126f, -0.8007208108901978f, -0.0812456831336021f,
+// -0.2384399175643921f, 0.2161929309368134f, -0.0091815879568458f,
+// 0.0533405132591724f, -0.1034200116991997f, -0.1246838644146919f,
+// -0.2033324539661407f, -0.1750406324863434f, 0.0331273414194584f,
+// -0.0671958923339844f, 0.1816132068634033f, 0.0386656336486340f,
+// -0.0361556969583035f, -0.0347995311021805f, -0.1440780013799667f,
+// -0.1529785543680191f, -0.0504007488489151f, 0.1866478025913239f,
+// 0.0500442646443844f, -0.0199352614581585f, -0.0319508500397205f,
+// 0.0431500971317291f, 0.1564645916223526f, 0.0568574070930481f,
+// -0.0434417873620987f, -0.0167464334517717f, 0.0427590161561966f,
+// 0.0345743410289288f, 0.1014467030763626f, -0.0306274220347404f,
+// 0.0880514159798622f, 0.0682316794991493f, 0.0886527299880981f,
+// 0.0404376052320004f, 0.1815847009420395f, 0.0895976051688194f,
+// -0.0055911703966558f, -0.1546121090650558f, -0.1519525200128555f,
+// -0.2077405005693436f, 0.0300522744655609f, -0.0490227825939655f,
+// -0.0730589032173157f, 0.0821001902222633f, -0.0612629279494286f,
+// -0.0011816809419543f, -0.2451617866754532f, -0.0881977602839470f,
+// -0.1610833406448364f, 0.0583012625575066f, -0.0559430718421936f,
+// -0.0641824230551720f, 0.1561771482229233f, -0.0724386796355247f,
+// -0.0394818708300591f, 0.1269833445549011f, 0.0097798136994243f,
+// 0.1472719758749008f, 0.1737971007823944f, -0.0346882119774818f,
+// 0.0562359653413296f, 0.0555336065590382f, 0.0694529786705971f,
+// 0.1553186476230621f, 0.2104387581348419f, -0.0189249664545059f,
+// 0.2972865700721741f, -0.0696999207139015f, 0.0513410754501820f,
+// 0.0050645316950977f, 0.0765809044241905f, 0.1058170944452286f,
+// 0.0437974706292152f, -0.0911607369780540f, 0.0571125485002995f,
+// 0.0115104215219617f, 0.0473373644053936f, -0.0210942197591066f,
+// -0.0377595350146294f, 0.1031574532389641f, 0.0706454887986183f,
+// -0.1675054430961609f, 0.0522268190979958f, -0.0341175757348537f,
+// 0.0231215246021748f, -0.1711715161800385f, -0.0813240334391594f,
+// -0.1619275957345963f, -0.0258402135223150f, -0.0848204642534256f,
+// -0.0909969881176949f, -0.0130626549944282f, 0.0199521798640490f,
+// 0.0581375509500504f, -0.1913820356130600f, -0.0087797967717052f,
+// -0.2555371820926666f, 0.2163895219564438f, -0.0541884712874889f,
+// -0.0054308683611453f, 0.1111702620983124f, -0.1593284904956818f,
+// -0.0740808472037315f, 0.2224733531475067f, -0.0513053424656391f,
+// 0.1199584230780602f, 0.1922366470098495f, -0.0418727956712246f,
+// 0.0057660830207169f, 0.0032988502644002f, -0.0130077861249447f,
+// 0.0032098842784762f, -0.1140648648142815f, -0.2786416411399841f,
+// 0.2365940660238266f, -0.0835971459746361f, 0.1347545981407166f,
+// 0.0411320663988590f, 0.0220124889165163f, 0.0565601103007793f,
+// 0.1027578711509705f, -0.0236562602221966f, -0.0492152832448483f,
+// 0.1145111098885536f, 0.0823987200856209f, -0.0371027477085590f,
+// -0.1820722520351410f, 0.0697419866919518f, -0.0117600085213780f,
+// 0.0061167790554464f, 0.1297914534807205f, -0.1644172817468643f,
+// 0.0035404490772635f, -0.0173435471951962f, 0.0684957727789879f,
+// 0.1962365359067917f, -0.0922697186470032f, -0.0574829168617725f,
+// 0.1490569710731506f, -0.0972622334957123f, -0.1541267484426498f,
+// -0.0680143013596535f, 0.0817918628454208f, 0.1640718877315521f,
+// 0.1476038545370102f, -0.0824649855494499f, 0.0354053340852261f,
+// -0.2287118583917618f, -0.0077088265679777f, 0.0679922550916672f,
+// -0.1746877431869507f, -0.1511063277721405f, 0.1925625503063202f,
+// 0.1068346574902534f, 0.1089938879013062f, -0.1291730552911758f,
+// -0.0965140089392662f, 0.0454982779920101f, 0.2234114706516266f,
+// -0.0128174517303705f, 0.2473996877670288f, -0.0166378486901522f,
+// 0.0278355088084936f, 0.0667702853679657f, -0.0225169640034437f,
+// 0.0414313077926636f, -0.0709195658564568f, -0.0837018266320229f,
+// 0.0780024081468582f, -0.1734661906957626f, -0.0656869783997536f,
+// 0.0733428597450256f, 0.0648859441280365f, 0.0039081568829715f,
+// -0.0457383878529072f, 0.0404275543987751f, -0.0467595160007477f,
+// 0.0956663414835930f, -0.0496917814016342f, -0.0134499892592430f,
+// -0.0090498747304082f, 0.0530668087303638f, 0.0663934499025345f,
+// 0.0348068587481976f, -0.2587448060512543f, 0.0642520263791084f,
+// 0.0403823517262936f, -0.0967943742871284f, -0.0829663649201393f,
+// -0.0665544569492340f, 0.0827835574746132f, 0.0809957683086395f,
+// 0.1865558028221130f, -0.4260490536689758f, -0.0234052669256926f,
+// -0.0702442824840546f, 0.0228931158781052f, 0.0724985674023628f,
+// 0.0543253570795059f, -0.1038152799010277f, 0.1079066693782806f,
+// 0.1137421876192093f, 0.3458546698093414f, -0.0292824059724808f,
+// -0.0913921296596527f, 0.1047151088714600f, -0.0244737248867750f,
+// -0.1102837026119232f, 0.0656955316662788f, 0.1411650925874710f,
+// 0.0049554631114006f, 0.1728019416332245f, -0.0589350052177906f,
+// -0.1334505677223206f, 0.0404225476086140f, -0.0113471252843738f,
+// -0.1234225332736969f, -0.0214791521430016f, -0.0154145797714591f,
+// 0.0057817567139864f, -0.0371882840991020f, -0.0113741355016828f,
+// -0.0229314062744379f, -0.2104056775569916f, -0.0528435483574867f,
+// -0.0049685160629451f, -0.2690499424934387f, -0.0805215910077095f,
+// -0.0077239349484444f, -0.1805491298437119f, 0.1949715316295624f,
+// -0.1066118851304054f, 0.1174533665180206f, 0.0333828143775463f,
+// 0.1993417292833328f, 0.0822994783520699f, 0.0649797320365906f,
+// 0.0017323129577562f, -0.1601581871509552f, -0.0343425571918488f,
+// -0.3440316319465637f, -0.0734761059284210f, 0.0504644773900509f,
+// 0.0479135587811470f, -0.1764235496520996f, 0.0880582407116890f,
+// 0.0492375344038010f, -0.0246042050421238f, -0.0667268037796021f,
+// 0.0833064466714859f, 0.0814240351319313f, 0.0816468074917793f,
+// 0.0121304700151086f, 0.1622041910886765f, -0.0373354367911816f,
+// -0.0840902999043465f, -0.2629553675651550f, -0.0347244776785374f,
+// -0.2095862179994583f, 0.2080762684345245f, -0.0083513576537371f,
+// -0.1165495216846466f, 0.0423861071467400f, -0.0002823342219926f,
+// -0.0642386972904205f, 0.1169784441590309f, -0.0165287721902132f,
+// -0.1193427368998528f, 0.0224290937185287f, 0.0312844291329384f,
+// 0.0265623200684786f, 0.1696560382843018f, -0.0459463782608509f,
+// 0.1745041757822037f, 0.0055804266594350f, 0.0449956469237804f,
+// -0.1228013038635254f, -0.0596689805388451f, 0.0362015962600708f,
+// -0.0076166610233486f, 0.0215802788734436f, 0.0014772025169805f,
+// 0.0050764256156981f, 0.1066617742180824f, 0.0446214117109776f,
+// -0.1321076452732086f, 0.0235739778727293f, -0.0927605405449867f,
+// -0.0649248212575912f, 0.0930112004280090f, 0.0547035858035088f,
+// 0.1803253889083862f, -0.0106190061196685f, -0.0421919971704483f,
+// 0.0175105985254049f, 0.0559675022959709f, -0.0290975403040648f,
+// -0.1005601286888123f, -0.2521570920944214f, 0.0141723789274693f,
+// 0.0655799657106400f, 0.0713101327419281f, 0.0403162054717541f,
+// 0.1513010114431381f, 0.0840884074568748f, -0.0163238123059273f,
+// 0.0443655289709568f, -0.1442489922046661f, -0.0000286201830022f,
+// 0.0136300912126899f, -0.1334576159715652f, 0.0164101310074329f,
+// 0.1904837787151337f, -0.1002026721835136f, -0.0283141545951366f,
+// 0.1682114005088806f, 0.0764474719762802f, 0.0313815511763096f,
+// 0.0326362773776054f, 0.0413733534514904f, 0.0381677597761154f,
+// -0.0115528823807836f, -0.1788433343172073f, -0.0241052880883217f,
+// -0.0336951725184917f, 0.0592118501663208f, -0.0255791656672955f,
+// -0.1788703203201294f, -0.0424824431538582f, -0.0367715694010258f,
+// -0.0307217221707106f, -0.2187304794788361f, -0.0655889734625816f,
+// 0.1212677061557770f, 0.1557164788246155f, -0.0285769384354353f,
+// -0.1712760329246521f, 0.1868131905794144f, 0.0552734136581421f,
+// -0.2206015884876251f, 0.0495539195835590f, -0.0995035320520401f,
+// -0.1543704867362976f, 0.5281047821044922f, -0.0593253932893276f,
+// -0.0451705045998096f, 0.0201253853738308f, 0.0321728512644768f,
+// 0.0964026004076004f, -0.0961164757609367f, 0.1040094271302223f,
+// 0.0742786750197411f, -0.1401248723268509f, -0.0840163081884384f,
+// 0.0366384945809841f, 0.0891197547316551f, -0.0114902108907700f,
+// 0.0139152454212308f, 0.1473547071218491f, -0.2027254253625870f,
+// 0.1427373737096786f, -0.0287272129207850f, -0.1060566604137421f,
+// -0.0806579440832138f, 0.0763323977589607f, -0.0669556781649590f,
+// 0.1879978775978088f, -0.2247862964868546f, -0.0880662053823471f,
+// 0.2293493449687958f, -0.0109390448778868f, 0.1007886081933975f,
+// 0.1003312617540359f, 0.0775149986147881f, 0.0610520839691162f,
+// -0.2086125314235687f, -0.0904736220836639f, -0.0374595001339912f,
+// -0.0181420184671879f, 0.0269959047436714f, -0.1535955369472504f,
+// 0.1103652119636536f, -0.0849204435944557f, 0.1647916138172150f,
+// 0.2755997478961945f, 0.0068362359888852f, 0.0731195583939552f,
+// 0.0991890877485275f, 0.0724862739443779f, 0.2324725985527039f,
+// 0.0449298508465290f, 0.0039884485304356f, 0.0414748154580593f,
+// 0.1115695834159851f, -0.1859960705041885f, -0.0494243763387203f,
+// -0.1002294719219208f, -0.2005838304758072f, 0.0165393985807896f,
+// 0.1911116540431976f, 0.1826690137386322f, -0.0650519356131554f,
+// 0.0367582999169827f, -0.0604279674589634f, -0.0819679945707321f,
+// 0.0110532911494374f, 0.1129723265767097f, 0.1455673426389694f,
+// 0.1223503798246384f, -0.1387783288955688f, 0.0034823380410671f,
+// 0.0743014141917229f, 0.0634629055857658f, 0.0211085733026266f,
+// -0.0235922653228045f, -0.1429269313812256f, 0.1407868117094040f,
+// 0.0569909997284412f, -0.0655489936470985f, -0.0209637153893709f,
+// -0.0282189808785915f, 0.0165965817868710f, -0.0922788232564926f,
+// -0.1405425369739532f, 0.1312199532985687f, 0.0149540472775698f,
+// 0.0864631906151772f, 0.0120270224288106f, 0.1302533298730850f,
+// 0.0851815044879913f, -0.3413860797882080f, -0.1011561602354050f,
+// -0.0377544350922108f, 0.1621438711881638f, -0.0295340213924646f,
+// -0.0144784161821008f, 0.1722636818885803f, -0.1198927313089371f,
+// 0.0098854359239340f, 0.2547433972358704f, 0.1057946458458900f,
+// -0.0726865381002426f, 0.2182331383228302f, -0.0524359047412872f,
+// -0.0170265231281519f, 0.2205260396003723f, 0.0253858920186758f,
+// 0.0703659132122993f, 0.2392407804727554f, 0.0154428454115987f,
+// -0.0246252883225679f, -0.0005400188965723f, 0.1076791509985924f,
+// 0.0371701344847679f, 0.4417640268802643f, -0.0905448496341705f,
+// 0.0048756231553853f, -0.0667234286665916f, 0.0236065555363894f,
+// -0.0460075139999390f, 0.0838640928268433f, 0.0113282287493348f,
+// -0.0169237088412046f, 0.2710824012756348f, -0.1157330870628357f,
+// 0.0540931448340416f, 0.3232085406780243f, -0.0693945810198784f,
+// 0.0254445485770702f, 0.3601182699203491f, 0.1627245247364044f,
+// 0.0172808784991503f, -0.1226656809449196f, -0.0115078799426556f,
+// 0.0139475381001830f, -0.0993041619658470f, -0.0849993377923965f,
+// -0.0254402067512274f, 0.4622512459754944f, 0.1410230696201324f,
+// 0.1738828867673874f, -0.3187795579433441f, 0.0452790670096874f,
+// -0.0430744662880898f, 0.0912373885512352f, 0.0157717857509851f,
+// -0.0392933227121830f, 0.4113553166389465f, -0.0683187767863274f,
+// -0.0299986656755209f, -0.0051438179798424f, -0.0135844787582755f,
+// 0.0379728637635708f, 0.1640758961439133f, -0.0656882822513580f,
+// 0.0680322200059891f, -0.0364254377782345f, -0.0667535737156868f,
+// 0.0688440874218941f, 0.0243968684226274f, 0.0526280477643013f,
+// -0.0196467917412519f, -0.0037935262080282f, 0.0584651492536068f,
+// 0.0901323407888412f, -0.2060195654630661f, 0.0166560653597116f,
+// 0.0193143077194691f, -0.0693000480532646f, -0.0058118053711951f,
+// 0.0681619569659233f, -0.0341146476566792f, 0.1312854588031769f,
+// 0.0349215827882290f, -0.1336696147918701f, -0.0728182867169380f,
+// 0.0417305342853069f, 0.0944365933537483f, -0.1151940673589706f,
+// -0.1289341002702713f, 0.2396414577960968f, -0.0730099529027939f,
+// -0.0706257149577141f, 0.0893485695123672f, 0.0223447028547525f,
+// 0.0577742457389832f, -0.1774707436561584f, -0.0533111691474915f,
+// -0.0442084781825542f, -0.1267523318529129f, -0.0072809052653611f,
+// -0.0257841926068068f, -0.1021227538585663f, -0.1534639149904251f,
+// -0.0849351212382317f, 0.0488884598016739f, 0.0178933553397655f,
+// -0.0086436681449413f, 0.0295312572270632f, 0.0294469874352217f,
+// 0.0096987541764975f, -0.1443994492292404f, -0.0482364781200886f,
+// 0.0188159644603729f, 0.0576046071946621f, 0.1132384389638901f,
+// 0.0812878236174583f, 0.0969335809350014f, -0.1391676664352417f,
+// -0.0822849571704865f, 0.1065761595964432f, 0.1097351089119911f,
+// -0.1085064560174942f, -0.0517913959920406f, -0.0280004944652319f,
+// 0.0627585947513580f, -0.1131491214036942f, -0.0900032669305801f,
+// -0.1099423840641975f, 0.1321012526750565f, 0.1641872823238373f,
+// -0.1826971173286438f, 0.1147996336221695f, 0.0561573728919029f,
+// -0.0164269953966141f, -0.1270263791084290f, -0.0032529560849071f,
+// 0.0284139439463615f, -0.0586479082703590f, -0.0063868141733110f,
+// -0.0206021331250668f, -0.0191419962793589f, 0.0954675674438477f,
+// 0.1438294649124146f, -0.3473969101905823f, -0.1067964658141136f,
+// -0.4399400651454926f, -0.2645640075206757f, -0.0162304900586605f,
+// 0.0315146595239639f, -0.0783731564879417f, -0.0490715242922306f,
+// -0.1453975290060043f, 0.0770585983991623f, -0.0989120453596115f,
+// 0.0496297702193260f, 0.0929115489125252f, 0.0315032973885536f,
+// -0.0886250361800194f, -0.1281753927469254f, 0.0547010004520416f,
+// -0.0239656660705805f, 0.1118113771080971f, -0.0161965116858482f,
+// -0.0786007344722748f, -0.1325569599866867f, 0.0201882515102625f,
+// 0.0387673825025558f, 0.2967460751533508f, -0.0987441614270210f,
+// -0.0786463022232056f, -0.1064490750432014f, -0.0264120474457741f,
+// 0.0565990805625916f, -0.0917375236749649f, 0.0718446597456932f,
+// 0.0043706307187676f, 0.3735512793064117f, -0.1501050293445587f,
+// -0.0428035557270050f, 0.2364259213209152f, -0.0506985075771809f,
+// 0.0219576265662909f, -0.0169963296502829f, 0.1642770320177078f,
+// 0.1439498811960220f, -0.3296299874782562f, -0.0469635538756847f,
+// 0.0192383341491222f, -0.0493768639862537f, -0.0694084018468857f,
+// -0.1057134792208672f, 0.2834724187850952f, 0.0636288300156593f,
+// 0.1275113224983215f, -0.1968575716018677f, 0.0940595716238022f,
+// 0.0096344538033009f, 0.0956815853714943f, 0.1084114015102386f,
+// -0.0258583761751652f, 0.1557440757751465f, -0.0247853640466928f,
+// -0.0467630289494991f, -0.1182371303439140f, 0.0804518535733223f,
+// -0.0090874489396811f, -0.1295670121908188f, -0.1290238648653030f,
+// -0.0271600615233183f, -0.0391778647899628f, 0.1711533218622208f,
+// 0.1384550184011459f, -0.0036798722576350f, 0.0315732397139072f,
+// -0.0685901790857315f, -0.0080957300961018f, 0.1153695359826088f,
+// -0.1862816810607910f, -0.0848787650465965f, 0.1160581260919571f,
+// 0.0518346615135670f, -0.3041551411151886f, -0.0873452350497246f,
+// -0.1046448573470116f, 0.0361156538128853f, 0.0662140324711800f,
+// -0.1813657730817795f, 0.0298323314636946f, 0.0678937658667564f,
+// 0.0678702592849731f, 0.1571369022130966f, -0.1706527173519135f,
+// 0.0548884719610214f, 0.2436673641204834f, -0.0541529022157192f,
+// -0.0000467241043225f, -0.0303901154547930f, 0.0103541212156415f,
+// 0.0089501673355699f, -0.0781519487500191f, -0.1194573789834976f,
+// -0.2795804142951965f, 0.1451189070940018f, -0.0139362402260303f,
+// 0.0339517705142498f, -0.1312600523233414f, -0.2174713164567947f,
+// -0.0525599829852581f, 0.1290486901998520f, -0.0257349684834480f,
+// -0.1115811020135880f, 0.2748901546001434f, 0.0393668524920940f,
+// 0.0317930728197098f, 0.4636239111423492f, -0.0551396459341049f,
+// 0.1887559145689011f, 0.0550292544066906f, -0.0289282985031605f,
+// 0.0104730501770973f, -0.4484502375125885f, 0.0141541780903935f,
+// 0.1149188354611397f, -0.3936622440814972f, 0.0530975386500359f,
+// 0.0867408215999603f, -0.6206668019294739f, -0.0071484870277345f,
+// 0.1407564282417297f, 0.4048687219619751f, 0.0102988751605153f,
+// 0.1126826927065849f, -0.3886005580425262f, 0.0219266563653946f,
+// -0.0090105570852757f, 0.0347419716417789f, -0.0035865020472556f,
+// -0.0875924676656723f, -0.0937538892030716f, -0.0466389879584312f,
+// -0.2162764668464661f, -0.0508437566459179f, -0.0085746841505170f,
+// 0.0229612179100513f, -0.3021938502788544f, -0.0169742237776518f,
+// 0.1443880945444107f, -0.4054447412490845f, 0.0306759905070066f,
+// -0.0892804935574532f, 0.2963629364967346f, -0.0034372138325125f,
+// -0.0153927374631166f, 0.1537635624408722f, 0.0164373330771923f,
+// -0.0016859603347257f, 0.0996341854333878f, 0.1057733222842216f,
+// -0.0901422649621964f, 0.0723073184490204f, 0.1559722870588303f,
+// -0.1988085806369781f, 0.0290211569517851f, 0.0209284834563732f,
+// -0.0050694392994046f, -0.1049600914120674f, 0.0124571649357677f,
+// -0.0747912004590034f, 0.2054199278354645f, 0.0013141349190846f,
+// 0.0459637716412544f, 0.0703571885824203f, 0.0345760956406593f,
+// -0.3032391965389252f, -0.6264198422431946f, -0.2439969182014465f,
+// -0.2732734680175781f, -1.0012452602386475f, -1.3258676528930664f,
+// 0.2801207900047302f, -0.2818130552768707f, -0.2798595428466797f,
+// 0.8663133382797241f, -0.3753421604633331f, -0.4753561615943909f,
+// -0.6186923384666443f, 1.0357989072799683f, 0.7240687012672424f,
+// 0.3709774017333984f, -0.0253006611019373f, 0.0338253080844879f,
+// -0.0078924065455794f, -0.1646356135606766f, -0.0918099135160446f,
+// -0.1980635970830917f, 0.0072256806306541f, 0.1327337920665741f,
+// 0.0703311935067177f, 0.3035092055797577f, 0.0042947977781296f,
+// 0.2256817519664764f, 0.1895431131124496f, -0.0156980082392693f,
+// -0.1045313179492950f, 0.1442860513925552f, 0.3945783972740173f,
+// 0.1357362419366837f, -0.2346534579992294f, 0.1317862272262573f,
+// -0.1186003237962723f, -0.3326807618141174f, -0.2119541168212891f,
+// -0.3029978871345520f, 0.3378515839576721f, 0.1568422466516495f,
+// 0.0934737622737885f, -0.1653705686330795f, 0.1522905826568604f,
+// 0.2276333868503571f, 0.1196017563343048f, -0.3107661008834839f,
+// -0.0909203514456749f, 0.2581131458282471f, 0.0088928397744894f,
+// -0.2152986377477646f, -0.0987849459052086f, -0.0088109150528908f,
+// 0.2027184367179871f, -0.0545925684273243f, 0.1328017860651016f,
+// 0.0588463693857193f, -0.0900785848498344f, -0.0442989990115166f,
+// 0.0604886934161186f, -0.2021028548479080f, -0.0698685199022293f,
+// -0.1366670578718185f, 0.2589800357818604f, -0.0819644778966904f,
+// 0.1098162159323692f, 0.2960729598999023f, -0.1590624451637268f,
+// -0.1336583644151688f, -0.0241898503154516f, 0.0429157651960850f,
+// -0.0080243879929185f, 0.1027177497744560f, -0.1774733066558838f,
+// 0.1869569569826126f, -0.2244207412004471f, -0.1368557363748550f,
+// 0.0389513373374939f, -0.0007080949144438f, 0.0174396689981222f,
+// -0.1355665028095245f, 0.0134094543755054f, -0.1637428402900696f,
+// -0.0793871060013771f, 0.0832526683807373f, -0.1291355192661285f,
+// 0.0216229520738125f, -0.1438226848840714f, 0.0760092437267303f,
+// 0.2524774372577667f, 0.0655423030257225f, -0.1148106902837753f,
+// -0.0236899610608816f, 0.1688507497310638f, -0.2370918244123459f,
+// 0.0514072142541409f, 0.2185457944869995f, 0.1784310340881348f,
+// -0.0315604768693447f, 0.0719325542449951f, 0.1505369246006012f,
+// -0.1592594981193542f, 0.0121011259034276f, -0.2274126261472702f,
+// -0.1976662576198578f, 0.1957280933856964f, 0.1765169650316238f,
+// -0.2051277607679367f, -0.1730530858039856f, -0.1979852616786957f,
+// 0.3615155518054962f, 0.3741677701473236f, -0.2076333612203598f,
+// -0.1702165156602859f, -0.0619851760566235f, 0.0070632887072861f,
+// -0.0590176060795784f, 0.0667605027556419f, -0.2083363980054855f,
+// -0.1294957846403122f, -0.0074886716902256f, 0.1783380657434464f,
+// 0.0749479830265045f, -0.0355392768979073f, 0.2894524633884430f,
+// 0.2564170956611633f, 0.0038568824529648f, 0.2978950142860413f,
+// 0.0853502750396729f, -0.0305218901485205f, 0.0291305277496576f,
+// 0.3550661206245422f, -0.0895586311817169f, -0.1463329195976257f,
+// 0.0648424923419952f, 0.0757333561778069f, 0.0327917151153088f,
+// -0.1024415343999863f, 0.2084367871284485f, -0.0217525456100702f,
+// -0.4769421219825745f, -0.3785683512687683f, -0.0335796102881432f,
+// 0.1008575707674026f, 0.0087126754224300f, -0.0343923754990101f,
+// -0.0425086170434952f, -0.0209592673927546f, 0.1251306235790253f,
+// 0.0355550497770309f, 0.0068214931525290f, 0.2665170133113861f,
+// 0.0341094918549061f, 0.4635617136955261f, 0.2632798254489899f,
+// 0.1272037029266357f, 0.1077958196401596f, 0.2647193670272827f,
+// 0.0669995248317719f, 0.1318445652723312f, 0.1324582844972610f,
+// 0.1921251714229584f, 0.1404682099819183f, -0.2233471423387527f,
+// 0.1426144838333130f, -0.1847404688596725f, 0.0951095446944237f,
+// -0.2454398125410080f, 0.1953165233135223f, 0.4223902225494385f,
+// -0.1328768134117126f, 0.3411170244216919f, 0.2617155611515045f,
+// -0.1900720000267029f, 0.1933302283287048f, -0.1863723248243332f,
+// 0.1681673973798752f, 0.0569370202720165f, 0.0104844737797976f,
+// 0.1133086979389191f, 0.0163585506379604f, -0.1124368757009506f,
+// -0.1118910014629364f, 0.0594515167176723f, 0.2218105792999268f,
+// 0.2390155494213104f, 0.0442590750753880f, 0.1105054914951324f,
+// -0.0091111436486244f, 0.0285639464855194f, 0.1900921463966370f,
+// 0.0225279629230499f, -0.1937257945537567f, 0.0506263412535191f,
+// 0.1901484578847885f, 0.0287256091833115f, -0.0917770341038704f,
+// -0.1652656793594360f, 0.0563308894634247f, 0.0345742329955101f,
+// -0.2050852924585342f, -0.1709970980882645f, -0.0729691162705421f,
+// -0.0831539109349251f, -0.0183513592928648f, 0.0741600990295410f,
+// 0.0475824549794197f, 0.1603699326515198f, 0.1099578738212585f,
+// 0.1154967322945595f, -0.2261984646320343f, -0.2510952353477478f,
+// 0.0084796370938420f, -0.1360973119735718f, 0.0543450340628624f,
+// -0.0698429346084595f, 0.2116834074258804f, -0.3191289901733398f,
+// -0.0796104893088341f, -0.1339562237262726f, -0.0719490945339203f,
+// 0.2267836928367615f, 0.3290937542915344f, 0.0661129355430603f,
+// 0.1043818369507790f, -0.2237017899751663f, 0.2013952583074570f,
+// 0.1416327655315399f, 0.0740756466984749f, -0.1644253730773926f,
+// -0.2792907953262329f, -0.1050426959991455f, -0.2888323068618774f,
+// 0.0495863221585751f, -0.2576062977313995f, 0.3629856407642365f,
+// -0.0561652183532715f, -0.0268253665417433f, -0.2722640335559845f,
+// 0.0442818813025951f, -0.1472585499286652f, -0.2282950580120087f,
+// 0.1831692457199097f, -0.2176671922206879f, 0.1051176115870476f,
+// -0.1668638288974762f, -0.1173504441976547f, -0.2709502577781677f,
+// -0.2656946480274200f, -0.1475139558315277f, 0.1207477301359177f,
+// -0.0973233133554459f, -0.2450150251388550f, 0.2611695230007172f,
+// 0.2505355477333069f, 0.2674470245838165f, -0.1314955055713654f,
+// -0.1081497818231583f, 0.2497299015522003f, 0.2257796078920364f,
+// -0.1988011896610260f, 0.0034446194767952f, -0.3968182206153870f,
+// -0.0623396188020706f, -0.2509850859642029f, 0.0032006748951972f,
+// -0.1647554337978363f, 0.0206777416169643f, -0.0301202498376369f,
+// -0.1338276565074921f, 0.1377921402454376f, 0.2450020909309387f,
+// -0.2526237666606903f, 0.2729174494743347f, -0.1901772916316986f,
+// 0.2344649732112885f, -0.0203720871359110f, -0.1428395509719849f,
+// -0.0399975702166557f, -0.0432773232460022f, 0.1536655426025391f,
+// 0.2337318807840347f, 0.1467320322990417f, 0.1074140593409538f,
+// 0.0985511317849159f, -0.2412624061107635f, 0.1072347313165665f,
+// 0.0433877669274807f, 0.0023047269787639f, 0.0919980034232140f,
+// -0.0361001417040825f, -0.0372597202658653f, -0.1661476939916611f,
+// -0.0380265899002552f, -0.0475913062691689f, -0.1309125870466232f,
+// -0.0093779154121876f, 0.0466589555144310f, -0.0041303285397589f,
+// -0.0222072862088680f, -0.0739273577928543f, 0.1544621735811234f,
+// 0.0375330895185471f, 0.1129011437296867f, 0.0810049548745155f,
+// -0.0545601435005665f, -0.0811251029372215f, 0.0703492015600204f,
+// -0.0149800525978208f, 0.0031041577458382f, -0.1821993142366409f,
+// 0.0120565844699740f, 0.1233964115381241f, 0.2210805118083954f,
+// 0.0129281794652343f, -0.0376013144850731f, -0.1587266623973846f,
+// 0.0817970335483551f, 0.0570541247725487f, -0.0918601900339127f,
+// 0.0061619211919606f, -0.0208963491022587f, -0.0735984146595001f,
+// -0.0238807722926140f, -0.0727208629250526f, 0.1067613437771797f,
+// 0.2111812084913254f, -0.0347680747509003f, 0.1537873893976212f,
+// 0.0248753167688847f, 0.0084962490946054f, 0.1156254038214684f,
+// 0.0768081769347191f, -0.2271809875965118f, -0.0055162278003991f,
+// -0.1127946376800537f, -0.0400045476853848f, -0.0667702481150627f,
+// 0.0884087383747101f, 0.0182820688933134f, 0.0074947499670088f,
+// -0.1003952622413635f, -0.1768623590469360f, -0.1174667552113533f,
+// -0.0496539771556854f, 0.0553314834833145f, -0.1301648169755936f,
+// -0.0462195090949535f, 0.0057578305713832f, 0.0845487043261528f,
+// -0.0270953364670277f, -0.1273090541362762f, 0.0608531832695007f,
+// 0.0899915918707848f, 0.0206847153604031f, 0.2443225830793381f,
+// -0.0354200452566147f, -0.0503982007503510f, 0.2470924854278564f,
+// 0.0085757272318006f, -0.0867473557591438f, 0.1165292859077454f,
+// -0.0409424193203449f, -0.0436747148633003f, -0.1763757914304733f,
+// 0.0978541001677513f, 0.2161694467067719f, -0.3850643932819366f,
+// 0.1187161281704903f, -0.0357997603714466f, -0.1437176465988159f,
+// -0.1131299883127213f, -0.0855569690465927f, -0.2599907815456390f,
+// 0.1289864629507065f, 0.2414320856332779f, 0.1668132990598679f,
+// 0.0564913451671600f, 0.0296138748526573f, -0.0913322642445564f,
+// 0.0472583435475826f, 0.1302909553050995f, 0.2297879159450531f,
+// 0.0802699476480484f, -0.0256160814315081f, 0.3195768594741821f,
+// 0.0775821655988693f, -0.0365741737186909f, 0.0010016243904829f,
+// 0.1162890195846558f, 0.1723977327346802f, -0.0599873811006546f,
+// -0.0098594343289733f, -0.2206690311431885f, -0.1260997056961060f,
+// -0.0182053167372942f, 0.0212463047355413f, 0.0374650396406651f,
+// 0.0525932535529137f, -0.2100900262594223f, 0.0637548416852951f,
+// -0.0449070595204830f, 0.0195820834487677f, 0.1980225145816803f,
+// -0.0580067113041878f, -0.1315224170684814f, 0.0422612018883228f,
+// -0.0537093505263329f, -0.0886000171303749f, -0.1188128441572189f,
+// 0.0422750711441040f, 0.0389108844101429f, -0.0566560700535774f,
+// -0.1242708340287209f, -0.0474266856908798f, 0.0249012187123299f,
+// 0.0362314879894257f, 0.0236235037446022f, 0.0708955749869347f,
+// 0.0439661294221878f, -0.1599135696887970f, 0.0263220127671957f,
+// -0.2722070515155792f, 0.1700138449668884f, 0.1205966100096703f,
+// -0.0819269493222237f, 0.0463206507265568f, -0.1805413961410522f,
+// -0.1123745217919350f, 0.2052400708198547f, -0.0076270671561360f,
+// -0.0382678434252739f, -0.0385302454233170f, -0.0219239499419928f,
+// 0.0303144436329603f, -0.0358049012720585f, 0.0276904609054327f,
+// -0.0898280069231987f, -0.0741829499602318f, 0.3357211947441101f,
+// -0.0371344462037086f, -0.1221411600708961f, 0.1134290173649788f,
+// -0.0282409675419331f, -0.0139400931075215f, 0.0047656726092100f,
+// -0.0074120322242379f, -0.1100556179881096f, -0.3711696267127991f,
+// -0.0211378987878561f, -0.0873177573084831f, 0.0004554337938316f,
+// -0.0733881592750549f, -0.0374477170407772f, 0.1944262385368347f,
+// -0.0025719904806465f, -0.0586463026702404f, -0.2456384301185608f,
+// -0.0221239402890205f, -0.0729346126317978f, -0.0169352293014526f,
+// 0.0866989865899086f, 0.2062692642211914f, -0.0212806407362223f,
+// 0.0525099150836468f, -0.0557359829545021f, -0.1311449557542801f,
+// -0.0469792634248734f, -0.0544828064739704f, 0.3678620159626007f,
+// 0.0528339222073555f, 0.1756673008203506f, -0.2967993319034576f,
+// 0.0055691082961857f, 0.0384243987500668f, 0.1723595857620239f,
+// 0.0495832301676273f, 0.1458909511566162f, -0.0490891523659229f,
+// -0.1226615980267525f, -0.1557338535785675f, -0.0607385896146297f,
+// 0.1357278078794479f, 0.0863479524850845f, 0.0766543224453926f,
+// -0.0288600008934736f, -0.1299743503332138f, -0.0993226468563080f,
+// 0.0096171228215098f, 0.0107811084017158f, 0.2146959155797958f,
+// -0.0871033370494843f, -0.0375247746706009f, 0.0140088750049472f,
+// -0.0019432924455032f, -0.1146521568298340f, -0.0902030840516090f,
+// 0.1024527922272682f, 0.0358513966202736f, 0.0059022447094321f,
+// 0.0427606776356697f, -0.1340789198875427f, -0.1579684019088745f,
+// 0.0895321965217590f, -0.0410166196525097f, -0.2494638413190842f,
+// -0.0409696698188782f, -0.0344065614044666f, -0.2630114853382111f,
+// 0.0016339537687600f, 0.2558549940586090f, -0.2259149998426437f,
+// 0.1331559568643570f, 0.0443543940782547f, 0.0708956122398376f,
+// -0.1740933209657669f, -0.0425038710236549f, 0.1253487467765808f,
+// 0.1152227669954300f, 0.1957788169384003f, -0.5599631071090698f,
+// 0.0985241979360580f, 0.1642998009920120f, -0.1156466007232666f,
+// -0.0676484778523445f, 0.0794230997562408f, -0.1419068872928619f,
+// -0.0918150320649147f, 0.0466563664376736f, 0.3537230789661407f,
+// 0.0564159266650677f, -0.0051053771749139f, -0.0638283491134644f,
+// 0.0642901957035065f, -0.1013647466897964f, 0.0615320950746536f,
+// -0.0756023228168488f, 0.0690750777721405f, 0.1885901540517807f,
+// -0.0607215799391270f, -0.0040640304796398f, 0.0801140069961548f,
+// -0.0908570438623428f, -0.1206392645835876f, 0.1519626975059509f,
+// -0.0325112156569958f, 0.1020910665392876f, -0.1146379858255386f,
+// 0.0141586381942034f, 0.0739868879318237f, -0.0530798323452473f,
+// -0.0662112310528755f, -0.0637044236063957f, -0.0249007381498814f,
+// 0.0149542074650526f, -0.0012656626058742f, -0.0732537582516670f,
+// 0.0538859777152538f, 0.1639149636030197f, 0.0793587267398834f,
+// -0.1282541155815125f, 0.0699296891689301f, -0.1097554042935371f,
+// -0.0521729700267315f, -0.0846873074769974f, 0.0270321667194366f,
+// 0.0737119019031525f, 0.1516431272029877f, 0.2964258790016174f,
+// 0.0257327798753977f, -0.0285826604813337f, 0.0490518659353256f,
+// 0.0217839088290930f, 0.0344058647751808f, -0.1000839099287987f,
+// -0.1042647361755371f, 0.0053793382830918f, -0.1016796901822090f,
+// 0.0112814828753471f, 0.0548789016902447f, -0.0037280607502908f,
+// -0.0957434922456741f, 0.2130388021469116f, -0.0577295236289501f,
+// 0.0897928997874260f, -0.0031284091528505f, 0.1368844956159592f,
+// -0.0322546549141407f, 0.0887238085269928f, -0.0485908612608910f,
+// -0.0250825583934784f, -0.0479693487286568f, -0.0106465555727482f,
+// 0.0706992074847221f, 0.1253432035446167f, -0.2202062308788300f,
+// 0.0124980676919222f, 0.1927376836538315f, 0.1142157763242722f,
+// 0.0980802029371262f, 0.0023744266945869f, 0.0340724028646946f,
+// -0.0716418325901031f, 0.1174765750765800f, 0.0157410521060228f,
+// 0.0823358371853828f, -0.4561552703380585f, -0.0233676321804523f,
+// -0.0000006719886301f, -0.1474576294422150f, -0.0921777710318565f,
+// -0.0961609706282616f, -0.1247412115335464f, 0.0059045576490462f,
+// 0.1224353387951851f, 0.1804962158203125f, -0.1504284590482712f,
+// 0.1576900184154510f, 0.1414192318916321f, -0.1014619171619415f,
+// -0.0238015074282885f, 0.2908191978931427f, -0.1771473884582520f,
+// -0.0082972012460232f, -0.1829132735729218f, 0.1811264008283615f,
+// 0.0028375682886690f, 0.0338907316327095f, 0.3937990963459015f,
+// -0.0343863815069199f, 0.0162885319441557f, 0.1933619081974030f,
+// 0.0055158156901598f, -0.1782787591218948f, -0.3179556131362915f,
+// 0.0144034633412957f, -0.0552674718201160f, 0.6932715773582458f,
+// 0.0461403317749500f, 0.0817910358309746f, 0.3876192867755890f,
+// 0.0188721381127834f, -0.0116732241585851f, 0.5422612428665161f,
+// 0.0031952089630067f, 0.0650238916277885f, -0.4561599493026733f,
+// 0.0335664339363575f, 0.1119316518306732f, 1.1053860187530518f,
+// -0.0057780803181231f, 0.0979569256305695f, 1.1332534551620483f,
+// -0.0553686283528805f, -0.3367507159709930f, 1.1718527078628540f,
+// 0.0057616662234068f, 0.0829684212803841f, -0.3009597063064575f,
+// 0.0235592909157276f, 0.0434921272099018f, -0.9452955722808838f,
+// -0.0267760343849659f, -0.1614509522914886f, -0.1919398009777069f,
+// -0.0191173478960991f, -0.1097175925970078f, -0.5396414399147034f,
+// -0.0294919740408659f, -0.0476139225065708f, 0.0471649207174778f,
+// -0.1554540693759918f, -0.1853116601705551f, -0.0006790581392124f,
+// 0.0115356668829918f, 0.1161828115582466f, 0.0162325259298086f,
+// -0.2171325683593750f, -0.0990257039666176f, -0.2797844111919403f,
+// 0.0267232861369848f, -0.1186801940202713f, 0.0347973108291626f,
+// -0.0134588629007339f, -0.0146396039053798f, 0.1393268108367920f,
+// -0.0702967867255211f, -0.0646019279956818f, 0.1351034939289093f,
+// -0.0655071437358856f, 0.0054446016438305f, 0.1520757526159286f,
+// -0.0914036110043526f, -0.0510194934904575f, -0.3284853994846344f,
+// 0.0541203469038010f, -0.0144345546141267f, 0.0783040821552277f,
+// -0.0535695478320122f, -0.1217158138751984f, -0.1009971946477890f,
+// 0.1533527374267578f, 0.1853719353675842f, -0.2185774147510529f,
+// 0.0031053461134434f, 0.0243307203054428f, -0.0105732092633843f,
+// -0.0066633564420044f, -0.0065743084996939f, -0.2404791116714478f,
+// 0.0879125297069550f, 0.1992384642362595f, -0.3012913167476654f,
+// 0.0501162968575954f, 0.1347581595182419f, -0.1512281447649002f,
+// 0.1129892766475677f, 0.0277744550257921f, -0.0388805419206619f,
+// -0.2595855891704559f, 0.0207540802657604f, 0.0612765513360500f,
+// 0.1031953841447830f, -0.0694367885589600f, -0.1078882962465286f,
+// -0.2568969130516052f, 0.0011223681503907f, -0.1231435388326645f,
+// 0.0707387924194336f, -0.0027113056275994f, -0.0439813248813152f,
+// -0.0157297309488058f, 0.0081186806783080f, 0.0844228044152260f,
+// 0.0012503468897194f, -0.0421150512993336f, 0.1124999076128006f,
+// 0.1015276908874512f, 0.0306430719792843f, 0.1293505132198334f,
+// 0.0185103639960289f, -0.2038096040487289f, 0.0207227300852537f,
+// 0.2016383409500122f, -0.0870957300066948f, 0.1730916500091553f,
+// -0.1318205595016479f, -0.0261460617184639f, -0.0568961128592491f,
+// -0.1497796177864075f, 0.0210582427680492f, -0.0797210484743118f,
+// -0.0971746370196342f, 0.0156109407544136f, -0.2230744510889053f,
+// -0.0778070241212845f, -0.0465305894613266f, 0.0248477719724178f,
+// -0.1859313249588013f, 0.0926006361842155f, 0.1844630092382431f,
+// 0.0971203818917274f, -0.0851901322603226f, -0.0584502927958965f,
+// -0.1572157293558121f, 0.1957768648862839f, -0.0640770792961121f,
+// -0.2474796473979950f, -0.1705325990915298f, -0.0714155584573746f,
+// 0.0788560137152672f, 0.0085481246933341f, -0.0641366764903069f,
+// -0.1159530654549599f, 0.0509161539375782f, 0.3176740407943726f,
+// -0.1517817676067352f, -0.0634795203804970f, -0.1353811323642731f,
+// -0.0441518500447273f, -0.0811629667878151f, 0.1154484674334526f,
+// 0.0197824463248253f, -0.0756083428859711f, 0.0201077442616224f,
+// 0.0976702645421028f, 0.0382740758359432f, 0.0873170197010040f,
+// 0.0472518131136894f, -0.0620307885110378f, 0.4918564856052399f,
+// 0.0398779027163982f, 0.0619361139833927f, -0.1299195438623428f,
+// -0.0637084022164345f, -0.0279254652559757f, -0.1408895403146744f,
+// 0.0165728088468313f, 0.0859600976109505f, -0.0569353774189949f,
+// -0.0603900104761124f, -0.0389042794704437f, -0.1315126419067383f,
+// -0.1278192996978760f, -0.1176947280764580f, 0.0604958534240723f,
+// 0.1457364857196808f, 0.2576144039630890f, 0.2584804594516754f,
+// 0.0678561255335808f, 0.1018837317824364f, 0.0878392010927200f,
+// 0.0240693222731352f, -0.0066971965134144f, 0.1599958240985870f,
+// -0.1120248213410378f, -0.0165915973484516f, 0.1346962898969650f,
+// 0.0322082377970219f, -0.0304463207721710f, 0.2521690130233765f,
+// -0.1017533615231514f, -0.0757516324520111f, 0.2171749174594879f,
+// -0.0002234512794530f, 0.0868634805083275f, 0.1039585024118423f,
+// -0.0549845844507217f, 0.0201584603637457f, 0.0629774034023285f,
+// -0.0609563291072845f, -0.1178759112954140f, -0.2998937070369720f,
+// 0.0225755348801613f, 0.0715130418539047f, 0.1138006672263145f,
+// -0.0463526435196400f, -0.0151628507301211f, 0.3981377482414246f,
+// 0.0318189635872841f, -0.0821706056594849f, -0.0359763018786907f,
+// -0.0280167981982231f, -0.0368989743292332f, 0.0817688107490540f,
+// 0.1179616674780846f, 0.1816166192293167f, -0.3387052416801453f,
+// 0.0125588783994317f, -0.0337966158986092f, 0.0305429156869650f,
+// -0.0764550939202309f, -0.1010136753320694f, -0.1053711250424385f,
+// 0.1702450215816498f, 0.1822928786277771f, 0.1857831329107285f,
+// 0.0795813873410225f, 0.0632570311427116f, -0.0062402361072600f,
+// 0.0500121377408504f, -0.0212455932050943f, 0.3520399332046509f,
+// -0.0679248347878456f, -0.0288789737969637f, 0.3590849041938782f,
+// -0.0330481305718422f, 0.0675571933388710f, -0.1975956410169601f,
+// -0.1328265070915222f, -0.0298210475593805f, 0.1643951386213303f,
+// 0.0228595975786448f, 0.1158242225646973f, 0.1760519593954086f,
+// 0.0057220677845180f, -0.0123360119760036f, 0.0774640589952469f,
+// -0.0634230747818947f, -0.1036548316478729f, -0.0870916545391083f,
+// 0.0722195133566856f, 0.0703595280647278f, 0.1509282290935516f,
+// -0.0244495328515768f, -0.0024995456915349f, -0.0257911588996649f,
+// 0.0618958808481693f, -0.1321187615394592f, 0.1083598360419273f,
+// -0.0621230565011501f, 0.0111669423058629f, -0.1022806763648987f,
+// 0.1334842592477798f, 0.2287627756595612f, -0.0934759974479675f,
+// 0.1022763326764107f, 0.0296244472265244f, -0.1232114657759666f,
+// -0.0502394214272499f, -0.0207374021410942f, 0.2256766855716705f,
+// 0.1509632468223572f, 0.1096458137035370f, 0.1305897533893585f,
+// 0.0946663618087769f, 0.0735818818211555f, 0.1303192526102066f,
+// 0.0681874454021454f, 0.1192929521203041f, 0.0898978337645531f,
+// -0.0189084243029356f, 0.1058107018470764f, 0.0510280802845955f,
+// -0.0718338489532471f, -0.0879809558391571f, 0.0031629221048206f,
+// -0.1046181470155716f, -0.0169915612787008f, 0.0278237853199244f,
+// -0.1024666130542755f, -0.1465166211128235f, 0.0196753069758415f,
+// 0.0542838908731937f, 0.0463965535163879f, -0.0666163563728333f,
+// 0.0583342649042606f, -0.0619718618690968f, 0.1499993056058884f,
+// 0.0658723711967468f, 0.0322192385792732f, 0.0166597310453653f,
+// 0.0314100906252861f, -0.0728576853871346f, 0.1497338563203812f,
+// 0.0786861330270767f, -0.2315355390310287f, -0.0307714585214853f,
+// 0.0138852046802640f, 0.0444737710058689f, -0.0178366340696812f,
+// -0.1525228321552277f, 0.0360899604856968f, 0.1387436389923096f,
+// 0.0485521294176579f, -0.0982960686087608f, -0.0788924843072891f,
+// -0.0034131559077650f, -0.0067238863557577f, -0.0492293834686279f,
+// -0.1305403411388397f, 0.1431712359189987f, 0.0813627690076828f,
+// -0.0349138639867306f, -0.0896352455019951f, 0.0699837729334831f,
+// -0.1102239564061165f, 0.2257417738437653f, -0.1284259706735611f,
+// -0.0967574194073677f, -0.1237919554114342f, -0.0855020955204964f,
+// 0.0784973800182343f, 0.0671424865722656f, 0.0243165027350187f,
+// -0.1310917288064957f, -0.1746931523084641f, 0.0726330354809761f,
+// -0.0390232577919960f, 0.1295467168092728f, -0.0093856267631054f,
+// -0.0194841772317886f, -0.0693997964262962f, -0.0482497923076153f,
+// -0.0004215279768687f, -0.0373230390250683f, -0.1239394918084145f,
+// -0.0393771231174469f, 0.0731801167130470f, -0.1195040568709373f,
+// -0.0198368262499571f, -0.0783863365650177f, 0.0995682328939438f,
+// -0.0094440272077918f, -0.0268889330327511f, -0.1358914375305176f,
+// 0.0100499065592885f, 0.0493746437132359f, 0.1235748231410980f,
+// -0.0472690090537071f, 0.0446495003998280f, 0.0356867313385010f,
+// -0.0599660724401474f, 0.1259299963712692f, -0.0365311019122601f,
+// -0.0196294058114290f, -0.1482785940170288f, 0.0514592193067074f,
+// -0.0887195691466331f, 0.0559983290731907f, -0.1468140929937363f,
+// -0.0260523930191994f, -0.0345228537917137f, -0.1077378168702126f,
+// -0.0360951349139214f, 0.0912763848900795f, 0.1183215901255608f,
+// 0.0093327602371573f, 0.0721995085477829f, -0.2526864111423492f,
+// -0.0218491051346064f, 0.0038491834420711f, -0.1984527409076691f,
+// -0.0027201306074858f, -0.0438411124050617f, 0.0071242265403271f,
+// -0.0104242702946067f, 0.0981302261352539f, 0.1836938858032227f,
+// 0.0156839434057474f, 0.0132135199382901f, -0.4767211079597473f,
+// -0.0093587888404727f, -0.0117981098592281f, -0.1667831987142563f,
+// -0.0080045768991113f, -0.0097699454054236f, -0.3658328652381897f,
+// 0.0217447225004435f, -0.0676950141787529f, 0.1498678624629974f,
+// 0.0131524810567498f, -0.0329774543642998f, -0.5435885190963745f,
+// -0.0039872289635241f, -0.0327502191066742f, -0.3668422102928162f,
+// -0.0254254136234522f, 0.1125988811254501f, -0.4369912445545197f,
+// -0.0173652395606041f, -0.0108449738472700f, 0.1550551652908325f,
+// -0.0021074565593153f, -0.0287794414907694f, 0.4194664657115936f,
+// -0.0298372842371464f, 0.0348758026957512f, -0.0781351178884506f,
+// 0.0139163359999657f, 0.0198636911809444f, 0.0710014253854752f,
+// -0.0067253694869578f, 0.0036573808174580f, 0.0304828379303217f,
+// -0.0222050398588181f, 0.0668700188398361f, -0.1172292307019234f,
+// 0.0557696856558323f, 0.0668816044926643f, -0.0610916800796986f,
+// -0.1486452966928482f, 0.0693650990724564f, -0.0921343713998795f,
+// 0.0402981974184513f, 0.0285329185426235f, -0.0718525126576424f,
+// 0.0347774028778076f, -0.0259605646133423f, 0.0124837551265955f,
+// 0.0200376994907856f, -0.2360414713621140f, 0.8088269233703613f,
+// 0.3666249215602875f, 0.7275481820106506f, 0.0708103999495506f,
+// 0.6654303669929504f, 0.2556853294372559f, -0.7762141823768616f,
+// -1.0435554981231689f,
+// 0.5503522157669067f, 1.1235927343368530f, 1.3195496797561646f,
+// -0.5474681258201599f, 0.6897432208061218f, -0.0716017559170723f,
+// 0.5024916529655457f, 0.0475910380482674f, -0.0302082784473896f,
+// -0.2625969052314758f, 0.2297173440456390f, -0.0617483593523502f,
+// 0.0624447651207447f, 0.0683373436331749f, 0.4028191268444061f,
+// 0.1021604314446449f, -0.0515899620950222f, -0.0147278262302279f,
+// -0.0859885066747665f, -0.2307883501052856f, 0.0208108443766832f,
+// -0.1236502379179001f, 0.3084643781185150f, -0.0168251488357782f,
+// -0.2033080607652664f, -0.1506783068180084f, 0.1777284145355225f,
+// 0.1167847439646721f, 0.1655934005975723f, 0.0945790633559227f,
+// -0.2482723742723465f, 0.1792757809162140f, 0.0215896368026733f,
+// 0.2340768277645111f, -0.2441953122615814f, 0.1561125516891479f,
+// -0.1287454515695572f, 0.0588276684284210f, -0.0543488189578056f,
+// -0.1089449524879456f, 0.1524713039398193f, -0.1809474229812622f,
+// -0.1818275600671768f, 0.1946217715740204f, -0.1268916279077530f,
+// 0.0450930073857307f, -0.0236995536834002f, -0.0902123153209686f,
+// -0.2739755511283875f, -0.1979535222053528f, -0.0264006275683641f,
+// -0.0261624027043581f, 0.1690888106822968f, 0.1718302667140961f,
+// -0.1651113927364349f, -0.1195175573229790f, -0.1537057012319565f,
+// 0.0746699571609497f, 0.1099733188748360f, -0.1748132258653641f,
+// -0.0469941720366478f, -0.1500727087259293f, -0.0732865855097771f,
+// 0.2118384242057800f, 0.0784979015588760f, 0.1901907175779343f,
+// -0.2691223919391632f, -0.0251511838287115f, 0.0511631816625595f,
+// -0.0172951463609934f, -0.1373666524887085f, -0.1197123304009438f,
+// 0.2054472267627716f, 0.0918495133519173f, 0.2860390841960907f,
+// 0.1238257735967636f, 0.1382637470960617f, -0.0250368956476450f,
+// 0.0668867900967598f, -0.0732767581939697f, 0.0406535491347313f,
+// 0.0686183348298073f, 0.0924964919686317f, -0.0229020249098539f,
+// -0.1721753180027008f, -0.0563538670539856f, 0.0349142886698246f,
+// -0.1468899846076965f, -0.0957385376095772f, -0.0174824818968773f,
+// -0.0131684299558401f, 0.0743657872080803f, -0.2585874795913696f,
+// -0.1986766606569290f, 0.2757526636123657f, -0.1646734029054642f,
+// 0.1287933140993118f, 0.0010635402286425f, 0.0559434778988361f,
+// 0.2513576745986938f, -0.1325760632753372f, 0.1562484353780746f,
+// 0.2422229349613190f, 0.1419349908828735f, -0.2494964450597763f,
+// 0.0465989075601101f, 0.1606212556362152f, -0.0089199114590883f,
+// 0.0974808558821678f, 0.0107071595266461f, 0.1229511871933937f,
+// -0.1826544702053070f, -0.1404869109392166f, 0.1565381437540054f,
+// -0.1284366995096207f, 0.2026359289884567f, 0.0501506961882114f,
+// 0.2306211292743683f, -0.0552665814757347f, 0.2426324784755707f,
+// 0.0018783777486533f, 0.0851922035217285f, -0.1322316527366638f,
+// 0.3079032003879547f, 0.0041848071850836f, -0.4812103211879730f,
+// -0.0613851845264435f, 0.3128149807453156f, 0.0507771335542202f,
+// -0.2506083548069000f, -0.2074258178472519f, 0.0962183251976967f,
+// 0.0341102443635464f, -0.0031034552957863f, -0.0892680808901787f,
+// -0.4152185320854187f, -0.0371784344315529f, -0.0438370555639267f,
+// 0.4203791618347168f, 0.2473257780075073f, -0.0681976079940796f,
+// 0.2452239990234375f, 0.1608535498380661f, 0.0368631556630135f,
+// -0.2807374000549316f, 0.0572959817945957f, -0.0893598347902298f,
+// -0.0401408337056637f, 0.1250578761100769f, 0.1114709973335266f,
+// 0.3375707864761353f, 0.2969027459621429f, -0.0037771272473037f,
+// 0.2549957334995270f, 0.1727421879768372f, 0.1793968379497528f,
+// 0.0644485726952553f, -0.0499892309308052f, -0.4152791500091553f,
+// -0.1186690777540207f, 0.0504055693745613f, 0.1519839316606522f,
+// -0.2300613224506378f, 0.2624985575675964f, 0.1153113767504692f,
+// -0.0593918375670910f, 0.0578333847224712f, -0.0821096599102020f,
+// 0.3816260993480682f, 0.1891238242387772f, -0.0066618318669498f,
+// 0.5538274645805359f, 0.0405019856989384f, -0.1322236806154251f,
+// -0.0668660327792168f, 0.1024461686611176f, -0.0266351439058781f,
+// -0.0756742805242538f, 0.0163808856159449f, -0.1481841355562210f,
+// -0.2096360176801682f, 0.0126413973048329f, -0.0890566706657410f,
+// -0.0455370210111141f, -0.0265836324542761f, 0.1062089279294014f,
+// -0.0996756553649902f, -0.0049661220982671f, 0.0467751510441303f,
+// 0.0046054418198764f, 0.1811282485723495f, -0.0956077873706818f,
+// 0.1924115568399429f, -0.0181547943502665f, -0.0485163703560829f,
+// 0.1359182596206665f, 0.0958892107009888f, -0.0305493790656328f,
+// 0.0163593273609877f, -0.1978376656770706f, 0.1425369530916214f,
+// 0.1516430228948593f, -0.0267892964184284f, -0.1954641342163086f,
+// -0.0348543897271156f, -0.2263830900192261f, -0.2955451011657715f,
+// 0.1789751648902893f, 0.1066187694668770f, 0.1291668117046356f,
+// 0.2813055217266083f, -0.2068120092153549f, 0.0890734121203423f,
+// -0.0926951691508293f, -0.3705195486545563f, -0.0630164071917534f,
+// -0.0894936174154282f, 0.0873914211988449f, -0.1258064061403275f,
+// 0.3096104562282562f, -0.1709195822477341f, -0.1556964516639709f,
+// 0.3954521715641022f, 0.0059589771553874f, -0.1676078438758850f,
+// -0.0222665183246136f, 0.0146449562162161f, 0.1136508062481880f,
+// 0.1385648995637894f, -0.0158955231308937f, 0.2184877693653107f,
+// -0.2108409106731415f, 0.2218895107507706f, 0.0185941122472286f,
+// -0.2499277740716934f, -0.0268340557813644f, 0.0884858891367912f,
+// -0.0302783511579037f, 0.1017815917730331f, -0.1104163378477097f,
+// 0.1419204175472260f, 0.0847211554646492f, -0.0909809172153473f,
+// 0.1561040431261063f, -0.0716987624764442f, -0.0116558168083429f,
+// -0.0502893403172493f, -0.1094725131988525f, -0.0502851270139217f,
+// -0.0395644009113312f, 0.4464649260044098f, 0.3639278709888458f,
+// 0.1826440691947937f, -0.0246961824595928f, -0.0180443264544010f,
+// -0.2110923230648041f, -0.0157845355570316f, -0.1229309886693954f,
+// -0.1074806898832321f, 0.1970345079898834f, -0.0523569174110889f,
+// -0.1974346786737442f, -0.2494192719459534f, -0.1838158965110779f,
+// 0.1439112126827240f, 0.1279174834489822f, -0.1343846768140793f,
+// -0.2191896438598633f, 0.1696136444807053f, 0.0854909196496010f,
+// -0.0407394617795944f, -0.0083811255171895f, 0.0683771148324013f,
+// 0.1014994829893112f, -0.0439382493495941f, -0.1830081194639206f,
+// -0.0612199567258358f, -0.0685333684086800f, -0.1340343952178955f,
+// -0.0879439562559128f, 0.1683074533939362f, -0.1299828290939331f,
+// 0.0550738945603371f, -0.1073051989078522f, 0.0723922029137611f,
+// 0.1871776729822159f, 0.1564193069934845f, 0.0999665409326553f,
+// -0.2841529846191406f, 0.1391884833574295f, -0.1421700716018677f,
+// -0.1680980026721954f, -0.0903332009911537f, -0.0653268620371819f,
+// -0.0026354463770986f, -0.0001767195935827f, -0.1599652171134949f,
+// -0.1115430071949959f, 0.0548756755888462f, -0.2331729978322983f,
+// 0.1138368844985962f, 0.0681443288922310f, -0.1003354862332344f,
+// 0.2492562234401703f, 0.0648852437734604f, -0.0244749095290899f,
+// -0.1765702962875366f, -0.0150297526270151f, 0.0106057655066252f,
+// 0.0163520295172930f, -0.1026525944471359f, 0.0611478723585606f,
+// -0.2272559702396393f, 0.0626619011163712f, -0.0218901839107275f,
+// -0.0929118990898132f, 0.0734029561281204f, -0.0870890095829964f,
+// 0.0323749817907810f, -0.0998157486319542f, -0.0361085534095764f,
+// 0.0291638001799583f, -0.1504264324903488f, 0.0543029308319092f,
+// 0.0760178565979004f, -0.1696458458900452f, -0.1602366119623184f,
+// 0.0762740522623062f, -0.1560383290052414f, 0.3092930912971497f,
+// 0.0172451939433813f, 0.2113786339759827f, 0.0760126337409019f,
+// -0.0136080849915743f, 0.1709290742874146f, -0.2101103514432907f,
+// -0.1323559880256653f, -0.0795750841498375f, 0.0570863671600819f,
+// -0.0051061413250864f, 0.3857192397117615f, -0.0701672285795212f,
+// 0.0765465721487999f, -0.1104678362607956f, 0.1504368185997009f,
+// 0.2239256501197815f, 0.0339689403772354f, 0.0627136528491974f,
+// 0.0333084985613823f, 0.0355088673532009f, -0.0892773568630219f,
+// 0.0226262640208006f, -0.0831952914595604f, 0.0859318226575851f,
+// -0.0851921513676643f, -0.0871903970837593f, 0.1503688395023346f,
+// -0.0119792390614748f, -0.2239895164966583f, -0.0279386099427938f,
+// 0.1031481623649597f, 0.0260689519345760f, 0.0700245201587677f,
+// -0.1624502688646317f, -0.2436850816011429f, -0.0479560717940331f,
+// 0.0686011090874672f, -0.0591471120715141f, -0.0588392503559589f,
+// 0.2731193900108337f, 0.0279497839510441f, -0.1497581005096436f,
+// 0.1746598184108734f, -0.2362467646598816f, 0.1896221339702606f,
+// 0.1160292550921440f, 0.0774408504366875f, -0.3747363686561584f,
+// 0.0235360600054264f, -0.0289821103215218f, 0.0037310807965696f,
+// 0.1377653926610947f, -0.1631262898445129f, -0.1234350875020027f,
+// -0.3701169490814209f, -0.1676222532987595f, 0.0562902987003326f,
+// 0.0274499300867319f, -0.0854829922318459f, -0.0564522147178650f,
+// 0.0422090291976929f, 0.0385558828711510f, -0.0961814597249031f,
+// -0.1170923784375191f, -0.0060289418324828f, -0.1055476889014244f,
+// 0.1085420399904251f, 0.0316155292093754f, -0.0400095060467720f,
+// 0.0478263720870018f, -0.1113176345825195f, -0.0402294881641865f,
+// -0.1280566751956940f, 0.0195096749812365f, -0.0658081993460655f,
+// -0.0618412941694260f, -0.1195166110992432f, 0.0104583557695150f,
+// -0.0375735126435757f, -0.0121207935735583f, 0.0345644317567348f,
+// 0.0668920427560806f, 0.0428422354161739f, 0.0109708206728101f,
+// -0.1086428239941597f, 0.0078362692147493f, -0.0115978494286537f,
+// 0.0055134249851108f, 0.0141786457970738f, 0.0248609483242035f,
+// 0.0788086503744125f, -0.0568257682025433f, 0.0086708152666688f,
+// 0.0260564964264631f, 0.0072664725594223f, 0.1593252569437027f,
+// 0.0549279674887657f, -0.0908113569021225f, -0.0712768882513046f,
+// -0.0742194727063179f, -0.0566616542637348f, -0.1502109020948410f,
+// 0.0717564374208450f, 0.1439715325832367f, 0.0927907451987267f,
+// 0.0767080038785934f, -0.0476109199225903f, -0.0910752192139626f,
+// -0.0543160773813725f, -0.1606121510267258f, 0.1147416755557060f,
+// 0.1658215075731277f, 0.1547195762395859f, 0.1400830149650574f,
+// -0.0566733516752720f, -0.0660386383533478f, -0.0000490622915095f,
+// -0.1267794072628021f, 0.0905226469039917f, -0.0722870230674744f,
+// 0.0106044914573431f, -0.0482525639235973f, -0.0101041495800018f,
+// -0.0764652714133263f, 0.0265994332730770f, 0.1011896729469299f,
+// -0.0836501345038414f, 0.1293702572584152f, 0.0263761207461357f,
+// 0.1394508183002472f, -0.0313773564994335f, -0.1394841969013214f,
+// -0.1510086357593536f, -0.0882636085152626f, -0.0582269951701164f,
+// 0.1064324751496315f, 0.0477198250591755f, -0.0283207856118679f,
+// 0.0596307292580605f, -0.0333453454077244f, -0.2578854560852051f,
+// 0.1512031406164169f, 0.0696836262941360f, -0.0981623679399490f,
+// 0.0776577591896057f, 0.1213756576180458f, 0.1435835063457489f,
+// 0.1389370262622833f, 0.2030928879976273f, 0.0951291173696518f,
+// -0.0752462595701218f, -0.0850123092532158f, 0.0498380623757839f,
+// -0.1449860334396362f, 0.1213342025876045f, -0.0505533590912819f,
+// 0.1450176984071732f, 0.1111876070499420f, 0.0283018685877323f,
+// 0.1579271703958511f, 0.1861825287342072f, -0.1181304603815079f,
+// -0.0659904479980469f, -0.1247562542557716f, 0.0943624228239059f,
+// -0.1046067178249359f, 0.0659722685813904f, 0.1650601774454117f,
+// 0.1209899187088013f, -0.0090310657396913f, -0.0430855005979538f,
+// 0.0063456431962550f, -0.1436854749917984f, -0.1070081517100334f,
+// 0.0383087433874607f, -0.1386834084987640f, 0.0849481448531151f,
+// 0.2201818227767944f, 0.0162079371511936f, 0.1085619181394577f,
+// -0.1022643521428108f, 0.1012717559933662f, 0.0551165603101254f,
+// -0.2231203913688660f, 0.0240026116371155f, -0.0386211760342121f,
+// 0.1219712942838669f, 0.0124277109280229f, 0.0884528830647469f,
+// -0.0995968729257584f, 0.0215988606214523f, 0.0857028588652611f,
+// -0.0763305500149727f, 0.0921088904142380f, -0.0660870745778084f,
+// -0.0339244678616524f, 0.1619871109724045f, -0.0199245791882277f,
+// -0.0217317622154951f, -0.0750296860933304f, -0.0040568090043962f,
+// -0.0310234054923058f, -0.0349109284579754f, 0.0262893941253424f,
+// 0.0105734607204795f, 0.1864845901727676f, -0.0234295353293419f,
+// -0.2314007580280304f, 0.1160600259900093f, 0.0903253331780434f,
+// -0.1803009957075119f, -0.2017223834991455f, 0.2464218437671661f,
+// 0.0012271441519260f, -0.0936066061258316f, 0.1160082817077637f,
+// -0.0250041466206312f, 0.1014389917254448f, 0.0022616269998252f,
+// 0.2055056393146515f, -0.1690066158771515f, -0.1411104351282120f,
+// -0.0331844873726368f, 0.0180817209184170f, -0.0539957918226719f,
+// -0.0678645819425583f, 0.1003690138459206f, 0.0500769540667534f,
+// 0.0377356559038162f, 0.0143936937674880f, -0.0933968871831894f,
+// -0.2075043767690659f, 0.0812069252133369f, 0.0168901644647121f,
+// 0.0876513123512268f, 0.0159347243607044f, 0.4410264790058136f,
+// -0.2260091006755829f, 0.0070548527874053f, 0.1786454916000366f,
+// -0.3168362081050873f, 0.0967457592487335f, 0.0696943551301956f,
+// 0.0473753139376640f, 0.0522981323301792f, -0.0654515027999878f,
+// -0.0854176878929138f, -0.1443823277950287f, -0.0556122660636902f,
+// 0.0718190148472786f, -0.0890364199876785f, -0.2104842662811279f,
+// -0.1498146206140518f, 0.1590266972780228f, 0.1090367808938026f,
+// 0.1113683059811592f, -0.0987064763903618f, -0.1579048782587051f,
+// 0.0864997357130051f, -0.1095174476504326f, 0.0571283474564552f,
+// -0.0495964102447033f, -0.0386656336486340f, 0.0983520820736885f,
+// 0.0524841025471687f, -0.1160329729318619f, 0.0457265973091125f,
+// 0.2994688749313354f, -0.0756509080529213f, -0.0468397401273251f,
+// 0.1180915459990501f, 0.1158877760171890f, 0.0306773744523525f,
+// 0.0905187949538231f, 0.0605767183005810f, 0.1974851936101913f,
+// -0.1292447447776794f, 0.0723766461014748f, 0.1178227141499519f,
+// -0.0903703123331070f, -0.1030220091342926f, -0.0307283904403448f,
+// 0.0753903463482857f, 0.0919985175132751f, 0.3760065138339996f,
+// -0.1821511536836624f, 0.1158352717757225f, 0.1793273240327835f,
+// -0.1333194077014923f, 0.1291965395212173f, 0.0459687560796738f,
+// -0.2008706331253052f, -0.0500161275267601f, -0.0923547074198723f,
+// 0.0030180981848389f, 0.1951972544193268f, 0.0153802838176489f,
+// -0.3130959272384644f, -0.1007640287280083f, -0.1026677191257477f,
+// -0.1241157278418541f, 0.0817249268293381f, -0.0734516978263855f,
+// 0.0329432487487793f, 0.0388399548828602f, -0.1748259067535400f,
+// 0.1019674167037010f, 0.2367718964815140f, -0.0092340316623449f,
+// -0.0639242008328438f, -0.2664327621459961f, 0.1511635184288025f,
+// -0.1918478310108185f, 0.2372031807899475f, 0.2463608533143997f,
+// -0.4455161988735199f, 0.1551444232463837f, 0.0863701552152634f,
+// -0.1422213464975357f, 0.0269161462783813f, -0.0071729659102857f,
+// -0.0022827729117125f, 0.0544564165174961f, -0.0216414667665958f,
+// -0.0947104915976524f, 0.0007799767772667f, 0.0619673281908035f,
+// -0.0032478657085449f, 0.0602151043713093f, 0.1041422113776207f,
+// -0.1919574290513992f, -0.0310733038932085f, 0.2789992392063141f,
+// -0.2053079456090927f, -0.0974634289741516f, 0.1011973023414612f,
+// -0.1570361256599426f, -0.2253395169973373f, -0.1338862180709839f,
+// 0.3335075974464417f, -0.1372175663709641f, 0.1381346881389618f,
+// -0.0496484600007534f, 0.1310704201459885f, -0.0697893276810646f,
+// -0.2166804373264313f, -0.0299499165266752f, 0.1435317993164062f,
+// -0.0580982193350792f, 0.0970260277390480f, -0.0176792480051517f,
+// -0.3179079294204712f, 0.0040218308568001f, -0.1462613642215729f,
+// 0.1088466122746468f, 0.0868568494915962f, -0.0534637607634068f,
+// -0.1515706777572632f, 0.2548989057540894f, 0.2470518350601196f,
+// -0.1287491470575333f, -0.2843754589557648f, 0.3077850043773651f,
+// -0.4439697563648224f, -0.2289869487285614f, -0.1414025723934174f,
+// 0.0758483037352562f, -0.0007448082324117f, 0.1541638970375061f,
+// -0.4232381880283356f, -0.0412177331745625f, -0.0660948753356934f,
+// 0.1655383557081223f, 0.0846348032355309f, 0.0060160844586790f,
+// 0.0107886865735054f, 0.0579444766044617f, -0.0512477308511734f,
+// 0.0501900389790535f, -0.0820547416806221f, 0.1561993956565857f,
+// -0.0667766481637955f, 0.0532327927649021f, -0.0238194521516562f,
+// -0.2136735767126083f, -0.0505008324980736f, -0.0180021785199642f,
+// -0.1171408593654633f, 0.1923230588436127f, -0.0124844182282686f,
+// -0.1987843364477158f, -0.0312837883830070f, -0.0163442622870207f,
+// -0.1059653311967850f, -0.0002981512807310f, 0.1147801131010056f,
+// 0.0692866668105125f, 0.0092460475862026f, -0.1088741496205330f,
+// -0.1683195382356644f, 0.0057179336436093f, -0.1835942268371582f,
+// 0.0090471161529422f, 0.0307979024946690f, 0.0111512206494808f,
+// 0.0662578791379929f, 0.4354153871536255f, -0.0779007002711296f,
+// -1.0349737405776978f, -0.2126042544841766f, 0.3285783827304840f,
+// -0.2711738944053650f, -0.0419041849672794f, 0.2768166959285736f,
+// 0.2350287586450577f, 0.1367309242486954f, -0.1050819680094719f,
+// -0.0564177706837654f, -0.0864207819104195f, 0.3508518040180206f,
+// -0.0469007901847363f, -0.0028635095804930f, -0.0169418528676033f,
+// 0.1566521674394608f, -0.0353279300034046f, -0.0813437327742577f,
+// 0.1797913610935211f, -0.0954674556851387f, -0.1217011362314224f,
+// 0.2838127911090851f, 0.3833883702754974f, -0.2326021790504456f,
+// -0.1417565196752548f, -0.1395609080791473f, 0.3455983102321625f,
+// 0.0291739925742149f, -0.1729670763015747f, 0.0452495850622654f,
+// 0.2695198059082031f, -0.0639462396502495f, 0.2156213968992233f,
+// -0.0381464213132858f, 0.1219923123717308f, 0.4139436185359955f,
+// 0.0617270544171333f, -0.0919437184929848f, 0.1079620718955994f,
+// -0.1340182125568390f, 0.1450993716716766f, 0.3450043201446533f,
+// -0.4180879890918732f, 0.2758322656154633f, -0.0792399123311043f,
+// -0.0398576147854328f, -0.0195847339928150f, -0.1420668661594391f,
+// 0.1203925088047981f, 0.0070371772162616f, -0.0731215327978134f,
+// -0.4149989783763885f, 0.1075491383671761f, 0.2326771765947342f,
+// -0.0346058085560799f, 0.0357648171484470f, 0.3741780519485474f,
+// 0.0406234636902809f, 0.2619424760341644f, 0.2742786705493927f,
+// -0.0919265076518059f, -0.0615264698863029f, 0.3151536285877228f,
+// 0.1897670477628708f, 0.3080634772777557f, 0.3019611835479736f,
+// 0.0560731105506420f, -0.2851409018039703f, 0.1977333277463913f,
+// 0.0195421017706394f, 0.0203707888722420f, -0.2087811529636383f,
+// 0.0205279849469662f, 0.0585000291466713f, -0.1236960440874100f,
+// -0.0570961609482765f, 0.0978592485189438f, -0.0444491654634476f,
+// -0.0917853042483330f, 0.2868058681488037f, -0.1927214711904526f,
+// 0.1843582540750504f, 0.0539517551660538f, -0.0502063147723675f,
+// -0.1597144603729248f, 0.1720817238092422f, 0.1688240170478821f,
+// -0.0315347649157047f, 0.1078841388225555f, 0.0903654173016548f,
+// -0.0318235047161579f, 0.1163014546036720f, 0.1938747763633728f,
+// -0.0181638523936272f, 0.1136741563677788f, -0.3135337233543396f,
+// -0.0650426074862480f, 0.0507546104490757f, -0.0100708473473787f,
+// -0.0887423530220985f, -0.1426788717508316f, -0.1451717764139175f,
+// 0.0376236923038960f, -0.1040761321783066f, -0.1280488818883896f,
+// -0.2524258494377136f, -0.0747276991605759f, -0.1304276138544083f,
+// -0.2075870931148529f, 0.1161978170275688f, -0.2520075142383575f,
+// -0.0413789227604866f, -0.0233825575560331f,
+// 0.2490131109952927f, 1.1484129428863525f, 0.1882192790508270f,
+// -0.0897687971591949f, -0.3593353629112244f, -0.2849197387695312f,
+// 0.0823253318667412f, 0.4122974574565887f, 0.4852996766567230f,
+// 0.2249378114938736f, -0.0547204017639160f, -0.0534061305224895f,
+// 0.1657729446887970f, -0.0266821235418320f, -0.1960736811161041f,
+// 0.0820548757910728f, 0.1535602509975433f, 0.0680399835109711f,
+// -0.0078706759959459f, 0.0649954900145531f, -0.0728594288229942f,
+// -0.0177734270691872f, 0.1860086023807526f, -0.0156683102250099f,
+// -0.1088509410619736f, 0.0540290586650372f, 0.0141119174659252f,
+// -0.1139585226774216f, 0.0930519476532936f, -0.1034799888730049f,
+// -0.0418870449066162f, 0.1203195378184319f, -0.2263769805431366f,
+// 0.0818824023008347f, 0.2946881353855133f, -0.2312213629484177f,
+// 0.2818272411823273f, 0.1811365038156509f, 0.1102776601910591f,
+// -0.1208712831139565f, -0.2380627393722534f, 0.0859938561916351f,
+// 0.1686095446348190f, 0.0747914910316467f, 0.0423164777457714f,
+// 0.1189163103699684f, 0.2636805474758148f, 0.0783058181405067f,
+// -0.0480731576681137f, -0.0549124404788017f, -0.0405563600361347f,
+// -0.3244208395481110f, 0.0840511098504066f, 0.4434534311294556f,
+// 0.0766162797808647f, -0.0807489678263664f, -0.0947834029793739f,
+// -0.2743903398513794f, 0.1861433833837509f, 0.1205037161707878f,
+// 0.2967350482940674f, 0.1036299169063568f, -0.0317775160074234f,
+// 0.1825858354568481f, -0.0751445963978767f, -0.1164661720395088f,
+// -0.3784240782260895f, -0.3002306520938873f, 0.1234387233853340f,
+// 0.2298182249069214f, -0.0340008437633514f, 0.1966798901557922f,
+// -0.0374789237976074f, 0.1679442673921585f, -0.3625492453575134f,
+// 0.1615397483110428f, 0.0355627536773682f, -0.1838620454072952f,
+// 0.1954242587089539f, -0.3153123557567596f, 0.0010241147829220f,
+// 0.0168202705681324f, -0.1352540701627731f, 0.1912554502487183f,
+// -0.0354465059936047f, -0.0881438776850700f, 0.3004740774631500f,
+// -0.0173819456249475f, -0.0620660558342934f, 0.2291221320629120f,
+// -0.1195744648575783f, -0.2447151839733124f, 0.0321328304708004f,
+// 0.0513992197811604f, -0.4085124433040619f, 0.3184535503387451f,
+// -0.2772040367126465f, -0.0690391212701797f, 0.3394497334957123f,
+// -0.2302376925945282f, -0.0627121180295944f, 0.0949539244174957f,
+// -0.0846066027879715f, -0.2265533804893494f, 0.1453261524438858f,
+// -0.4166349768638611f, -0.2384441345930099f, 0.2254004627466202f,
+// -0.1611369550228119f, -0.0209887176752090f, 0.1852379292249680f,
+// -0.1890639662742615f, 0.0417222902178764f, -0.1657789200544357f,
+// -0.0722201615571976f, -0.0756649971008301f, 0.0883124023675919f,
+// -0.4467537701129913f, -0.1566131561994553f, -0.0000634869284113f,
+// 0.0760001838207245f, 0.0460562445223331f, -0.2671774923801422f,
+// -0.1343151628971100f, -0.1240794360637665f, -0.3749048411846161f,
+// 0.0132461469620466f, -0.1510066837072372f, 0.1776596903800964f,
+// 0.1775592714548111f, 0.1469261646270752f, 0.2304096966981888f,
+// 0.0177126303315163f, -0.0213666222989559f, 0.1959526985883713f,
+// -0.0818237289786339f, -0.0996515154838562f, 0.1134700104594231f,
+// 0.1304114311933517f, 0.0514836274087429f, 0.0911351144313812f,
+// -0.1454926133155823f, -0.0786040425300598f, -0.0607804656028748f,
+// 0.0458114109933376f, 0.0633728057146072f, -0.1273346096277237f,
+// -0.0341678597033024f, -0.2591566741466522f, 0.1580802947282791f,
+// -0.0817889347672462f, 0.0515939518809319f, -0.1082940250635147f,
+// 0.1688636839389801f, 0.1939668357372284f, 0.0971017554402351f,
+// 0.0756257474422455f, -0.0956407785415649f, 0.1573165059089661f,
+// -0.0011034128256142f, -0.1374966502189636f, -0.0773978680372238f,
+// 0.0275473929941654f, 0.0186169184744358f, -0.0368887409567833f,
+// 0.4310569763183594f, 0.1677197813987732f, -0.1540910750627518f,
+// -0.4021011292934418f, 0.2998787462711334f, -0.5750269889831543f,
+// 0.3155713081359863f, -0.1620892584323883f, 0.1477563679218292f,
+// -0.1788084954023361f, 0.0314635261893272f, 0.0587145984172821f,
+// -0.3447057306766510f, -0.3986867964267731f, -0.2607076466083527f,
+// -0.1602131426334381f, 0.2907318174839020f, 0.2899854779243469f,
+// -0.0713187530636787f, 0.4085536897182465f, 0.0176925752311945f,
+// -0.0831419378519058f, -0.4208725988864899f, -0.4288117289543152f,
+// 0.1557794958353043f, 0.4294139444828033f, -0.6713209152221680f,
+// -0.2400791198015213f, -0.0842719972133636f, -0.0848180577158928f,
+// -0.3874688148498535f, -0.2109534144401550f, -0.0362876430153847f,
+// 0.3817736506462097f, 0.2004813402891159f, -0.0813527330756187f,
+// -0.1610292345285416f, -0.3418010175228119f, -0.1338472068309784f,
+// 0.1080116927623749f, 0.3653260171413422f, 0.1249310225248337f,
+// -0.0685375481843948f, 0.1293216943740845f, -0.4877739250659943f,
+// 0.3030990660190582f, -0.3039334118366241f, 0.0842604041099548f,
+// -0.1101860851049423f, 0.1127569004893303f, -0.6786381006240845f,
+// -0.0106330821290612f, -0.1610225141048431f, 0.5051711797714233f,
+// -0.3949847519397736f, -0.4971604943275452f, -0.3535101413726807f,
+// 0.3432947993278503f, 0.2044661939144135f, -0.2680586874485016f,
+// -0.1599591821432114f, 0.1137880906462669f, 0.2800127863883972f,
+// 0.2541310787200928f, 0.0162645131349564f, -0.0368805937469006f,
+// 0.1033608987927437f, -0.0826993137598038f, -0.4916746616363525f,
+// -0.1769467741250992f, 0.4202718436717987f, 0.1459099203348160f,
+// -0.0670984759926796f, -0.2372366786003113f, 0.2310485988855362f,
+// -0.0589228905737400f, 0.0155930826440454f, 0.2288095355033875f,
+// 0.1955528408288956f, 0.2291877716779709f, -0.1144999638199806f,
+// 0.0657032728195190f, -0.0159763898700476f, -0.1100466474890709f,
+// 0.1058837547898293f, 0.1173116862773895f, 0.1391998529434204f,
+// -0.0817865505814552f, 0.0954204648733139f, -0.0920178145170212f,
+// -0.0603502914309502f, 0.0929733142256737f, -0.0321876183152199f,
+// 0.0029243628960103f, -0.1732879877090454f, 0.2636862397193909f,
+// -0.1801264882087708f, 0.2157795429229736f, -0.0466542169451714f,
+// 0.0511612705886364f, 0.1696940213441849f, -0.2580754458904266f,
+// 0.0324565321207047f, -0.3196246325969696f, -0.0066855689510703f,
+// 0.0326040759682655f, -0.0171571169048548f, -0.5771169066429138f,
+// -0.0834266915917397f, 0.1629467159509659f, 0.1141129732131958f,
+// -0.0734627097845078f, -0.1187616959214211f, 0.0161813925951719f,
+// -0.0099286045879126f, -0.0014326900709420f, -0.1330925226211548f,
+// -0.2041598111391068f, -0.2397428750991821f, 0.1368982195854187f,
+// 0.1086599230766296f, 0.2265413850545883f, 0.0311096757650375f,
+// -0.0686727613210678f, -0.2516424357891083f, 0.1371879875659943f,
+// 0.0629687160253525f, 0.1734845936298370f, -0.2287237346172333f,
+// 0.0020837616175413f, 0.0494079552590847f, 0.1705535501241684f,
+// -0.1147396564483643f, 0.0888174101710320f, -0.1343237012624741f,
+// -0.1202816218137741f, 0.1158100068569183f, -0.1479616463184357f,
+// 0.0158568639308214f, -0.1406323611736298f, -0.2070694714784622f,
+// 0.0697662457823753f, 0.0662801787257195f, 0.0606634207069874f,
+// -0.1419209241867065f, 0.2613020837306976f, -0.1640673577785492f,
+// -0.0960830748081207f, -0.1962976604700089f, 0.1018447279930115f,
+// -0.0155148031190038f, -0.0496781915426254f, -0.1728981584310532f,
+// 0.0251683350652456f, 0.0993150919675827f, -0.0653635114431381f,
+// 0.1672188043594360f, 0.0031521115452051f, 0.0533302798867226f,
+// -0.0924797579646111f, 0.2241409122943878f, -0.0778549760580063f,
+// 0.0592609457671642f, 0.0218077711760998f, -0.2621725201606750f,
+// 0.0377946346998215f, -0.0907088443636894f, -0.0602085739374161f,
+// -0.1209654584527016f, -0.1874467283487320f, -0.4236384034156799f,
+// 0.0372238159179688f, -0.1044986844062805f, -0.4768217504024506f,
+// -0.1755119115114212f, -0.1851440966129303f, -0.1445132493972778f,
+// 0.1840600371360779f, -0.2283357828855515f, 0.0691771656274796f,
+// 0.0560647547245026f, 0.0889114364981651f, -0.2105345129966736f,
+// -0.0166035555303097f, -0.1739808171987534f, -0.0168804898858070f,
+// 0.0117416363209486f, 0.0890015661716461f, 0.0974157303571701f,
+// -0.0668275132775307f, 0.1711818277835846f, -0.0021398132666945f,
+// -0.2649127840995789f, -0.0255978181958199f, -0.0785706266760826f,
+// 0.2867144942283630f, 0.3140647113323212f, 0.1461330652236938f,
+// -0.0771010890603065f, -0.1495222449302673f, 0.1286202520132065f,
+// -0.1023134514689445f, -0.0554765574634075f, -0.1682029068470001f,
+// 0.0278436299413443f, 0.1852084994316101f, 0.0545953400433064f,
+// -0.1384050995111465f, -0.0541551150381565f, -0.0580307543277740f,
+// -0.1819591522216797f, 0.2713106572628021f, 0.0463674701750278f,
+// 0.0262052696198225f, 0.3652226328849792f, 0.1431291997432709f,
+// -0.2110203504562378f, 0.0237106624990702f, -0.1142617017030716f,
+// 0.1929450780153275f, 0.1458335220813751f, -0.2050037235021591f,
+// -0.2209392338991165f, -0.2403073608875275f, -0.1413891017436981f,
+// -0.1049745231866837f, 0.0144648952409625f, -0.2214652001857758f,
+// 0.2976784408092499f, -0.1834312081336975f, 0.0822290256619453f,
+// -0.2115547955036163f, -0.0389730669558048f, -0.0772162005305290f,
+// -0.1593701541423798f, -0.0823160633444786f, 0.0190818309783936f,
+// 0.1027548387646675f, 0.1771736592054367f, 0.0363082624971867f,
+// 0.0668584480881691f, 0.0719419419765472f, -0.0034850663505495f,
+// -0.0102831171825528f, -0.0524675473570824f, -0.1007882356643677f,
+// -0.0188460703939199f, 0.0204248223453760f, -0.0134026035666466f,
+// -0.1247720196843147f, 0.2784672677516937f, 0.0939982309937477f,
+// -0.2145370841026306f, -0.1657387018203735f, -0.0384250804781914f,
+// -0.1111102253198624f, 0.0876687914133072f, 0.1795725524425507f,
+// 0.1141410842537880f, 0.2706945836544037f, 0.1889487504959106f,
+// -0.0129860658198595f, 0.0065688658505678f, 0.1270708739757538f,
+// 0.0539610832929611f, -0.0384354107081890f, -0.1132745295763016f,
+// 0.1340116560459137f, -0.1634315997362137f, 0.0196919441223145f,
+// -0.0867221802473068f, 0.0437963679432869f, -0.0178856141865253f,
+// -0.0300991758704185f, 0.2485890984535217f, -0.1281761080026627f,
+// 0.0549479871988297f, 0.0618336312472820f, -0.1320908069610596f,
+// -0.4114893674850464f, -0.3572245240211487f, 0.9161696434020996f,
+// -0.2456666380167007f, -1.1122899055480957f, 0.4334407746791840f,
+// -0.2815971076488495f, 0.1588538289070129f, -0.0879918709397316f,
+// -0.0223504025489092f, 0.0120256934314966f, -0.1691958457231522f,
+// -0.2474068254232407f, 0.3262961208820343f, -0.0976997017860413f,
+// -0.0182960350066423f, 0.0576381310820580f, 0.0333649702370167f,
+// 0.0459422208368778f, 0.1187837645411491f, -0.2797903716564178f,
+// 0.0824001580476761f, -0.1772296279668808f, 0.1291924268007278f,
+// -0.2119045704603195f, 0.3354896008968353f, -0.0463718362152576f,
+// 0.1987403780221939f, 0.2050611823797226f, 0.1854339689016342f,
+// 0.4451198279857635f, -0.3492844700813293f, -0.3848979771137238f,
+// 0.2698176801204681f, -0.0877409651875496f, 0.7608480453491211f,
+// -0.0068557397462428f, -0.0362438000738621f, 0.3966702818870544f,
+// 0.0843031108379364f, 0.4930717051029205f, 0.4737719595432281f,
+// 0.2436329275369644f, 0.3533688187599182f, 0.1155309528112411f,
+// -0.2239342629909515f, 0.0252611842006445f, -0.1898096799850464f,
+// 0.4025955796241760f, -0.3109310865402222f, 0.1449571698904037f,
+// 0.7142518758773804f, 0.1572073101997375f, 0.2389863282442093f,
+// -0.1712453663349152f, 0.0323849692940712f, 0.2541809976100922f,
+// 0.5476485490798950f, 0.3726664185523987f, 0.2924025952816010f,
+// -0.4422652125358582f, -0.1183920800685883f, -0.0600391030311584f,
+// -0.2834499180316925f, 0.5002477765083313f, -0.3077173531055450f,
+// 0.2540568709373474f, 0.3700024187564850f, 0.1743857115507126f,
+// 0.3364853560924530f, 0.1022210046648979f, -0.0468078553676605f,
+// -0.0254405345767736f, 0.3343981206417084f, 0.2398784607648849f,
+// -0.2111731022596359f, 0.0181452874094248f, -0.0101518696174026f,
+// 0.2621356844902039f, -0.1612071692943573f, -0.0787738636136055f,
+// 0.1793909221887589f, -0.1172277703881264f, 0.1901982724666595f,
+// 0.2556910812854767f, -0.1235159039497375f, -0.1052098497748375f,
+// 0.1499465852975845f, -0.2439330965280533f, -0.1302634328603745f,
+// 0.4585502147674561f, 0.2286503314971924f, -0.0322164371609688f,
+// 0.0852758064866066f, -0.1723317354917526f, 0.0823077857494354f,
+// -0.0176646560430527f, 0.3283613622188568f, -0.1381675451993942f,
+// 0.3224991559982300f, -0.0749646201729774f, 0.1693776994943619f,
+// -0.1281068176031113f, -0.0697569847106934f, 0.1596474349498749f,
+// -0.2523627877235413f, 0.0059647429734468f, 0.1190227419137955f,
+// 0.0663032084703445f, -0.2196820378303528f, -0.0370377227663994f,
+// 0.2288185507059097f, -0.1637486368417740f, -0.3598238825798035f,
+// 0.0870592221617699f, -0.1995157450437546f, 0.1387645900249481f,
+// 0.1655933409929276f, -0.0877128168940544f, -0.1867767721414566f,
+// 0.0272569078952074f, 0.0514541640877724f, 0.1604039818048477f,
+// 0.2431612610816956f, -0.1223862767219543f, 0.1680334508419037f,
+// 0.2309262454509735f, 0.0091454181820154f, 0.1269983053207397f,
+// -0.1344991177320480f, 0.0662090554833412f, -0.1460131406784058f,
+// -0.2135053873062134f, -0.2272829562425613f, -0.1290902644395828f,
+// 0.1604069769382477f, -0.1153607517480850f, -0.1347072422504425f,
+// 0.1916081756353378f, 0.0195503048598766f, -0.0791039988398552f,
+// 0.2019319832324982f, -0.0845449417829514f, -0.0560130551457405f,
+// 0.0975140333175659f, 0.0498118698596954f, -0.1435045003890991f,
+// -0.0808280929923058f, -0.0178574863821268f, 0.0398102588951588f,
+// -0.0557413175702095f, 0.0059139705263078f, 0.0122253596782684f,
+// 0.1410326361656189f, -0.1776209175586700f, -0.0002085518062813f,
+// -0.1452646404504776f, 0.0297459401190281f, -0.1848651319742203f,
+// 0.0569530203938484f, -0.0557367913424969f, 0.0303965546190739f,
+// 0.0899975895881653f, 0.0390978567302227f, 0.0693566426634789f,
+// -0.1051918715238571f, 0.0977170541882515f, -0.1468180716037750f,
+// -0.3253954350948334f, 0.3040422797203064f, 0.1969997733831406f,
+// 0.1083386912941933f, -0.3286624550819397f, -0.0766459926962852f,
+// 0.0197346191853285f, -0.1670338809490204f, -0.1970757246017456f,
+// 0.0216066278517246f, -0.1626466959714890f, 0.3130508065223694f,
+// 0.2914875149726868f, -0.0908857360482216f, 0.1023429781198502f,
+// -0.1572746187448502f, -0.1080398038029671f, -0.1403607726097107f,
+// -0.1020216643810272f, -0.2577585279941559f, 0.0154191795736551f,
+// -0.0588542371988297f, -0.0240814499557018f, -0.0065574739128351f,
+// 0.0378231257200241f, 0.1729525029659271f, 0.1660959571599960f,
+// 0.1423238068819046f, -0.2247675657272339f, -0.1246151402592659f,
+// 0.0294067487120628f, -0.2015444636344910f, -0.3485220670700073f,
+// 0.2429250478744507f, -0.1041909456253052f, -0.2812843024730682f,
+// -0.0021125657949597f, -0.0490273311734200f, -0.0512670464813709f,
+// 0.1968347281217575f, 0.0183554403483868f, -0.0746498554944992f,
+// -0.0848846286535263f, 0.1905792057514191f, 0.0720281004905701f,
+// -0.2256645113229752f, 0.4656538367271423f, 0.2524335384368896f,
+// -0.6315001249313354f, 0.0462873280048370f, -0.0487919002771378f,
+// -0.0616164803504944f, 0.0849358513951302f, 0.1429835259914398f,
+// -0.1298420578241348f, 0.1774354726076126f, 0.0298753287643194f,
+// -0.0657093077898026f, -0.1539173871278763f, 0.1012682393193245f,
+// 0.1141781434416771f, 0.0823044329881668f, -0.1780821979045868f,
+// 0.1016475185751915f, -0.1569835841655731f, 0.0383461676537991f,
+// 0.3024452328681946f, 0.0657489076256752f, 0.0537142679095268f,
+// -0.1528320312500000f, -0.1901528090238571f, 0.2034520059823990f,
+// 0.3368364870548248f, -0.1510848253965378f, -0.1623520106077194f,
+// 0.1036063656210899f, 0.0561739727854729f, 0.0111507605761290f,
+// 0.1805933713912964f, -0.4333379268646240f, 0.0222865771502256f,
+// -0.1457053124904633f, 0.1233449354767799f, 0.1209339275956154f,
+// 0.0408537797629833f, 0.1740944981575012f, 0.0255480669438839f,
+// -0.0762196779251099f, -0.3053768873214722f, 0.3701585829257965f,
+// -0.2378772497177124f, 0.1648131757974625f, -0.1844925731420517f,
+// -0.2541638910770416f, -0.0138488877564669f, 0.0597782395780087f,
+// -0.1120701730251312f, 0.1374618411064148f, 0.0784403234720230f,
+// -0.2485313713550568f, -0.0467327162623405f, 0.1095678582787514f,
+// -0.5424531102180481f, -0.1941064596176147f, -0.1849438399076462f,
+// -0.1743889898061752f, -0.1229431852698326f, -0.0276578161865473f,
+// 0.3104645609855652f, 0.1032139360904694f, -0.0713174045085907f,
+// 0.0035415550228208f, 0.5682102441787720f, 0.4753303825855255f,
+// 0.4240573048591614f, 0.4586136937141418f, -0.4454160928726196f,
+// 0.2002473771572113f, -0.6440125703811646f, 0.0802788287401199f,
+// 0.5299752354621887f, -0.0266085732728243f, -0.0671876892447472f,
+// 0.0576166771352291f, 0.1722063720226288f, 0.0635725408792496f,
+// 0.3105958700180054f, -0.0707295536994934f, -0.0949403047561646f,
+// 0.0523704104125500f, -0.1412980854511261f, 0.1306325197219849f,
+// 0.1075077652931213f, -0.0173754785209894f, -0.2103675007820129f,
+// 0.3105320632457733f, -0.2660328745841980f, 0.2750481367111206f,
+// -0.0602530129253864f, 0.1996073424816132f, 0.1772814840078354f,
+// -0.1482911854982376f, -0.0417111888527870f, -0.0654032677412033f,
+// 0.0963973253965378f, 0.8093341588973999f, -0.3087314069271088f,
+// 0.0815245136618614f, 0.5477360486984253f, -0.3512511253356934f,
+// -0.0806656032800674f, -0.2102091014385223f, -0.2940340340137482f,
+// 0.0832470431923866f, -0.1926774233579636f, -0.3858985900878906f,
+// -0.0635989382863045f, -0.5767768025398254f, -0.0796082094311714f,
+// 0.2833685278892517f, -0.5170956254005432f, -0.4422380626201630f,
+// 0.1704929620027542f, -0.4277473092079163f, 0.0642411634325981f,
+// -0.2139383554458618f, 0.4653094410896301f, 0.0234777610749006f,
+// -0.1915696710348129f, 0.0907127112150192f, -0.0683222860097885f,
+// 0.5016028285026550f, 0.2530063390731812f, -0.2442693263292313f,
+// -0.2178887873888016f, 0.3970628380775452f, 0.3040881752967834f,
+// 0.3121468126773834f, -0.1561459749937057f, 0.4305599331855774f,
+// 0.2107383757829666f, -0.0513405017554760f, 0.1309141069650650f,
+// 0.3844507038593292f, 0.1114519909024239f, -0.2216270118951797f,
+// 0.2125055789947510f, -0.1265423446893692f, -0.0275656897574663f,
+// -0.0562085695564747f, -0.3635628521442413f, 0.3153805434703827f,
+// -0.0124424202367663f, 0.2448089271783829f, 0.0681878924369812f,
+// 0.0511049367487431f, 0.1040518060326576f, 0.1854865700006485f,
+// 0.2862324714660645f, 0.2122892886400223f, 0.0233466532081366f,
+// 0.0823356509208679f, 0.0325662419199944f, 0.1118225306272507f,
+// 0.0340386666357517f, -0.1076276972889900f, 0.1090004891157150f,
+// 0.1577604413032532f, 0.0683433189988136f, -0.1167490333318710f,
+// 0.0133127355948091f, 0.1810864657163620f, 0.0509309470653534f,
+// 0.2127692550420761f, -0.0434173494577408f, 0.1613933145999908f,
+// -0.1719356477260590f, 0.0693793669342995f, 0.2222106307744980f,
+// 0.0045371507294476f, 0.1382451653480530f, 0.0246890708804131f,
+// -0.1183672845363617f, -0.1429435759782791f, -0.1214656233787537f,
+// 0.0608130916953087f, -0.0046856957487762f, -0.1043788120150566f,
+// 0.1537306755781174f, -0.0614266581833363f, 0.0865528061985970f,
+// 0.3792024850845337f, -0.0778846368193626f, -0.0354521088302135f,
+// -0.1044693142175674f, 0.0684539005160332f, 0.1171274036169052f,
+// 0.0365500859916210f, 0.1125769093632698f, 0.0547877810895443f,
+// -0.0765585452318192f, 0.1291604638099670f, 0.0797917023301125f,
+// 0.1142707765102386f, 0.1497153788805008f, 0.1445265263319016f,
+// -0.0601166002452374f, -0.1586855947971344f, -0.1352292150259018f,
+// 0.1947870552539825f, -0.0613771304488182f, 0.2068402618169785f,
+// 0.0295089278370142f, -0.2457870095968246f, 0.0590615533292294f,
+// 0.2270316630601883f, 0.0567506067454815f, -0.1393799632787704f,
+// -0.0145685533061624f, 0.1824472993612289f, -0.0271773301064968f,
+// -0.0270044859498739f, -0.1261922568082809f, 0.1297008097171783f,
+// 0.0828882828354836f, -0.1020809635519981f, -0.0531063675880432f,
+// -0.0271124634891748f, -0.0789704769849777f, -0.0570339299738407f,
+// -0.0508593395352364f, 0.0922201499342918f, -0.0044007487595081f,
+// -0.2122028619050980f, -0.0597294867038727f, 0.0349381491541862f,
+// 0.0809110999107361f, 0.1044176593422890f, 0.1422409415245056f,
+// 0.3800859749317169f, 0.0771175771951675f, -0.3814712762832642f,
+// -0.3017661869525909f, -0.1246563717722893f, 0.2603316009044647f,
+// 0.0585337653756142f, 0.0435520596802235f, 0.0691843181848526f,
+// -0.1582889705896378f, -0.0412796288728714f, -0.0609546452760696f,
+// 0.1382646560668945f, 0.0658155754208565f, 0.2944415807723999f,
+// 0.1124375909566879f, 0.0941614508628845f, 0.0590866468846798f,
+// 0.1941334754228592f, 0.0213260091841221f, 0.0375561490654945f,
+// -0.0495954044163227f, 0.1883976012468338f, 0.1062129139900208f,
+// -0.1705860346555710f, -0.1266033947467804f, 0.1139886230230331f,
+// 0.0740383416414261f, -0.0508815087378025f, -0.2700362503528595f,
+// 0.0873765721917152f, 0.2243175357580185f, 0.1428734809160233f,
+// 0.1536049097776413f, -0.1786976307630539f, 0.1585507690906525f,
+// 0.0894710719585419f, -0.0031400031875819f, 0.2755862772464752f,
+// -0.0980883687734604f, -0.0291637666523457f, 0.1070054695010185f,
+// 0.2125611603260040f, 0.1994185745716095f, -0.1041230484843254f,
+// 0.0197506528347731f, 0.1626794338226318f, -0.0055994438007474f,
+// -0.0559250265359879f, 0.2062078565359116f, -0.0139951733872294f,
+// -0.1658797711133957f, -0.0012069758959115f, 0.0001097530548577f,
+// 0.1090539991855621f, -0.1253118067979813f, 0.0014015949564055f,
+// -0.2964266836643219f, -0.1122219935059547f, 0.3450025022029877f,
+// -0.3023661077022552f, 0.1104231849312782f, 0.2795447707176208f,
+// 0.1014091968536377f, -0.2367227971553802f, 0.0073524150066078f,
+// 0.0392603874206543f, -0.1230529472231865f, 0.2891795337200165f,
+// 0.0913644209504128f, -0.1646430194377899f, -0.3944711685180664f,
+// -0.2506386041641235f, -0.2119075506925583f, 0.2590898275375366f,
+// 0.1698362827301025f, -0.0648948177695274f, 0.0239521916955709f,
+// 0.1220546215772629f, 0.0313194580376148f, -0.1681414991617203f,
+// 0.2170575559139252f, -0.1357684880495071f, 0.0967948585748672f,
+// -0.1020687967538834f, -0.1575752943754196f, -0.0226258058100939f,
+// 0.0802504569292068f, 0.1047638282179832f, 0.0445998162031174f,
+// -0.0205751545727253f, 0.0258573945611715f, -0.1914104223251343f,
+// -0.0695889070630074f, 0.1360659897327423f, -0.0235186852514744f,
+// 0.0462394766509533f, -0.0528581365942955f, 0.0577456541359425f,
+// -0.1936739534139633f, 0.0452058427035809f, 0.2203948497772217f,
+// 0.1896889656782150f, -0.1808883398771286f, 0.0140448892489076f,
+// 0.1120018362998962f, -0.0290267635136843f, -0.1652595996856689f,
+// 0.1147301942110062f, 0.2829959690570831f, -0.0483969487249851f,
+// 0.0512813292443752f, -0.0539490953087807f, -0.2595172524452209f,
+// -0.5092763900756836f, 0.3529481589794159f, 0.0682533383369446f,
+// -0.2311304807662964f, -1.1241534948348999f, 0.2847048342227936f,
+// 0.3571923375129700f, 0.2417039722204208f, 0.1354958862066269f,
+// 0.1069389879703522f, 0.0136100156232715f, -0.2457717061042786f,
+// -0.1174145936965942f, -0.4902977943420410f, 0.1792753636837006f,
+// 0.1527945697307587f, -0.1208893582224846f, 0.0357252694666386f,
+// 0.2191336601972580f, -0.1241405382752419f, -0.1168866977095604f,
+// 0.0421690009534359f, -0.3602877259254456f, 0.2280210554599762f,
+// 0.3817453086376190f, -0.0851022824645042f, 0.3778326809406281f,
+// 0.0165528096258640f, 0.2842782437801361f, -0.0934388190507889f,
+// -0.0270564742386341f, 0.1506129652261734f, 0.1778453290462494f,
+// -0.0638954415917397f, 0.0672708824276924f, 0.1621902585029602f,
+// -0.1052130237221718f, -0.0823923721909523f, 0.1374367475509644f,
+// 0.3306213915348053f, -0.0285493321716785f, -0.2534328699111938f,
+// 0.1039413064718246f, -0.2731898427009583f, 0.2630165517330170f,
+// 0.3592135310173035f, -0.2624724209308624f, -0.0135834170505404f,
+// 0.3255183696746826f, 0.1616908311843872f, 0.5283749699592590f,
+// -0.1048316583037376f, 0.1514833122491837f, -0.3617748618125916f,
+// -0.2327338010072708f, 0.1457538604736328f, -0.0764260739088058f,
+// 0.0811062902212143f, -0.7177368998527527f, 0.4283056855201721f,
+// -0.0180670246481895f, -0.1842213869094849f, -0.0174507182091475f,
+// 0.3015522658824921f, 0.2013451159000397f, -0.8653223514556885f,
+// -0.1131948754191399f, 0.3916999697685242f, 0.3497596085071564f,
+// 0.0903264358639717f, -0.3715775310993195f, 0.2272141277790070f,
+// 0.3285101056098938f, 0.2512899637222290f, 0.1900104135274887f,
+// -0.1601302921772003f, -0.2930262684822083f, 0.3837843835353851f,
+// 0.1885721981525421f, -0.1185990720987320f, -0.0450005531311035f,
+// -0.1414859741926193f, -0.2367215454578400f, -0.0026421437505633f,
+// -0.1339344531297684f, -0.2157659232616425f, -0.0574656091630459f,
+// -0.0599961280822754f, -0.1788282096385956f, -0.1982190459966660f,
+// -0.0334287919104099f, -0.0574298873543739f, 0.0503710284829140f,
+// -0.1403604596853256f, -0.0023299914319068f, -0.0518438927829266f,
+// -0.0115872053429484f, -0.2869144082069397f, -0.1476053893566132f,
+// -0.1954917907714844f, 0.0332905054092407f, -0.2332564294338226f,
+// 0.1227965056896210f, 0.1913365274667740f, 0.0247720200568438f,
+// -0.0513953492045403f, -0.1114626526832581f, -0.1059717983007431f,
+// -0.1797368526458740f, 0.0208716522902250f, 0.1428962200880051f,
+// -0.1808426529169083f, -0.0596507489681244f, 0.0106316972523928f,
+// -0.1209754198789597f, -0.0748609155416489f, -0.0968652069568634f,
+// -0.1837863028049469f, 0.1150258332490921f, 0.1474466770887375f,
+// 0.0508890971541405f, 0.0768878832459450f, 0.2134182155132294f,
+// 0.1945645362138748f, -0.1881239861249924f, -0.0299183558672667f,
+// -0.0383404716849327f, 0.1471119970083237f, -0.0164172984659672f,
+// 0.1621578633785248f, -0.1415402740240097f, -0.0225938446819782f,
+// 0.1295053660869598f, 0.0762451440095901f, 0.1216820254921913f,
+// -0.0182747300714254f, 0.1687187403440475f, 0.0016774340765551f,
+// -0.0154047058895230f, -0.0746140852570534f, -0.0471522063016891f,
+// -0.0676435828208923f, 0.0847263857722282f, 0.0816494449973106f,
+// -0.1232543662190437f, 0.1376423239707947f, 0.0576453134417534f,
+// 0.0696853622794151f, 0.0937475413084030f, 0.0621939972043037f,
+// 0.0237479228526354f, 0.1301087439060211f, 0.1449114680290222f,
+// 0.1137283965945244f, 0.0116508044302464f, -0.0075172949582338f,
+// -0.0017662756145000f, 0.0264998544007540f, -0.1794177740812302f,
+// 0.0251891762018204f, -0.0821130499243736f, 0.1046030595898628f,
+// 0.2479647994041443f, 0.0197615604847670f, 0.0689226090908051f,
+// 0.0895212665200233f, 0.1457149833440781f, 0.1794070154428482f,
+// 0.1925742030143738f, 0.0170671865344048f, -0.0031861974857748f,
+// -0.2581328749656677f, -0.0713780969381332f, -0.0525414571166039f,
+// -0.2300466746091843f, 0.0416869148612022f, 0.1909930408000946f,
+// -0.1157531961798668f, -0.0502109751105309f, 0.1932164579629898f,
+// 0.1787646412849426f, -0.0300037395209074f, -0.1831430345773697f,
+// -0.0818016678094864f, 0.1207318902015686f, -0.0832520574331284f,
+// -0.0286689568310976f, -0.1907205581665039f, 0.1081991344690323f,
+// 0.1237028539180756f, 0.3247243463993073f, -0.2256094515323639f,
+// 0.1149117946624756f, -0.2278528660535812f, 0.0048837130889297f,
+// 0.2186664342880249f, -0.0410859100520611f, -0.1256540864706039f,
+// 0.0969354733824730f, 0.0227295961230993f, -0.0478269755840302f,
+// -0.3328797817230225f, 0.1142773404717445f, -0.1098598465323448f,
+// -0.0515781417489052f, -0.0061807478778064f, 0.0899530723690987f,
+// 0.1378435343503952f, -0.0723578855395317f, -0.0019203509436920f,
+// 0.1264836937189102f, 0.0119377747178078f, -0.0528113991022110f,
+// 0.3181303143501282f, 0.3516503274440765f, 0.1894643604755402f,
+// -0.2829482257366180f, -0.2112822830677032f, -0.0155080314725637f,
+// 0.0105898156762123f, -0.0618561096489429f, 0.0494788438081741f,
+// 0.1131901144981384f, 0.0376873388886452f, 0.0709388181567192f,
+// -0.0493087060749531f, -0.0508837588131428f, -0.0552770085632801f,
+// -0.1564530730247498f, 0.1323667466640472f, -0.1114872694015503f,
+// 0.1956012398004532f, -0.0767698585987091f, 0.0206784456968307f,
+// -0.0517989844083786f, 0.0250077918171883f, 0.1418609023094177f,
+// 0.0492897816002369f, 0.1205626130104065f, -0.0137720461934805f,
+// -0.0970238298177719f, -0.0873460397124290f, 0.2216686308383942f,
+// -0.2034114897251129f, -0.0401109755039215f, 0.1889555305242538f,
+// -0.1249357610940933f, -0.0586433932185173f, -0.0063870796002448f,
+// -0.0090399477630854f, -0.1294671297073364f, -0.2691861093044281f,
+// -0.2919082641601562f, -0.1561311036348343f, -0.0071312063373625f,
+// -0.3199228942394257f, -0.2736246585845947f, -0.2653271555900574f,
+// -0.3266132771968842f, -0.1169459447264671f, -0.0761527344584465f,
+// -0.2689976990222931f, 0.0140573037788272f, 0.0674832537770271f,
+// 0.1050700023770332f, -0.0426634550094604f, -0.1232023388147354f,
+// -0.1551522165536880f, -0.2218663394451141f, -0.3005407750606537f,
+// -0.1364576220512390f, 0.0613608248531818f, 0.0015323123661801f,
+// 0.2261690348386765f, 0.1984623223543167f, 0.1201516389846802f,
+// 0.1314534842967987f, 0.1411990374326706f, -0.1115788072347641f,
+// -0.1803514957427979f, -0.4599880576133728f, -0.6099383831024170f,
+// 0.7732937335968018f, -0.1613709032535553f, 0.2289861738681793f,
+// -0.9984856247901917f, -0.2480498254299164f, -0.0933760553598404f,
+// 0.3526032269001007f, -0.0368203148245811f, -0.0736394152045250f,
+// 0.4693384170532227f, 0.7413011789321899f, -0.0372199006378651f,
+// 0.2787767052650452f, 0.2911886274814606f, 0.0575715973973274f,
+// -0.0338015258312225f, 0.1445402801036835f, 0.2508115172386169f,
+// 0.0869016200304031f, 0.2157263904809952f, 0.3321065902709961f,
+// 0.0111975148320198f, 0.5005723834037781f, -0.1552089601755142f,
+// -0.2510560452938080f, 0.0012845232849941f, -0.5361264944076538f,
+// 0.0679067075252533f, -0.2240480184555054f, -0.2589494585990906f,
+// 0.4244262576103210f, 0.2529625594615936f, -0.5229920744895935f,
+// -0.1662651002407074f, -0.4186590015888214f, -0.0748652517795563f,
+// 0.2661439180374146f, 0.2303549498319626f, 0.4624764919281006f,
+// 0.4369391202926636f, 0.0008294148719870f, -0.4079197645187378f,
+// -0.9524279832839966f, -0.2432948201894760f, -0.3180467486381531f,
+// 0.2540805339813232f, -0.2684391438961029f, 0.1882566660642624f,
+// -0.0026586910244077f, -0.3526621758937836f, 0.2344009429216385f,
+// -0.0805680304765701f, -0.0241936985403299f, 0.0481823869049549f,
+// -0.3454863727092743f, -0.2322067767381668f, 0.2252760976552963f,
+// -0.1962811797857285f, -0.1678026914596558f, 0.2479988783597946f,
+// -0.1011692956089973f, 0.0063325162045658f, -0.6641997694969177f,
+// -0.0379762612283230f, 0.2433401942253113f, -0.6999222636222839f,
+// -0.1851517260074615f, 0.0432925783097744f, 0.0365790762007236f,
+// 0.3751431107521057f, 0.2523667514324188f, -0.2625288069248199f,
+// -0.1427539139986038f, -0.0827232822775841f, -0.0888825953006744f,
+// -0.0166781656444073f, 0.0935476198792458f, 0.2058736979961395f,
+// -0.0311481636017561f, 0.2110292613506317f, 0.1861945092678070f,
+// 0.2384140789508820f, 0.0942977443337440f, 0.0179731082171202f,
+// -0.1149703711271286f, 0.1419564634561539f, -0.2420044988393784f,
+// 0.0679417178034782f, 0.2500242590904236f, -0.0866370275616646f,
+// 0.0446146130561829f, -0.1012856885790825f, -0.1077733933925629f,
+// -0.0565991513431072f, 0.0070720952935517f, -0.0550474934279919f,
+// 0.1065057218074799f, 0.0496081635355949f, -0.1329127103090286f,
+// -0.0152556328102946f, -0.1075812056660652f, 0.2176989912986755f,
+// 0.1019859164953232f, 0.0398337319493294f, 0.1631014347076416f,
+// -0.0428467690944672f, -0.2383475601673126f, -0.1193812713027000f,
+// 0.0349979400634766f, -0.2321526259183884f, 0.0888284370303154f,
+// 0.0047447946853936f, -0.0349607095122337f, -0.2894451320171356f,
+// -0.1212743893265724f, -0.1295415908098221f, 0.3438061177730560f,
+// -0.0768946930766106f, 0.0015160934999585f, -0.1226744949817657f,
+// 0.0978055596351624f, -0.0895125716924667f, -0.1181609854102135f,
+// -0.0027177918236703f, 0.2333136945962906f, 0.1464601010084152f,
+// -0.0854985043406487f, -0.0767679810523987f, 0.0192067585885525f,
+// 0.1405018568038940f, -0.1873522996902466f, -0.0473112761974335f,
+// 0.0245375111699104f, -0.1308185160160065f, -0.1747742742300034f,
+// -0.1018682569265366f, -0.2006540298461914f, -0.0831774696707726f,
+// 0.0868936553597450f, -0.0649664103984833f, 0.1854733526706696f,
+// -0.1000875532627106f, 0.1071570590138435f, -0.0871054455637932f,
+// -0.1315570324659348f, 0.0792143195867538f, -0.0959369838237762f,
+// -0.1168974786996841f, 0.0559332333505154f, -0.1107265353202820f,
+// -0.2772730290889740f, 0.1196711733937263f, 0.1276382654905319f,
+// -0.1314355432987213f, 0.0222724899649620f, 0.0515553243458271f,
+// -0.0035245548933744f, 0.1654260903596878f, 0.1237986385822296f,
+// -0.0465571433305740f, -0.1451395899057388f, 0.1190375983715057f,
+// -0.0081377988681197f, -0.1767019778490067f, -0.2272683829069138f,
+// -0.0955527499318123f, -0.1193333566188812f, 0.1441927999258041f,
+// -0.0965453684329987f, -0.0124768381938338f, -0.0140063939616084f,
+// -0.0215901006013155f, 0.0756797194480896f, 0.1814691424369812f,
+// -0.0249704588204622f, 0.0588743090629578f, 0.0470614023506641f,
+// 0.0989643558859825f, 0.1002574190497398f, 0.0740977525711060f,
+// -0.0087458742782474f, 0.0717630088329315f, -0.1804276257753372f,
+// -0.1182600557804108f, -0.1712491661310196f, 0.0117834387347102f,
+// -0.1305612474679947f, 0.3203187584877014f, -0.0669609978795052f,
+// 0.2131438106298447f, 0.0154922213405371f, -0.1190443858504295f,
+// -0.0971974804997444f, 0.1236771121621132f, -0.0585810877382755f,
+// 0.0406465195119381f, -0.1040305122733116f, -0.0156381167471409f,
+// 0.0968469157814980f, 0.0771055892109871f, -0.0704678595066071f,
+// 0.1359270364046097f, -0.0369901210069656f, -0.1141615062952042f,
+// 0.0569358654320240f, 0.0061419047415257f, -0.1228349804878235f,
+// 0.1991153657436371f, -0.1293544173240662f, 0.1708342880010605f,
+// -0.0114093180745840f, -0.1369563639163971f, -0.1077355220913887f,
+// -0.1096846088767052f, 0.1874965876340866f, 0.1716325432062149f,
+// 0.1827303469181061f, 0.1862433552742004f, 0.1880656331777573f,
+// 0.1361310034990311f, 0.2107706516981125f, 0.1894685178995132f,
+// 0.0293350107967854f, 0.2346275895833969f, 0.1305739879608154f,
+// 0.0698833391070366f, 0.2789212167263031f, 0.0936894491314888f,
+// 0.0805512592196465f, 0.1337435990571976f, 0.3345678150653839f,
+// 0.1867365539073944f, -0.0020651123486459f, 0.2252079546451569f,
+// 0.1819836497306824f, -0.1289304196834564f, -0.2053095698356628f,
+// -0.1627950221300125f, -0.1171078756451607f, 0.2891613543033600f,
+// 0.1564458161592484f, 0.0287269856780767f, -0.0191041715443134f,
+// 0.1232019364833832f, 0.1177391707897186f, 0.0065387110225856f,
+// -0.0823416262865067f, 0.1012463122606277f, 0.0767855718731880f,
+// -0.2277948111295700f, -0.0365994572639465f, -0.1909829676151276f,
+// -0.1404775977134705f, -0.1424533724784851f, -0.1250339895486832f,
+// -0.2348314076662064f, -0.2144490778446198f, -0.1020353287458420f,
+// -0.0352617278695107f, -0.1357240825891495f, 0.1038873493671417f,
+// -0.1430746912956238f, 0.1437552273273468f, -0.2847013473510742f,
+// -0.1788490563631058f, -0.1872721314430237f, -0.3918784856796265f,
+// -0.2809172868728638f, -0.2947713434696198f, -0.0826533213257790f,
+// 0.1816065907478333f, 0.0905860736966133f, -0.1725815832614899f,
+// 0.0954151824116707f, -0.0641878321766853f, 0.2449508607387543f,
+// -0.1780791133642197f, 0.4829954206943512f, 0.3020409643650055f,
+// 0.3727412819862366f, 0.0170099940150976f, 0.4986437559127808f,
+// 0.4062259495258331f, 0.6407068967819214f, -0.2363049387931824f,
+// -0.0726465284824371f, 0.5570001006126404f, -0.0443486720323563f,
+// -0.5349817872047424f, 0.1273155659437180f, -0.1790994107723236f,
+// -0.4241997599601746f, 0.1327628493309021f, 0.3957374095916748f,
+// 0.3611032962799072f, 0.3574630320072174f, -0.0548853613436222f,
+// 0.0326424501836300f, 0.2885259091854095f, -0.1707606762647629f,
+// -0.0652716532349586f, -0.1021872162818909f, 0.6961697936058044f,
+// 0.1320284008979797f, -0.6932208538055420f, 0.2512930631637573f,
+// 0.3209479153156281f, -0.0850192829966545f, 0.3344039618968964f,
+// -0.1407294422388077f, 0.1110853105783463f, 0.1525448262691498f,
+// 0.0160389002412558f, 0.3062250614166260f, -0.0407409258186817f,
+// 0.2296556532382965f, -0.1655614972114563f, 0.4829877614974976f,
+// 0.2787357568740845f, -0.2441304028034210f, 0.1602226644754410f,
+// -0.3815619051456451f, 0.0694773718714714f, -0.0962686240673065f,
+// 0.2310087680816650f, -0.3450715541839600f, -0.0464171655476093f,
+// -0.1914880573749542f, 0.2654567956924438f, -0.0030703237280250f,
+// -0.2677876055240631f, -0.0676267817616463f, -0.2306504100561142f,
+// 0.0102901728823781f, 0.5276672244071960f, 0.0932221040129662f,
+// 0.1625684797763824f, -0.2590132951736450f, -0.0151294898241758f,
+// 0.3058006167411804f, -0.0268750991672277f, -0.2899991869926453f,
+// -0.4659244716167450f, -0.4095701873302460f, 0.0741936266422272f,
+// 0.1388424932956696f, 0.2485172748565674f, 0.3041733801364899f,
+// -0.2569679021835327f, 0.1257035434246063f, 0.3427589535713196f,
+// -0.1678449064493179f, -0.3950226604938507f, -0.0346566364169121f,
+// -0.1263860464096069f, 0.2886778116226196f, 0.3044680953025818f,
+// 0.1054899990558624f, 0.1635595113039017f, -0.0117110069841146f,
+// -0.0721204131841660f, -0.0516789071261883f, -0.0759342908859253f,
+// -0.1271045953035355f, -0.0281216744333506f, 0.0756800994277000f,
+// -0.1751368045806885f, -0.0872734636068344f, 0.0571221113204956f,
+// -0.1112727522850037f, -0.1351316422224045f, -0.1549229174852371f,
+// 0.0828647091984749f, 0.1658633798360825f, 0.0340778529644012f,
+// -0.0798681452870369f, 0.1196589916944504f, 0.1398663371801376f,
+// 0.1589661091566086f, -0.0918274596333504f, 0.0801186338067055f,
+// 0.0084443101659417f, 0.0019905015360564f, -0.0288601871579885f,
+// -0.1400169432163239f, -0.2169339209794998f, 0.0811400935053825f,
+// 0.0347564369440079f, -0.1611126810312271f, -0.0530624389648438f,
+// -0.0385354831814766f, 0.1456057131290436f, -0.2228501886129379f,
+// -0.0939453169703484f, 0.0171793159097433f, -0.2813740074634552f,
+// 0.0563724189996719f, 0.0330182947218418f, 0.2416441589593887f,
+// -0.2433085888624191f, -0.2115678191184998f, -0.1966424882411957f,
+// -0.0330356955528259f, -0.0991212502121925f, -0.1605641245841980f,
+// -0.1597445756196976f, 0.1149144023656845f, -0.0801033973693848f,
+// -0.1436571925878525f, -0.1044560223817825f, -0.1703877002000809f,
+// -0.1292446702718735f, 0.0200462955981493f, 0.0350734703242779f,
+// 0.0263615176081657f, 0.1290697306394577f, 0.0049224793910980f,
+// 0.0186139158904552f, -0.1780203729867935f, 0.0077899666503072f,
+// 0.1580208688974380f, 0.0740979090332985f, -0.0950405746698380f,
+// -0.1529488712549210f, -0.0931250229477882f, -0.1741664260625839f,
+// 0.0599547028541565f, 0.1421289592981339f, -0.0152926305308938f,
+// 0.0416416078805923f, 0.3422706425189972f, -0.4048630893230438f,
+// 0.1941176205873489f, -0.0993606820702553f, 0.0528276227414608f,
+// 0.1130191907286644f, 0.3804243505001068f, 0.2730641961097717f,
+// 0.1123979836702347f, 0.0829574093222618f, 0.2065037637948990f,
+// 0.0186578612774611f, -0.0849989280104637f, -0.1889767348766327f,
+// 0.1482036113739014f, -0.0897487252950668f, 0.0071616736240685f,
+// -0.1625446975231171f, 0.1687860041856766f, 0.0150698991492391f,
+// 0.0726398751139641f, -0.1149621680378914f, 0.0673575624823570f,
+// 0.1379208266735077f, 0.0043006911873817f, -0.0592521131038666f,
+// 0.1137418299913406f, 0.0541705451905727f, 0.0687666088342667f,
+// 0.2046645879745483f, 0.1253231912851334f, -0.0277974139899015f,
+// -0.1534567773342133f, 0.1379828602075577f, -0.1121865659952164f,
+// -0.0829062685370445f, 0.0607251524925232f, -0.1653422117233276f,
+// 0.3164972066879272f, -0.1724988073110580f, -0.0361508838832378f,
+// -0.1163779944181442f, -0.0070437267422676f, 0.0395733416080475f,
+// -0.1496266871690750f, -0.0260205883532763f, 0.0852447822690010f,
+// 0.3600874245166779f, -0.0537215955555439f, -0.1138070449233055f,
+// 0.1156367212533951f, 0.1495421975851059f, 0.1869458705186844f,
+// 0.3418437242507935f, 0.1060724109411240f, -0.0613453760743141f,
+// 0.2156819552183151f, 0.2022794336080551f, 0.0447670817375183f,
+// -0.0420498028397560f, 0.0899580270051956f, 0.0572320334613323f,
+// -0.0786703526973724f, -0.1238261461257935f, 0.2485022246837616f,
+// 0.2108904868364334f, -0.0367061197757721f, 0.0818998888134956f,
+// 0.0902882143855095f, 0.1715184599161148f, 0.0356111116707325f,
+// -0.2655363380908966f, 0.0416193082928658f, -0.0797414183616638f,
+// -0.3751799762248993f, -0.0312297176569700f, 0.1456058174371719f,
+// -0.1249861568212509f, -0.1006789505481720f, -0.2555179595947266f,
+// -0.2195762097835541f, -0.0917070209980011f, -0.2197812497615814f,
+// -0.1375425010919571f, -0.0276798401027918f, -0.0706085339188576f,
+// 0.2427472919225693f, 0.1333723366260529f, 0.0739406496286392f,
+// 0.0415669642388821f, -0.0922155231237411f, 0.0531686842441559f,
+// -0.1372375041246414f, -0.2078610509634018f, -0.1337622106075287f,
+// 0.1039596796035767f, 0.0333166383206844f, 0.1255333870649338f,
+// 0.1292781382799149f, 0.0405146591365337f, -0.0618078485131264f,
+// 0.2157580852508545f, -0.0104710999876261f, 0.0508491657674313f,
+// -0.1204361915588379f, 0.1498982310295105f, 0.2199699431657791f,
+// -0.0600824952125549f, 0.1812321096658707f, 0.2300267070531845f,
+// 0.0107079334557056f, -0.1190912798047066f, -0.2031449228525162f,
+// 0.0838885828852654f, 0.1473980098962784f, -0.0167782213538885f,
+// 0.2327584177255630f, 0.2174388468265533f, 0.0853212475776672f,
+// -0.1963279843330383f, -0.2292400449514389f, 0.1380736380815506f,
+// 0.0240814164280891f, 0.0291455090045929f, -0.0734040066599846f,
+// -0.1205750852823257f, 0.2394165545701981f, 0.6131336688995361f,
+// 0.5120940208435059f, 0.4402844309806824f, -0.9330961108207703f,
+// -0.3285349309444427f, -0.1392319798469543f, -1.1612532138824463f,
+// 0.8647591471672058f, 0.4198839664459229f, 0.0114653427153826f,
+// -0.1765352189540863f, 0.3912909626960754f, 0.0164307728409767f,
+// -0.0187141690403223f, 0.2123631536960602f, -0.0441250391304493f,
+// 0.5919442176818848f, -0.0361591205000877f, -0.0979050621390343f,
+// -0.0745838731527328f, -0.2738912999629974f, 0.1667791903018951f,
+// 0.1846343576908112f, 0.0481720380485058f, -0.1118823811411858f,
+// 0.0873152464628220f, 0.2685661613941193f, 0.3765151500701904f,
+// -0.0902349203824997f, 0.1099889650940895f, 0.1345854401588440f,
+// -0.0120541164651513f, 0.5132455229759216f, 0.2947216928005219f,
+// 0.2765795588493347f, -0.2740360200405121f, 0.2315596640110016f,
+// -0.1186404675245285f, -0.0213766656816006f, -0.1558385938405991f,
+// 0.0433918535709381f, 0.3208083212375641f, -0.1904454082250595f,
+// 0.3167636394500732f, 0.3478914797306061f, 0.2175346463918686f,
+// 0.1616008728742599f, -0.2822889983654022f, -0.5414195060729980f,
+// -0.1583950519561768f, 0.4105324149131775f, -0.0346768796443939f,
+// -0.3363575339317322f, -0.2898026704788208f, -0.3144956827163696f,
+// -0.2608414292335510f, -0.5253185033798218f, -0.2400231063365936f,
+// 0.1571138650178909f, 0.0881339609622955f, 0.2890198528766632f,
+// 0.0095365280285478f, -0.3723326325416565f, -0.0078342491760850f,
+// -0.5925095677375793f, -0.3003634214401245f, -0.4348835647106171f,
+// 0.0440889485180378f, -0.3004696965217590f, -0.0765804797410965f,
+// -0.1106919124722481f, -0.1529326885938644f, 0.0334486216306686f,
+// -0.2880412042140961f, -0.0867229029536247f, 0.2715213298797607f,
+// 0.3455142080783844f, 0.0421868190169334f, 0.1088623777031898f,
+// 0.3530384302139282f, 0.1036236435174942f, -0.1811016649007797f,
+// -0.0371862575411797f, -0.0815502628684044f, -0.1272235512733459f,
+// 0.2390078902244568f, 0.1050499230623245f, -0.0332150124013424f,
+// 0.3028440773487091f, 0.0770981311798096f, 0.1602268666028976f,
+// 0.1337961256504059f, 0.1006771028041840f, 0.1102172881364822f,
+// 0.1848667412996292f, 0.1684325039386749f, 0.1242713704705238f,
+// -0.1786433309316635f, 0.1373559087514877f, 0.2225612848997116f,
+// 0.2258309721946716f, 0.1677368730306625f, -0.0262125637382269f,
+// 0.2297061383724213f, 0.1107719168066978f, -0.1793202161788940f,
+// 0.1616234928369522f, 0.0589479915797710f, -0.1556434482336044f,
+// -0.0371207147836685f, 0.0083158966153860f, -0.1116892471909523f,
+// -0.0387150160968304f, -0.0716182366013527f, -0.0084692370146513f,
+// -0.0897895693778992f, 0.0745867118239403f, 0.0287218261510134f,
+// 0.0329950228333473f, -0.0902610570192337f, 0.1138846948742867f,
+// -0.0855705514550209f, 0.1880635172128677f, 0.0976239517331123f,
+// -0.1371842175722122f, -0.0210956335067749f, 0.1651720106601715f,
+// -0.0196290351450443f, 0.0792955383658409f, -0.0648245885968208f,
+// 0.0803505405783653f, -0.0074715134687722f, 0.0806355923414230f,
+// 0.2270058244466782f, 0.0261932928115129f, 0.0842201709747314f,
+// 0.1268837302923203f, 0.0036683829966933f, -0.1418737769126892f,
+// -0.0057788044214249f, 0.1467448621988297f, -0.0514633320271969f,
+// -0.0323182605206966f, -0.3030799925327301f, -0.0392444245517254f,
+// 0.0727892071008682f, 0.1349033266305923f, 0.2553310692310333f,
+// -0.0151702389121056f, 0.2435233443975449f, -0.0339750684797764f,
+// 0.2393334656953812f, -0.0123280426487327f, -0.0960634201765060f,
+// -0.1998449265956879f, 0.0209492482244968f, -0.0379791297018528f,
+// -0.1656708866357803f, 0.0078368233516812f, -0.0195985324680805f,
+// 0.1247799396514893f, -0.1443238407373428f, 0.1085884571075439f,
+// 0.1078949421644211f, -0.0696595087647438f, 0.1288003325462341f,
+// -0.3970431089401245f, -0.1024801880121231f, -0.1233044415712357f,
+// -0.1463251858949661f, -0.1819592118263245f, 0.1154757887125015f,
+// -0.0568912848830223f, 0.1153363287448883f, 0.1257448494434357f,
+// 0.0358867906033993f, -0.0538437925279140f, 0.1358876377344131f,
+// -0.1802356392145157f, 0.2287918329238892f, 0.2034094035625458f,
+// 0.2011471092700958f, 0.0429091416299343f, 0.0681071951985359f,
+// -0.0563410185277462f, -0.0257276389747858f, 0.0843018889427185f,
+// 0.0909587815403938f, 0.0664033442735672f, -0.1758099496364594f,
+// -0.0571433268487453f, 0.1711259931325912f, -0.0571946017444134f,
+// 0.0362318903207779f, -0.0376639999449253f, -0.0447276122868061f,
+// -0.1592458039522171f, -0.1119785979390144f, -0.1096779480576515f,
+// 0.0285444818437099f, -0.1093029752373695f, 0.1144370138645172f,
+// -0.1207029223442078f, -0.1724279224872589f, 0.0867907255887985f,
+// -0.1668438911437988f, 0.0574829801917076f, 0.0075742588378489f,
+// -0.4059297442436218f, 0.0318493545055389f, 0.2434604167938232f,
+// -0.0547706782817841f, -0.0525891482830048f, -0.1989204585552216f,
+// 0.0056250733323395f, 0.2155371010303497f, -0.0341610573232174f,
+// 0.1930452138185501f, -0.0858703181147575f, -0.2017534673213959f,
+// -0.0631754472851753f, -0.1143154352903366f, -0.2424092143774033f,
+// 0.0802514851093292f, -0.0295923855155706f, -0.1905903220176697f,
+// 0.0619865767657757f, -0.0115450052544475f, 0.0010406150249764f,
+// -0.0041289851069450f, 0.0622245892882347f, -0.0558483861386776f,
+// 0.0473032332956791f, 0.0326454229652882f, -0.1524653136730194f,
+// -0.0574469417333603f, 0.1663832068443298f, 0.1108400523662567f,
+// 0.0999809801578522f, -0.3094341754913330f, -0.0091841602697968f,
+// 0.0163167547434568f, 0.0542269758880138f, -0.0496890656650066f,
+// -0.1506151854991913f, -0.1521467417478561f, 0.0759391859173775f,
+// -0.0630263015627861f, -0.1965887546539307f, -0.0461340881884098f,
+// -0.0444865338504314f, -0.1686454415321350f, -0.2084407657384872f,
+// 0.1662267148494720f, -0.0039567076601088f, -0.0072231283411384f,
+// 0.1545728147029877f, -0.0883008837699890f, 0.0321789607405663f,
+// 0.0811701267957687f, -0.1567204445600510f, -0.1264952421188354f,
+// 0.0034169857390225f, 0.0123839005827904f, -0.1233986690640450f,
+// 0.0326695479452610f, -0.0816870331764221f, 0.0920929834246635f,
+// -0.2903710901737213f, -0.2450475841760635f, -0.2261900007724762f,
+// -0.1987242996692657f, 0.2289467751979828f, 0.0014403652166948f,
+// 0.1992424726486206f, 0.0862834602594376f, 0.1167134195566177f,
+// -0.1827589720487595f, 0.0768386051058769f, 0.0307491738349199f,
+// 0.2430421411991119f, -0.3573895990848541f,
+// 0.3370340466499329f, 2.0849652290344238f, 0.1329426020383835f,
+// -0.1572283804416656f, 0.0471578054130077f, -0.2013432085514069f,
+// 0.1161739975214005f, -0.1567748039960861f, 0.1606635749340057f,
+// 0.0653541758656502f, -0.3098604977130890f, 0.1017888337373734f,
+// 0.3628154695034027f, 0.3304760158061981f, -0.1518701165914536f,
+// -0.3958520889282227f, 0.0589817650616169f, 0.1504663825035095f,
+// -0.0161890815943480f, -0.2737655937671661f, 0.3386678099632263f,
+// 0.2357666939496994f, -0.3556374609470367f, -0.0245309825986624f,
+// -0.1056125611066818f, 0.3172893226146698f, 0.2594008743762970f,
+// 0.1219205632805824f, -0.0999825894832611f, -0.2794743478298187f,
+// 0.1157096922397614f, 0.1565781682729721f, 0.0411747768521309f,
+// 0.2792751193046570f, 0.1570186465978622f, -0.3064492940902710f,
+// 0.0086790677160025f, -0.1550159156322479f, 0.0469419211149216f,
+// 0.2933839857578278f, 0.2129487097263336f, 0.2768996059894562f,
+// 0.0154878785833716f, -0.0568118020892143f, -0.1020661145448685f,
+// -0.2932409942150116f, 0.1264995038509369f, 0.1396111845970154f,
+// 0.2517127394676208f, -0.2926096618175507f, -0.2608516216278076f,
+// -0.1991807073354721f, 0.2141158580780029f, 0.3587532043457031f,
+// 0.0232614111155272f, -0.2246242761611938f, 0.1227321028709412f,
+// -0.3475298881530762f, 0.2817220091819763f, -0.3135817050933838f,
+// -0.0975279733538628f, -0.1108666509389877f, 0.2326308190822601f,
+// -0.0199119467288256f, 0.2253784984350204f, 0.0377116091549397f,
+// -0.0229906626045704f, -0.2973606884479523f, 0.3631399869918823f,
+// -0.1669698357582092f, -0.3082887232303619f, -0.1056536734104156f,
+// -0.1158916503190994f, 0.3736219406127930f, 0.3264681696891785f,
+// -0.0267933253198862f, 0.3791401684284210f, 0.0316867865622044f,
+// 0.0502604730427265f, 0.1557185798883438f, -0.0346261896193027f,
+// -0.0645264461636543f, 0.0572315715253353f, -0.0332104600965977f,
+// 0.0256134141236544f, 0.1023575887084007f, 0.2198790311813354f,
+// -0.0442465767264366f, -0.0133193023502827f, -0.1185472160577774f,
+// 0.0812267363071442f, -0.2494345754384995f, -0.1705005168914795f,
+// -0.0045740231871605f, -0.0404957160353661f, -0.0309661496430635f,
+// -0.2340346276760101f, 0.0749326944351196f, -0.1908318996429443f,
+// 0.0551319904625416f, -0.2492332756519318f, -0.0235312357544899f,
+// -0.1447597742080688f, 0.0237164665013552f, 0.0910343006253242f,
+// 0.0070272390730679f, 0.1561727076768875f, 0.1421970129013062f,
+// 0.1059679388999939f, 0.0650186762213707f, -0.1093990355730057f,
+// 0.1691722571849823f, 0.2379638850688934f, 0.0502412542700768f,
+// 0.1312682330608368f, -0.0046533378772438f, -0.0014604791067541f,
+// -0.0067207920365036f, -0.2238764315843582f, -0.0223157014697790f,
+// 0.1258720755577087f, 0.2007052004337311f, -0.0791026130318642f,
+// -0.0151007557287812f, 0.0506316497921944f, 0.1905005425214767f,
+// -0.0881387591362000f, -0.0552930794656277f, -0.1524098515510559f,
+// 0.1048249155282974f, 0.0441084504127502f, -0.0911782458424568f,
+// 0.0311593934893608f, -0.2103652805089951f, -0.2042523324489594f,
+// 0.1393611282110214f, 0.2503989338874817f, 0.0359291881322861f,
+// 0.1379293799400330f, 0.1933388561010361f, 0.2294242829084396f,
+// -0.0786202400922775f, -0.0623966790735722f, -0.1787032634019852f,
+// 0.0463836230337620f, 0.0538864880800247f, 0.0888256132602692f,
+// 0.2483182251453400f, 0.0234916359186172f, -0.0500691533088684f,
+// 0.1938209682703018f, -0.1515714079141617f, -0.3341847062110901f,
+// -0.0166291706264019f, -0.0219845119863749f, -0.0967859923839569f,
+// 0.0509403273463249f, -0.2420049011707306f, 0.0335948131978512f,
+// -0.0292916651815176f, 0.0252071693539619f, 0.1248414367437363f,
+// -0.1702518463134766f, -0.1873659193515778f, -0.0716366320848465f,
+// -0.0733235925436020f, 0.2222277969121933f, 0.1001015231013298f,
+// 0.1819871217012405f, 0.0825020372867584f, -0.0418447256088257f,
+// -0.1589778512716293f, 0.0781468152999878f, -0.1537659019231796f,
+// 0.0744322016835213f, 0.0589926950633526f, 0.0035929384175688f,
+// 0.2460537105798721f, -0.1437028795480728f, -0.0360978879034519f,
+// 0.1404655277729034f, -0.0045880246907473f, -0.1200385093688965f,
+// 0.1161482706665993f, -0.0993445664644241f, 0.1035206690430641f,
+// 0.2043389976024628f, 0.0066380770877004f, 0.1182640567421913f,
+// 0.1494064182043076f, 0.3085750341415405f, 0.2310723662376404f,
+// -0.1379791349172592f, -0.1877056658267975f, 0.1587389260530472f,
+// 0.1117305234074593f, -0.1185799688100815f, 0.1709762960672379f,
+// 0.0457643084228039f, -0.2255200892686844f, -0.1225367113947868f,
+// -0.1887516528367996f, -0.0411749407649040f, -0.1572306156158447f,
+// -0.0373850725591183f, -0.0516659021377563f, -0.0028457029256970f,
+// 0.1696260273456573f, 0.1106372922658920f, -0.2047734856605530f,
+// 0.0053880028426647f, -0.1328373700380325f, -0.0649224147200584f,
+// -0.0101982131600380f, 0.0770838484168053f, -0.0951460748910904f,
+// -0.2241573780775070f, -0.1490227133035660f, -0.0707198753952980f,
+// -0.2232327610254288f, 0.0298546496778727f, -0.1661320179700851f,
+// -0.0932367295026779f, 0.1693368554115295f, 0.1590259373188019f,
+// 0.0193731356412172f, -0.0657057464122772f, 0.1089156717061996f,
+// 0.1032359302043915f, 0.1619964241981506f, 0.0000137926263051f,
+// 0.0823598131537437f, -0.0912312939763069f, 0.1062601804733276f,
+// 0.0756709203124046f, -0.0121430503204465f, 0.0763056576251984f,
+// -0.0054127606563270f, -0.3388555645942688f, -0.0430928319692612f,
+// -0.0541323386132717f, 0.0204487442970276f, -0.2136927396059036f,
+// 0.0257074441760778f, -0.2725523710250854f, 0.0085609285160899f,
+// -0.0743933543562889f, 0.0447168461978436f, 0.1216988414525986f,
+// -0.0936483293771744f, -0.0364801958203316f, -0.1163876578211784f,
+// -0.1144527718424797f, 0.0996754318475723f, 0.1016776189208031f,
+// -0.0802735090255737f, 0.0420583747327328f, 0.1409213691949844f,
+// 0.1143178790807724f, 0.1809004843235016f, 0.1841068416833878f,
+// -0.0173659548163414f, -0.1322118341922760f, -0.1313337981700897f,
+// 0.0959200412034988f, 0.2102988213300705f, 0.2287792414426804f,
+// 0.3155713379383087f, 0.1476121395826340f, 0.2918182015419006f,
+// -0.1163526400923729f, 0.1988018453121185f, 0.1008848473429680f,
+// -0.2047589570283890f, -0.0620911046862602f, 0.1552779227495193f,
+// -0.1100812256336212f, -0.1536879539489746f, 1.0569953918457031f,
+// 0.3136036694049835f, 0.0432358235120773f, -0.0242086052894592f,
+// 0.8666443824768066f, 0.2703282535076141f, -0.1575263887643814f,
+// -0.6900277733802795f, 0.3240924775600433f, -0.2684019505977631f,
+// 0.1021989881992340f, -0.1503699272871017f, 0.2512529194355011f,
+// 0.2426625192165375f, 0.1820336878299713f, -0.0936641991138458f,
+// 0.2864372432231903f, -0.0844886600971222f, 0.2345096170902252f,
+// 0.1671409904956818f, -0.2909255027770996f, -0.2231021076440811f,
+// -0.0285452902317047f, -0.2902416884899139f, -0.0911809206008911f,
+// 0.1914344131946564f, 0.3196655809879303f, -0.0279632806777954f,
+// -0.0846583843231201f, -0.2666132152080536f, 0.1073178350925446f,
+// 0.0505908429622650f, 0.1508843600749969f, -0.2990425527095795f,
+// 0.0172648727893829f, -0.1562631875276566f, -0.1995172798633575f,
+// 0.1757102906703949f, -0.2895315289497375f, -0.2112935334444046f,
+// 0.2603401839733124f, -0.2312087565660477f, 0.2381831705570221f,
+// -0.1290394067764282f, -0.2417178153991699f, -0.0228334367275238f,
+// -0.2175087481737137f, 0.0927365422248840f, 0.2515943944454193f,
+// -0.2678905427455902f, -0.2392645329236984f, -0.0614089965820312f,
+// 0.0116340816020966f, 0.3061031401157379f, 0.2777076661586761f,
+// -0.1913124620914459f, 0.2306869328022003f, 0.2046033442020416f,
+// -0.2708279490470886f, 0.2188521325588226f, 0.3408154547214508f,
+// -0.0827629566192627f, 0.3052035272121429f, 0.3354517519474030f,
+// 0.0888060927391052f, 0.0076411962509155f, 0.2934277951717377f,
+// 0.2444260418415070f, 0.3364352881908417f, -0.2267208397388458f,
+// 0.1205825805664062f, 0.2158147394657135f, -0.2301437556743622f,
+// 0.0601432025432587f, -0.1920311152935028f, -0.2548098862171173f,
+// 0.3473303616046906f, -0.2866051793098450f, -0.3235993683338165f,
+// 0.2944277822971344f, 0.0385968759655952f, 0.0506347008049488f,
+// 0.0809904187917709f, -0.0053636352531612f, -0.0067958584986627f,
+// -0.0324983447790146f, 0.0305824782699347f, -0.1963013857603073f,
+// -0.2978549301624298f, 1.0000000000000000f};
diff --git a/NeuralAmpModeler/dsp/ImpulseResponse.cpp b/NeuralAmpModeler/dsp/ImpulseResponse.cpp
@@ -10,60 +10,60 @@
#include "ImpulseResponse.h"
-dsp::ImpulseResponse::ImpulseResponse(const WDL_String& fileName,
- const double sampleRate):
- mWavState(dsp::wav::LoadReturnCode::ERROR_OTHER)
-{
+dsp::ImpulseResponse::ImpulseResponse(const WDL_String &fileName,
+ const double sampleRate)
+ : mWavState(dsp::wav::LoadReturnCode::ERROR_OTHER) {
// Try to load the WAV
- this->mWavState = dsp::wav::Load(fileName, this->mRawAudio, this->mRawAudioSampleRate);
+ this->mWavState =
+ dsp::wav::Load(fileName, this->mRawAudio, this->mRawAudioSampleRate);
if (this->mWavState != dsp::wav::LoadReturnCode::SUCCESS) {
std::stringstream ss;
ss << "Failed to load IR at " << fileName.Get() << std::endl;
- }
- else
+ } else
// Set the weights based on the raw audio.
this->_SetWeights(sampleRate);
}
-iplug::sample** dsp::ImpulseResponse::Process(iplug::sample** inputs,
+iplug::sample **dsp::ImpulseResponse::Process(iplug::sample **inputs,
const size_t numChannels,
- const size_t numFrames)
-{
+ const size_t numFrames) {
this->_PrepareBuffers(numChannels, numFrames);
this->_UpdateHistory(inputs, numChannels, numFrames);
-
- for (size_t i=0, j=this->mHistoryIndex - this->mHistoryRequired; i<numFrames; i++, j++) {
- auto input = Eigen::Map<const Eigen::VectorXf>(&this->mHistory[j], this->mHistoryRequired+1);
- this->mOutputs[0][i] = (double) this->mWeight.dot(input);
+
+ for (size_t i = 0, j = this->mHistoryIndex - this->mHistoryRequired;
+ i < numFrames; i++, j++) {
+ auto input = Eigen::Map<const Eigen::VectorXf>(&this->mHistory[j],
+ this->mHistoryRequired + 1);
+ this->mOutputs[0][i] = (double)this->mWeight.dot(input);
}
// Copy out for more-than-mono.
- for (size_t c=1; c<numChannels; c++)
- for (size_t i=0; i<numFrames; i++)
+ for (size_t c = 1; c < numChannels; c++)
+ for (size_t i = 0; i < numFrames; i++)
this->mOutputs[c][i] = this->mOutputs[0][i];
-
+
this->_AdvanceHistoryIndex(numFrames);
return this->_GetPointers();
}
-void dsp::ImpulseResponse::_SetWeights(const double sampleRate)
-{
+void dsp::ImpulseResponse::_SetWeights(const double sampleRate) {
if (this->mRawAudioSampleRate == sampleRate) {
this->mResampled.resize(this->mRawAudio.size());
- memcpy(this->mResampled.data(), this->mRawAudio.data(), this->mResampled.size());
- }
- else {
+ memcpy(this->mResampled.data(), this->mRawAudio.data(),
+ this->mResampled.size());
+ } else {
// Cubic resampling
std::vector<float> padded;
padded.resize(this->mRawAudio.size() + 2);
padded[0] = 0.0f;
- padded[padded.size()-1] = 0.0f;
+ padded[padded.size() - 1] = 0.0f;
memcpy(padded.data() + 1, this->mRawAudio.data(), this->mRawAudio.size());
- dsp::ResampleCubic<float>(padded, this->mRawAudioSampleRate, sampleRate, 0.0, this->mResampled);
+ dsp::ResampleCubic<float>(padded, this->mRawAudioSampleRate, sampleRate,
+ 0.0, this->mResampled);
}
// Simple implementation w/ no resample...
const size_t irLength = std::min(this->mResampled.size(), this->mMaxLength);
this->mWeight.resize(irLength);
- for (size_t i=0, j=irLength-1; i<irLength; i++,j--)
+ for (size_t i = 0, j = irLength - 1; i < irLength; i++, j--)
this->mWeight[j] = this->mResampled[i];
this->mHistoryRequired = irLength - 1;
}
diff --git a/NeuralAmpModeler/dsp/ImpulseResponse.h b/NeuralAmpModeler/dsp/ImpulseResponse.h
@@ -13,36 +13,37 @@
#include <Eigen/Dense>
-#include "wdlstring.h" // WDL_String
-#include "IPlugConstants.h" // sample
+#include "IPlugConstants.h" // sample
#include "dsp.h"
#include "wav.h"
+#include "wdlstring.h" // WDL_String
namespace dsp {
- class ImpulseResponse : public History {
- public:
- ImpulseResponse(const WDL_String& fileName, const double sampleRate);
- iplug::sample** Process(iplug::sample** inputs,
- const size_t numChannels,
- const size_t numFrames) override;
- // TODO states for the IR class
- dsp::wav::LoadReturnCode GetWavState() const { return this->mWavState; };
- private:
- // Set the weights, given that the plugin is running at the provided sample rate.
- void _SetWeights(const double sampleRate);
-
- // State of audio
- dsp::wav::LoadReturnCode mWavState;
- // Keep a copy of the raw audio that was loaded so that it can be resampled
- std::vector<float> mRawAudio;
- double mRawAudioSampleRate;
- // Resampled to the required sample rate.
- std::vector<float> mResampled;
-
- const size_t mMaxLength = 8192;
- // The weights
- Eigen::VectorXf mWeight;
- };
+class ImpulseResponse : public History {
+public:
+ ImpulseResponse(const WDL_String &fileName, const double sampleRate);
+ iplug::sample **Process(iplug::sample **inputs, const size_t numChannels,
+ const size_t numFrames) override;
+ // TODO states for the IR class
+ dsp::wav::LoadReturnCode GetWavState() const { return this->mWavState; };
+
+private:
+ // Set the weights, given that the plugin is running at the provided sample
+ // rate.
+ void _SetWeights(const double sampleRate);
+
+ // State of audio
+ dsp::wav::LoadReturnCode mWavState;
+ // Keep a copy of the raw audio that was loaded so that it can be resampled
+ std::vector<float> mRawAudio;
+ double mRawAudioSampleRate;
+ // Resampled to the required sample rate.
+ std::vector<float> mResampled;
+
+ const size_t mMaxLength = 8192;
+ // The weights
+ Eigen::VectorXf mWeight;
};
+}; // namespace dsp
#endif /* ImpulseResponse_h */
diff --git a/NeuralAmpModeler/dsp/RecursiveLinearFilter.cpp b/NeuralAmpModeler/dsp/RecursiveLinearFilter.cpp
@@ -1,58 +1,58 @@
//
// RecursiveLinearFilter.cpp
-//
+//
//
// Created by Steven Atkinson on 12/28/22.
//
// See: https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html
-#include <algorithm> // std::fill
+#include <algorithm> // std::fill
#include <stdexcept>
#include "RecursiveLinearFilter.h"
recursive_linear_filter::Base::Base(const size_t inputDegree,
- const size_t outputDegree) :
-dsp::DSP(),
-mInputStart(inputDegree), // 1 is subtracted before first use
-mOutputStart(outputDegree)
-{
+ const size_t outputDegree)
+ : dsp::DSP(), mInputStart(inputDegree), // 1 is subtracted before first use
+ mOutputStart(outputDegree) {
this->mInputCoefficients.resize(inputDegree);
this->mOutputCoefficients.resize(outputDegree);
}
-iplug::sample** recursive_linear_filter::Base::Process(iplug::sample** inputs,
+iplug::sample **recursive_linear_filter::Base::Process(iplug::sample **inputs,
const size_t numChannels,
- const size_t numFrames)
-{
+ const size_t numFrames) {
this->_PrepareBuffers(numChannels, numFrames);
- long inputStart=0;
- long outputStart=0;
+ long inputStart = 0;
+ long outputStart = 0;
// Degree = longest history
- // E.g. if y[n] explicitly depends on x[n-2], then input degree is 3 (n,n-1,n-2).
- // NOTE: output degree is never 1 because y[n] is never used to explicitly calculate...itself!
+ // E.g. if y[n] explicitly depends on x[n-2], then input degree is 3
+ // (n,n-1,n-2). NOTE: output degree is never 1 because y[n] is never used to
+ // explicitly calculate...itself!
// 0,2,3,... are fine.
const size_t inputDegree = this->_GetInputDegree();
const size_t outputDegree = this->_GetOutputDegree();
- for (auto c=0; c<numChannels; c++) {
- inputStart = this->mInputStart; // Should be plenty fine
+ for (auto c = 0; c < numChannels; c++) {
+ inputStart = this->mInputStart; // Should be plenty fine
outputStart = this->mOutputStart;
- for (auto s=0; s<numFrames; s++) {
+ for (auto s = 0; s < numFrames; s++) {
double out = 0.0;
// Compute input terms
inputStart -= 1;
if (inputStart < 0)
inputStart = inputDegree - 1;
- this->mInputHistory[c][inputStart] = inputs[c][s]; // Store current input
- for (auto i=0; i<inputDegree; i++)
- out += this->mInputCoefficients[i] * this->mInputHistory[c][(inputStart + i) % inputDegree];
-
+ this->mInputHistory[c][inputStart] = inputs[c][s]; // Store current input
+ for (auto i = 0; i < inputDegree; i++)
+ out += this->mInputCoefficients[i] *
+ this->mInputHistory[c][(inputStart + i) % inputDegree];
+
// Output terms
outputStart -= 1;
if (outputStart < 0)
outputStart = outputDegree - 1;
- for (auto i=1; i<outputDegree; i++)
- out += this->mOutputCoefficients[i] * this->mOutputHistory[c][(outputStart + i) % outputDegree];
+ for (auto i = 1; i < outputDegree; i++)
+ out += this->mOutputCoefficients[i] *
+ this->mOutputHistory[c][(outputStart + i) % outputDegree];
// Store the output!
if (outputDegree >= 1)
this->mOutputHistory[c][outputStart] = out;
@@ -64,8 +64,8 @@ iplug::sample** recursive_linear_filter::Base::Process(iplug::sample** inputs,
return this->_GetPointers();
}
-void recursive_linear_filter::Base::_PrepareBuffers(const size_t numChannels, const size_t numFrames)
-{
+void recursive_linear_filter::Base::_PrepareBuffers(const size_t numChannels,
+ const size_t numFrames) {
// Check for new channel count *before* parent class ensures they match!
const bool newChannels = this->_GetNumChannels() != numChannels;
// Parent implementation takes care of mOutputs and mOutputPointers
@@ -75,22 +75,20 @@ void recursive_linear_filter::Base::_PrepareBuffers(const size_t numChannels, co
this->mOutputHistory.resize(numChannels);
const size_t inputDegree = this->_GetInputDegree();
const size_t outputDegree = this->_GetOutputDegree();
- for (auto c=0; c<numChannels; c++) {
+ for (auto c = 0; c < numChannels; c++) {
this->mInputHistory[c].resize(inputDegree);
this->mOutputHistory[c].resize(outputDegree);
- std::fill(this->mInputHistory[c].begin(), this->mInputHistory[c].end(), 0.0);
- std::fill(this->mOutputHistory[c].begin(), this->mOutputHistory[c].end(), 0.0);
+ std::fill(this->mInputHistory[c].begin(), this->mInputHistory[c].end(),
+ 0.0);
+ std::fill(this->mOutputHistory[c].begin(), this->mOutputHistory[c].end(),
+ 0.0);
}
}
}
-void recursive_linear_filter::Biquad::_AssignCoefficients(const double a0,
- const double a1,
- const double a2,
- const double b0,
- const double b1,
- const double b2)
-{
+void recursive_linear_filter::Biquad::_AssignCoefficients(
+ const double a0, const double a1, const double a2, const double b0,
+ const double b1, const double b2) {
this->mInputCoefficients[0] = b0 / a0;
this->mInputCoefficients[1] = b1 / a0;
this->mInputCoefficients[2] = b2 / a0;
@@ -100,61 +98,61 @@ void recursive_linear_filter::Biquad::_AssignCoefficients(const double a0,
this->mOutputCoefficients[2] = -a2 / a0;
}
-void recursive_linear_filter::LowShelf::SetParams(const recursive_linear_filter::BiquadParams ¶ms)
-{
+void recursive_linear_filter::LowShelf::SetParams(
+ const recursive_linear_filter::BiquadParams ¶ms) {
const double a = params.GetA();
const double omega_0 = params.GetOmega0();
const double alpha = params.GetAlpha(omega_0);
const double cosw = params.GetCosW(omega_0);
-
+
const double ap = a + 1.0;
const double am = a - 1.0;
const double roota2alpha = 2.0 * sqrt(a) * alpha;
-
+
const double b0 = a * (ap - am * cosw + roota2alpha);
const double b1 = 2.0 * a * (am - ap * cosw);
const double b2 = a * (ap - am * cosw - roota2alpha);
const double a0 = ap + am * cosw + roota2alpha;
const double a1 = -2.0 * (am + ap * cosw);
const double a2 = ap + am * cosw - roota2alpha;
-
+
this->_AssignCoefficients(a0, a1, a2, b0, b1, b2);
}
-void recursive_linear_filter::Peaking::SetParams(const recursive_linear_filter::BiquadParams ¶ms)
-{
+void recursive_linear_filter::Peaking::SetParams(
+ const recursive_linear_filter::BiquadParams ¶ms) {
const double a = params.GetA();
const double omega_0 = params.GetOmega0();
const double alpha = params.GetAlpha(omega_0);
const double cosw = params.GetCosW(omega_0);
-
+
const double b0 = 1.0 + alpha * a;
const double b1 = -2.0 * cosw;
const double b2 = 1.0 - alpha * a;
const double a0 = 1.0 + alpha / a;
const double a1 = -2.0 * cosw;
const double a2 = 1.0 - alpha / a;
-
+
this->_AssignCoefficients(a0, a1, a2, b0, b1, b2);
}
-void recursive_linear_filter::HighShelf::SetParams(const recursive_linear_filter::BiquadParams ¶ms)
-{
+void recursive_linear_filter::HighShelf::SetParams(
+ const recursive_linear_filter::BiquadParams ¶ms) {
const double a = params.GetA();
const double omega_0 = params.GetOmega0();
const double alpha = params.GetAlpha(omega_0);
const double cosw = params.GetCosW(omega_0);
-
+
const double roota2alpha = 2.0 * sqrt(a) * alpha;
const double ap = a + 1.0;
const double am = a - 1.0;
-
+
const double b0 = a * (ap + am * cosw + roota2alpha);
const double b1 = -2.0 * a * (am + ap * cosw);
const double b2 = a * (ap + am * cosw - roota2alpha);
const double a0 = ap - am * cosw + roota2alpha;
const double a1 = 2.0 * (am - ap * cosw);
const double a2 = ap - am * cosw - roota2alpha;
-
+
this->_AssignCoefficients(a0, a1, a2, b0, b1, b2);
}
diff --git a/NeuralAmpModeler/dsp/RecursiveLinearFilter.h b/NeuralAmpModeler/dsp/RecursiveLinearFilter.h
@@ -1,6 +1,6 @@
//
// RecursiveLinearFilter.h
-//
+//
//
// Created by Steven Atkinson on 12/28/22.
//
@@ -9,117 +9,118 @@
#ifndef RecursiveLinearFilter_h
#define RecursiveLinearFilter_h
-#include <cmath> // pow, sin
-#include <vector>
-#include "IPlugConstants.h" // sample
+#include "IPlugConstants.h" // sample
#include "dsp.h"
+#include <cmath> // pow, sin
+#include <vector>
#define MATH_PI 3.14159265358979323846
// TODO refactor base DSP into a common abstraction.
namespace recursive_linear_filter {
- class Base : public dsp::DSP {
- public:
- Base(const size_t inputDegree, const size_t outputDegree);
- iplug::sample** Process(iplug::sample** inputs,
- const size_t numChannels,
- const size_t numFrames) override;
- protected:
- // Methods
- size_t _GetInputDegree() const {return this->mInputCoefficients.size();};
- size_t _GetOutputDegree() const {return this->mOutputCoefficients.size();};
- // Additionally prepares mInputHistory and mOutputHistory.
- void _PrepareBuffers(const size_t numChannels, const size_t numFrames) override;
-
- // Coefficients for the DSP filter
- std::vector<double> mInputCoefficients;
- std::vector<double> mOutputCoefficients;
-
- // Arrays holding the history on which the filter depends recursively.
- // First index is channel
- // Second index, [0] is the current input/output, [1] is the previous, [2] is before that, etc.
- std::vector<std::vector<iplug::sample>> mInputHistory;
- std::vector<std::vector<iplug::sample>> mOutputHistory;
- // Indices for history.
- // Designates which index is currently "0". Use modulus to wrap around.
- long mInputStart;
- long mOutputStart;
- };
-
- class LevelParams : public dsp::Params {
- public:
- LevelParams(const double gain) : Params(), mGain(gain) {};
- double GetGain() const {return this->mGain;};
- private:
- // The gain (multiplicative, i.e. not dB)
- double mGain;
- };
-
- class Level : public Base {
- public:
- Level() : Base(1, 0) {};
- // Invalid usage: require a pointer to recursive_linear_filter::Params so
- // that SetCoefficients() is defined.
- void SetParams(const LevelParams ¶ms) {
- this->mInputCoefficients[0] = params.GetGain();
- };;
- };
-
- // The same 3 params (frequency, quality, gain) describe a bunch of filters.
- // (Low shelf, high shelf, peaking)
- class BiquadParams : public dsp::Params {
- public:
- BiquadParams(const double sampleRate,
- const double frequency,
- const double quality,
- const double gainDB) :
- dsp::Params(),
- mFrequency(frequency),
- mGainDB(gainDB),
- mQuality(quality),
- mSampleRate(sampleRate) {};
-
- // Parameters defined in
- // https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html
- double GetA() const {return pow(10.0, this->mGainDB / 40.0);};
- double GetOmega0() const {return 2.0 * MATH_PI * this->mFrequency / this->mSampleRate;};
- double GetAlpha(const double omega_0) const {return sin(omega_0) / (2.0 * this->mQuality);};
- double GetCosW(const double omega_0) const {return cos(omega_0);};
- private:
- double mFrequency;
- double mGainDB;
- double mQuality;
- double mSampleRate;
- };
-
- class Biquad : public Base {
- public:
- Biquad() : Base(3, 3) {};
- virtual void SetParams(const BiquadParams ¶ms) = 0;
- protected:
- void _AssignCoefficients(const double a0,
- const double a1,
- const double a2,
- const double b0,
- const double b1,
- const double b2);
- };
-
- class LowShelf : public Biquad {
- public:
- void SetParams(const BiquadParams ¶ms) override;
+class Base : public dsp::DSP {
+public:
+ Base(const size_t inputDegree, const size_t outputDegree);
+ iplug::sample **Process(iplug::sample **inputs, const size_t numChannels,
+ const size_t numFrames) override;
+
+protected:
+ // Methods
+ size_t _GetInputDegree() const { return this->mInputCoefficients.size(); };
+ size_t _GetOutputDegree() const { return this->mOutputCoefficients.size(); };
+ // Additionally prepares mInputHistory and mOutputHistory.
+ void _PrepareBuffers(const size_t numChannels,
+ const size_t numFrames) override;
+
+ // Coefficients for the DSP filter
+ std::vector<double> mInputCoefficients;
+ std::vector<double> mOutputCoefficients;
+
+ // Arrays holding the history on which the filter depends recursively.
+ // First index is channel
+ // Second index, [0] is the current input/output, [1] is the previous, [2] is
+ // before that, etc.
+ std::vector<std::vector<iplug::sample>> mInputHistory;
+ std::vector<std::vector<iplug::sample>> mOutputHistory;
+ // Indices for history.
+ // Designates which index is currently "0". Use modulus to wrap around.
+ long mInputStart;
+ long mOutputStart;
+};
+
+class LevelParams : public dsp::Params {
+public:
+ LevelParams(const double gain) : Params(), mGain(gain){};
+ double GetGain() const { return this->mGain; };
+
+private:
+ // The gain (multiplicative, i.e. not dB)
+ double mGain;
+};
+
+class Level : public Base {
+public:
+ Level() : Base(1, 0){};
+ // Invalid usage: require a pointer to recursive_linear_filter::Params so
+ // that SetCoefficients() is defined.
+ void SetParams(const LevelParams ¶ms) {
+ this->mInputCoefficients[0] = params.GetGain();
};
-
- class Peaking : public Biquad {
- public:
- void SetParams(const BiquadParams ¶ms) override;
+ ;
+};
+
+// The same 3 params (frequency, quality, gain) describe a bunch of filters.
+// (Low shelf, high shelf, peaking)
+class BiquadParams : public dsp::Params {
+public:
+ BiquadParams(const double sampleRate, const double frequency,
+ const double quality, const double gainDB)
+ : dsp::Params(), mFrequency(frequency), mGainDB(gainDB),
+ mQuality(quality), mSampleRate(sampleRate){};
+
+ // Parameters defined in
+ // https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html
+ double GetA() const { return pow(10.0, this->mGainDB / 40.0); };
+ double GetOmega0() const {
+ return 2.0 * MATH_PI * this->mFrequency / this->mSampleRate;
};
-
- class HighShelf : public Biquad {
- public:
- void SetParams(const BiquadParams ¶ms) override;
+ double GetAlpha(const double omega_0) const {
+ return sin(omega_0) / (2.0 * this->mQuality);
};
+ double GetCosW(const double omega_0) const { return cos(omega_0); };
+
+private:
+ double mFrequency;
+ double mGainDB;
+ double mQuality;
+ double mSampleRate;
+};
+
+class Biquad : public Base {
+public:
+ Biquad() : Base(3, 3){};
+ virtual void SetParams(const BiquadParams ¶ms) = 0;
+
+protected:
+ void _AssignCoefficients(const double a0, const double a1, const double a2,
+ const double b0, const double b1, const double b2);
+};
+
+class LowShelf : public Biquad {
+public:
+ void SetParams(const BiquadParams ¶ms) override;
+};
+
+class Peaking : public Biquad {
+public:
+ void SetParams(const BiquadParams ¶ms) override;
+};
+
+class HighShelf : public Biquad {
+public:
+ void SetParams(const BiquadParams ¶ms) override;
};
+}; // namespace recursive_linear_filter
#endif /* RecursiveLinearFilter_h */
diff --git a/NeuralAmpModeler/dsp/Resample.h b/NeuralAmpModeler/dsp/Resample.h
@@ -9,73 +9,79 @@
#define Resample_h
#include <cmath>
-#include <vector>
#include <stdexcept>
+#include <vector>
namespace dsp {
- // Resample a provided vector in inputs to outputs.
- // Creates an array of the required length to fill all points from the SECOND
- // input to the SECOND-TO-LAST input point, exclusive.
- // (Seconds bc cubic. and ew want to only interpoalte between points 2 and
- // 3.)
- // tOutputStart: location of first output point relative to the second input
- // point (should be >=0.0)
- template<typename T>
- void ResampleCubic(const std::vector<T>& inputs,
- const double originalSampleRate,
- const double desiredSampleRate,
- const double tOutputStart,
- std::vector<T>& outputs);
- // Interpolate the 4 provided equispaced points to x in [-1,2]
- template<typename T>
- T _CubicInterpolation(T p[4], T x) {
- return p[1] + 0.5 * x * (p[2] - p[0] + x * (2.0 * p[0] - 5.0 * p[1] + 4.0 * p[2] - p[3] + x * (3.0 * (p[1] - p[2]) + p[3] - p[0])));
- };
+// Resample a provided vector in inputs to outputs.
+// Creates an array of the required length to fill all points from the SECOND
+// input to the SECOND-TO-LAST input point, exclusive.
+// (Seconds bc cubic. and ew want to only interpoalte between points 2 and
+// 3.)
+// tOutputStart: location of first output point relative to the second input
+// point (should be >=0.0)
+template <typename T>
+void ResampleCubic(const std::vector<T> &inputs,
+ const double originalSampleRate,
+ const double desiredSampleRate, const double tOutputStart,
+ std::vector<T> &outputs);
+// Interpolate the 4 provided equispaced points to x in [-1,2]
+template <typename T> T _CubicInterpolation(T p[4], T x) {
+ return p[1] + 0.5 * x *
+ (p[2] - p[0] +
+ x * (2.0 * p[0] - 5.0 * p[1] + 4.0 * p[2] - p[3] +
+ x * (3.0 * (p[1] - p[2]) + p[3] - p[0])));
};
+}; // namespace dsp
template <typename T>
-void dsp::ResampleCubic(const std::vector<T>& inputs,
+void dsp::ResampleCubic(const std::vector<T> &inputs,
const double originalSampleRate,
const double desiredSampleRate,
- const double tOutputStart,
- std::vector<T>& outputs)
-{
- if (tOutputStart < 0.0)
- throw std::runtime_error("Starting time must be non-negative");
+ const double tOutputStart, std::vector<T> &outputs) {
+ if (tOutputStart < 0.0)
+ throw std::runtime_error("Starting time must be non-negative");
+
+ // Time increment for each sample in the original audio file
+ const double timeIncrement = 1.0 / originalSampleRate;
- // Time increment for each sample in the original audio file
- const double timeIncrement = 1.0 / originalSampleRate;
+ // Time increment for each sample in the resampled audio file
+ const double resampledTimeIncrement = 1.0 / desiredSampleRate;
- // Time increment for each sample in the resampled audio file
- const double resampledTimeIncrement = 1.0 / desiredSampleRate;
-
- // Current time
- double time = timeIncrement + tOutputStart;
+ // Current time
+ double time = timeIncrement + tOutputStart;
- const double endTimeOriginal = (inputs.size() - 1) * timeIncrement;
- while (time < endTimeOriginal) {
- // Find the index of the sample in the original audio file that is just before the current time in the resampled audio file
- int index = (long) std::floor(time / timeIncrement);
+ const double endTimeOriginal = (inputs.size() - 1) * timeIncrement;
+ while (time < endTimeOriginal) {
+ // Find the index of the sample in the original audio file that is just
+ // before the current time in the resampled audio file
+ int index = (long)std::floor(time / timeIncrement);
- // Calculate the time difference between the current time in the resampled audio file and the sample in the original audio file
- double timeDifference = time - index * timeIncrement;
+ // Calculate the time difference between the current time in the resampled
+ // audio file and the sample in the original audio file
+ double timeDifference = time - index * timeIncrement;
- // Get the four surrounding samples in the original audio file for cubic interpolation
- double p[4];
- p[0] = (index == 0) ? inputs[0] : inputs[index - 1];
- p[1] = inputs[index];
- p[2] = (index == inputs.size() - 1) ? inputs[inputs.size() - 1] : inputs[index + 1];
- p[3] = (index == inputs.size() - 2) ? inputs[inputs.size() - 1] : inputs[index + 2];
+ // Get the four surrounding samples in the original audio file for cubic
+ // interpolation
+ double p[4];
+ p[0] = (index == 0) ? inputs[0] : inputs[index - 1];
+ p[1] = inputs[index];
+ p[2] = (index == inputs.size() - 1) ? inputs[inputs.size() - 1]
+ : inputs[index + 1];
+ p[3] = (index == inputs.size() - 2) ? inputs[inputs.size() - 1]
+ : inputs[index + 2];
- // Use cubic interpolation to estimate the value of the audio signal at the current time in the resampled audio file
- T resampledValue = dsp::_CubicInterpolation(p, timeDifference / timeIncrement);
+ // Use cubic interpolation to estimate the value of the audio signal at the
+ // current time in the resampled audio file
+ T resampledValue =
+ dsp::_CubicInterpolation(p, timeDifference / timeIncrement);
- // Add the estimated value to the resampled audio file
- outputs.push_back(resampledValue);
+ // Add the estimated value to the resampled audio file
+ outputs.push_back(resampledValue);
- // Update the current time in the resampled audio file
- time += resampledTimeIncrement;
- }
+ // Update the current time in the resampled audio file
+ time += resampledTimeIncrement;
+ }
}
#endif /* Resample_h */
diff --git a/NeuralAmpModeler/dsp/activations.h b/NeuralAmpModeler/dsp/activations.h
@@ -1,12 +1,8 @@
#pragma once
-#include <cmath> // expf
+#include <cmath> // expf
namespace activations {
- float relu(float x) {
- return x > 0.0f ? x : 0.0f;
- };
- float sigmoid(float x) {
- return 1.0f / (1.0f + expf(-x));
- };
-}; // namespace activations
-\ No newline at end of file
+float relu(float x) { return x > 0.0f ? x : 0.0f; };
+float sigmoid(float x) { return 1.0f / (1.0f + expf(-x)); };
+}; // namespace activations
+\ No newline at end of file
diff --git a/NeuralAmpModeler/dsp/cnpy.cpp b/NeuralAmpModeler/dsp/cnpy.cpp
@@ -1,348 +1,384 @@
-//Copyright (C) 2011 Carl Rogers
-//Released under MIT License
-//license available in LICENSE file, or at http://www.opensource.org/licenses/mit-license.php
-
-#include"cnpy.h"
-#include<cerrno>
-#include<complex>
-#include<cstdlib>
-#include<algorithm>
-#include<cstring>
-#include<iomanip>
-#include<stdint.h>
-#include<stdexcept>
-#include<iostream>
+// Copyright (C) 2011 Carl Rogers
+// Released under MIT License
+// license available in LICENSE file, or at
+// http://www.opensource.org/licenses/mit-license.php
+
+#include "cnpy.h"
+#include <algorithm>
+#include <cerrno>
+#include <complex>
+#include <cstdlib>
+#include <cstring>
+#include <iomanip>
+#include <iostream>
#include <regex>
+#include <stdexcept>
+#include <stdint.h>
char cnpy::BigEndianTest() {
- int x = 1;
- return (((char *)&x)[0]) ? '<' : '>';
+ int x = 1;
+ return (((char *)&x)[0]) ? '<' : '>';
}
-char cnpy::map_type(const std::type_info& t)
-{
- if(t == typeid(float) ) return 'f';
- if(t == typeid(double) ) return 'f';
- if(t == typeid(long double) ) return 'f';
-
- if(t == typeid(int) ) return 'i';
- if(t == typeid(char) ) return 'i';
- if(t == typeid(short) ) return 'i';
- if(t == typeid(long) ) return 'i';
- if(t == typeid(long long) ) return 'i';
-
- if(t == typeid(unsigned char) ) return 'u';
- if(t == typeid(unsigned short) ) return 'u';
- if(t == typeid(unsigned long) ) return 'u';
- if(t == typeid(unsigned long long) ) return 'u';
- if(t == typeid(unsigned int) ) return 'u';
-
- if(t == typeid(bool) ) return 'b';
-
- if(t == typeid(std::complex<float>) ) return 'c';
- if(t == typeid(std::complex<double>) ) return 'c';
- if(t == typeid(std::complex<long double>) ) return 'c';
-
- else return '?';
+char cnpy::map_type(const std::type_info &t) {
+ if (t == typeid(float))
+ return 'f';
+ if (t == typeid(double))
+ return 'f';
+ if (t == typeid(long double))
+ return 'f';
+
+ if (t == typeid(int))
+ return 'i';
+ if (t == typeid(char))
+ return 'i';
+ if (t == typeid(short))
+ return 'i';
+ if (t == typeid(long))
+ return 'i';
+ if (t == typeid(long long))
+ return 'i';
+
+ if (t == typeid(unsigned char))
+ return 'u';
+ if (t == typeid(unsigned short))
+ return 'u';
+ if (t == typeid(unsigned long))
+ return 'u';
+ if (t == typeid(unsigned long long))
+ return 'u';
+ if (t == typeid(unsigned int))
+ return 'u';
+
+ if (t == typeid(bool))
+ return 'b';
+
+ if (t == typeid(std::complex<float>))
+ return 'c';
+ if (t == typeid(std::complex<double>))
+ return 'c';
+ if (t == typeid(std::complex<long double>))
+ return 'c';
+
+ else
+ return '?';
}
-template<> std::vector<char>& cnpy::operator+=(std::vector<char>& lhs, const std::string rhs) {
- lhs.insert(lhs.end(),rhs.begin(),rhs.end());
- return lhs;
+template <>
+std::vector<char> &cnpy::operator+=(std::vector<char> &lhs,
+ const std::string rhs) {
+ lhs.insert(lhs.end(), rhs.begin(), rhs.end());
+ return lhs;
}
-template<> std::vector<char>& cnpy::operator+=(std::vector<char>& lhs, const char* rhs) {
- //write in little endian
- size_t len = strlen(rhs);
- lhs.reserve(len);
- for(size_t byte = 0; byte < len; byte++) {
- lhs.push_back(rhs[byte]);
- }
- return lhs;
+template <>
+std::vector<char> &cnpy::operator+=(std::vector<char> &lhs, const char *rhs) {
+ // write in little endian
+ size_t len = strlen(rhs);
+ lhs.reserve(len);
+ for (size_t byte = 0; byte < len; byte++) {
+ lhs.push_back(rhs[byte]);
+ }
+ return lhs;
}
-void cnpy::parse_npy_header(unsigned char* buffer,size_t& word_size, std::vector<size_t>& shape, bool& fortran_order) {
- //std::string magic_string(buffer,6);
- uint8_t major_version = *reinterpret_cast<uint8_t*>(buffer+6);
- uint8_t minor_version = *reinterpret_cast<uint8_t*>(buffer+7);
- uint16_t header_len = *reinterpret_cast<uint16_t*>(buffer+8);
- std::string header(reinterpret_cast<char*>(buffer+9),header_len);
-
- size_t loc1, loc2;
-
- //fortran order
- loc1 = header.find("fortran_order")+16;
- fortran_order = (header.substr(loc1,4) == "True" ? true : false);
-
- //shape
- loc1 = header.find("(");
- loc2 = header.find(")");
-
- std::regex num_regex("[0-9][0-9]*");
- std::smatch sm;
- shape.clear();
-
- std::string str_shape = header.substr(loc1+1,loc2-loc1-1);
- while(std::regex_search(str_shape, sm, num_regex)) {
- shape.push_back(std::stoi(sm[0].str()));
- str_shape = sm.suffix().str();
- }
-
- //endian, word size, data type
- //byte order code | stands for not applicable.
- //not sure when this applies except for byte array
- loc1 = header.find("descr")+9;
- bool littleEndian = (header[loc1] == '<' || header[loc1] == '|' ? true : false);
- assert(littleEndian);
-
- //char type = header[loc1+1];
- //assert(type == map_type(T));
-
- std::string str_ws = header.substr(loc1+2);
- loc2 = str_ws.find("'");
- word_size = atoi(str_ws.substr(0,loc2).c_str());
+void cnpy::parse_npy_header(unsigned char *buffer, size_t &word_size,
+ std::vector<size_t> &shape, bool &fortran_order) {
+ // std::string magic_string(buffer,6);
+ uint8_t major_version = *reinterpret_cast<uint8_t *>(buffer + 6);
+ uint8_t minor_version = *reinterpret_cast<uint8_t *>(buffer + 7);
+ uint16_t header_len = *reinterpret_cast<uint16_t *>(buffer + 8);
+ std::string header(reinterpret_cast<char *>(buffer + 9), header_len);
+
+ size_t loc1, loc2;
+
+ // fortran order
+ loc1 = header.find("fortran_order") + 16;
+ fortran_order = (header.substr(loc1, 4) == "True" ? true : false);
+
+ // shape
+ loc1 = header.find("(");
+ loc2 = header.find(")");
+
+ std::regex num_regex("[0-9][0-9]*");
+ std::smatch sm;
+ shape.clear();
+
+ std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1);
+ while (std::regex_search(str_shape, sm, num_regex)) {
+ shape.push_back(std::stoi(sm[0].str()));
+ str_shape = sm.suffix().str();
+ }
+
+ // endian, word size, data type
+ // byte order code | stands for not applicable.
+ // not sure when this applies except for byte array
+ loc1 = header.find("descr") + 9;
+ bool littleEndian =
+ (header[loc1] == '<' || header[loc1] == '|' ? true : false);
+ assert(littleEndian);
+
+ // char type = header[loc1+1];
+ // assert(type == map_type(T));
+
+ std::string str_ws = header.substr(loc1 + 2);
+ loc2 = str_ws.find("'");
+ word_size = atoi(str_ws.substr(0, loc2).c_str());
}
-void cnpy::parse_npy_header(FILE* fp, size_t& word_size, std::vector<size_t>& shape, bool& fortran_order) {
- char buffer[256];
- size_t res = fread(buffer,sizeof(char),11,fp);
- if(res != 11)
- throw std::runtime_error("parse_npy_header: failed fread");
- std::string header = fgets(buffer,256,fp);
- assert(header[header.size()-1] == '\n');
-
- size_t loc1, loc2;
-
- //fortran order
- loc1 = header.find("fortran_order");
- if (loc1 == std::string::npos)
- throw std::runtime_error("parse_npy_header: failed to find header keyword: 'fortran_order'");
- loc1 += 16;
- fortran_order = (header.substr(loc1,4) == "True" ? true : false);
-
- //shape
- loc1 = header.find("(");
- loc2 = header.find(")");
- if (loc1 == std::string::npos || loc2 == std::string::npos)
- throw std::runtime_error("parse_npy_header: failed to find header keyword: '(' or ')'");
-
- std::regex num_regex("[0-9][0-9]*");
- std::smatch sm;
- shape.clear();
-
- std::string str_shape = header.substr(loc1+1,loc2-loc1-1);
- while(std::regex_search(str_shape, sm, num_regex)) {
- shape.push_back(std::stoi(sm[0].str()));
- str_shape = sm.suffix().str();
- }
-
- //endian, word size, data type
- //byte order code | stands for not applicable.
- //not sure when this applies except for byte array
- loc1 = header.find("descr");
- if (loc1 == std::string::npos)
- throw std::runtime_error("parse_npy_header: failed to find header keyword: 'descr'");
- loc1 += 9;
- bool littleEndian = (header[loc1] == '<' || header[loc1] == '|' ? true : false);
- assert(littleEndian);
-
- //char type = header[loc1+1];
- //assert(type == map_type(T));
-
- std::string str_ws = header.substr(loc1+2);
- loc2 = str_ws.find("'");
- word_size = atoi(str_ws.substr(0,loc2).c_str());
+void cnpy::parse_npy_header(FILE *fp, size_t &word_size,
+ std::vector<size_t> &shape, bool &fortran_order) {
+ char buffer[256];
+ size_t res = fread(buffer, sizeof(char), 11, fp);
+ if (res != 11)
+ throw std::runtime_error("parse_npy_header: failed fread");
+ std::string header = fgets(buffer, 256, fp);
+ assert(header[header.size() - 1] == '\n');
+
+ size_t loc1, loc2;
+
+ // fortran order
+ loc1 = header.find("fortran_order");
+ if (loc1 == std::string::npos)
+ throw std::runtime_error(
+ "parse_npy_header: failed to find header keyword: 'fortran_order'");
+ loc1 += 16;
+ fortran_order = (header.substr(loc1, 4) == "True" ? true : false);
+
+ // shape
+ loc1 = header.find("(");
+ loc2 = header.find(")");
+ if (loc1 == std::string::npos || loc2 == std::string::npos)
+ throw std::runtime_error(
+ "parse_npy_header: failed to find header keyword: '(' or ')'");
+
+ std::regex num_regex("[0-9][0-9]*");
+ std::smatch sm;
+ shape.clear();
+
+ std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1);
+ while (std::regex_search(str_shape, sm, num_regex)) {
+ shape.push_back(std::stoi(sm[0].str()));
+ str_shape = sm.suffix().str();
+ }
+
+ // endian, word size, data type
+ // byte order code | stands for not applicable.
+ // not sure when this applies except for byte array
+ loc1 = header.find("descr");
+ if (loc1 == std::string::npos)
+ throw std::runtime_error(
+ "parse_npy_header: failed to find header keyword: 'descr'");
+ loc1 += 9;
+ bool littleEndian =
+ (header[loc1] == '<' || header[loc1] == '|' ? true : false);
+ assert(littleEndian);
+
+ // char type = header[loc1+1];
+ // assert(type == map_type(T));
+
+ std::string str_ws = header.substr(loc1 + 2);
+ loc2 = str_ws.find("'");
+ word_size = atoi(str_ws.substr(0, loc2).c_str());
}
-//void cnpy::parse_zip_footer(FILE* fp, uint16_t& nrecs, size_t& global_header_size, size_t& global_header_offset)
+// void cnpy::parse_zip_footer(FILE* fp, uint16_t& nrecs, size_t&
+// global_header_size, size_t& global_header_offset)
//{
-// std::vector<char> footer(22);
-// fseek(fp,-22,SEEK_END);
-// size_t res = fread(&footer[0],sizeof(char),22,fp);
-// if(res != 22)
-// throw std::runtime_error("parse_zip_footer: failed fread");
-//
-// uint16_t disk_no, disk_start, nrecs_on_disk, comment_len;
-// disk_no = *(uint16_t*) &footer[4];
-// disk_start = *(uint16_t*) &footer[6];
-// nrecs_on_disk = *(uint16_t*) &footer[8];
-// nrecs = *(uint16_t*) &footer[10];
-// global_header_size = *(uint32_t*) &footer[12];
-// global_header_offset = *(uint32_t*) &footer[16];
-// comment_len = *(uint16_t*) &footer[20];
-//
-// assert(disk_no == 0);
-// assert(disk_start == 0);
-// assert(nrecs_on_disk == nrecs);
-// assert(comment_len == 0);
-//}
-
-cnpy::NpyArray load_the_npy_file(FILE* fp) {
- std::vector<size_t> shape;
- size_t word_size;
- bool fortran_order;
- cnpy::parse_npy_header(fp,word_size,shape,fortran_order);
-
- cnpy::NpyArray arr(shape, word_size, fortran_order);
- size_t nread = fread(arr.data<char>(),1,arr.num_bytes(),fp);
- if(nread != arr.num_bytes())
- throw std::runtime_error("load_the_npy_file: failed fread");
- return arr;
+// std::vector<char> footer(22);
+// fseek(fp,-22,SEEK_END);
+// size_t res = fread(&footer[0],sizeof(char),22,fp);
+// if(res != 22)
+// throw std::runtime_error("parse_zip_footer: failed fread");
+//
+// uint16_t disk_no, disk_start, nrecs_on_disk, comment_len;
+// disk_no = *(uint16_t*) &footer[4];
+// disk_start = *(uint16_t*) &footer[6];
+// nrecs_on_disk = *(uint16_t*) &footer[8];
+// nrecs = *(uint16_t*) &footer[10];
+// global_header_size = *(uint32_t*) &footer[12];
+// global_header_offset = *(uint32_t*) &footer[16];
+// comment_len = *(uint16_t*) &footer[20];
+//
+// assert(disk_no == 0);
+// assert(disk_start == 0);
+// assert(nrecs_on_disk == nrecs);
+// assert(comment_len == 0);
+// }
+
+cnpy::NpyArray load_the_npy_file(FILE *fp) {
+ std::vector<size_t> shape;
+ size_t word_size;
+ bool fortran_order;
+ cnpy::parse_npy_header(fp, word_size, shape, fortran_order);
+
+ cnpy::NpyArray arr(shape, word_size, fortran_order);
+ size_t nread = fread(arr.data<char>(), 1, arr.num_bytes(), fp);
+ if (nread != arr.num_bytes())
+ throw std::runtime_error("load_the_npy_file: failed fread");
+ return arr;
}
-//cnpy::NpyArray load_the_npz_array(FILE* fp, uint32_t compr_bytes, uint32_t uncompr_bytes) {
+// cnpy::NpyArray load_the_npz_array(FILE* fp, uint32_t compr_bytes, uint32_t
+// uncompr_bytes) {
+//
+// std::vector<unsigned char> buffer_compr(compr_bytes);
+// std::vector<unsigned char> buffer_uncompr(uncompr_bytes);
+// size_t nread = fread(&buffer_compr[0],1,compr_bytes,fp);
+// if(nread != compr_bytes)
+// throw std::runtime_error("load_the_npy_file: failed fread");
+//
+// int err;
+// z_stream d_stream;
+//
+// d_stream.zalloc = Z_NULL;
+// d_stream.zfree = Z_NULL;
+// d_stream.opaque = Z_NULL;
+// d_stream.avail_in = 0;
+// d_stream.next_in = Z_NULL;
+// err = inflateInit2(&d_stream, -MAX_WBITS);
+//
+// d_stream.avail_in = compr_bytes;
+// d_stream.next_in = &buffer_compr[0];
+// d_stream.avail_out = uncompr_bytes;
+// d_stream.next_out = &buffer_uncompr[0];
+//
+// err = inflate(&d_stream, Z_FINISH);
+// err = inflateEnd(&d_stream);
+//
+// std::vector<size_t> shape;
+// size_t word_size;
+// bool fortran_order;
+// cnpy::parse_npy_header(&buffer_uncompr[0],word_size,shape,fortran_order);
+//
+// cnpy::NpyArray array(shape, word_size, fortran_order);
+//
+// size_t offset = uncompr_bytes - array.num_bytes();
+// memcpy(array.data<unsigned
+// char>(),&buffer_uncompr[0]+offset,array.num_bytes());
+//
+// return array;
+// }
+//
+// cnpy::npz_t cnpy::npz_load(std::string fname) {
+// FILE* fp = fopen(fname.c_str(),"rb");
+//
+// if(!fp) {
+// throw std::runtime_error("npz_load: Error! Unable to open file
+// "+fname+"!");
+// }
+//
+// cnpy::npz_t arrays;
+//
+// while(1) {
+// std::vector<char> local_header(30);
+// size_t headerres = fread(&local_header[0],sizeof(char),30,fp);
+// if(headerres != 30)
+// throw std::runtime_error("npz_load: failed fread");
//
-// std::vector<unsigned char> buffer_compr(compr_bytes);
-// std::vector<unsigned char> buffer_uncompr(uncompr_bytes);
-// size_t nread = fread(&buffer_compr[0],1,compr_bytes,fp);
-// if(nread != compr_bytes)
-// throw std::runtime_error("load_the_npy_file: failed fread");
-//
-// int err;
-// z_stream d_stream;
-//
-// d_stream.zalloc = Z_NULL;
-// d_stream.zfree = Z_NULL;
-// d_stream.opaque = Z_NULL;
-// d_stream.avail_in = 0;
-// d_stream.next_in = Z_NULL;
-// err = inflateInit2(&d_stream, -MAX_WBITS);
-//
-// d_stream.avail_in = compr_bytes;
-// d_stream.next_in = &buffer_compr[0];
-// d_stream.avail_out = uncompr_bytes;
-// d_stream.next_out = &buffer_uncompr[0];
-//
-// err = inflate(&d_stream, Z_FINISH);
-// err = inflateEnd(&d_stream);
-//
-// std::vector<size_t> shape;
-// size_t word_size;
-// bool fortran_order;
-// cnpy::parse_npy_header(&buffer_uncompr[0],word_size,shape,fortran_order);
-//
-// cnpy::NpyArray array(shape, word_size, fortran_order);
-//
-// size_t offset = uncompr_bytes - array.num_bytes();
-// memcpy(array.data<unsigned char>(),&buffer_uncompr[0]+offset,array.num_bytes());
-//
-// return array;
-//}
-//
-//cnpy::npz_t cnpy::npz_load(std::string fname) {
-// FILE* fp = fopen(fname.c_str(),"rb");
-//
-// if(!fp) {
-// throw std::runtime_error("npz_load: Error! Unable to open file "+fname+"!");
-// }
-//
-// cnpy::npz_t arrays;
-//
-// while(1) {
-// std::vector<char> local_header(30);
-// size_t headerres = fread(&local_header[0],sizeof(char),30,fp);
-// if(headerres != 30)
-// throw std::runtime_error("npz_load: failed fread");
-//
-// //if we've reached the global header, stop reading
-// if(local_header[2] != 0x03 || local_header[3] != 0x04) break;
-//
-// //read in the variable name
-// uint16_t name_len = *(uint16_t*) &local_header[26];
-// std::string varname(name_len,' ');
-// size_t vname_res = fread(&varname[0],sizeof(char),name_len,fp);
-// if(vname_res != name_len)
-// throw std::runtime_error("npz_load: failed fread");
-//
-// //erase the lagging .npy
-// varname.erase(varname.end()-4,varname.end());
-//
-// //read in the extra field
-// uint16_t extra_field_len = *(uint16_t*) &local_header[28];
-// if(extra_field_len > 0) {
-// std::vector<char> buff(extra_field_len);
-// size_t efield_res = fread(&buff[0],sizeof(char),extra_field_len,fp);
-// if(efield_res != extra_field_len)
-// throw std::runtime_error("npz_load: failed fread");
-// }
-//
-// uint16_t compr_method = *reinterpret_cast<uint16_t*>(&local_header[0]+8);
-// uint32_t compr_bytes = *reinterpret_cast<uint32_t*>(&local_header[0]+18);
-// uint32_t uncompr_bytes = *reinterpret_cast<uint32_t*>(&local_header[0]+22);
-//
-// if(compr_method == 0) {arrays[varname] = load_the_npy_file(fp);}
-// else {arrays[varname] = load_the_npz_array(fp,compr_bytes,uncompr_bytes);}
-// }
-//
-// fclose(fp);
-// return arrays;
-//}
-//
-//cnpy::NpyArray cnpy::npz_load(std::string fname, std::string varname) {
-// FILE* fp = fopen(fname.c_str(),"rb");
-//
-// if(!fp) throw std::runtime_error("npz_load: Unable to open file "+fname);
-//
-// while(1) {
-// std::vector<char> local_header(30);
-// size_t header_res = fread(&local_header[0],sizeof(char),30,fp);
-// if(header_res != 30)
-// throw std::runtime_error("npz_load: failed fread");
-//
-// //if we've reached the global header, stop reading
-// if(local_header[2] != 0x03 || local_header[3] != 0x04) break;
-//
-// //read in the variable name
-// uint16_t name_len = *(uint16_t*) &local_header[26];
-// std::string vname(name_len,' ');
-// size_t vname_res = fread(&vname[0],sizeof(char),name_len,fp);
-// if(vname_res != name_len)
-// throw std::runtime_error("npz_load: failed fread");
-// vname.erase(vname.end()-4,vname.end()); //erase the lagging .npy
-//
-// //read in the extra field
-// uint16_t extra_field_len = *(uint16_t*) &local_header[28];
-// fseek(fp,extra_field_len,SEEK_CUR); //skip past the extra field
-//
-// uint16_t compr_method = *reinterpret_cast<uint16_t*>(&local_header[0]+8);
-// uint32_t compr_bytes = *reinterpret_cast<uint32_t*>(&local_header[0]+18);
-// uint32_t uncompr_bytes = *reinterpret_cast<uint32_t*>(&local_header[0]+22);
-//
-// if(vname == varname) {
-// NpyArray array = (compr_method == 0) ? load_the_npy_file(fp) : load_the_npz_array(fp,compr_bytes,uncompr_bytes);
-// fclose(fp);
-// return array;
-// }
-// else {
-// //skip past the data
-// uint32_t size = *(uint32_t*) &local_header[22];
-// fseek(fp,size,SEEK_CUR);
-// }
-// }
-//
-// fclose(fp);
-//
-// //if we get here, we haven't found the variable in the file
-// throw std::runtime_error("npz_load: Variable name "+varname+" not found in "+fname);
-//}
+// //if we've reached the global header, stop reading
+// if(local_header[2] != 0x03 || local_header[3] != 0x04) break;
+//
+// //read in the variable name
+// uint16_t name_len = *(uint16_t*) &local_header[26];
+// std::string varname(name_len,' ');
+// size_t vname_res = fread(&varname[0],sizeof(char),name_len,fp);
+// if(vname_res != name_len)
+// throw std::runtime_error("npz_load: failed fread");
+//
+// //erase the lagging .npy
+// varname.erase(varname.end()-4,varname.end());
+//
+// //read in the extra field
+// uint16_t extra_field_len = *(uint16_t*) &local_header[28];
+// if(extra_field_len > 0) {
+// std::vector<char> buff(extra_field_len);
+// size_t efield_res =
+// fread(&buff[0],sizeof(char),extra_field_len,fp); if(efield_res !=
+// extra_field_len)
+// throw std::runtime_error("npz_load: failed fread");
+// }
+//
+// uint16_t compr_method =
+// *reinterpret_cast<uint16_t*>(&local_header[0]+8); uint32_t
+// compr_bytes = *reinterpret_cast<uint32_t*>(&local_header[0]+18);
+// uint32_t uncompr_bytes =
+// *reinterpret_cast<uint32_t*>(&local_header[0]+22);
+//
+// if(compr_method == 0) {arrays[varname] = load_the_npy_file(fp);}
+// else {arrays[varname] =
+// load_the_npz_array(fp,compr_bytes,uncompr_bytes);}
+// }
+//
+// fclose(fp);
+// return arrays;
+// }
+//
+// cnpy::NpyArray cnpy::npz_load(std::string fname, std::string varname) {
+// FILE* fp = fopen(fname.c_str(),"rb");
+//
+// if(!fp) throw std::runtime_error("npz_load: Unable to open file "+fname);
+//
+// while(1) {
+// std::vector<char> local_header(30);
+// size_t header_res = fread(&local_header[0],sizeof(char),30,fp);
+// if(header_res != 30)
+// throw std::runtime_error("npz_load: failed fread");
+//
+// //if we've reached the global header, stop reading
+// if(local_header[2] != 0x03 || local_header[3] != 0x04) break;
+//
+// //read in the variable name
+// uint16_t name_len = *(uint16_t*) &local_header[26];
+// std::string vname(name_len,' ');
+// size_t vname_res = fread(&vname[0],sizeof(char),name_len,fp);
+// if(vname_res != name_len)
+// throw std::runtime_error("npz_load: failed fread");
+// vname.erase(vname.end()-4,vname.end()); //erase the lagging .npy
+//
+// //read in the extra field
+// uint16_t extra_field_len = *(uint16_t*) &local_header[28];
+// fseek(fp,extra_field_len,SEEK_CUR); //skip past the extra field
+//
+// uint16_t compr_method =
+// *reinterpret_cast<uint16_t*>(&local_header[0]+8); uint32_t
+// compr_bytes = *reinterpret_cast<uint32_t*>(&local_header[0]+18);
+// uint32_t uncompr_bytes =
+// *reinterpret_cast<uint32_t*>(&local_header[0]+22);
+//
+// if(vname == varname) {
+// NpyArray array = (compr_method == 0) ? load_the_npy_file(fp) :
+// load_the_npz_array(fp,compr_bytes,uncompr_bytes); fclose(fp);
+// return array;
+// }
+// else {
+// //skip past the data
+// uint32_t size = *(uint32_t*) &local_header[22];
+// fseek(fp,size,SEEK_CUR);
+// }
+// }
+//
+// fclose(fp);
+//
+// //if we get here, we haven't found the variable in the file
+// throw std::runtime_error("npz_load: Variable name "+varname+" not found
+// in "+fname);
+// }
cnpy::NpyArray cnpy::npy_load(std::string fname) {
- FILE* fp = fopen(fname.c_str(), "rb");
-
- if (!fp) {
- std::stringstream ss;
- ss << "npy_load: Unable to open file " << fname << ":\n"
- << std::strerror(errno) << std::endl;
-
- throw std::runtime_error(ss.str());
- }
+ FILE *fp = fopen(fname.c_str(), "rb");
- NpyArray arr = load_the_npy_file(fp);
-
- fclose(fp);
- return arr;
-}
+ if (!fp) {
+ std::stringstream ss;
+ ss << "npy_load: Unable to open file " << fname << ":\n"
+ << std::strerror(errno) << std::endl;
+ throw std::runtime_error(ss.str());
+ }
+ NpyArray arr = load_the_npy_file(fp);
+ fclose(fp);
+ return arr;
+}
diff --git a/NeuralAmpModeler/dsp/cnpy.h b/NeuralAmpModeler/dsp/cnpy.h
@@ -1,269 +1,295 @@
-//Copyright (C) 2011 Carl Rogers
-//Released under MIT License
-//license available in LICENSE file, or at http://www.opensource.org/licenses/mit-license.php
+// Copyright (C) 2011 Carl Rogers
+// Released under MIT License
+// license available in LICENSE file, or at
+// http://www.opensource.org/licenses/mit-license.php
#ifndef LIBCNPY_H_
#define LIBCNPY_H_
-#include<string>
-#include<stdexcept>
-#include<sstream>
-#include<vector>
-#include<cstdio>
-#include<typeinfo>
-#include<iostream>
-#include<cassert>
-#include<zlib.h>
-#include<map>
-#include<memory>
-#include<stdint.h>
-#include<numeric>
+#include <cassert>
+#include <cstdio>
+#include <iostream>
+#include <map>
+#include <memory>
+#include <numeric>
+#include <sstream>
+#include <stdexcept>
+#include <stdint.h>
+#include <string>
+#include <typeinfo>
+#include <vector>
+#include <zlib.h>
namespace cnpy {
- struct NpyArray {
- NpyArray(const std::vector<size_t>& _shape, size_t _word_size, bool _fortran_order) :
- shape(_shape), word_size(_word_size), fortran_order(_fortran_order)
- {
- num_vals = 1;
- for(size_t i = 0;i < shape.size();i++) num_vals *= shape[i];
- data_holder = std::shared_ptr<std::vector<char>>(
- new std::vector<char>(num_vals * word_size));
- }
-
- NpyArray() : shape(0), word_size(0), fortran_order(0), num_vals(0) { }
-
- template<typename T>
- T* data() {
- return reinterpret_cast<T*>(&(*data_holder)[0]);
- }
-
- template<typename T>
- const T* data() const {
- return reinterpret_cast<T*>(&(*data_holder)[0]);
- }
-
- template<typename T>
- std::vector<T> as_vec() const {
- const T* p = data<T>();
- return std::vector<T>(p, p+num_vals);
- }
-
- size_t num_bytes() const {
- return data_holder->size();
- }
-
- std::shared_ptr<std::vector<char>> data_holder;
- std::vector<size_t> shape;
- size_t word_size;
- bool fortran_order;
- size_t num_vals;
- };
-
- using npz_t = std::map<std::string, NpyArray>;
-
- char BigEndianTest();
- char map_type(const std::type_info& t);
- template<typename T> std::vector<char> create_npy_header(const std::vector<size_t>& shape);
- void parse_npy_header(FILE* fp,size_t& word_size, std::vector<size_t>& shape, bool& fortran_order);
- void parse_npy_header(unsigned char* buffer,size_t& word_size, std::vector<size_t>& shape, bool& fortran_order);
- //void parse_zip_footer(FILE* fp, uint16_t& nrecs, size_t& global_header_size, size_t& global_header_offset);
- //npz_t npz_load(std::string fname);
- //NpyArray npz_load(std::string fname, std::string varname);
- NpyArray npy_load(std::string fname);
-
- template<typename T> std::vector<char>& operator+=(std::vector<char>& lhs, const T rhs) {
- //write in little endian
- for(size_t byte = 0; byte < sizeof(T); byte++) {
- char val = *((char*)&rhs+byte);
- lhs.push_back(val);
- }
- return lhs;
- }
+struct NpyArray {
+ NpyArray(const std::vector<size_t> &_shape, size_t _word_size,
+ bool _fortran_order)
+ : shape(_shape), word_size(_word_size), fortran_order(_fortran_order) {
+ num_vals = 1;
+ for (size_t i = 0; i < shape.size(); i++)
+ num_vals *= shape[i];
+ data_holder = std::shared_ptr<std::vector<char>>(
+ new std::vector<char>(num_vals * word_size));
+ }
+
+ NpyArray() : shape(0), word_size(0), fortran_order(0), num_vals(0) {}
+
+ template <typename T> T *data() {
+ return reinterpret_cast<T *>(&(*data_holder)[0]);
+ }
+
+ template <typename T> const T *data() const {
+ return reinterpret_cast<T *>(&(*data_holder)[0]);
+ }
+
+ template <typename T> std::vector<T> as_vec() const {
+ const T *p = data<T>();
+ return std::vector<T>(p, p + num_vals);
+ }
+
+ size_t num_bytes() const { return data_holder->size(); }
+
+ std::shared_ptr<std::vector<char>> data_holder;
+ std::vector<size_t> shape;
+ size_t word_size;
+ bool fortran_order;
+ size_t num_vals;
+};
+
+using npz_t = std::map<std::string, NpyArray>;
+
+char BigEndianTest();
+char map_type(const std::type_info &t);
+template <typename T>
+std::vector<char> create_npy_header(const std::vector<size_t> &shape);
+void parse_npy_header(FILE *fp, size_t &word_size, std::vector<size_t> &shape,
+ bool &fortran_order);
+void parse_npy_header(unsigned char *buffer, size_t &word_size,
+ std::vector<size_t> &shape, bool &fortran_order);
+// void parse_zip_footer(FILE* fp, uint16_t& nrecs, size_t& global_header_size,
+// size_t& global_header_offset); npz_t npz_load(std::string fname); NpyArray
+// npz_load(std::string fname, std::string varname);
+NpyArray npy_load(std::string fname);
+
+template <typename T>
+std::vector<char> &operator+=(std::vector<char> &lhs, const T rhs) {
+ // write in little endian
+ for (size_t byte = 0; byte < sizeof(T); byte++) {
+ char val = *((char *)&rhs + byte);
+ lhs.push_back(val);
+ }
+ return lhs;
+}
- template<> std::vector<char>& operator+=(std::vector<char>& lhs, const std::string rhs);
- template<> std::vector<char>& operator+=(std::vector<char>& lhs, const char* rhs);
-
-
- template<typename T> void npy_save(std::string fname, const T* data, const std::vector<size_t> shape, std::string mode = "w") {
- FILE* fp = NULL;
- std::vector<size_t> true_data_shape; //if appending, the shape of existing + new data
-
- if(mode == "a") fp = fopen(fname.c_str(),"r+b");
-
- if(fp) {
- //file exists. we need to append to it. read the header, modify the array size
- size_t word_size;
- bool fortran_order;
- parse_npy_header(fp,word_size,true_data_shape,fortran_order);
- assert(!fortran_order);
-
- if(word_size != sizeof(T)) {
- std::cout<<"libnpy error: "<<fname<<" has word size "<<word_size<<" but npy_save appending data sized "<<sizeof(T)<<"\n";
- assert( word_size == sizeof(T) );
- }
- if(true_data_shape.size() != shape.size()) {
- std::cout<<"libnpy error: npy_save attempting to append misdimensioned data to "<<fname<<"\n";
- assert(true_data_shape.size() != shape.size());
- }
-
- for(size_t i = 1; i < shape.size(); i++) {
- if(shape[i] != true_data_shape[i]) {
- std::cout<<"libnpy error: npy_save attempting to append misshaped data to "<<fname<<"\n";
- assert(shape[i] == true_data_shape[i]);
- }
- }
- true_data_shape[0] += shape[0];
- }
- else {
- fp = fopen(fname.c_str(),"wb");
- true_data_shape = shape;
- }
-
- std::vector<char> header = create_npy_header<T>(true_data_shape);
- size_t nels = std::accumulate(shape.begin(),shape.end(),1,std::multiplies<size_t>());
-
- fseek(fp,0,SEEK_SET);
- fwrite(&header[0],sizeof(char),header.size(),fp);
- fseek(fp,0,SEEK_END);
- fwrite(data,sizeof(T),nels,fp);
- fclose(fp);
+template <>
+std::vector<char> &operator+=(std::vector<char> &lhs, const std::string rhs);
+template <>
+std::vector<char> &operator+=(std::vector<char> &lhs, const char *rhs);
+
+template <typename T>
+void npy_save(std::string fname, const T *data, const std::vector<size_t> shape,
+ std::string mode = "w") {
+ FILE *fp = NULL;
+ std::vector<size_t>
+ true_data_shape; // if appending, the shape of existing + new data
+
+ if (mode == "a")
+ fp = fopen(fname.c_str(), "r+b");
+
+ if (fp) {
+ // file exists. we need to append to it. read the header, modify the array
+ // size
+ size_t word_size;
+ bool fortran_order;
+ parse_npy_header(fp, word_size, true_data_shape, fortran_order);
+ assert(!fortran_order);
+
+ if (word_size != sizeof(T)) {
+ std::cout << "libnpy error: " << fname << " has word size " << word_size
+ << " but npy_save appending data sized " << sizeof(T) << "\n";
+ assert(word_size == sizeof(T));
}
-
- //template<typename T> void npz_save(std::string zipname, std::string fname, const T* data, const std::vector<size_t>& shape, std::string mode = "w")
- //{
- // //first, append a .npy to the fname
- // fname += ".npy";
-
- // //now, on with the show
- // FILE* fp = NULL;
- // uint16_t nrecs = 0;
- // size_t global_header_offset = 0;
- // std::vector<char> global_header;
-
- // if(mode == "a") fp = fopen(zipname.c_str(),"r+b");
-
- // if(fp) {
- // //zip file exists. we need to add a new npy file to it.
- // //first read the footer. this gives us the offset and size of the global header
- // //then read and store the global header.
- // //below, we will write the the new data at the start of the global header then append the global header and footer below it
- // size_t global_header_size;
- // parse_zip_footer(fp,nrecs,global_header_size,global_header_offset);
- // fseek(fp,global_header_offset,SEEK_SET);
- // global_header.resize(global_header_size);
- // size_t res = fread(&global_header[0],sizeof(char),global_header_size,fp);
- // if(res != global_header_size){
- // throw std::runtime_error("npz_save: header read error while adding to existing zip");
- // }
- // fseek(fp,global_header_offset,SEEK_SET);
- // }
- // else {
- // fp = fopen(zipname.c_str(),"wb");
- // }
-
- // std::vector<char> npy_header = create_npy_header<T>(shape);
-
- // size_t nels = std::accumulate(shape.begin(),shape.end(),1,std::multiplies<size_t>());
- // size_t nbytes = nels*sizeof(T) + npy_header.size();
-
- // //get the CRC of the data to be added
- // uint32_t crc = crc32(0L,(uint8_t*)&npy_header[0],npy_header.size());
- // crc = crc32(crc,(uint8_t*)data,nels*sizeof(T));
-
- // //build the local header
- // std::vector<char> local_header;
- // local_header += "PK"; //first part of sig
- // local_header += (uint16_t) 0x0403; //second part of sig
- // local_header += (uint16_t) 20; //min version to extract
- // local_header += (uint16_t) 0; //general purpose bit flag
- // local_header += (uint16_t) 0; //compression method
- // local_header += (uint16_t) 0; //file last mod time
- // local_header += (uint16_t) 0; //file last mod date
- // local_header += (uint32_t) crc; //crc
- // local_header += (uint32_t) nbytes; //compressed size
- // local_header += (uint32_t) nbytes; //uncompressed size
- // local_header += (uint16_t) fname.size(); //fname length
- // local_header += (uint16_t) 0; //extra field length
- // local_header += fname;
-
- // //build global header
- // global_header += "PK"; //first part of sig
- // global_header += (uint16_t) 0x0201; //second part of sig
- // global_header += (uint16_t) 20; //version made by
- // global_header.insert(global_header.end(),local_header.begin()+4,local_header.begin()+30);
- // global_header += (uint16_t) 0; //file comment length
- // global_header += (uint16_t) 0; //disk number where file starts
- // global_header += (uint16_t) 0; //internal file attributes
- // global_header += (uint32_t) 0; //external file attributes
- // global_header += (uint32_t) global_header_offset; //relative offset of local file header, since it begins where the global header used to begin
- // global_header += fname;
-
- // //build footer
- // std::vector<char> footer;
- // footer += "PK"; //first part of sig
- // footer += (uint16_t) 0x0605; //second part of sig
- // footer += (uint16_t) 0; //number of this disk
- // footer += (uint16_t) 0; //disk where footer starts
- // footer += (uint16_t) (nrecs+1); //number of records on this disk
- // footer += (uint16_t) (nrecs+1); //total number of records
- // footer += (uint32_t) global_header.size(); //nbytes of global headers
- // footer += (uint32_t) (global_header_offset + nbytes + local_header.size()); //offset of start of global headers, since global header now starts after newly written array
- // footer += (uint16_t) 0; //zip file comment length
-
- // //write everything
- // fwrite(&local_header[0],sizeof(char),local_header.size(),fp);
- // fwrite(&npy_header[0],sizeof(char),npy_header.size(),fp);
- // fwrite(data,sizeof(T),nels,fp);
- // fwrite(&global_header[0],sizeof(char),global_header.size(),fp);
- // fwrite(&footer[0],sizeof(char),footer.size(),fp);
- // fclose(fp);
- //}
-
- template<typename T> void npy_save(std::string fname, const std::vector<T> data, std::string mode = "w") {
- std::vector<size_t> shape;
- shape.push_back(data.size());
- npy_save(fname, &data[0], shape, mode);
+ if (true_data_shape.size() != shape.size()) {
+ std::cout << "libnpy error: npy_save attempting to append misdimensioned "
+ "data to "
+ << fname << "\n";
+ assert(true_data_shape.size() != shape.size());
}
- //template<typename T> void npz_save(std::string zipname, std::string fname, const std::vector<T> data, std::string mode = "w") {
- // std::vector<size_t> shape;
- // shape.push_back(data.size());
- // npz_save(zipname, fname, &data[0], shape, mode);
- //}
-
- template<typename T> std::vector<char> create_npy_header(const std::vector<size_t>& shape) {
-
- std::vector<char> dict;
- dict += "{'descr': '";
- dict += BigEndianTest();
- dict += map_type(typeid(T));
- dict += std::to_string(sizeof(T));
- dict += "', 'fortran_order': False, 'shape': (";
- dict += std::to_string(shape[0]);
- for(size_t i = 1;i < shape.size();i++) {
- dict += ", ";
- dict += std::to_string(shape[i]);
- }
- if(shape.size() == 1) dict += ",";
- dict += "), }";
- //pad with spaces so that preamble+dict is modulo 16 bytes. preamble is 10 bytes. dict needs to end with \n
- int remainder = 16 - (10 + dict.size()) % 16;
- dict.insert(dict.end(),remainder,' ');
- dict.back() = '\n';
-
- std::vector<char> header;
- header += (char) 0x93;
- header += "NUMPY";
- header += (char) 0x01; //major version of numpy format
- header += (char) 0x00; //minor version of numpy format
- header += (uint16_t) dict.size();
- header.insert(header.end(),dict.begin(),dict.end());
-
- return header;
+ for (size_t i = 1; i < shape.size(); i++) {
+ if (shape[i] != true_data_shape[i]) {
+ std::cout
+ << "libnpy error: npy_save attempting to append misshaped data to "
+ << fname << "\n";
+ assert(shape[i] == true_data_shape[i]);
+ }
}
+ true_data_shape[0] += shape[0];
+ } else {
+ fp = fopen(fname.c_str(), "wb");
+ true_data_shape = shape;
+ }
+
+ std::vector<char> header = create_npy_header<T>(true_data_shape);
+ size_t nels =
+ std::accumulate(shape.begin(), shape.end(), 1, std::multiplies<size_t>());
+
+ fseek(fp, 0, SEEK_SET);
+ fwrite(&header[0], sizeof(char), header.size(), fp);
+ fseek(fp, 0, SEEK_END);
+ fwrite(data, sizeof(T), nels, fp);
+ fclose(fp);
+}
+// template<typename T> void npz_save(std::string zipname, std::string fname,
+// const T* data, const std::vector<size_t>& shape, std::string mode = "w")
+//{
+// //first, append a .npy to the fname
+// fname += ".npy";
+
+// //now, on with the show
+// FILE* fp = NULL;
+// uint16_t nrecs = 0;
+// size_t global_header_offset = 0;
+// std::vector<char> global_header;
+
+// if(mode == "a") fp = fopen(zipname.c_str(),"r+b");
+
+// if(fp) {
+// //zip file exists. we need to add a new npy file to it.
+// //first read the footer. this gives us the offset and size of the
+// global header
+// //then read and store the global header.
+// //below, we will write the the new data at the start of the global
+// header then append the global header and footer below it size_t
+// global_header_size;
+// parse_zip_footer(fp,nrecs,global_header_size,global_header_offset);
+// fseek(fp,global_header_offset,SEEK_SET);
+// global_header.resize(global_header_size);
+// size_t res =
+// fread(&global_header[0],sizeof(char),global_header_size,fp); if(res !=
+// global_header_size){
+// throw std::runtime_error("npz_save: header read error while adding
+// to existing zip");
+// }
+// fseek(fp,global_header_offset,SEEK_SET);
+// }
+// else {
+// fp = fopen(zipname.c_str(),"wb");
+// }
+
+// std::vector<char> npy_header = create_npy_header<T>(shape);
+
+// size_t nels =
+// std::accumulate(shape.begin(),shape.end(),1,std::multiplies<size_t>());
+// size_t nbytes = nels*sizeof(T) + npy_header.size();
+
+// //get the CRC of the data to be added
+// uint32_t crc = crc32(0L,(uint8_t*)&npy_header[0],npy_header.size());
+// crc = crc32(crc,(uint8_t*)data,nels*sizeof(T));
+
+// //build the local header
+// std::vector<char> local_header;
+// local_header += "PK"; //first part of sig
+// local_header += (uint16_t) 0x0403; //second part of sig
+// local_header += (uint16_t) 20; //min version to extract
+// local_header += (uint16_t) 0; //general purpose bit flag
+// local_header += (uint16_t) 0; //compression method
+// local_header += (uint16_t) 0; //file last mod time
+// local_header += (uint16_t) 0; //file last mod date
+// local_header += (uint32_t) crc; //crc
+// local_header += (uint32_t) nbytes; //compressed size
+// local_header += (uint32_t) nbytes; //uncompressed size
+// local_header += (uint16_t) fname.size(); //fname length
+// local_header += (uint16_t) 0; //extra field length
+// local_header += fname;
+
+// //build global header
+// global_header += "PK"; //first part of sig
+// global_header += (uint16_t) 0x0201; //second part of sig
+// global_header += (uint16_t) 20; //version made by
+// global_header.insert(global_header.end(),local_header.begin()+4,local_header.begin()+30);
+// global_header += (uint16_t) 0; //file comment length
+// global_header += (uint16_t) 0; //disk number where file starts
+// global_header += (uint16_t) 0; //internal file attributes
+// global_header += (uint32_t) 0; //external file attributes
+// global_header += (uint32_t) global_header_offset; //relative offset of
+// local file header, since it begins where the global header used to begin
+// global_header += fname;
+
+// //build footer
+// std::vector<char> footer;
+// footer += "PK"; //first part of sig
+// footer += (uint16_t) 0x0605; //second part of sig
+// footer += (uint16_t) 0; //number of this disk
+// footer += (uint16_t) 0; //disk where footer starts
+// footer += (uint16_t) (nrecs+1); //number of records on this disk
+// footer += (uint16_t) (nrecs+1); //total number of records
+// footer += (uint32_t) global_header.size(); //nbytes of global headers
+// footer += (uint32_t) (global_header_offset + nbytes +
+// local_header.size()); //offset of start of global headers, since global
+// header now starts after newly written array footer += (uint16_t) 0; //zip
+// file comment length
+
+// //write everything
+// fwrite(&local_header[0],sizeof(char),local_header.size(),fp);
+// fwrite(&npy_header[0],sizeof(char),npy_header.size(),fp);
+// fwrite(data,sizeof(T),nels,fp);
+// fwrite(&global_header[0],sizeof(char),global_header.size(),fp);
+// fwrite(&footer[0],sizeof(char),footer.size(),fp);
+// fclose(fp);
+//}
+
+template <typename T>
+void npy_save(std::string fname, const std::vector<T> data,
+ std::string mode = "w") {
+ std::vector<size_t> shape;
+ shape.push_back(data.size());
+ npy_save(fname, &data[0], shape, mode);
+}
+// template<typename T> void npz_save(std::string zipname, std::string fname,
+// const std::vector<T> data, std::string mode = "w") {
+// std::vector<size_t> shape;
+// shape.push_back(data.size());
+// npz_save(zipname, fname, &data[0], shape, mode);
+// }
+
+template <typename T>
+std::vector<char> create_npy_header(const std::vector<size_t> &shape) {
+
+ std::vector<char> dict;
+ dict += "{'descr': '";
+ dict += BigEndianTest();
+ dict += map_type(typeid(T));
+ dict += std::to_string(sizeof(T));
+ dict += "', 'fortran_order': False, 'shape': (";
+ dict += std::to_string(shape[0]);
+ for (size_t i = 1; i < shape.size(); i++) {
+ dict += ", ";
+ dict += std::to_string(shape[i]);
+ }
+ if (shape.size() == 1)
+ dict += ",";
+ dict += "), }";
+ // pad with spaces so that preamble+dict is modulo 16 bytes. preamble is 10
+ // bytes. dict needs to end with \n
+ int remainder = 16 - (10 + dict.size()) % 16;
+ dict.insert(dict.end(), remainder, ' ');
+ dict.back() = '\n';
+
+ std::vector<char> header;
+ header += (char)0x93;
+ header += "NUMPY";
+ header += (char)0x01; // major version of numpy format
+ header += (char)0x00; // minor version of numpy format
+ header += (uint16_t)dict.size();
+ header.insert(header.end(), dict.begin(), dict.end());
+
+ return header;
}
+} // namespace cnpy
+
#endif
diff --git a/NeuralAmpModeler/dsp/dsp.cpp b/NeuralAmpModeler/dsp/dsp.cpp
@@ -1,32 +1,25 @@
-#include <algorithm> // std::max_element
-#include <cmath> // pow, tanh, expf
-#include <filesystem>
+#include <algorithm> // std::max_element
#include <algorithm>
+#include <cmath> // pow, tanh, expf
+#include <filesystem>
#include <fstream>
#include <string>
#include <unordered_map>
#include <unordered_set>
+#include "dsp.h"
#include "json.hpp"
#include "numpy_util.h"
-#include "dsp.h"
#include "util.h"
constexpr auto _INPUT_BUFFER_SAFETY_FACTOR = 32;
-DSP::DSP()
-{ this->_stale_params = true; }
-
-void DSP::process(
- iplug::sample** inputs,
- iplug::sample** outputs,
- const int num_channels,
- const int num_frames,
- const double input_gain,
- const double output_gain,
- const std::unordered_map<std::string,double>& params
-)
-{
+DSP::DSP() { this->_stale_params = true; }
+
+void DSP::process(iplug::sample **inputs, iplug::sample **outputs,
+ const int num_channels, const int num_frames,
+ const double input_gain, const double output_gain,
+ const std::unordered_map<std::string, double> ¶ms) {
this->_get_params_(params);
this->_apply_input_level_(inputs, num_channels, num_frames, input_gain);
this->_ensure_core_dsp_output_ready_();
@@ -34,30 +27,26 @@ void DSP::process(
this->_apply_output_level_(outputs, num_channels, num_frames, output_gain);
}
-void DSP::finalize_(const int num_frames)
-{}
+void DSP::finalize_(const int num_frames) {}
-void DSP::_get_params_(const std::unordered_map<std::string, double>& input_params)
-{
+void DSP::_get_params_(
+ const std::unordered_map<std::string, double> &input_params) {
this->_stale_params = false;
- for (auto it = input_params.begin(); it != input_params.end(); ++it)
- {
+ for (auto it = input_params.begin(); it != input_params.end(); ++it) {
const std::string key = util::lowercase(it->first);
const double value = it->second;
- if (this->_params.find(key) == this->_params.end()) // Not contained
+ if (this->_params.find(key) == this->_params.end()) // Not contained
this->_stale_params = true;
- else if (this->_params[key] != value) // Contained but new value
+ else if (this->_params[key] != value) // Contained but new value
this->_stale_params = true;
this->_params[key] = value;
}
}
-void DSP::_apply_input_level_(iplug::sample** inputs,
- const int num_channels,
- const int num_frames,
- const double gain)
-{
- // Must match exactly; we're going to use the size of _input_post_gain later for num_frames.
+void DSP::_apply_input_level_(iplug::sample **inputs, const int num_channels,
+ const int num_frames, const double gain) {
+ // Must match exactly; we're going to use the size of _input_post_gain later
+ // for num_frames.
if (this->_input_post_gain.size() != num_frames)
this->_input_post_gain.resize(num_frames);
// MONO ONLY
@@ -66,21 +55,19 @@ void DSP::_apply_input_level_(iplug::sample** inputs,
this->_input_post_gain[i] = float(gain * inputs[channel][i]);
}
-void DSP::_ensure_core_dsp_output_ready_()
-{
+void DSP::_ensure_core_dsp_output_ready_() {
if (this->_core_dsp_output.size() < this->_input_post_gain.size())
this->_core_dsp_output.resize(this->_input_post_gain.size());
}
-void DSP::_process_core_()
-{
+void DSP::_process_core_() {
// Default implementation is the null operation
for (int i = 0; i < this->_input_post_gain.size(); i++)
this->_core_dsp_output[i] = this->_input_post_gain[i];
}
-void DSP::_apply_output_level_(iplug::sample** outputs, const int num_channels, const int num_frames, const double gain)
-{
+void DSP::_apply_output_level_(iplug::sample **outputs, const int num_channels,
+ const int num_frames, const double gain) {
for (int c = 0; c < num_channels; c++)
for (int s = 0; s < num_frames; s++)
outputs[c][s] = double(gain * this->_core_dsp_output[s]);
@@ -88,43 +75,39 @@ void DSP::_apply_output_level_(iplug::sample** outputs, const int num_channels,
// Buffer =====================================================================
-Buffer::Buffer(const int receptive_field) : DSP()
-{
+Buffer::Buffer(const int receptive_field) : DSP() {
this->_set_receptive_field(receptive_field);
}
-void Buffer::_set_receptive_field(const int new_receptive_field)
-{
- this->_set_receptive_field(new_receptive_field, _INPUT_BUFFER_SAFETY_FACTOR * new_receptive_field);
+void Buffer::_set_receptive_field(const int new_receptive_field) {
+ this->_set_receptive_field(new_receptive_field,
+ _INPUT_BUFFER_SAFETY_FACTOR * new_receptive_field);
};
-void Buffer::_set_receptive_field(const int new_receptive_field, const int input_buffer_size)
-{
+void Buffer::_set_receptive_field(const int new_receptive_field,
+ const int input_buffer_size) {
this->_receptive_field = new_receptive_field;
this->_input_buffer.resize(input_buffer_size);
this->_reset_input_buffer();
}
-void Buffer::_update_buffers_()
-{
+void Buffer::_update_buffers_() {
const long int num_frames = this->_input_post_gain.size();
- //Make sure that the buffer is big enough for the receptive field and the
- //frames needed!
+ // Make sure that the buffer is big enough for the receptive field and the
+ // frames needed!
{
const long minimum_input_buffer_size =
- (long)this->_receptive_field
- + _INPUT_BUFFER_SAFETY_FACTOR * num_frames;
+ (long)this->_receptive_field + _INPUT_BUFFER_SAFETY_FACTOR * num_frames;
if (this->_input_buffer.size() < minimum_input_buffer_size) {
long new_buffer_size = 2;
while (new_buffer_size < minimum_input_buffer_size)
new_buffer_size *= 2;
this->_input_buffer.resize(new_buffer_size);
}
-
}
- // If we'd run off the end of the input buffer, then we need to move the data back to the start of the
- // buffer and start again.
+ // If we'd run off the end of the input buffer, then we need to move the data
+ // back to the start of the buffer and start again.
if (this->_input_buffer_offset + num_frames > this->_input_buffer.size())
this->_rewind_buffers_();
// Put the new samples into the input buffer
@@ -134,129 +117,94 @@ void Buffer::_update_buffers_()
this->_output_buffer.resize(num_frames);
}
-void Buffer::_rewind_buffers_()
-{
+void Buffer::_rewind_buffers_() {
// Copy the input buffer back
// RF-1 samples because we've got at least one new one inbound.
- for (long i = 0, j = this->_input_buffer_offset - this->_receptive_field; i < this->_receptive_field; i++, j++)
+ for (long i = 0, j = this->_input_buffer_offset - this->_receptive_field;
+ i < this->_receptive_field; i++, j++)
this->_input_buffer[i] = this->_input_buffer[j];
// And reset the offset.
// Even though we could be stingy about that one sample that we won't be using
- // (because a new set is incoming) it's probably not worth the hyper-optimization
- // and liable for bugs.
- // And the code looks way tidier this way.
+ // (because a new set is incoming) it's probably not worth the
+ // hyper-optimization and liable for bugs. And the code looks way tidier this
+ // way.
this->_input_buffer_offset = this->_receptive_field;
}
-void Buffer::_reset_input_buffer()
-{
+void Buffer::_reset_input_buffer() {
this->_input_buffer_offset = this->_receptive_field;
}
-void Buffer::finalize_(const int num_frames)
-{
+void Buffer::finalize_(const int num_frames) {
this->DSP::finalize_(num_frames);
this->_input_buffer_offset += num_frames;
}
// Linear =====================================================================
-Linear::Linear(
- const int receptive_field,
- const bool _bias,
- const std::vector<float> ¶ms
-) : Buffer(receptive_field)
-{
+Linear::Linear(const int receptive_field, const bool _bias,
+ const std::vector<float> ¶ms)
+ : Buffer(receptive_field) {
if (params.size() != (receptive_field + (_bias ? 1 : 0)))
- throw std::runtime_error("Params vector does not match expected size based on architecture parameters");
+ throw std::runtime_error("Params vector does not match expected size based "
+ "on architecture parameters");
this->_weight.resize(this->_receptive_field);
// Pass in in reverse order so that dot products work out of the box.
for (int i = 0; i < this->_receptive_field; i++)
this->_weight(i) = params[receptive_field - 1 - i];
- this->_bias = _bias ? params[receptive_field] : (float) 0.0;
+ this->_bias = _bias ? params[receptive_field] : (float)0.0;
}
-void Linear::_process_core_()
-{
+void Linear::_process_core_() {
this->Buffer::_update_buffers_();
// Main computation!
- for (long i = 0; i < this->_input_post_gain.size(); i++)
- {
- const long offset = this->_input_buffer_offset - this->_weight.size() + i + 1;
- auto input = Eigen::Map<const Eigen::VectorXf>(&this->_input_buffer[offset], this->_receptive_field);
+ for (long i = 0; i < this->_input_post_gain.size(); i++) {
+ const long offset =
+ this->_input_buffer_offset - this->_weight.size() + i + 1;
+ auto input = Eigen::Map<const Eigen::VectorXf>(&this->_input_buffer[offset],
+ this->_receptive_field);
this->_core_dsp_output[i] = this->_bias + this->_weight.dot(input);
}
}
// NN modules =================================================================
-void relu_(
- Eigen::MatrixXf& x,
- const long i_start,
- const long i_end,
- const long j_start,
- const long j_end
-)
-{
+void relu_(Eigen::MatrixXf &x, const long i_start, const long i_end,
+ const long j_start, const long j_end) {
for (long j = j_start; j < j_end; j++)
for (long i = 0; i < x.rows(); i++)
x(i, j) = x(i, j) < (float)0.0 ? (float)0.0 : x(i, j);
}
-void relu_(
- Eigen::MatrixXf& x,
- const long j_start,
- const long j_end
-)
-{
+void relu_(Eigen::MatrixXf &x, const long j_start, const long j_end) {
relu_(x, 0, x.rows(), j_start, j_end);
}
-void relu_(Eigen::MatrixXf& x) { relu_(x, 0, x.rows(), 0, x.cols()); }
+void relu_(Eigen::MatrixXf &x) { relu_(x, 0, x.rows(), 0, x.cols()); }
-void sigmoid_(
- Eigen::MatrixXf& x,
- const long i_start,
- const long i_end,
- const long j_start,
- const long j_end
-)
-{
+void sigmoid_(Eigen::MatrixXf &x, const long i_start, const long i_end,
+ const long j_start, const long j_end) {
for (long j = j_start; j < j_end; j++)
for (long i = i_start; i < i_end; i++)
x(i, j) = 1.0 / (1.0 + expf(-x(i, j)));
}
-void tanh_(
- Eigen::MatrixXf& x,
- const long i_start,
- const long i_end,
- const long j_start,
- const long j_end
-)
-{
+void tanh_(Eigen::MatrixXf &x, const long i_start, const long i_end,
+ const long j_start, const long j_end) {
for (long j = j_start; j < j_end; j++)
for (long i = i_start; i < i_end; i++)
x(i, j) = tanh(x(i, j));
}
-void tanh_(
- Eigen::MatrixXf& x,
- const long j_start,
- const long j_end
-)
-{
+void tanh_(Eigen::MatrixXf &x, const long j_start, const long j_end) {
tanh_(x, 0, x.rows(), j_start, j_end);
}
-void tanh_(Eigen::MatrixXf& x) { tanh_(x, 0, x.rows(), 0, x.cols()); }
+void tanh_(Eigen::MatrixXf &x) { tanh_(x, 0, x.rows(), 0, x.cols()); }
-
-
-void Conv1D::set_params_(std::vector<float>::iterator& params)
-{
+void Conv1D::set_params_(std::vector<float>::iterator ¶ms) {
if (this->_weight.size() > 0) {
const int out_channels = this->_weight[0].rows();
const int in_channels = this->_weight[0].cols();
@@ -270,17 +218,13 @@ void Conv1D::set_params_(std::vector<float>::iterator& params)
this->_bias(i) = *(params++);
}
-void Conv1D::set_size_(
- const int in_channels,
- const int out_channels,
- const int kernel_size,
- const bool do_bias,
- const int _dilation
-)
-{
+void Conv1D::set_size_(const int in_channels, const int out_channels,
+ const int kernel_size, const bool do_bias,
+ const int _dilation) {
this->_weight.resize(kernel_size);
for (int i = 0; i < this->_weight.size(); i++)
- this->_weight[i].resize(out_channels, in_channels); // y = Ax, input array (C,L)
+ this->_weight[i].resize(out_channels,
+ in_channels); // y = Ax, input array (C,L)
if (do_bias)
this->_bias.resize(out_channels);
else
@@ -288,61 +232,47 @@ void Conv1D::set_size_(
this->_dilation = _dilation;
}
-void Conv1D::set_size_and_params_(
- const int in_channels,
- const int out_channels,
- const int kernel_size,
- const int _dilation,
- const bool do_bias,
- std::vector<float>::iterator& params
-)
-{
+void Conv1D::set_size_and_params_(const int in_channels, const int out_channels,
+ const int kernel_size, const int _dilation,
+ const bool do_bias,
+ std::vector<float>::iterator ¶ms) {
this->set_size_(in_channels, out_channels, kernel_size, do_bias, _dilation);
this->set_params_(params);
}
-void Conv1D::process_(
- const Eigen::MatrixXf &input,
- Eigen::MatrixXf &output,
- const long i_start,
- const long ncols,
- const long j_start
-) const
-{
+void Conv1D::process_(const Eigen::MatrixXf &input, Eigen::MatrixXf &output,
+ const long i_start, const long ncols,
+ const long j_start) const {
// This is the clever part ;)
for (long k = 0; k < this->_weight.size(); k++) {
const long offset = this->_dilation * (k + 1 - this->_weight.size());
if (k == 0)
- output.middleCols(j_start, ncols) = this->_weight[k] * input.middleCols(i_start + offset, ncols);
+ output.middleCols(j_start, ncols) =
+ this->_weight[k] * input.middleCols(i_start + offset, ncols);
else
- output.middleCols(j_start, ncols) += this->_weight[k] * input.middleCols(i_start + offset, ncols);
+ output.middleCols(j_start, ncols) +=
+ this->_weight[k] * input.middleCols(i_start + offset, ncols);
}
if (this->_bias.size() > 0)
output.middleCols(j_start, ncols).colwise() += this->_bias;
}
-long Conv1D::get_num_params() const
-{
+long Conv1D::get_num_params() const {
long num_params = this->_bias.size();
for (long i = 0; i < this->_weight.size(); i++)
num_params += this->_weight[i].size();
return num_params;
}
-Conv1x1::Conv1x1(
- const int in_channels,
- const int out_channels,
- const bool _bias
-)
-{
+Conv1x1::Conv1x1(const int in_channels, const int out_channels,
+ const bool _bias) {
this->_weight.resize(out_channels, in_channels);
this->_do_bias = _bias;
if (_bias)
this->_bias.resize(out_channels);
}
-void Conv1x1::set_params_(std::vector<float>::iterator& params)
-{
+void Conv1x1::set_params_(std::vector<float>::iterator ¶ms) {
for (int i = 0; i < this->_weight.rows(); i++)
for (int j = 0; j < this->_weight.cols(); j++)
this->_weight(i, j) = *(params++);
@@ -351,8 +281,7 @@ void Conv1x1::set_params_(std::vector<float>::iterator& params)
this->_bias(i) = *(params++);
}
-Eigen::MatrixXf Conv1x1::process(const Eigen::MatrixXf& input) const
-{
+Eigen::MatrixXf Conv1x1::process(const Eigen::MatrixXf &input) const {
if (this->_do_bias)
return (this->_weight * input).colwise() + this->_bias;
else
@@ -361,8 +290,8 @@ Eigen::MatrixXf Conv1x1::process(const Eigen::MatrixXf& input) const
// ConvNet ====================================================================
-convnet::BatchNorm::BatchNorm(const int dim, std::vector<float>::iterator& params)
-{
+convnet::BatchNorm::BatchNorm(const int dim,
+ std::vector<float>::iterator ¶ms) {
// Extract from param buffer
Eigen::VectorXf running_mean(dim);
Eigen::VectorXf running_var(dim);
@@ -386,8 +315,8 @@ convnet::BatchNorm::BatchNorm(const int dim, std::vector<float>::iterator& param
this->loc = _bias - this->scale.cwiseProduct(running_mean);
}
-void convnet::BatchNorm::process_(Eigen::MatrixXf& x, const long i_start, const long i_end) const
-{
+void convnet::BatchNorm::process_(Eigen::MatrixXf &x, const long i_start,
+ const long i_end) const {
// todo using colwise?
// #speed but conv probably dominates
for (int i = i_start; i < i_end; i++) {
@@ -396,30 +325,25 @@ void convnet::BatchNorm::process_(Eigen::MatrixXf& x, const long i_start, const
}
}
-void convnet::ConvNetBlock::set_params_(
- const int in_channels,
- const int out_channels,
- const int _dilation,
- const bool batchnorm,
- const std::string activation,
- std::vector<float>::iterator ¶ms
-)
-{
+void convnet::ConvNetBlock::set_params_(const int in_channels,
+ const int out_channels,
+ const int _dilation,
+ const bool batchnorm,
+ const std::string activation,
+ std::vector<float>::iterator ¶ms) {
this->_batchnorm = batchnorm;
// HACK 2 kernel
- this->conv.set_size_and_params_(in_channels, out_channels, 2, _dilation, !batchnorm, params);
+ this->conv.set_size_and_params_(in_channels, out_channels, 2, _dilation,
+ !batchnorm, params);
if (this->_batchnorm)
this->batchnorm = BatchNorm(out_channels, params);
this->activation = activation;
}
-void convnet::ConvNetBlock::process_(
- const Eigen::MatrixXf& input,
- Eigen::MatrixXf &output,
- const long i_start,
- const long i_end
-) const
-{
+void convnet::ConvNetBlock::process_(const Eigen::MatrixXf &input,
+ Eigen::MatrixXf &output,
+ const long i_start,
+ const long i_end) const {
const long ncols = i_end - i_start;
this->conv.process_(input, output, i_start, ncols, i_start);
if (this->_batchnorm)
@@ -432,73 +356,61 @@ void convnet::ConvNetBlock::process_(
throw std::runtime_error("Unrecognized activation");
}
-int convnet::ConvNetBlock::get_out_channels() const
-{
+int convnet::ConvNetBlock::get_out_channels() const {
return this->conv.get_out_channels();
}
-convnet::_Head::_Head(const int channels, std::vector<float>::iterator& params)
-{
+convnet::_Head::_Head(const int channels,
+ std::vector<float>::iterator ¶ms) {
this->_weight.resize(channels);
for (int i = 0; i < channels; i++)
this->_weight[i] = *(params++);
this->_bias = *(params++);
}
-void convnet::_Head::process_(
- const Eigen::MatrixXf &input,
- Eigen::VectorXf &output,
- const long i_start,
- const long i_end
-) const
-{
+void convnet::_Head::process_(const Eigen::MatrixXf &input,
+ Eigen::VectorXf &output, const long i_start,
+ const long i_end) const {
const long length = i_end - i_start;
output.resize(length);
- for (long i = 0, j=i_start; i < length; i++, j++)
+ for (long i = 0, j = i_start; i < length; i++, j++)
output(i) = this->_bias + input.col(j).dot(this->_weight);
}
-convnet::ConvNet::ConvNet(
- const int channels,
- const std::vector<int> &dilations,
- const bool batchnorm,
- const std::string activation,
- std::vector<float> ¶ms
-) :
- Buffer(*std::max_element(dilations.begin(), dilations.end()))
-{
+convnet::ConvNet::ConvNet(const int channels, const std::vector<int> &dilations,
+ const bool batchnorm, const std::string activation,
+ std::vector<float> ¶ms)
+ : Buffer(*std::max_element(dilations.begin(), dilations.end())) {
this->_verify_params(channels, dilations, batchnorm, params.size());
this->_blocks.resize(dilations.size());
std::vector<float>::iterator it = params.begin();
int in_channels = 1;
for (int i = 0; i < dilations.size(); i++)
- this->_blocks[i].set_params_(i == 0 ? 1 : channels, channels, dilations[i], batchnorm, activation, it);
+ this->_blocks[i].set_params_(i == 0 ? 1 : channels, channels, dilations[i],
+ batchnorm, activation, it);
this->_block_vals.resize(this->_blocks.size() + 1);
this->_head = _Head(channels, it);
if (it != params.end())
- throw std::runtime_error("Didn't touch all the params when initializing wavenet");
+ throw std::runtime_error(
+ "Didn't touch all the params when initializing wavenet");
this->_reset_anti_pop_();
}
-void convnet::ConvNet::_process_core_()
-{
+void convnet::ConvNet::_process_core_() {
this->_update_buffers_();
// Main computation!
const int i_start = this->_input_buffer_offset;
const long num_frames = this->_input_post_gain.size();
const long i_end = i_start + num_frames;
- //TODO one unnecessary copy :/ #speed
+ // TODO one unnecessary copy :/ #speed
for (int i = i_start; i < i_end; i++)
this->_block_vals[0](0, i) = this->_input_buffer[i];
for (long i = 0; i < this->_blocks.size(); i++)
- this->_blocks[i].process_(this->_block_vals[i], this->_block_vals[i + 1], i_start, i_end);
+ this->_blocks[i].process_(this->_block_vals[i], this->_block_vals[i + 1],
+ i_start, i_end);
// TODO clean up this allocation
- this->_head.process_(
- this->_block_vals[this->_blocks.size()],
- this->_head_output,
- i_start,
- i_end
- );
+ this->_head.process_(this->_block_vals[this->_blocks.size()],
+ this->_head_output, i_start, i_end);
// Copy to required output array (TODO tighten this up)
for (int s = 0; s < num_frames; s++)
this->_core_dsp_output[s] = this->_head_output(s);
@@ -506,64 +418,56 @@ void convnet::ConvNet::_process_core_()
this->_anti_pop_();
}
-void convnet::ConvNet::_verify_params(
- const int channels,
- const std::vector<int> &dilations ,
- const bool batchnorm,
- const int actual_params
-)
-{
+void convnet::ConvNet::_verify_params(const int channels,
+ const std::vector<int> &dilations,
+ const bool batchnorm,
+ const int actual_params) {
// TODO
}
-void convnet::ConvNet::_update_buffers_()
-{
+void convnet::ConvNet::_update_buffers_() {
this->Buffer::_update_buffers_();
const long buffer_size = this->_input_buffer.size();
this->_block_vals[0].resize(1, buffer_size);
for (long i = 1; i < this->_block_vals.size(); i++)
- this->_block_vals[i].resize(this->_blocks[i-1].get_out_channels(), buffer_size);
-}
-
-void convnet::ConvNet::_rewind_buffers_()
-{
- //Need to rewind the block vals first because Buffer::rewind_buffers()
- //resets the offset index
- //The last _block_vals is the output of the last block and doesn't need to be
- //rewound.
- for (long k = 0; k < this->_block_vals.size()-1; k++) {
- //We actually don't need to pull back a lot...just as far as the first input sample would
- //grab from dilation
+ this->_block_vals[i].resize(this->_blocks[i - 1].get_out_channels(),
+ buffer_size);
+}
+
+void convnet::ConvNet::_rewind_buffers_() {
+ // Need to rewind the block vals first because Buffer::rewind_buffers()
+ // resets the offset index
+ // The last _block_vals is the output of the last block and doesn't need to be
+ // rewound.
+ for (long k = 0; k < this->_block_vals.size() - 1; k++) {
+ // We actually don't need to pull back a lot...just as far as the first
+ // input sample would grab from dilation
const long _dilation = this->_blocks[k].conv.get_dilation();
- for (
- long i = this->_receptive_field - _dilation, j = this->_input_buffer_offset - _dilation;
- j < this->_input_buffer_offset;
- i++, j++
- )
- for (long r=0; r<this->_block_vals[k].rows(); r++)
+ for (long i = this->_receptive_field - _dilation,
+ j = this->_input_buffer_offset - _dilation;
+ j < this->_input_buffer_offset; i++, j++)
+ for (long r = 0; r < this->_block_vals[k].rows(); r++)
this->_block_vals[k](r, i) = this->_block_vals[k](r, j);
}
// Now we can do the rest of the rewind
this->Buffer::_rewind_buffers_();
}
-void convnet::ConvNet::_anti_pop_()
-{
+void convnet::ConvNet::_anti_pop_() {
if (this->_anti_pop_countdown >= this->_anti_pop_ramp)
return;
const float slope = 1.0f / float(this->_anti_pop_ramp);
- for (int i = 0; i < this->_core_dsp_output.size(); i++)
- {
+ for (int i = 0; i < this->_core_dsp_output.size(); i++) {
if (this->_anti_pop_countdown >= this->_anti_pop_ramp)
break;
- const float gain = std::max(slope * float(this->_anti_pop_countdown), float(0.0));
+ const float gain =
+ std::max(slope * float(this->_anti_pop_countdown), float(0.0));
this->_core_dsp_output[i] *= gain;
this->_anti_pop_countdown++;
}
}
-void convnet::ConvNet::_reset_anti_pop_()
-{
+void convnet::ConvNet::_reset_anti_pop_() {
// You need the "real" receptive field, not the buffers.
long receptive_field = 1;
for (int i = 0; i < this->_blocks.size(); i++)
@@ -574,28 +478,21 @@ void convnet::ConvNet::_reset_anti_pop_()
// ============================================================================
// Implementation of Version 2 interface
-dsp::DSP::DSP() :
-mOutputPointers(nullptr),
-mOutputPointersSize(0)
-{}
+dsp::DSP::DSP() : mOutputPointers(nullptr), mOutputPointersSize(0) {}
-dsp::DSP::~DSP()
-{
- this->_DeallocateOutputPointers();
-};
+dsp::DSP::~DSP() { this->_DeallocateOutputPointers(); };
-void dsp::DSP::_AllocateOutputPointers(const size_t numChannels)
-{
+void dsp::DSP::_AllocateOutputPointers(const size_t numChannels) {
if (this->mOutputPointers != nullptr)
- throw std::runtime_error("Tried to re-allocate over non-null mOutputPointers");
- this->mOutputPointers = new iplug::sample*[numChannels];
+ throw std::runtime_error(
+ "Tried to re-allocate over non-null mOutputPointers");
+ this->mOutputPointers = new iplug::sample *[numChannels];
if (this->mOutputPointers == nullptr)
throw std::runtime_error("Failed to allocate pointer to output buffer!\n");
this->mOutputPointersSize = numChannels;
}
-void dsp::DSP::_DeallocateOutputPointers()
-{
+void dsp::DSP::_DeallocateOutputPointers() {
if (this->mOutputPointers != nullptr) {
delete[] this->mOutputPointers;
this->mOutputPointers = nullptr;
@@ -605,75 +502,66 @@ void dsp::DSP::_DeallocateOutputPointers()
this->mOutputPointersSize = 0;
}
-iplug::sample** dsp::DSP::_GetPointers()
-{
- for (auto c=0; c<this->_GetNumChannels(); c++)
+iplug::sample **dsp::DSP::_GetPointers() {
+ for (auto c = 0; c < this->_GetNumChannels(); c++)
this->mOutputPointers[c] = this->mOutputs[c].data();
return this->mOutputPointers;
}
-
-void dsp::DSP::_PrepareBuffers(const size_t numChannels, const size_t numFrames)
-{
+void dsp::DSP::_PrepareBuffers(const size_t numChannels,
+ const size_t numFrames) {
if (this->_GetNumChannels() != numChannels) {
this->mOutputs.resize(numChannels);
- for (auto c=0; c<numChannels; c++) {
+ for (auto c = 0; c < numChannels; c++) {
this->mOutputs[c].resize(numFrames);
}
this->_ResizePointers(numChannels);
}
}
-void dsp::DSP::_ResizePointers(const size_t numChannels)
-{
+void dsp::DSP::_ResizePointers(const size_t numChannels) {
if (this->mOutputPointersSize == numChannels)
return;
this->_DeallocateOutputPointers();
this->_AllocateOutputPointers(numChannels);
}
-dsp::History::History() :
-DSP(),
-mHistoryRequired(0),
-mHistoryIndex(0)
-{
-}
+dsp::History::History() : DSP(), mHistoryRequired(0), mHistoryIndex(0) {}
-void dsp::History::_AdvanceHistoryIndex(const size_t bufferSize)
-{
+void dsp::History::_AdvanceHistoryIndex(const size_t bufferSize) {
this->mHistoryIndex += bufferSize;
}
-void dsp::History::_EnsureHistorySize(const size_t bufferSize)
-{
+void dsp::History::_EnsureHistorySize(const size_t bufferSize) {
const size_t repeatSize = std::max(bufferSize, this->mHistoryRequired);
- const size_t requiredHistoryArraySize = 10 * repeatSize; // Just so we don't spend too much time copying back.
+ const size_t requiredHistoryArraySize =
+ 10 * repeatSize; // Just so we don't spend too much time copying back.
if (this->mHistory.size() < requiredHistoryArraySize) {
this->mHistory.resize(requiredHistoryArraySize);
std::fill(this->mHistory.begin(), this->mHistory.end(), 0.0f);
- this->mHistoryIndex = this->mHistoryRequired; // Guaranteed to be less than requiredHistoryArraySize
+ this->mHistoryIndex = this->mHistoryRequired; // Guaranteed to be less than
+ // requiredHistoryArraySize
}
}
-void dsp::History::_RewindHistory()
-{
+void dsp::History::_RewindHistory() {
// TODO memcpy? Should be fine w/ history array being >2x the history length.
- for (size_t i=0, j=this->mHistoryIndex - this->mHistoryRequired; i<this->mHistoryRequired; i++, j++)
+ for (size_t i = 0, j = this->mHistoryIndex - this->mHistoryRequired;
+ i < this->mHistoryRequired; i++, j++)
this->mHistory[i] = this->mHistory[j];
this->mHistoryIndex = this->mHistoryRequired;
}
void dsp::History::_UpdateHistory(iplug::sample **inputs,
const size_t numChannels,
- const size_t numFrames)
-{
+ const size_t numFrames) {
this->_EnsureHistorySize(numFrames);
if (numChannels < 1)
throw std::runtime_error("Zero channels?");
if (this->mHistoryIndex + numFrames >= this->mHistory.size())
this->_RewindHistory();
// Grabs channel 1, drops hannel 2.
- for (size_t i=0, j=this->mHistoryIndex; i<numFrames; i++, j++)
+ for (size_t i = 0, j = this->mHistoryIndex; i < numFrames; i++, j++)
// Convert down to float here.
- this->mHistory[j] = (float) inputs[0][i];
+ this->mHistory[j] = (float)inputs[0][i];
}
diff --git a/NeuralAmpModeler/dsp/dsp.h b/NeuralAmpModeler/dsp/dsp.h
@@ -6,14 +6,13 @@
#include <iterator>
#include <memory>
#include <string>
-#include <vector>
#include <unordered_map>
+#include <vector>
-#include <Eigen/Dense>
#include "IPlugConstants.h"
+#include <Eigen/Dense>
-enum EArchitectures
-{
+enum EArchitectures {
kLinear = 0,
kConvNet,
kLSTM,
@@ -25,16 +24,14 @@ enum EArchitectures
// Class for providing params from the plugin to the DSP module
// For now, we'll work with doubles. Later, we'll add other types.
-class DSPParam
-{
+class DSPParam {
public:
- const char* name;
+ const char *name;
const double val;
};
// And the params shall be provided as a std::vector<DSPParam>.
-class DSP
-{
+class DSP {
public:
DSP();
// process() does all of the processing requried to take `inputs` array and
@@ -46,15 +43,10 @@ public:
// 3. The core DSP algorithm is run (This is what should probably be
// overridden in subclasses).
// 4. The output level is applied and the result stored to `output`.
- virtual void process(
- iplug::sample** inputs,
- iplug::sample** outputs,
- const int num_channels,
- const int num_frames,
- const double input_gain,
- const double output_gain,
- const std::unordered_map<std::string, double>& params
- );
+ virtual void process(iplug::sample **inputs, iplug::sample **outputs,
+ const int num_channels, const int num_frames,
+ const double input_gain, const double output_gain,
+ const std::unordered_map<std::string, double> ¶ms);
// Anything to take care of before next buffer comes in.
// For example:
// * Move the buffer index forward
@@ -78,14 +70,13 @@ protected:
// Copy the parameters to the DSP module.
// If anything has changed, then set this->_stale_params to true.
// (TODO use "listener" approach)
- void _get_params_(const std::unordered_map<std::string, double>& input_params);
+ void
+ _get_params_(const std::unordered_map<std::string, double> &input_params);
// Apply the input gain
// Result populates this->_input_post_gain
- void _apply_input_level_(iplug::sample** inputs,
- const int num_channels,
- const int num_frames,
- const double gain);
+ void _apply_input_level_(iplug::sample **inputs, const int num_channels,
+ const int num_frames, const double gain);
// i.e. ensure the size is correct.
void _ensure_core_dsp_output_ready_();
@@ -96,30 +87,29 @@ protected:
virtual void _process_core_();
// Copy this->_core_dsp_output to output and apply the output volume
- void _apply_output_level_(iplug::sample** outputs,
- const int num_channels,
- const int num_frames,
- const double gain);
+ void _apply_output_level_(iplug::sample **outputs, const int num_channels,
+ const int num_frames, const double gain);
};
-// Class where an input buffer is kept so that long-time effects can be captured.
-// (e.g. conv nets or impulse responses, where we need history that's longer than the
-// sample buffer that's coming in.)
-class Buffer : public DSP
-{
+// Class where an input buffer is kept so that long-time effects can be
+// captured. (e.g. conv nets or impulse responses, where we need history that's
+// longer than the sample buffer that's coming in.)
+class Buffer : public DSP {
public:
Buffer(const int receptive_field);
void finalize_(const int num_frames);
+
protected:
// Input buffer
- const int _input_buffer_channels = 1; // Mono
+ const int _input_buffer_channels = 1; // Mono
int _receptive_field;
// First location where we add new samples from the input
long _input_buffer_offset;
std::vector<float> _input_buffer;
std::vector<float> _output_buffer;
- void _set_receptive_field(const int new_receptive_field, const int input_buffer_size);
+ void _set_receptive_field(const int new_receptive_field,
+ const int input_buffer_size);
void _set_receptive_field(const int new_receptive_field);
void _reset_input_buffer();
// Use this->_input_post_gain
@@ -128,11 +118,12 @@ protected:
};
// Basic linear model (an IR!)
-class Linear : public Buffer
-{
+class Linear : public Buffer {
public:
- Linear(const int receptive_field, const bool _bias, const std::vector<float> ¶ms);
+ Linear(const int receptive_field, const bool _bias,
+ const std::vector<float> ¶ms);
void _process_core_() override;
+
protected:
Eigen::VectorXf _weight;
float _bias;
@@ -143,83 +134,51 @@ protected:
// Activations
// In-place ReLU on (N,M) array
-void relu_(
- Eigen::MatrixXf& x,
- const long i_start,
- const long i_end,
- const long j_start,
- const long j_end
-);
+void relu_(Eigen::MatrixXf &x, const long i_start, const long i_end,
+ const long j_start, const long j_end);
// Subset of the columns
-void relu_(
- Eigen::MatrixXf& x,
- const long j_start,
- const long j_end
-);
-void relu_(Eigen::MatrixXf& x);
+void relu_(Eigen::MatrixXf &x, const long j_start, const long j_end);
+void relu_(Eigen::MatrixXf &x);
// In-place sigmoid
-void sigmoid_(
- Eigen::MatrixXf& x,
- const long i_start,
- const long i_end,
- const long j_start,
- const long j_end
-);
-void sigmoid_(Eigen::MatrixXf& x);
+void sigmoid_(Eigen::MatrixXf &x, const long i_start, const long i_end,
+ const long j_start, const long j_end);
+void sigmoid_(Eigen::MatrixXf &x);
// In-place Tanh on (N,M) array
-void tanh_(
- Eigen::MatrixXf& x,
- const long i_start,
- const long i_end,
- const long j_start,
- const long j_end
-);
+void tanh_(Eigen::MatrixXf &x, const long i_start, const long i_end,
+ const long j_start, const long j_end);
// Subset of the columns
-void tanh_(
- Eigen::MatrixXf& x,
- const long i_start,
- const long i_end
-);
+void tanh_(Eigen::MatrixXf &x, const long i_start, const long i_end);
-void tanh_(Eigen::MatrixXf& x);
+void tanh_(Eigen::MatrixXf &x);
-class Conv1D
-{
+class Conv1D {
public:
Conv1D() { this->_dilation = 1; };
- void set_params_(std::vector<float>::iterator& params);
- void set_size_(
- const int in_channels,
- const int out_channels,
- const int kernel_size,
- const bool do_bias,
- const int _dilation
- );
- void set_size_and_params_(
- const int in_channels,
- const int out_channels,
- const int kernel_size,
- const int _dilation,
- const bool do_bias,
- std::vector<float>::iterator& params
- );
- //Process from input to output
- // Rightmost indices of input go from i_start to i_end,
- // Indices on output for from j_start (to j_start + i_end - i_start)
- void process_(
- const Eigen::MatrixXf& input,
- Eigen::MatrixXf& output,
- const long i_start,
- const long i_end,
- const long j_start
- ) const;
- long get_in_channels() const { return this->_weight.size() > 0 ? this->_weight[0].cols() : 0; };
+ void set_params_(std::vector<float>::iterator ¶ms);
+ void set_size_(const int in_channels, const int out_channels,
+ const int kernel_size, const bool do_bias,
+ const int _dilation);
+ void set_size_and_params_(const int in_channels, const int out_channels,
+ const int kernel_size, const int _dilation,
+ const bool do_bias,
+ std::vector<float>::iterator ¶ms);
+ // Process from input to output
+ // Rightmost indices of input go from i_start to i_end,
+ // Indices on output for from j_start (to j_start + i_end - i_start)
+ void process_(const Eigen::MatrixXf &input, Eigen::MatrixXf &output,
+ const long i_start, const long i_end, const long j_start) const;
+ long get_in_channels() const {
+ return this->_weight.size() > 0 ? this->_weight[0].cols() : 0;
+ };
long get_kernel_size() const { return this->_weight.size(); };
long get_num_params() const;
- long get_out_channels() const {return this->_weight.size() > 0 ? this->_weight[0].rows() : 0;};
+ long get_out_channels() const {
+ return this->_weight.size() > 0 ? this->_weight[0].rows() : 0;
+ };
int get_dilation() const { return this->_dilation; };
+
private:
// Gonna wing this...
// conv[kernel](cout, cin)
@@ -231,17 +190,14 @@ private:
// Really just a linear layer
class Conv1x1 {
public:
- Conv1x1(
- const int in_channels,
- const int out_channels,
- const bool _bias
- );
- void set_params_(std::vector<float>::iterator& params);
+ Conv1x1(const int in_channels, const int out_channels, const bool _bias);
+ void set_params_(std::vector<float>::iterator ¶ms);
// :param input: (N,Cin) or (Cin,)
// :return: (N,Cout) or (Cout,), respectively
- Eigen::MatrixXf process(const Eigen::MatrixXf& input) const;
+ Eigen::MatrixXf process(const Eigen::MatrixXf &input) const;
int get_out_channels() const { return this->_weight.rows(); };
+
private:
Eigen::MatrixXf _weight;
Eigen::VectorXf _bias;
@@ -251,112 +207,87 @@ private:
// ConvNet ====================================================================
namespace convnet {
- // Custom Conv that avoids re-computing on pieces of the input and trusts
- // that the corresponding outputs are where they need to be.
- // Beware: this is clever!
-
-
- // Batch normalization
- // In prod mode, so really just an elementwise affine layer.
- class BatchNorm
- {
- public:
- BatchNorm() {};
- BatchNorm(const int dim, std::vector<float>::iterator& params);
- void process_(
- Eigen::MatrixXf& input,
- const long i_start,
- const long i_end
- ) const;
-
- private:
- // TODO simplify to just ax+b
- // y = (x-m)/sqrt(v+eps) * w + bias
- // y = ax+b
- // a = w / sqrt(v+eps)
- // b = a * m + bias
- Eigen::VectorXf scale;
- Eigen::VectorXf loc;
- };
+// Custom Conv that avoids re-computing on pieces of the input and trusts
+// that the corresponding outputs are where they need to be.
+// Beware: this is clever!
- class ConvNetBlock
- {
- public:
- ConvNetBlock() { this->_batchnorm = false; };
- void set_params_(
- const int in_channels,
- const int out_channels,
- const int _dilation,
- const bool batchnorm,
- const std::string activation,
- std::vector<float>::iterator& params
- );
- void process_(
- const Eigen::MatrixXf& input,
- Eigen::MatrixXf &output,
- const long i_start,
- const long i_end
- ) const;
- int get_out_channels() const;
- Conv1D conv;
- private:
- BatchNorm batchnorm;
- bool _batchnorm;
- std::string activation;
- };
+// Batch normalization
+// In prod mode, so really just an elementwise affine layer.
+class BatchNorm {
+public:
+ BatchNorm(){};
+ BatchNorm(const int dim, std::vector<float>::iterator ¶ms);
+ void process_(Eigen::MatrixXf &input, const long i_start,
+ const long i_end) const;
- class _Head
- {
- public:
- _Head() { this->_bias = (float)0.0; };
- _Head(const int channels, std::vector<float>::iterator& params);
- void process_(
- const Eigen::MatrixXf &input,
- Eigen::VectorXf &output,
- const long i_start,
- const long i_end
- ) const;
- private:
- Eigen::VectorXf _weight;
- float _bias;
- };
+private:
+ // TODO simplify to just ax+b
+ // y = (x-m)/sqrt(v+eps) * w + bias
+ // y = ax+b
+ // a = w / sqrt(v+eps)
+ // b = a * m + bias
+ Eigen::VectorXf scale;
+ Eigen::VectorXf loc;
+};
- class ConvNet : public Buffer
- {
- public:
- ConvNet(
- const int channels,
- const std::vector<int>& dilations,
- const bool batchnorm,
- const std::string activation,
- std::vector<float> ¶ms
- );
- protected:
- std::vector<ConvNetBlock> _blocks;
- std::vector<Eigen::MatrixXf> _block_vals;
- Eigen::VectorXf _head_output;
- _Head _head;
- void _verify_params(
- const int channels,
- const std::vector<int> &dilations,
- const bool batchnorm,
- const int actual_params
- );
- void _update_buffers_() override;
- void _rewind_buffers_() override;
-
- void _process_core_() override;
-
- // The net starts with random parameters inside; we need to wait for a full
- // receptive field to pass through before we can count on the output being
- // ok. This implements a gentle "ramp-up" so that there's no "pop" at the
- // start.
- long _anti_pop_countdown;
- const long _anti_pop_ramp = 100;
- void _anti_pop_();
- void _reset_anti_pop_();
- };
-}; // namespace convnet
+class ConvNetBlock {
+public:
+ ConvNetBlock() { this->_batchnorm = false; };
+ void set_params_(const int in_channels, const int out_channels,
+ const int _dilation, const bool batchnorm,
+ const std::string activation,
+ std::vector<float>::iterator ¶ms);
+ void process_(const Eigen::MatrixXf &input, Eigen::MatrixXf &output,
+ const long i_start, const long i_end) const;
+ int get_out_channels() const;
+ Conv1D conv;
+
+private:
+ BatchNorm batchnorm;
+ bool _batchnorm;
+ std::string activation;
+};
+
+class _Head {
+public:
+ _Head() { this->_bias = (float)0.0; };
+ _Head(const int channels, std::vector<float>::iterator ¶ms);
+ void process_(const Eigen::MatrixXf &input, Eigen::VectorXf &output,
+ const long i_start, const long i_end) const;
+
+private:
+ Eigen::VectorXf _weight;
+ float _bias;
+};
+
+class ConvNet : public Buffer {
+public:
+ ConvNet(const int channels, const std::vector<int> &dilations,
+ const bool batchnorm, const std::string activation,
+ std::vector<float> ¶ms);
+
+protected:
+ std::vector<ConvNetBlock> _blocks;
+ std::vector<Eigen::MatrixXf> _block_vals;
+ Eigen::VectorXf _head_output;
+ _Head _head;
+ void _verify_params(const int channels, const std::vector<int> &dilations,
+ const bool batchnorm, const int actual_params);
+ void _update_buffers_() override;
+ void _rewind_buffers_() override;
+
+ void _process_core_() override;
+
+ // The net starts with random parameters inside; we need to wait for a full
+ // receptive field to pass through before we can count on the output being
+ // ok. This implements a gentle "ramp-up" so that there's no "pop" at the
+ // start.
+ long _anti_pop_countdown;
+ const long _anti_pop_ramp = 100;
+ void _anti_pop_();
+ void _reset_anti_pop_();
+};
+}; // namespace convnet
// Utilities ==================================================================
// Implemented in get_dsp.cpp
@@ -376,92 +307,94 @@ std::unique_ptr<DSP> get_hard_dsp();
// Version 2 DSP abstraction ==================================================
namespace dsp {
- class Params {};
-
- class DSP {
- public:
- DSP();
- ~DSP();
- // The main interface for processing audio.
- // The incoming audio is given as a raw pointer-to-pointers.
- // The indexing is [channel][frame].
- // The output shall be a pointer-to-pointers of matching size.
- // This object instance will own the data referenced by the pointers and be
- // responsible for its allocation and deallocation.
- virtual iplug::sample** Process(iplug::sample** inputs, const size_t numChannels, const size_t numFrames) = 0;
- // Update the parameters of the DSP object according to the provided params.
- // Not declaring a pure virtual bc there's no concrete definition that can
- // use Params.
- // But, use this name :)
- // virtual void SetParams(Params* params) = 0;
-
- protected:
- // Methods
-
- // Allocate mOutputPointers.
- // Assumes it's already null (Use _DeallocateOutputPointers()).
- void _AllocateOutputPointers(const size_t numChannels);
- // Ensure mOutputPointers is freed.
- void _DeallocateOutputPointers();
-
- size_t _GetNumChannels() const {return this->mOutputs.size();};
- // Return a pointer-to-pointers for the DSP's output buffers (all channels)
- // Assumes that ._PrepareBuffers() was called recently enough.
- iplug::sample** _GetPointers();
- // Resize mOutputs to (numChannels, numFrames) and ensure that the raw
- // pointers are also keeping up.
- virtual void _PrepareBuffers(const size_t numChannels, const size_t numFrames);
- // Resize the pointer-to-pointers for the vector-of-vectors.
- void _ResizePointers(const size_t numChannels);
-
-
- // Attributes
-
- // The output array into which the DSP module's calculations will be written.
- // Pointers to this member's data will be returned by .Process(), and std
- // Will ensure proper allocation.
- std::vector<std::vector<iplug::sample>> mOutputs;
- // A pointer to pointers of which copies will be given out as the output of .Process().
- // This object will ensure proper allocation and deallocation of the first level;
- // The second level points to .data() from mOutputs.
- iplug::sample** mOutputPointers;
- size_t mOutputPointersSize;
- };
-
- // A class where a longer buffer of history is needed to correctly calculate
- // the DSP algorithm (e.g. algorithms involving convolution).
- //
- // Hacky stuff:
- // * Mono
- // * Single-precision floats.
- class History : public DSP {
- public:
- History();
- protected:
- // Called at the end of the DSP, advance the hsitory index to the next open
- // spot. Does not ensure that it's at a valid address.
- void _AdvanceHistoryIndex(const size_t bufferSize);
- // Drop the new samples into the history array.
- // Manages history array size
- void _UpdateHistory(iplug::sample** inputs,
- const size_t numChannels,
- const size_t numFrames);
-
- // The history array that's used for DSP calculations.
- std::vector<float> mHistory;
- // How many samples previous are required.
- // Zero means that no history is required--only the current sample.
- size_t mHistoryRequired;
- // Location of the first sample in the current buffer.
- // Shall always be in the range [mHistoryRequired, mHistory.size()).
- size_t mHistoryIndex;
-
- private:
- // Make sure that the history array is long enough.
- void _EnsureHistorySize(const size_t bufferSize);
- // Copy the end of the history back to the fron and reset mHistoryIndex
- void _RewindHistory();
- };
+class Params {};
+
+class DSP {
+public:
+ DSP();
+ ~DSP();
+ // The main interface for processing audio.
+ // The incoming audio is given as a raw pointer-to-pointers.
+ // The indexing is [channel][frame].
+ // The output shall be a pointer-to-pointers of matching size.
+ // This object instance will own the data referenced by the pointers and be
+ // responsible for its allocation and deallocation.
+ virtual iplug::sample **Process(iplug::sample **inputs,
+ const size_t numChannels,
+ const size_t numFrames) = 0;
+ // Update the parameters of the DSP object according to the provided params.
+ // Not declaring a pure virtual bc there's no concrete definition that can
+ // use Params.
+ // But, use this name :)
+ // virtual void SetParams(Params* params) = 0;
+
+protected:
+ // Methods
+
+ // Allocate mOutputPointers.
+ // Assumes it's already null (Use _DeallocateOutputPointers()).
+ void _AllocateOutputPointers(const size_t numChannels);
+ // Ensure mOutputPointers is freed.
+ void _DeallocateOutputPointers();
+
+ size_t _GetNumChannels() const { return this->mOutputs.size(); };
+ // Return a pointer-to-pointers for the DSP's output buffers (all channels)
+ // Assumes that ._PrepareBuffers() was called recently enough.
+ iplug::sample **_GetPointers();
+ // Resize mOutputs to (numChannels, numFrames) and ensure that the raw
+ // pointers are also keeping up.
+ virtual void _PrepareBuffers(const size_t numChannels,
+ const size_t numFrames);
+ // Resize the pointer-to-pointers for the vector-of-vectors.
+ void _ResizePointers(const size_t numChannels);
+
+ // Attributes
+
+ // The output array into which the DSP module's calculations will be written.
+ // Pointers to this member's data will be returned by .Process(), and std
+ // Will ensure proper allocation.
+ std::vector<std::vector<iplug::sample>> mOutputs;
+ // A pointer to pointers of which copies will be given out as the output of
+ // .Process(). This object will ensure proper allocation and deallocation of
+ // the first level; The second level points to .data() from mOutputs.
+ iplug::sample **mOutputPointers;
+ size_t mOutputPointersSize;
+};
+
+// A class where a longer buffer of history is needed to correctly calculate
+// the DSP algorithm (e.g. algorithms involving convolution).
+//
+// Hacky stuff:
+// * Mono
+// * Single-precision floats.
+class History : public DSP {
+public:
+ History();
+
+protected:
+ // Called at the end of the DSP, advance the hsitory index to the next open
+ // spot. Does not ensure that it's at a valid address.
+ void _AdvanceHistoryIndex(const size_t bufferSize);
+ // Drop the new samples into the history array.
+ // Manages history array size
+ void _UpdateHistory(iplug::sample **inputs, const size_t numChannels,
+ const size_t numFrames);
+
+ // The history array that's used for DSP calculations.
+ std::vector<float> mHistory;
+ // How many samples previous are required.
+ // Zero means that no history is required--only the current sample.
+ size_t mHistoryRequired;
+ // Location of the first sample in the current buffer.
+ // Shall always be in the range [mHistoryRequired, mHistory.size()).
+ size_t mHistoryIndex;
+
+private:
+ // Make sure that the history array is long enough.
+ void _EnsureHistorySize(const size_t bufferSize);
+ // Copy the end of the history back to the fron and reset mHistoryIndex
+ void _RewindHistory();
};
+}; // namespace dsp
-#endif // IPLUG_DSP
+#endif // IPLUG_DSP
diff --git a/NeuralAmpModeler/dsp/get_dsp.cpp b/NeuralAmpModeler/dsp/get_dsp.cpp
@@ -1,51 +1,48 @@
#include <fstream>
#include <unordered_set>
+#include "HardCodedModel.h"
#include "dsp.h"
#include "json.hpp"
#include "lstm.h"
-#include "wavenet.h"
#include "numpy_util.h"
-#include "HardCodedModel.h"
-
+#include "wavenet.h"
-void verify_config_version(const std::string version)
-{
- const std::unordered_set<std::string> supported_versions({"0.2.0", "0.2.1", "0.3.0", "0.3.1", "0.4.0", "0.5.0"});
+void verify_config_version(const std::string version) {
+ const std::unordered_set<std::string> supported_versions(
+ {"0.2.0", "0.2.1", "0.3.0", "0.3.1", "0.4.0", "0.5.0"});
if (supported_versions.find(version) == supported_versions.end())
throw std::runtime_error("Unsupported config version");
}
-std::vector<float> _get_weights(
- nlohmann::json const& j,
- const std::filesystem::path config_path)
-{
- if (j.find("weights") != j.end()) { // New-style model
- auto weight_list = j["weights"];
- std::vector<float> weights;
- for (auto it = weight_list.begin(); it != weight_list.end(); ++it)
- weights.push_back(*it);
- return weights;
- }
- else { // Old-style config.json + weights.npy
- std::filesystem::path weights_path = config_path.parent_path() / std::filesystem::path("weights.npy");
- if (!std::filesystem::exists(weights_path)) {
- std::stringstream s;
- s << "No weights in model file, and could not find accompanying weights at expected location " << weights_path;
- throw std::runtime_error(s.str());
- }
- return numpy_util::load_to_vector(weights_path);
+std::vector<float> _get_weights(nlohmann::json const &j,
+ const std::filesystem::path config_path) {
+ if (j.find("weights") != j.end()) { // New-style model
+ auto weight_list = j["weights"];
+ std::vector<float> weights;
+ for (auto it = weight_list.begin(); it != weight_list.end(); ++it)
+ weights.push_back(*it);
+ return weights;
+ } else { // Old-style config.json + weights.npy
+ std::filesystem::path weights_path =
+ config_path.parent_path() / std::filesystem::path("weights.npy");
+ if (!std::filesystem::exists(weights_path)) {
+ std::stringstream s;
+ s << "No weights in model file, and could not find accompanying weights "
+ "at expected location "
+ << weights_path;
+ throw std::runtime_error(s.str());
}
+ return numpy_util::load_to_vector(weights_path);
+ }
}
-std::unique_ptr<DSP> get_dsp_legacy(const std::filesystem::path model_dir)
-{
+std::unique_ptr<DSP> get_dsp_legacy(const std::filesystem::path model_dir) {
auto config_filename = model_dir / std::filesystem::path("config.json");
return get_dsp(config_filename);
}
-std::unique_ptr<DSP> get_dsp(const std::filesystem::path config_filename)
-{
+std::unique_ptr<DSP> get_dsp(const std::filesystem::path config_filename) {
if (!std::filesystem::exists(config_filename))
throw std::runtime_error("Config JSON doesn't exist!\n");
std::ifstream i(config_filename);
@@ -57,86 +54,69 @@ std::unique_ptr<DSP> get_dsp(const std::filesystem::path config_filename)
nlohmann::json config = j["config"];
std::vector<float> params = _get_weights(j, config_filename);
- if (architecture == "Linear")
- {
+ if (architecture == "Linear") {
const int receptive_field = config["receptive_field"];
const bool _bias = config["bias"];
return std::make_unique<Linear>(receptive_field, _bias, params);
- }
- else if (architecture == "ConvNet")
- {
+ } else if (architecture == "ConvNet") {
const int channels = config["channels"];
const bool batchnorm = config["batchnorm"];
std::vector<int> dilations;
for (int i = 0; i < config["dilations"].size(); i++)
dilations.push_back(config["dilations"][i]);
const std::string activation = config["activation"];
- return std::make_unique<convnet::ConvNet>(channels, dilations, batchnorm, activation, params);
- }
- else if (architecture == "LSTM")
- {
+ return std::make_unique<convnet::ConvNet>(channels, dilations, batchnorm,
+ activation, params);
+ } else if (architecture == "LSTM") {
const int num_layers = config["num_layers"];
const int input_size = config["input_size"];
const int hidden_size = config["hidden_size"];
- auto json = nlohmann::json {};
- return std::make_unique<lstm::LSTM>(num_layers, input_size, hidden_size, params, json);
- }
- else if (architecture == "CatLSTM")
- {
+ auto json = nlohmann::json{};
+ return std::make_unique<lstm::LSTM>(num_layers, input_size, hidden_size,
+ params, json);
+ } else if (architecture == "CatLSTM") {
const int num_layers = config["num_layers"];
const int input_size = config["input_size"];
const int hidden_size = config["hidden_size"];
- return std::make_unique<lstm::LSTM>(num_layers, input_size, hidden_size, params, config["parametric"]);
- }
- else if (architecture == "WaveNet" || architecture == "CatWaveNet")
- {
+ return std::make_unique<lstm::LSTM>(num_layers, input_size, hidden_size,
+ params, config["parametric"]);
+ } else if (architecture == "WaveNet" || architecture == "CatWaveNet") {
std::vector<wavenet::LayerArrayParams> layer_array_params;
for (int i = 0; i < config["layers"].size(); i++) {
nlohmann::json layer_config = config["layers"][i];
std::vector<int> dilations;
for (int j = 0; j < layer_config["dilations"].size(); j++)
dilations.push_back(layer_config["dilations"][j]);
- layer_array_params.push_back(
- wavenet::LayerArrayParams(
- layer_config["input_size"],
- layer_config["condition_size"],
- layer_config["head_size"],
- layer_config["channels"],
- layer_config["kernel_size"],
- dilations,
- layer_config["activation"],
- layer_config["gated"],
- layer_config["head_bias"]
- )
- );
+ layer_array_params.push_back(wavenet::LayerArrayParams(
+ layer_config["input_size"], layer_config["condition_size"],
+ layer_config["head_size"], layer_config["channels"],
+ layer_config["kernel_size"], dilations, layer_config["activation"],
+ layer_config["gated"], layer_config["head_bias"]));
}
const bool with_head = config["head"] == NULL;
const float head_scale = config["head_scale"];
- // Solves compilation issue on macOS Error: No matching constructor for initialization of 'wavenet::WaveNet'
- // Solution from https://stackoverflow.com/a/73956681/3768284
- auto parametric_json = architecture == "CatWaveNet" ? config["parametric"] : nlohmann::json{};
+ // Solves compilation issue on macOS Error: No matching constructor for
+ // initialization of 'wavenet::WaveNet' Solution from
+ // https://stackoverflow.com/a/73956681/3768284
+ auto parametric_json =
+ architecture == "CatWaveNet" ? config["parametric"] : nlohmann::json{};
return std::make_unique<wavenet::WaveNet>(
- layer_array_params,
- head_scale,
- with_head,
- parametric_json,
- params
- );
- }
- else
- {
+ layer_array_params, head_scale, with_head, parametric_json, params);
+ } else {
throw std::runtime_error("Unrecognized architecture");
}
}
-std::unique_ptr<DSP> get_hard_dsp()
-{
+std::unique_ptr<DSP> get_hard_dsp() {
// Values are defined in HardCodedModel.h
verify_config_version(std::string(PYTHON_MODEL_VERSION));
// Uncomment the line that corresponds to the model type that you're using.
-
- //return std::make_unique<convnet::ConvNet>(CHANNELS, DILATIONS, BATCHNORM, ACTIVATION, PARAMS);
- //return std::make_unique<wavenet::WaveNet>(LAYER_ARRAY_PARAMS, HEAD_SCALE, WITH_HEAD, PARAMETRIC, PARAMS);
- return std::make_unique<lstm::LSTM>(NUM_LAYERS, INPUT_SIZE, HIDDEN_SIZE, PARAMS, PARAMETRIC);
+
+ // return std::make_unique<convnet::ConvNet>(CHANNELS, DILATIONS, BATCHNORM,
+ // ACTIVATION, PARAMS); return
+ // std::make_unique<wavenet::WaveNet>(LAYER_ARRAY_PARAMS, HEAD_SCALE,
+ // WITH_HEAD, PARAMETRIC, PARAMS);
+ return std::make_unique<lstm::LSTM>(NUM_LAYERS, INPUT_SIZE, HIDDEN_SIZE,
+ PARAMS, PARAMETRIC);
}
diff --git a/NeuralAmpModeler/dsp/lstm.cpp b/NeuralAmpModeler/dsp/lstm.cpp
@@ -5,8 +5,8 @@
#include "activations.h"
#include "lstm.h"
-lstm::LSTMCell::LSTMCell(const int input_size, const int hidden_size, std::vector<float>::iterator& params)
-{
+lstm::LSTMCell::LSTMCell(const int input_size, const int hidden_size,
+ std::vector<float>::iterator ¶ms) {
// Resize arrays
this->_w.resize(4 * hidden_size, input_size + hidden_size);
this->_b.resize(4 * hidden_size);
@@ -28,8 +28,7 @@ lstm::LSTMCell::LSTMCell(const int input_size, const int hidden_size, std::vecto
this->_c[i] = *(params++);
}
-void lstm::LSTMCell::process_(const Eigen::VectorXf& x)
-{
+void lstm::LSTMCell::process_(const Eigen::VectorXf &x) {
const int hidden_size = this->_get_hidden_size();
const int input_size = this->_get_input_size();
// Assign inputs
@@ -42,18 +41,24 @@ void lstm::LSTMCell::process_(const Eigen::VectorXf& x)
const int g_offset = 2 * hidden_size;
const int o_offset = 3 * hidden_size;
for (int i = 0; i < hidden_size; i++)
- this->_c[i] = activations::sigmoid(this->_ifgo[i + f_offset]) * this->_c[i] + activations::sigmoid(this->_ifgo[i + i_offset]) * tanhf(this->_ifgo[i + g_offset]);
+ this->_c[i] =
+ activations::sigmoid(this->_ifgo[i + f_offset]) * this->_c[i] +
+ activations::sigmoid(this->_ifgo[i + i_offset]) *
+ tanhf(this->_ifgo[i + g_offset]);
const int h_offset = input_size;
for (int i = 0; i < hidden_size; i++)
- this->_xh[i + h_offset] = activations::sigmoid(this->_ifgo[i + o_offset]) * tanhf(this->_c[i]);
+ this->_xh[i + h_offset] =
+ activations::sigmoid(this->_ifgo[i + o_offset]) * tanhf(this->_c[i]);
}
-lstm::LSTM::LSTM(const int num_layers, const int input_size, const int hidden_size, std::vector<float>& params, nlohmann::json& parametric)
-{
+lstm::LSTM::LSTM(const int num_layers, const int input_size,
+ const int hidden_size, std::vector<float> ¶ms,
+ nlohmann::json ¶metric) {
this->_init_parametric(parametric);
std::vector<float>::iterator it = params.begin();
for (int i = 0; i < num_layers; i++)
- this->_layers.push_back(LSTMCell(i == 0 ? input_size : hidden_size, hidden_size, it));
+ this->_layers.push_back(
+ LSTMCell(i == 0 ? input_size : hidden_size, hidden_size, it));
this->_head_weight.resize(hidden_size);
for (int i = 0; i < hidden_size; i++)
this->_head_weight[i] = *(it++);
@@ -61,43 +66,46 @@ lstm::LSTM::LSTM(const int num_layers, const int input_size, const int hidden_si
assert(it == params.end());
}
-void lstm::LSTM::_init_parametric(nlohmann::json& parametric)
-{
+void lstm::LSTM::_init_parametric(nlohmann::json ¶metric) {
std::vector<std::string> parametric_names;
- for (nlohmann::json::iterator it = parametric.begin(); it != parametric.end(); ++it) {
+ for (nlohmann::json::iterator it = parametric.begin(); it != parametric.end();
+ ++it) {
parametric_names.push_back(it.key());
}
std::sort(parametric_names.begin(), parametric_names.end());
{
int i = 1;
- for (std::vector<std::string>::iterator it = parametric_names.begin(); it != parametric_names.end(); ++it, i++)
+ for (std::vector<std::string>::iterator it = parametric_names.begin();
+ it != parametric_names.end(); ++it, i++)
this->_parametric_map[*it] = i;
}
this->_input_and_params.resize(1 + parametric.size()); // TODO amp parameters
}
-void lstm::LSTM::_process_core_()
-{
+void lstm::LSTM::_process_core_() {
// Get params into the input vector before starting
- if (this->_stale_params)
- {
- for (std::unordered_map<std::string, double>::iterator it = this->_params.begin(); it != this->_params.end(); ++it)
+ if (this->_stale_params) {
+ for (std::unordered_map<std::string, double>::iterator it =
+ this->_params.begin();
+ it != this->_params.end(); ++it)
this->_input_and_params[this->_parametric_map[it->first]] = it->second;
this->_stale_params = false;
}
// Process samples, placing results in the required output location
for (int i = 0; i < this->_input_post_gain.size(); i++)
- this->_core_dsp_output[i] = this->_process_sample(this->_input_post_gain[i]);
+ this->_core_dsp_output[i] =
+ this->_process_sample(this->_input_post_gain[i]);
}
-float lstm::LSTM::_process_sample(const float x)
-{
+float lstm::LSTM::_process_sample(const float x) {
if (this->_layers.size() == 0)
return x;
this->_input_and_params(0) = x;
this->_layers[0].process_(this->_input_and_params);
for (int i = 1; i < this->_layers.size(); i++)
this->_layers[i].process_(this->_layers[i - 1].get_hidden_state());
- return this->_head_weight.dot(this->_layers[this->_layers.size() - 1].get_hidden_state()) + this->_head_bias;
+ return this->_head_weight.dot(
+ this->_layers[this->_layers.size() - 1].get_hidden_state()) +
+ this->_head_bias;
}
\ No newline at end of file
diff --git a/NeuralAmpModeler/dsp/lstm.h b/NeuralAmpModeler/dsp/lstm.h
@@ -9,65 +9,65 @@
#include "dsp.h"
#include "json.hpp"
-namespace lstm
-{
- // A Single LSTM cell
- // i input
- // f forget
- // g cell
- // o output
- // c cell state
- // h hidden state
- class LSTMCell
- {
- public:
- LSTMCell(const int input_size, const int hidden_size, std::vector<float>::iterator& params);
- Eigen::VectorXf get_hidden_state() const { return this->_xh(Eigen::placeholders::lastN(this->_get_hidden_size())); };
- void process_(const Eigen::VectorXf& x);
- private:
- // Parameters
- // xh -> ifgo
- // (dx+dh) -> (4*dh)
- Eigen::MatrixXf _w;
- Eigen::VectorXf _b;
+namespace lstm {
+// A Single LSTM cell
+// i input
+// f forget
+// g cell
+// o output
+// c cell state
+// h hidden state
+class LSTMCell {
+public:
+ LSTMCell(const int input_size, const int hidden_size,
+ std::vector<float>::iterator ¶ms);
+ Eigen::VectorXf get_hidden_state() const {
+ return this->_xh(Eigen::placeholders::lastN(this->_get_hidden_size()));
+ };
+ void process_(const Eigen::VectorXf &x);
+
+private:
+ // Parameters
+ // xh -> ifgo
+ // (dx+dh) -> (4*dh)
+ Eigen::MatrixXf _w;
+ Eigen::VectorXf _b;
- // State
- // Concatenated input and hidden state
- Eigen::VectorXf _xh;
- // Input, Forget, Cell, Output gates
- Eigen::VectorXf _ifgo;
-
- // Cell state
- Eigen::VectorXf _c;
+ // State
+ // Concatenated input and hidden state
+ Eigen::VectorXf _xh;
+ // Input, Forget, Cell, Output gates
+ Eigen::VectorXf _ifgo;
- int _get_hidden_size() const { return this->_b.size() / 4; };
- int _get_input_size() const
- {
- return this->_xh.size() - this->_get_hidden_size();
- };
+ // Cell state
+ Eigen::VectorXf _c;
+
+ int _get_hidden_size() const { return this->_b.size() / 4; };
+ int _get_input_size() const {
+ return this->_xh.size() - this->_get_hidden_size();
};
+};
- // The multi-layer LSTM model
- class LSTM : public DSP
- {
- public:
- LSTM(const int num_layers, const int input_size, const int hidden_size, std::vector<float>& params,
- nlohmann::json& parametric);
+// The multi-layer LSTM model
+class LSTM : public DSP {
+public:
+ LSTM(const int num_layers, const int input_size, const int hidden_size,
+ std::vector<float> ¶ms, nlohmann::json ¶metric);
- protected:
- Eigen::VectorXf _head_weight;
- float _head_bias;
- void _process_core_() override;
- std::vector<LSTMCell> _layers;
+protected:
+ Eigen::VectorXf _head_weight;
+ float _head_bias;
+ void _process_core_() override;
+ std::vector<LSTMCell> _layers;
- float _process_sample(const float x);
+ float _process_sample(const float x);
- // Initialize the parametric map
- void _init_parametric(nlohmann::json& parametric);
+ // Initialize the parametric map
+ void _init_parametric(nlohmann::json ¶metric);
- // Mapping from param name to index in _input_and_params:
- std::map<std::string, int> _parametric_map;
- // Input sample first, params second
- Eigen::VectorXf _input_and_params;
- };
-}; // namespace lstm
+ // Mapping from param name to index in _input_and_params:
+ std::map<std::string, int> _parametric_map;
+ // Input sample first, params second
+ Eigen::VectorXf _input_and_params;
+};
+}; // namespace lstm
diff --git a/NeuralAmpModeler/dsp/numpy_util.cpp b/NeuralAmpModeler/dsp/numpy_util.cpp
@@ -6,8 +6,7 @@
#include "cnpy.h"
#include "numpy_util.h"
-std::vector<float> numpy_util::load_to_vector(std::filesystem::path path)
-{
+std::vector<float> numpy_util::load_to_vector(std::filesystem::path path) {
cnpy::NpyArray x = cnpy::npy_load(path.string());
if (x.shape.size() != 1)
throw std::runtime_error("Expected 1D array.\n");
diff --git a/NeuralAmpModeler/dsp/numpy_util.h b/NeuralAmpModeler/dsp/numpy_util.h
@@ -4,7 +4,7 @@
#include <vector>
namespace numpy_util {
- // Get data from a file to a flat array.
- // Don't worry; I flattened everythign when exporting from Python :)
- std::vector<float> load_to_vector(std::filesystem::path path);
-};
-\ No newline at end of file
+// Get data from a file to a flat array.
+// Don't worry; I flattened everythign when exporting from Python :)
+std::vector<float> load_to_vector(std::filesystem::path path);
+}; // namespace numpy_util
+\ No newline at end of file
diff --git a/NeuralAmpModeler/dsp/util.cpp b/NeuralAmpModeler/dsp/util.cpp
@@ -3,9 +3,9 @@
#include "util.h"
-std::string util::lowercase(const std::string& s)
-{
+std::string util::lowercase(const std::string &s) {
std::string out(s);
- std::transform(s.begin(), s.end(), out.begin(), [](unsigned char c) {return std::tolower(c); });
+ std::transform(s.begin(), s.end(), out.begin(),
+ [](unsigned char c) { return std::tolower(c); });
return out;
}
\ No newline at end of file
diff --git a/NeuralAmpModeler/dsp/util.h b/NeuralAmpModeler/dsp/util.h
@@ -5,6 +5,5 @@
#include <string>
namespace util {
- std::string lowercase(const std::string& s);
+std::string lowercase(const std::string &s);
}; // namespace util
-
diff --git a/NeuralAmpModeler/dsp/wav.cpp b/NeuralAmpModeler/dsp/wav.cpp
@@ -5,24 +5,22 @@
// Created by Steven Atkinson on 12/31/22.
//
-#include <cmath> // pow
-#include <iostream>
+#include <cmath> // pow
#include <fstream>
+#include <iostream>
#include <vector>
#include "wav.h"
-bool idIsJunk(char* id)
-{
+bool idIsJunk(char *id) {
return (strncmp(id, "junk", 4) == 0) || (strncmp(id, "JUNK", 4) == 0);
}
-void ReadChunkAndSkipJunk(std::ifstream& file, char* chunkID)
-{
+void ReadChunkAndSkipJunk(std::ifstream &file, char *chunkID) {
file.read(chunkID, 4);
if (idIsJunk(chunkID)) {
int junkSize;
- file.read(reinterpret_cast<char*>(&junkSize), 4);
+ file.read(reinterpret_cast<char *>(&junkSize), 4);
file.ignore(junkSize);
// Unused byte if junkSize is odd
if ((junkSize % 2) == 1)
@@ -34,94 +32,97 @@ void ReadChunkAndSkipJunk(std::ifstream& file, char* chunkID)
throw std::runtime_error("Found more than 1 junk chunk");
}
-dsp::wav::LoadReturnCode dsp::wav::Load(const WDL_String &fileName, std::vector<float> &audio, double &sampleRate)
-{
+dsp::wav::LoadReturnCode dsp::wav::Load(const WDL_String &fileName,
+ std::vector<float> &audio,
+ double &sampleRate) {
// FYI: https://www.mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html
// Open the WAV file for reading
std::ifstream wavFile(fileName.Get(), std::ios::binary);
-
+
// Check if the file was opened successfully
if (!wavFile.is_open()) {
std::cerr << "Error opening WAV file" << std::endl;
return dsp::wav::LoadReturnCode::ERROR_OPENING;
}
-
+
// WAV file has 3 "chunks": RIFF ("RIFF"), format ("fmt ") and data ("data").
// Read the WAV file header
char chunkId[4];
ReadChunkAndSkipJunk(wavFile, chunkId);
if (strncmp(chunkId, "RIFF", 4) != 0) {
- std::cerr << "Error: File does not start with expected RIFF chunk. Got" << chunkId << " instead." << std::endl;
+ std::cerr << "Error: File does not start with expected RIFF chunk. Got"
+ << chunkId << " instead." << std::endl;
return dsp::wav::LoadReturnCode::ERROR_NOT_RIFF;
}
-
+
int chunkSize;
- wavFile.read(reinterpret_cast<char*>(&chunkSize), 4);
-
+ wavFile.read(reinterpret_cast<char *>(&chunkSize), 4);
+
char format[4];
wavFile.read(format, 4);
if (strncmp(format, "WAVE", 4) != 0) {
- std::cerr << "Error: Files' second chunk (format) is not expected WAV. Got" << format << " instead." << std::endl;
+ std::cerr << "Error: Files' second chunk (format) is not expected WAV. Got"
+ << format << " instead." << std::endl;
return dsp::wav::LoadReturnCode::ERROR_NOT_WAVE;
}
-
+
// Read the format chunk
char subchunk1Id[4];
ReadChunkAndSkipJunk(wavFile, subchunk1Id);
if (strncmp(subchunk1Id, "fmt ", 4) != 0) {
- std::cerr << "Error: Invalid WAV file missing expected fmt section; got " << subchunk1Id << " instead." << std::endl;
+ std::cerr << "Error: Invalid WAV file missing expected fmt section; got "
+ << subchunk1Id << " instead." << std::endl;
return dsp::wav::LoadReturnCode::ERROR_MISSING_FMT;
}
-
+
int subchunk1Size;
- wavFile.read(reinterpret_cast<char*>(&subchunk1Size), 4);
-
+ wavFile.read(reinterpret_cast<char *>(&subchunk1Size), 4);
+
unsigned short audioFormat;
- wavFile.read(reinterpret_cast<char*>(&audioFormat), 2);
+ wavFile.read(reinterpret_cast<char *>(&audioFormat), 2);
if (audioFormat != 1) {
- std::cerr << "Error: Only PCM format is supported.";
- switch (audioFormat)
- {
+ std::cerr << "Error: Only PCM format is supported.";
+ switch (audioFormat) {
case 3:
- std::cerr << "(Got: IEEE float)" << std::endl;
- return dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_IEEE_FLOAT;
+ std::cerr << "(Got: IEEE float)" << std::endl;
+ return dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_IEEE_FLOAT;
case 6:
- std::cerr << "(Got: A-law)" << std::endl;
- return dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_ALAW;
+ std::cerr << "(Got: A-law)" << std::endl;
+ return dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_ALAW;
case 7:
- std::cerr << "(Got: mu-law)" << std::endl;
- return dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_MULAW;
+ std::cerr << "(Got: mu-law)" << std::endl;
+ return dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_MULAW;
case 65534:
- std::cerr << "(Got: Extensible)" << std::endl;
- return dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_EXTENSIBLE;
+ std::cerr << "(Got: Extensible)" << std::endl;
+ return dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_FORMAT_EXTENSIBLE;
default:
- std::cerr << "(Got unknown format " << audioFormat << ")" << std::endl;
- return dsp::wav::LoadReturnCode::ERROR_INVALID_FILE;
+ std::cerr << "(Got unknown format " << audioFormat << ")" << std::endl;
+ return dsp::wav::LoadReturnCode::ERROR_INVALID_FILE;
}
}
-
+
short numChannels;
- wavFile.read(reinterpret_cast<char*>(&numChannels), 2);
+ wavFile.read(reinterpret_cast<char *>(&numChannels), 2);
// HACK
if (numChannels != 1) {
std::cerr << "Require mono (using for IR loading)" << std::endl;
return dsp::wav::LoadReturnCode::ERROR_NOT_MONO;
}
-
+
int iSampleRate;
- wavFile.read(reinterpret_cast<char*>(&iSampleRate), 4);
+ wavFile.read(reinterpret_cast<char *>(&iSampleRate), 4);
// Store in format we assume (SR is double)
- sampleRate = (double) iSampleRate;
-
+ sampleRate = (double)iSampleRate;
+
int byteRate;
- wavFile.read(reinterpret_cast<char*>(&byteRate), 4);
-
+ wavFile.read(reinterpret_cast<char *>(&byteRate), 4);
+
short blockAlign;
- wavFile.read(reinterpret_cast<char*>(&blockAlign), 2);
-
+ wavFile.read(reinterpret_cast<char *>(&blockAlign), 2);
+
short bitsPerSample;
- wavFile.read(reinterpret_cast<char*>(&bitsPerSample), 2);
-
+ wavFile.read(reinterpret_cast<char *>(&bitsPerSample), 2);
+
// Read the data chunk
char subchunk2Id[4];
ReadChunkAndSkipJunk(wavFile, subchunk2Id);
@@ -129,11 +130,11 @@ dsp::wav::LoadReturnCode dsp::wav::Load(const WDL_String &fileName, std::vector<
std::cerr << "Error: Invalid WAV file" << std::endl;
return dsp::wav::LoadReturnCode::ERROR_INVALID_FILE;
}
-
+
// Size of the data chunk, in bits.
int subchunk2Size;
- wavFile.read(reinterpret_cast<char*>(&subchunk2Size), 4);
-
+ wavFile.read(reinterpret_cast<char *>(&subchunk2Size), 4);
+
if (bitsPerSample == 16)
dsp::wav::_LoadSamples16(wavFile, subchunk2Size, audio);
else if (bitsPerSample == 24)
@@ -141,81 +142,75 @@ dsp::wav::LoadReturnCode dsp::wav::Load(const WDL_String &fileName, std::vector<
else if (bitsPerSample == 32)
dsp::wav::_LoadSamples32(wavFile, subchunk2Size, audio);
else {
- std::cerr << "Error: Unsupported bits per sample: " << bitsPerSample << std::endl;
+ std::cerr << "Error: Unsupported bits per sample: " << bitsPerSample
+ << std::endl;
return dsp::wav::LoadReturnCode::ERROR_UNSUPPORTED_BITS_PER_SAMPLE;
}
-
+
// Close the WAV file
wavFile.close();
-
+
// Print the number of samples
// std::cout << "Number of samples: " << samples.size() << std::endl;
-
+
return dsp::wav::LoadReturnCode::SUCCESS;
}
-void dsp::wav::_LoadSamples16(std::ifstream &wavFile,
- const int chunkSize,
- std::vector<float>& samples)
-{
+void dsp::wav::_LoadSamples16(std::ifstream &wavFile, const int chunkSize,
+ std::vector<float> &samples) {
// Allocate an array to hold the samples
- std::vector<short> tmp(chunkSize / 2); // 16 bits (2 bytes) per sample
-
+ std::vector<short> tmp(chunkSize / 2); // 16 bits (2 bytes) per sample
+
// Read the samples from the file into the array
- wavFile.read(reinterpret_cast<char*>(tmp.data()), chunkSize);
-
+ wavFile.read(reinterpret_cast<char *>(tmp.data()), chunkSize);
+
// Copy into the return array
- const float scale = 1.0 / ((double) (1 << 15));
+ const float scale = 1.0 / ((double)(1 << 15));
samples.resize(tmp.size());
- for (auto i=0; i<samples.size(); i++)
- samples[i] = scale * ((float) tmp[i]); // 2^16
+ for (auto i = 0; i < samples.size(); i++)
+ samples[i] = scale * ((float)tmp[i]); // 2^16
}
-void dsp::wav::_LoadSamples24(std::ifstream &wavFile,
- const int chunkSize,
- std::vector<float>& samples)
-{
+void dsp::wav::_LoadSamples24(std::ifstream &wavFile, const int chunkSize,
+ std::vector<float> &samples) {
// Allocate an array to hold the samples
- std::vector<int> tmp(chunkSize / 3); // 24 bits (3 bytes) per sample
+ std::vector<int> tmp(chunkSize / 3); // 24 bits (3 bytes) per sample
// Read in and convert the samples
- for (int& x : tmp) {
+ for (int &x : tmp) {
x = dsp::wav::_ReadSigned24BitInt(wavFile);
}
-
+
// Copy into the return array
- const float scale = 1.0 / ((double) (1 << 23));
+ const float scale = 1.0 / ((double)(1 << 23));
samples.resize(tmp.size());
- for (auto i=0; i<samples.size(); i++)
- samples[i] = scale * ((float) tmp[i]);
+ for (auto i = 0; i < samples.size(); i++)
+ samples[i] = scale * ((float)tmp[i]);
}
-int dsp::wav::_ReadSigned24BitInt(std::ifstream& stream) {
+int dsp::wav::_ReadSigned24BitInt(std::ifstream &stream) {
// Read the three bytes of the 24-bit integer.
std::uint8_t bytes[3];
- stream.read(reinterpret_cast<char*>(bytes), 3);
-
- // Combine the three bytes into a single integer using bit shifting and masking.
- // This works by isolating each byte using a bit mask (0xff) and then shifting
- // the byte to the correct position in the final integer.
- int value = bytes[0] | (bytes[1] << 8) | (bytes[2]<<16);
-
+ stream.read(reinterpret_cast<char *>(bytes), 3);
+
+ // Combine the three bytes into a single integer using bit shifting and
+ // masking. This works by isolating each byte using a bit mask (0xff) and then
+ // shifting the byte to the correct position in the final integer.
+ int value = bytes[0] | (bytes[1] << 8) | (bytes[2] << 16);
+
// The value is stored in two's complement format, so if the most significant
// bit (the 24th bit) is set, then the value is negative. In this case, we
// need to extend the sign bit to get the correct negative value.
if (value & (1 << 23)) {
value |= ~((1 << 24) - 1);
}
-
+
return value;
}
-
-void dsp::wav::_LoadSamples32(std::ifstream &wavFile,
- const int chunkSize,
- std::vector<float>& samples)
-{
+void dsp::wav::_LoadSamples32(std::ifstream &wavFile, const int chunkSize,
+ std::vector<float> &samples) {
// NOTE: 32-bit is float.
- samples.resize(chunkSize / 4); // 32 bits (4 bytes) per sample
+ samples.resize(chunkSize / 4); // 32 bits (4 bytes) per sample
// Read the samples from the file into the array
- wavFile.read(reinterpret_cast<char*>(samples.data()), chunkSize);
+ wavFile.read(reinterpret_cast<char *>(samples.data()), chunkSize);
}
diff --git a/NeuralAmpModeler/dsp/wav.h b/NeuralAmpModeler/dsp/wav.h
@@ -8,41 +8,45 @@
#ifndef wav_h
#define wav_h
-#include "wdlstring.h" // WDL_String
+#include "wdlstring.h" // WDL_String
namespace dsp {
- namespace wav {
- enum class LoadReturnCode {
- SUCCESS = 0,
- ERROR_OPENING,
- ERROR_NOT_RIFF,
- ERROR_NOT_WAVE,
- ERROR_MISSING_FMT,
- ERROR_INVALID_FILE,
- ERROR_UNSUPPORTED_FORMAT_IEEE_FLOAT,
- ERROR_UNSUPPORTED_FORMAT_ALAW,
- ERROR_UNSUPPORTED_FORMAT_MULAW,
- ERROR_UNSUPPORTED_FORMAT_EXTENSIBLE,
- ERROR_UNSUPPORTED_BITS_PER_SAMPLE,
- ERROR_NOT_MONO,
- ERROR_OTHER
- };
- // Load a WAV file into a provided array of doubles,
- // And note the sample rate.
- //
- // Returns: as per return cases above
- LoadReturnCode Load(const WDL_String& fileName, std::vector<float> &audio, double& sampleRate);
-
- // Load samples, 16-bit
- void _LoadSamples16(std::ifstream &wavFile, const int chunkSize, std::vector<float>& samples);
- // Load samples, 24-bit
- void _LoadSamples24(std::ifstream &wavFile, const int chunkSize, std::vector<float>& samples);
- // Load samples, 32-bit
- void _LoadSamples32(std::ifstream &wavFile, const int chunkSize, std::vector<float>& samples);
-
- // Read in a 24-bit sample and convert it to an int
- int _ReadSigned24BitInt(std::ifstream& stream);
- };
+namespace wav {
+enum class LoadReturnCode {
+ SUCCESS = 0,
+ ERROR_OPENING,
+ ERROR_NOT_RIFF,
+ ERROR_NOT_WAVE,
+ ERROR_MISSING_FMT,
+ ERROR_INVALID_FILE,
+ ERROR_UNSUPPORTED_FORMAT_IEEE_FLOAT,
+ ERROR_UNSUPPORTED_FORMAT_ALAW,
+ ERROR_UNSUPPORTED_FORMAT_MULAW,
+ ERROR_UNSUPPORTED_FORMAT_EXTENSIBLE,
+ ERROR_UNSUPPORTED_BITS_PER_SAMPLE,
+ ERROR_NOT_MONO,
+ ERROR_OTHER
};
+// Load a WAV file into a provided array of doubles,
+// And note the sample rate.
+//
+// Returns: as per return cases above
+LoadReturnCode Load(const WDL_String &fileName, std::vector<float> &audio,
+ double &sampleRate);
+
+// Load samples, 16-bit
+void _LoadSamples16(std::ifstream &wavFile, const int chunkSize,
+ std::vector<float> &samples);
+// Load samples, 24-bit
+void _LoadSamples24(std::ifstream &wavFile, const int chunkSize,
+ std::vector<float> &samples);
+// Load samples, 32-bit
+void _LoadSamples32(std::ifstream &wavFile, const int chunkSize,
+ std::vector<float> &samples);
+
+// Read in a 24-bit sample and convert it to an int
+int _ReadSigned24BitInt(std::ifstream &stream);
+}; // namespace wav
+}; // namespace dsp
#endif /* wav_h */
diff --git a/NeuralAmpModeler/dsp/wavenet.cpp b/NeuralAmpModeler/dsp/wavenet.cpp
@@ -5,33 +5,24 @@
#include "wavenet.h"
-wavenet::_DilatedConv::_DilatedConv(
- const int in_channels,
- const int out_channels,
- const int kernel_size,
- const int bias,
- const int dilation
-)
-{
+wavenet::_DilatedConv::_DilatedConv(const int in_channels,
+ const int out_channels,
+ const int kernel_size, const int bias,
+ const int dilation) {
this->set_size_(in_channels, out_channels, kernel_size, bias, dilation);
}
-void wavenet::_Layer::set_params_(std::vector<float>::iterator& params)
-{
+void wavenet::_Layer::set_params_(std::vector<float>::iterator ¶ms) {
this->_conv.set_params_(params);
this->_input_mixin.set_params_(params);
this->_1x1.set_params_(params);
}
-void wavenet::_Layer::process_(
- const Eigen::MatrixXf& input,
- const Eigen::MatrixXf& condition,
- Eigen::MatrixXf& head_input,
- Eigen::MatrixXf& output,
- const long i_start,
- const long j_start
-)
-{
+void wavenet::_Layer::process_(const Eigen::MatrixXf &input,
+ const Eigen::MatrixXf &condition,
+ Eigen::MatrixXf &head_input,
+ Eigen::MatrixXf &output, const long i_start,
+ const long j_start) {
const long ncols = condition.cols();
const long channels = this->get_channels();
// Input dilated conv
@@ -46,19 +37,19 @@ void wavenet::_Layer::process_(
throw std::runtime_error("Unrecognized activation.");
if (this->_gated) {
sigmoid_(this->_z, channels, 2 * channels, 0, this->_z.cols());
- this->_z.topRows(channels).array() *= this->_z.bottomRows(channels).array();
+ this->_z.topRows(channels).array() *= this->_z.bottomRows(channels).array();
// this->_z.topRows(channels) = this->_z.topRows(channels).cwiseProduct(
// this->_z.bottomRows(channels)
// );
}
head_input += this->_z.topRows(channels);
- output.middleCols(j_start, ncols) = input.middleCols(i_start, ncols)
- + this->_1x1.process(this->_z.topRows(channels));
+ output.middleCols(j_start, ncols) =
+ input.middleCols(i_start, ncols) +
+ this->_1x1.process(this->_z.topRows(channels));
}
-void wavenet::_Layer::set_num_frames_(const int num_frames)
-{
+void wavenet::_Layer::set_num_frames_(const int num_frames) {
this->_z.resize(this->_conv.get_out_channels(), num_frames);
}
@@ -66,110 +57,89 @@ void wavenet::_Layer::set_num_frames_(const int num_frames)
#define LAYER_ARRAY_BUFFER_SIZE 65536
-wavenet::_LayerArray::_LayerArray(
- const int input_size,
- const int condition_size,
- const int head_size,
- const int channels,
- const int kernel_size,
- const std::vector<int>& dilations,
- const std::string activation,
- const bool gated,
- const bool head_bias
-) :
- _rechannel(input_size, channels, false),
- _head_rechannel(channels, head_size, head_bias)
-{
+wavenet::_LayerArray::_LayerArray(const int input_size,
+ const int condition_size, const int head_size,
+ const int channels, const int kernel_size,
+ const std::vector<int> &dilations,
+ const std::string activation,
+ const bool gated, const bool head_bias)
+ : _rechannel(input_size, channels, false),
+ _head_rechannel(channels, head_size, head_bias) {
for (int i = 0; i < dilations.size(); i++)
- this->_layers.push_back(_Layer(condition_size, channels, kernel_size, dilations[i], activation, gated));
+ this->_layers.push_back(_Layer(condition_size, channels, kernel_size,
+ dilations[i], activation, gated));
const long receptive_field = this->_get_receptive_field();
for (int i = 0; i < dilations.size(); i++)
- this->_layer_buffers.push_back(
- Eigen::MatrixXf(channels, LAYER_ARRAY_BUFFER_SIZE + receptive_field - 1)
- );
+ this->_layer_buffers.push_back(Eigen::MatrixXf(
+ channels, LAYER_ARRAY_BUFFER_SIZE + receptive_field - 1));
this->_buffer_start = this->_get_receptive_field() - 1;
}
-void wavenet::_LayerArray::advance_buffers_(const int num_frames)
-{
+void wavenet::_LayerArray::advance_buffers_(const int num_frames) {
this->_buffer_start += num_frames;
}
-long wavenet::_LayerArray::get_receptive_field() const
-{
- long result = 0;
- for (int i = 0; i < this->_layers.size(); i++)
- result += this->_layers[i].get_dilation() * (this->_layers[i].get_kernel_size() - 1);
- return result;
+long wavenet::_LayerArray::get_receptive_field() const {
+ long result = 0;
+ for (int i = 0; i < this->_layers.size(); i++)
+ result += this->_layers[i].get_dilation() *
+ (this->_layers[i].get_kernel_size() - 1);
+ return result;
}
-void wavenet::_LayerArray::prepare_for_frames_(const int num_frames)
-{
+void wavenet::_LayerArray::prepare_for_frames_(const int num_frames) {
if (this->_buffer_start + num_frames > this->_get_buffer_size())
this->_rewind_buffers_();
}
-void wavenet::_LayerArray::process_(
- const Eigen::MatrixXf& layer_inputs,
- const Eigen::MatrixXf& condition,
- Eigen::MatrixXf& head_inputs,
- Eigen::MatrixXf& layer_outputs,
- Eigen::MatrixXf& head_outputs
-)
-{
+void wavenet::_LayerArray::process_(const Eigen::MatrixXf &layer_inputs,
+ const Eigen::MatrixXf &condition,
+ Eigen::MatrixXf &head_inputs,
+ Eigen::MatrixXf &layer_outputs,
+ Eigen::MatrixXf &head_outputs) {
this->_layer_buffers[0].middleCols(this->_buffer_start, layer_inputs.cols()) =
- this->_rechannel.process(layer_inputs);
+ this->_rechannel.process(layer_inputs);
const int last_layer = this->_layers.size() - 1;
for (int i = 0; i < this->_layers.size(); i++) {
this->_layers[i].process_(
- this->_layer_buffers[i],
- condition,
- head_inputs,
- i == last_layer ? layer_outputs : this->_layer_buffers[i + 1],
- this->_buffer_start,
- i == last_layer ? 0 : this->_buffer_start
- );
+ this->_layer_buffers[i], condition, head_inputs,
+ i == last_layer ? layer_outputs : this->_layer_buffers[i + 1],
+ this->_buffer_start, i == last_layer ? 0 : this->_buffer_start);
}
head_outputs = this->_head_rechannel.process(head_inputs);
}
-void wavenet::_LayerArray::set_num_frames_(const int num_frames)
-{
+void wavenet::_LayerArray::set_num_frames_(const int num_frames) {
// Wavenet checks for unchanged num_frames; if we made it here, there's
// something to do.
if (LAYER_ARRAY_BUFFER_SIZE - num_frames < this->_get_receptive_field()) {
std::stringstream ss;
- ss << "Asked to accept a buffer of "
- << num_frames
- << " samples, but the buffer is too short ("
- << LAYER_ARRAY_BUFFER_SIZE
- << ") to get out of the recptive field ("
- << this->_get_receptive_field()
- << "); copy errors could occur!\n";
+ ss << "Asked to accept a buffer of " << num_frames
+ << " samples, but the buffer is too short (" << LAYER_ARRAY_BUFFER_SIZE
+ << ") to get out of the recptive field (" << this->_get_receptive_field()
+ << "); copy errors could occur!\n";
throw std::runtime_error(ss.str().c_str());
}
for (int i = 0; i < this->_layers.size(); i++)
this->_layers[i].set_num_frames_(num_frames);
}
-void wavenet::_LayerArray::set_params_(std::vector<float>::iterator& params)
-{
+void wavenet::_LayerArray::set_params_(std::vector<float>::iterator ¶ms) {
this->_rechannel.set_params_(params);
for (int i = 0; i < this->_layers.size(); i++)
this->_layers[i].set_params_(params);
this->_head_rechannel.set_params_(params);
}
-int wavenet::_LayerArray::_get_channels() const
-{
+int wavenet::_LayerArray::_get_channels() const {
return this->_layers.size() > 0 ? this->_layers[0].get_channels() : 0;
}
-long wavenet::_LayerArray::_get_receptive_field() const
-{
+long wavenet::_LayerArray::_get_receptive_field() const {
long res = 1;
for (int i = 0; i < this->_layers.size(); i++)
- res += (this->_layers[i].get_kernel_size() - 1) * this->_layers[i].get_dilation();
+ res += (this->_layers[i].get_kernel_size() - 1) *
+ this->_layers[i].get_dilation();
return res;
}
@@ -179,54 +149,45 @@ void wavenet::_LayerArray::_rewind_buffers_()
{
const long start = this->_get_receptive_field() - 1;
for (int i = 0; i < this->_layer_buffers.size(); i++) {
- const long d = (this->_layers[i].get_kernel_size()-1) * this->_layers[i].get_dilation();
- this->_layer_buffers[i].middleCols(start - d, d) = this->_layer_buffers[i].middleCols(
- this->_buffer_start - d, d
- );
+ const long d = (this->_layers[i].get_kernel_size() - 1) *
+ this->_layers[i].get_dilation();
+ this->_layer_buffers[i].middleCols(start - d, d) =
+ this->_layer_buffers[i].middleCols(this->_buffer_start - d, d);
}
this->_buffer_start = start;
}
// Head =======================================================================
-wavenet::_Head::_Head(
- const int input_size,
- const int num_layers,
- const int channels,
- const std::string activation
-) :
- _channels(channels),
- _activation(activation),
- _head(num_layers > 0 ? channels : input_size, 1, true)
-{
+wavenet::_Head::_Head(const int input_size, const int num_layers,
+ const int channels, const std::string activation)
+ : _channels(channels), _activation(activation),
+ _head(num_layers > 0 ? channels : input_size, 1, true) {
assert(num_layers > 0);
int dx = input_size;
for (int i = 0; i < num_layers; i++) {
- this->_layers.push_back(Conv1x1(dx, i == num_layers-1 ? 1 : channels, true));
+ this->_layers.push_back(
+ Conv1x1(dx, i == num_layers - 1 ? 1 : channels, true));
dx = channels;
- if (i < num_layers-1)
+ if (i < num_layers - 1)
this->_buffers.push_back(Eigen::MatrixXf());
}
}
-void wavenet::_Head::set_params_(std::vector<float>::iterator& params)
-{
+void wavenet::_Head::set_params_(std::vector<float>::iterator ¶ms) {
for (int i = 0; i < this->_layers.size(); i++)
this->_layers[i].set_params_(params);
}
-void wavenet::_Head::process_(
- Eigen::MatrixXf& inputs,
- Eigen::MatrixXf& outputs
-)
-{
+void wavenet::_Head::process_(Eigen::MatrixXf &inputs,
+ Eigen::MatrixXf &outputs) {
const int num_layers = this->_layers.size();
this->_apply_activation_(inputs);
if (num_layers == 1)
outputs = this->_layers[0].process(inputs);
else {
this->_buffers[0] = this->_layers[0].process(inputs);
- for (int i = 1; i < num_layers; i++) {//Asserted > 0 layers
+ for (int i = 1; i < num_layers; i++) { // Asserted > 0 layers
this->_apply_activation_(this->_buffers[i - 1]);
if (i < num_layers - 1)
this->_buffers[i] = this->_layers[i].process(this->_buffers[i - 1]);
@@ -236,14 +197,12 @@ void wavenet::_Head::process_(
}
}
-void wavenet::_Head::set_num_frames_(const int num_frames)
-{
+void wavenet::_Head::set_num_frames_(const int num_frames) {
for (int i = 0; i < this->_buffers.size(); i++)
this->_buffers[i].resize(this->_channels, num_frames);
}
-void wavenet::_Head::_apply_activation_(Eigen::MatrixXf& x)
-{
+void wavenet::_Head::_apply_activation_(Eigen::MatrixXf &x) {
if (this->_activation == "Tanh")
tanh_(x);
else if (this->_activation == "ReLU")
@@ -255,99 +214,88 @@ void wavenet::_Head::_apply_activation_(Eigen::MatrixXf& x)
// WaveNet ====================================================================
wavenet::WaveNet::WaveNet(
- const std::vector<wavenet::LayerArrayParams>& layer_array_params,
- const float head_scale,
- const bool with_head,
- nlohmann::json parametric,
- std::vector<float> params
-) :
- //_head(channels, head_layers, head_channels, head_activation),
- _num_frames(0),
- _head_scale(head_scale)
-{
+ const std::vector<wavenet::LayerArrayParams> &layer_array_params,
+ const float head_scale, const bool with_head, nlohmann::json parametric,
+ std::vector<float> params)
+ : //_head(channels, head_layers, head_channels, head_activation),
+ _num_frames(0), _head_scale(head_scale) {
if (with_head)
throw std::runtime_error("Head not implemented!");
this->_init_parametric_(parametric);
for (int i = 0; i < layer_array_params.size(); i++) {
- this->_layer_arrays.push_back(
- wavenet::_LayerArray(
- layer_array_params[i].input_size,
- layer_array_params[i].condition_size,
- layer_array_params[i].head_size,
- layer_array_params[i].channels,
- layer_array_params[i].kernel_size,
- layer_array_params[i].dilations,
- layer_array_params[i].activation,
- layer_array_params[i].gated,
- layer_array_params[i].head_bias
- )
- );
- this->_layer_array_outputs.push_back(Eigen::MatrixXf(layer_array_params[i].channels, 0));
+ this->_layer_arrays.push_back(wavenet::_LayerArray(
+ layer_array_params[i].input_size, layer_array_params[i].condition_size,
+ layer_array_params[i].head_size, layer_array_params[i].channels,
+ layer_array_params[i].kernel_size, layer_array_params[i].dilations,
+ layer_array_params[i].activation, layer_array_params[i].gated,
+ layer_array_params[i].head_bias));
+ this->_layer_array_outputs.push_back(
+ Eigen::MatrixXf(layer_array_params[i].channels, 0));
if (i == 0)
- this->_head_arrays.push_back(Eigen::MatrixXf(layer_array_params[i].channels, 0));
+ this->_head_arrays.push_back(
+ Eigen::MatrixXf(layer_array_params[i].channels, 0));
if (i > 0)
- if (layer_array_params[i].channels != layer_array_params[i - 1].head_size) {
+ if (layer_array_params[i].channels !=
+ layer_array_params[i - 1].head_size) {
std::stringstream ss;
- ss << "channels of layer " << i << " (" << layer_array_params[i].channels
- << ") doesn't match head_size of preceding layer ("
- << layer_array_params[i - 1].head_size
- << "!\n";
+ ss << "channels of layer " << i << " ("
+ << layer_array_params[i].channels
+ << ") doesn't match head_size of preceding layer ("
+ << layer_array_params[i - 1].head_size << "!\n";
throw std::runtime_error(ss.str().c_str());
}
- this->_head_arrays.push_back(Eigen::MatrixXf(layer_array_params[i].head_size, 0));
+ this->_head_arrays.push_back(
+ Eigen::MatrixXf(layer_array_params[i].head_size, 0));
}
- this->_head_output.resize(1, 0); // Mono output!
+ this->_head_output.resize(1, 0); // Mono output!
this->set_params_(params);
this->_reset_anti_pop_();
}
-void wavenet::WaveNet::finalize_(const int num_frames)
-{
+void wavenet::WaveNet::finalize_(const int num_frames) {
this->DSP::finalize_(num_frames);
this->_advance_buffers_(num_frames);
}
-void wavenet::WaveNet::set_params_(std::vector<float>& params)
-{
+void wavenet::WaveNet::set_params_(std::vector<float> ¶ms) {
std::vector<float>::iterator it = params.begin();
for (int i = 0; i < this->_layer_arrays.size(); i++)
this->_layer_arrays[i].set_params_(it);
- //this->_head.set_params_(it);
+ // this->_head.set_params_(it);
this->_head_scale = *(it++);
if (it != params.end()) {
std::stringstream ss;
for (int i = 0; i < params.size(); i++)
if (params[i] == *it) {
- ss << "Parameter mismatch: assigned " << i+1 << " parameters, but " << params.size() << " were provided.";
+ ss << "Parameter mismatch: assigned " << i + 1 << " parameters, but "
+ << params.size() << " were provided.";
throw std::runtime_error(ss.str().c_str());
}
- ss << "Parameter mismatch: provided " << params.size() << " weights, but the model expects more.";
+ ss << "Parameter mismatch: provided " << params.size()
+ << " weights, but the model expects more.";
throw std::runtime_error(ss.str().c_str());
}
}
-void wavenet::WaveNet::_advance_buffers_(const int num_frames)
-{
+void wavenet::WaveNet::_advance_buffers_(const int num_frames) {
for (int i = 0; i < this->_layer_arrays.size(); i++)
this->_layer_arrays[i].advance_buffers_(num_frames);
}
-void wavenet::WaveNet::_init_parametric_(nlohmann::json& parametric)
-{
- for (nlohmann::json::iterator it = parametric.begin(); it != parametric.end(); ++it)
+void wavenet::WaveNet::_init_parametric_(nlohmann::json ¶metric) {
+ for (nlohmann::json::iterator it = parametric.begin(); it != parametric.end();
+ ++it)
this->_param_names.push_back(it.key());
- // TODO assert continuous 0 to 1
+ // TODO assert continuous 0 to 1
std::sort(this->_param_names.begin(), this->_param_names.end());
}
-void wavenet::WaveNet::_prepare_for_frames_(const int num_frames)
-{
+void wavenet::WaveNet::_prepare_for_frames_(const int num_frames) {
for (int i = 0; i < this->_layer_arrays.size(); i++)
this->_layer_arrays[i].prepare_for_frames_(num_frames);
}
-void wavenet::WaveNet::_process_core_()
-{
+void wavenet::WaveNet::_process_core_() {
const long num_frames = this->_input_post_gain.size();
this->_set_num_frames_(num_frames);
this->_prepare_for_frames_(num_frames);
@@ -356,9 +304,11 @@ void wavenet::WaveNet::_process_core_()
// Clumsy...
for (int j = 0; j < num_frames; j++) {
this->_condition(0, j) = this->_input_post_gain[j];
- if (this->_stale_params) // Column-major assignment; good for Eigen. Let the compiler optimize this.
+ if (this->_stale_params) // Column-major assignment; good for Eigen. Let the
+ // compiler optimize this.
for (int i = 0; i < this->_param_names.size(); i++)
- this->_condition(i + 1, j) = (float) this->_params[this->_param_names[i]];
+ this->_condition(i + 1, j) =
+ (float)this->_params[this->_param_names[i]];
}
// Main layer arrays:
@@ -367,30 +317,27 @@ void wavenet::WaveNet::_process_core_()
this->_head_arrays[0].setZero();
for (int i = 0; i < this->_layer_arrays.size(); i++)
this->_layer_arrays[i].process_(
- i == 0 ? this->_condition : this->_layer_array_outputs[i-1],
- this->_condition,
- this->_head_arrays[i],
- this->_layer_array_outputs[i],
- this->_head_arrays[i+1]
- );
- //this->_head.process_(
- // this->_head_input,
- // this->_head_output
+ i == 0 ? this->_condition : this->_layer_array_outputs[i - 1],
+ this->_condition, this->_head_arrays[i], this->_layer_array_outputs[i],
+ this->_head_arrays[i + 1]);
+ // this->_head.process_(
+ // this->_head_input,
+ // this->_head_output
//);
- // Copy to required output array
- // Hack: apply head scale here; revisit when/if I activate the head.
- // assert(this->_head_output.rows() == 1);
+ // Copy to required output array
+ // Hack: apply head scale here; revisit when/if I activate the head.
+ // assert(this->_head_output.rows() == 1);
const int final_head_array = this->_head_arrays.size() - 1;
assert(this->_head_arrays[final_head_array].rows() == 1);
for (int s = 0; s < num_frames; s++)
- this->_core_dsp_output[s] = this->_head_scale * this->_head_arrays[final_head_array](0, s);
+ this->_core_dsp_output[s] =
+ this->_head_scale * this->_head_arrays[final_head_array](0, s);
// Apply anti-pop
this->_anti_pop_();
}
-void wavenet::WaveNet::_set_num_frames_(const int num_frames)
-{
+void wavenet::WaveNet::_set_num_frames_(const int num_frames) {
if (num_frames == this->_num_frames)
return;
@@ -398,35 +345,33 @@ void wavenet::WaveNet::_set_num_frames_(const int num_frames)
for (int i = 0; i < this->_head_arrays.size(); i++)
this->_head_arrays[i].resize(this->_head_arrays[i].rows(), num_frames);
for (int i = 0; i < this->_layer_array_outputs.size(); i++)
- this->_layer_array_outputs[i].resize(this->_layer_array_outputs[i].rows(), num_frames);
+ this->_layer_array_outputs[i].resize(this->_layer_array_outputs[i].rows(),
+ num_frames);
this->_head_output.resize(this->_head_output.rows(), num_frames);
-
+
for (int i = 0; i < this->_layer_arrays.size(); i++)
this->_layer_arrays[i].set_num_frames_(num_frames);
- //this->_head.set_num_frames_(num_frames);
+ // this->_head.set_num_frames_(num_frames);
this->_num_frames = num_frames;
}
-void wavenet::WaveNet::_anti_pop_()
-{
+void wavenet::WaveNet::_anti_pop_() {
+ if (this->_anti_pop_countdown >= this->_anti_pop_ramp)
+ return;
+ const float slope = 1.0f / float(this->_anti_pop_ramp);
+ for (int i = 0; i < this->_core_dsp_output.size(); i++) {
if (this->_anti_pop_countdown >= this->_anti_pop_ramp)
- return;
- const float slope = 1.0f / float(this->_anti_pop_ramp);
- for (int i = 0; i < this->_core_dsp_output.size(); i++)
- {
- if (this->_anti_pop_countdown >= this->_anti_pop_ramp)
- break;
- const float gain = std::max(slope * float(this->_anti_pop_countdown), 0.0f);
- this->_core_dsp_output[i] *= gain;
- this->_anti_pop_countdown++;
- }
+ break;
+ const float gain = std::max(slope * float(this->_anti_pop_countdown), 0.0f);
+ this->_core_dsp_output[i] *= gain;
+ this->_anti_pop_countdown++;
+ }
}
-void wavenet::WaveNet::_reset_anti_pop_()
-{
- // You need the "real" receptive field, not the buffers.
- long receptive_field = 1;
- for (int i = 0; i < this->_layer_arrays.size(); i++)
- receptive_field += this->_layer_arrays[i].get_receptive_field();
- this->_anti_pop_countdown = -receptive_field;
+void wavenet::WaveNet::_reset_anti_pop_() {
+ // You need the "real" receptive field, not the buffers.
+ long receptive_field = 1;
+ for (int i = 0; i < this->_layer_arrays.size(); i++)
+ receptive_field += this->_layer_arrays[i].get_receptive_field();
+ this->_anti_pop_countdown = -receptive_field;
}
diff --git a/NeuralAmpModeler/dsp/wavenet.h b/NeuralAmpModeler/dsp/wavenet.h
@@ -3,253 +3,205 @@
#include <string>
#include <vector>
-#include <Eigen/Dense>
#include "json.hpp"
+#include <Eigen/Dense>
#include "dsp.h"
-
namespace wavenet {
- // Rework the initialization API slightly. Merge w/ dsp.h later.
- class _DilatedConv : public Conv1D {
- public:
- _DilatedConv(
- const int in_channels,
- const int out_channels,
- const int kernel_size,
- const int bias,
- const int dilation
- );
- };
-
- class _Layer {
- public:
- _Layer(
- const int condition_size,
- const int channels,
- const int kernel_size,
- const int dilation,
- const std::string activation,
- const bool gated
- ) :
- _activation(activation),
- _gated(gated),
- _conv(channels, gated ? 2 * channels : channels, kernel_size, true, dilation),
- _input_mixin(condition_size, gated ? 2 * channels : channels, false),
- _1x1(channels, channels, true)
- {};
- void set_params_(
- std::vector<float>::iterator& params
- );
- // :param `input`: from previous layer
- // :param `output`: to next layer
- void process_(
- const Eigen::MatrixXf& input,
- const Eigen::MatrixXf& condition,
- Eigen::MatrixXf& head_input,
- Eigen::MatrixXf& output,
- const long i_start,
- const long j_start
- );
- void set_num_frames_(const int num_frames);
- int get_channels() const { return this->_conv.get_in_channels(); };
- int get_dilation() const { return this->_conv.get_dilation(); };
- int get_kernel_size() const { return this->_conv.get_kernel_size(); };
- private:
- // The dilated convolution at the front of the block
- _DilatedConv _conv;
- // Input mixin
- Conv1x1 _input_mixin;
- // The post-activation 1x1 convolution
- Conv1x1 _1x1;
- // The internal state
- Eigen::MatrixXf _z;
-
- const std::string _activation;
- const bool _gated;
- };
-
- class LayerArrayParams {
- public:
- LayerArrayParams(
- const int input_size_,
- const int condition_size_,
- const int head_size_,
- const int channels_,
- const int kernel_size_,
- const std::vector<int>& dilations_,
- const std::string activation_,
- const bool gated_,
- const bool head_bias_
- ) :
- input_size(input_size_),
- condition_size(condition_size_),
- head_size(head_size_),
- channels(channels_),
- kernel_size(kernel_size_),
- activation(activation_),
- gated(gated_),
- head_bias(head_bias_)
- {
- for (int i = 0; i < dilations_.size(); i++)
- this->dilations.push_back(dilations_[i]);
- };
-
- const int input_size;
- const int condition_size;
- const int head_size;
- const int channels;
- const int kernel_size;
- std::vector<int> dilations;
- const std::string activation;
- const bool gated;
- const bool head_bias;
- };
-
- // An array of layers with the same channels, kernel sizes, activations.
- class _LayerArray {
- public:
- _LayerArray(
- const int input_size,
- const int condition_size,
- const int head_size,
- const int channels,
- const int kernel_size,
- const std::vector<int>& dilations,
- const std::string activation,
- const bool gated,
- const bool head_bias
- );
-
- void advance_buffers_(const int num_frames);
-
- // Preparing for frames:
- // Rewind buffers if needed
- // Shift index to prepare
- //
- void prepare_for_frames_(const int num_frames);
-
- // All arrays are "short".
- void process_(
- const Eigen::MatrixXf& layer_inputs, // Short
- const Eigen::MatrixXf& condition, // Short
- Eigen::MatrixXf& layer_outputs, // Short
- Eigen::MatrixXf& head_inputs, // Sum up on this.
- Eigen::MatrixXf& head_outputs // post head-rechannel
- );
- void set_num_frames_(const int num_frames);
- void set_params_(std::vector<float>::iterator& it);
-
- long get_receptive_field() const;
-
- private:
- long _buffer_start;
- // The rechannel before the layers
- Conv1x1 _rechannel;
-
- // Buffers in between layers.
- // buffer [i] is the input to layer [i].
- // the last layer outputs to a short array provided by outside.
- std::vector<Eigen::MatrixXf> _layer_buffers;
- // The layer objects
- std::vector<_Layer> _layers;
-
- // Rechannel for the head
- Conv1x1 _head_rechannel;
-
- long _get_buffer_size() const {
- return this->_layer_buffers.size() > 0 ? this->_layer_buffers[0].cols() : 0;
- };
- int _get_channels() const;
- long _get_receptive_field() const;
- void _rewind_buffers_();
- };
-
- // The head module
- // [Act->Conv] x L
- class _Head {
- public:
- _Head(
- const int input_size,
- const int num_layers,
- const int channels,
- const std::string activation
- );
- void set_params_(std::vector<float>::iterator& params);
- // NOTE: the head transforms the provided input by applying a nonlinearity
- // to it in-place!
- void process_(
- Eigen::MatrixXf& inputs,
- Eigen::MatrixXf& outputs
- );
- void set_num_frames_(const int num_frames);
- private:
- int _channels;
- std::vector<Conv1x1> _layers;
- Conv1x1 _head;
- std::string _activation;
-
- // Stores the outputs of the convs *except* the last one, which goes in
- // The array `outputs` provided to .process_()
- std::vector<Eigen::MatrixXf> _buffers;
-
- // Apply the activation to the provided array, in-place
- void _apply_activation_(Eigen::MatrixXf& x);
+// Rework the initialization API slightly. Merge w/ dsp.h later.
+class _DilatedConv : public Conv1D {
+public:
+ _DilatedConv(const int in_channels, const int out_channels,
+ const int kernel_size, const int bias, const int dilation);
+};
+
+class _Layer {
+public:
+ _Layer(const int condition_size, const int channels, const int kernel_size,
+ const int dilation, const std::string activation, const bool gated)
+ : _activation(activation), _gated(gated),
+ _conv(channels, gated ? 2 * channels : channels, kernel_size, true,
+ dilation),
+ _input_mixin(condition_size, gated ? 2 * channels : channels, false),
+ _1x1(channels, channels, true){};
+ void set_params_(std::vector<float>::iterator ¶ms);
+ // :param `input`: from previous layer
+ // :param `output`: to next layer
+ void process_(const Eigen::MatrixXf &input, const Eigen::MatrixXf &condition,
+ Eigen::MatrixXf &head_input, Eigen::MatrixXf &output,
+ const long i_start, const long j_start);
+ void set_num_frames_(const int num_frames);
+ int get_channels() const { return this->_conv.get_in_channels(); };
+ int get_dilation() const { return this->_conv.get_dilation(); };
+ int get_kernel_size() const { return this->_conv.get_kernel_size(); };
+
+private:
+ // The dilated convolution at the front of the block
+ _DilatedConv _conv;
+ // Input mixin
+ Conv1x1 _input_mixin;
+ // The post-activation 1x1 convolution
+ Conv1x1 _1x1;
+ // The internal state
+ Eigen::MatrixXf _z;
+
+ const std::string _activation;
+ const bool _gated;
+};
+
+class LayerArrayParams {
+public:
+ LayerArrayParams(const int input_size_, const int condition_size_,
+ const int head_size_, const int channels_,
+ const int kernel_size_, const std::vector<int> &dilations_,
+ const std::string activation_, const bool gated_,
+ const bool head_bias_)
+ : input_size(input_size_), condition_size(condition_size_),
+ head_size(head_size_), channels(channels_), kernel_size(kernel_size_),
+ activation(activation_), gated(gated_), head_bias(head_bias_) {
+ for (int i = 0; i < dilations_.size(); i++)
+ this->dilations.push_back(dilations_[i]);
};
- // The main WaveNet model
- // Both parametric and not; difference is handled at param read-in.
- class WaveNet : public DSP {
- public:
- WaveNet(
- const std::vector<LayerArrayParams>& layer_array_params,
- const float head_scale,
- const bool with_head,
- nlohmann::json parametric,
- std::vector<float> params
- );
-
-// WaveNet(WaveNet&&) = default;
-// WaveNet& operator=(WaveNet&&) = default;
-// ~WaveNet() = default;
-
- void finalize_(const int num_frames) override;
- void set_params_(std::vector<float>& params);
- private:
- int _num_frames;
- std::vector<_LayerArray> _layer_arrays;
- // Their outputs
- std::vector<Eigen::MatrixXf> _layer_array_outputs;
- //Head _head;
-
- // Element-wise arrays:
- Eigen::MatrixXf _condition;
- // One more than total layer arrays
- std::vector<Eigen::MatrixXf> _head_arrays;
- float _head_scale;
- Eigen::MatrixXf _head_output;
-
- // Names of the params, sorted.
- // TODO move this up, ugh.
- std::vector<std::string> _param_names;
-
- void _advance_buffers_(const int num_frames);
- // Get the info from the parametric config
- void _init_parametric_(nlohmann::json& parametric);
- void _prepare_for_frames_(const int num_frames);
- // Reminder: From ._input_post_gain to ._core_dsp_output
- void _process_core_() override;
-
- // Ensure that all buffer arrays are the right size for this num_frames
- void _set_num_frames_(const int num_frames);
-
- // The net starts with random parameters inside; we need to wait for a full
- // receptive field to pass through before we can count on the output being
- // ok. This implements a gentle "ramp-up" so that there's no "pop" at the
- // start.
- long _anti_pop_countdown;
- const long _anti_pop_ramp = 4000;
- void _anti_pop_();
- void _reset_anti_pop_();
+ const int input_size;
+ const int condition_size;
+ const int head_size;
+ const int channels;
+ const int kernel_size;
+ std::vector<int> dilations;
+ const std::string activation;
+ const bool gated;
+ const bool head_bias;
+};
+
+// An array of layers with the same channels, kernel sizes, activations.
+class _LayerArray {
+public:
+ _LayerArray(const int input_size, const int condition_size,
+ const int head_size, const int channels, const int kernel_size,
+ const std::vector<int> &dilations, const std::string activation,
+ const bool gated, const bool head_bias);
+
+ void advance_buffers_(const int num_frames);
+
+ // Preparing for frames:
+ // Rewind buffers if needed
+ // Shift index to prepare
+ //
+ void prepare_for_frames_(const int num_frames);
+
+ // All arrays are "short".
+ void process_(const Eigen::MatrixXf &layer_inputs, // Short
+ const Eigen::MatrixXf &condition, // Short
+ Eigen::MatrixXf &layer_outputs, // Short
+ Eigen::MatrixXf &head_inputs, // Sum up on this.
+ Eigen::MatrixXf &head_outputs // post head-rechannel
+ );
+ void set_num_frames_(const int num_frames);
+ void set_params_(std::vector<float>::iterator &it);
+
+ long get_receptive_field() const;
+
+private:
+ long _buffer_start;
+ // The rechannel before the layers
+ Conv1x1 _rechannel;
+
+ // Buffers in between layers.
+ // buffer [i] is the input to layer [i].
+ // the last layer outputs to a short array provided by outside.
+ std::vector<Eigen::MatrixXf> _layer_buffers;
+ // The layer objects
+ std::vector<_Layer> _layers;
+
+ // Rechannel for the head
+ Conv1x1 _head_rechannel;
+
+ long _get_buffer_size() const {
+ return this->_layer_buffers.size() > 0 ? this->_layer_buffers[0].cols() : 0;
};
+ int _get_channels() const;
+ long _get_receptive_field() const;
+ void _rewind_buffers_();
+};
+
+// The head module
+// [Act->Conv] x L
+class _Head {
+public:
+ _Head(const int input_size, const int num_layers, const int channels,
+ const std::string activation);
+ void set_params_(std::vector<float>::iterator ¶ms);
+ // NOTE: the head transforms the provided input by applying a nonlinearity
+ // to it in-place!
+ void process_(Eigen::MatrixXf &inputs, Eigen::MatrixXf &outputs);
+ void set_num_frames_(const int num_frames);
+
+private:
+ int _channels;
+ std::vector<Conv1x1> _layers;
+ Conv1x1 _head;
+ std::string _activation;
+
+ // Stores the outputs of the convs *except* the last one, which goes in
+ // The array `outputs` provided to .process_()
+ std::vector<Eigen::MatrixXf> _buffers;
+
+ // Apply the activation to the provided array, in-place
+ void _apply_activation_(Eigen::MatrixXf &x);
+};
+
+// The main WaveNet model
+// Both parametric and not; difference is handled at param read-in.
+class WaveNet : public DSP {
+public:
+ WaveNet(const std::vector<LayerArrayParams> &layer_array_params,
+ const float head_scale, const bool with_head,
+ nlohmann::json parametric, std::vector<float> params);
+
+ // WaveNet(WaveNet&&) = default;
+ // WaveNet& operator=(WaveNet&&) = default;
+ // ~WaveNet() = default;
+
+ void finalize_(const int num_frames) override;
+ void set_params_(std::vector<float> ¶ms);
+
+private:
+ int _num_frames;
+ std::vector<_LayerArray> _layer_arrays;
+ // Their outputs
+ std::vector<Eigen::MatrixXf> _layer_array_outputs;
+ // Head _head;
+
+ // Element-wise arrays:
+ Eigen::MatrixXf _condition;
+ // One more than total layer arrays
+ std::vector<Eigen::MatrixXf> _head_arrays;
+ float _head_scale;
+ Eigen::MatrixXf _head_output;
+
+ // Names of the params, sorted.
+ // TODO move this up, ugh.
+ std::vector<std::string> _param_names;
+
+ void _advance_buffers_(const int num_frames);
+ // Get the info from the parametric config
+ void _init_parametric_(nlohmann::json ¶metric);
+ void _prepare_for_frames_(const int num_frames);
+ // Reminder: From ._input_post_gain to ._core_dsp_output
+ void _process_core_() override;
+
+ // Ensure that all buffer arrays are the right size for this num_frames
+ void _set_num_frames_(const int num_frames);
+
+ // The net starts with random parameters inside; we need to wait for a full
+ // receptive field to pass through before we can count on the output being
+ // ok. This implements a gentle "ramp-up" so that there's no "pop" at the
+ // start.
+ long _anti_pop_countdown;
+ const long _anti_pop_ramp = 4000;
+ void _anti_pop_();
+ void _reset_anti_pop_();
+};
}; // namespace wavenet
diff --git a/NeuralAmpModeler/resources/NeuralAmpModelerAU.h b/NeuralAmpModeler/resources/NeuralAmpModelerAU.h
@@ -8,8 +8,8 @@
#define IPLUG_AUVIEWCONTROLLER IPlugAUViewController_vNeuralAmpModeler
#define IPLUG_AUAUDIOUNIT IPlugAUAudioUnit_vNeuralAmpModeler
-#import <NeuralAmpModelerAU/IPlugAUViewController.h>
#import <NeuralAmpModelerAU/IPlugAUAudioUnit.h>
+#import <NeuralAmpModelerAU/IPlugAUViewController.h>
//! Project version number for NeuralAmpModelerAU.
FOUNDATION_EXPORT double NeuralAmpModelerAUVersionNumber;
diff --git a/NeuralAmpModeler/resources/resource.h b/NeuralAmpModeler/resources/resource.h
@@ -2,43 +2,43 @@
// Microsoft Visual C++ generated include file.
// Used by main.rc
-#define IDR_ACCELERATOR1 40000
-#define IDD_DIALOG_MAIN 40001
-#define IDD_DIALOG_PREF 40002
-#define IDI_ICON1 40003
-#define IDR_MENU1 40004
-#define ID_ABOUT 40005
-#define ID_PREFERENCES 40006
-#define ID_QUIT 40007
-#define ID_HELP 40008
-#define IDC_COMBO_AUDIO_DRIVER 40009
-#define IDC_COMBO_AUDIO_IN_DEV 40010
-#define IDC_COMBO_AUDIO_OUT_DEV 40011
-#define IDC_COMBO_AUDIO_BUF_SIZE 40012
-#define IDC_COMBO_AUDIO_SR 40013
-#define IDC_COMBO_AUDIO_IN_L 40014
-#define IDC_COMBO_AUDIO_IN_R 40015
-#define IDC_COMBO_AUDIO_OUT_R 40016
-#define IDC_COMBO_AUDIO_OUT_L 40017
-#define IDC_COMBO_MIDI_IN_DEV 40018
-#define IDC_COMBO_MIDI_OUT_DEV 40019
-#define IDC_COMBO_MIDI_IN_CHAN 40020
-#define IDC_COMBO_MIDI_OUT_CHAN 40021
-#define IDC_BUTTON_OS_DEV_SETTINGS 40022
-#define IDC_CB_MONO_INPUT 40023
-#define IDAPPLY 40024
-#define ID_LIVE_EDIT 40025
-#define ID_SHOW_DRAWN 40026
-#define ID_SHOW_FPS 40027
-#define ID_SHOW_BOUNDS 40028
+#define IDR_ACCELERATOR1 40000
+#define IDD_DIALOG_MAIN 40001
+#define IDD_DIALOG_PREF 40002
+#define IDI_ICON1 40003
+#define IDR_MENU1 40004
+#define ID_ABOUT 40005
+#define ID_PREFERENCES 40006
+#define ID_QUIT 40007
+#define ID_HELP 40008
+#define IDC_COMBO_AUDIO_DRIVER 40009
+#define IDC_COMBO_AUDIO_IN_DEV 40010
+#define IDC_COMBO_AUDIO_OUT_DEV 40011
+#define IDC_COMBO_AUDIO_BUF_SIZE 40012
+#define IDC_COMBO_AUDIO_SR 40013
+#define IDC_COMBO_AUDIO_IN_L 40014
+#define IDC_COMBO_AUDIO_IN_R 40015
+#define IDC_COMBO_AUDIO_OUT_R 40016
+#define IDC_COMBO_AUDIO_OUT_L 40017
+#define IDC_COMBO_MIDI_IN_DEV 40018
+#define IDC_COMBO_MIDI_OUT_DEV 40019
+#define IDC_COMBO_MIDI_IN_CHAN 40020
+#define IDC_COMBO_MIDI_OUT_CHAN 40021
+#define IDC_BUTTON_OS_DEV_SETTINGS 40022
+#define IDC_CB_MONO_INPUT 40023
+#define IDAPPLY 40024
+#define ID_LIVE_EDIT 40025
+#define ID_SHOW_DRAWN 40026
+#define ID_SHOW_FPS 40027
+#define ID_SHOW_BOUNDS 40028
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 105
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1011
-#define _APS_NEXT_SYMED_VALUE 101
+#define _APS_NEXT_RESOURCE_VALUE 105
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1011
+#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
diff --git a/TemplateProject/TemplateProject.cpp b/TemplateProject/TemplateProject.cpp
@@ -1,21 +1,23 @@
+// clang-format off
+// Need to import these two in this order.
#include "TemplateProject.h"
#include "IPlug_include_in_plug_src.h"
+// clang-format on
#if IPLUG_EDITOR
#include "IControls.h"
#endif
-TemplateProject::TemplateProject(const InstanceInfo& info)
-: Plugin(info, MakeConfig(kNumParams, kNumPresets))
-{
+TemplateProject::TemplateProject(const InstanceInfo &info)
+ : Plugin(info, MakeConfig(kNumParams, kNumPresets)) {
GetParam(kParamGain)->InitDouble("Gain", 0., 0., 100.0, 0.01, "%");
#if IPLUG_EDITOR // http://bit.ly/2S64BDd
mMakeGraphicsFunc = [&]() {
return MakeGraphics(*this, PLUG_WIDTH, PLUG_HEIGHT, PLUG_FPS);
};
-
- mLayoutFunc = [&](IGraphics* pGraphics) {
+
+ mLayoutFunc = [&](IGraphics *pGraphics) {
const IRECT bounds = pGraphics->GetBounds();
const IRECT innerBounds = bounds.GetPadded(-10.f);
const IRECT sliderBounds = innerBounds.GetFromLeft(150).GetMidVPadded(100);
@@ -24,9 +26,12 @@ TemplateProject::TemplateProject(const InstanceInfo& info)
if (pGraphics->NControls()) {
pGraphics->GetBackgroundControl()->SetTargetAndDrawRECTs(bounds);
- pGraphics->GetControlWithTag(kCtrlTagSlider)->SetTargetAndDrawRECTs(sliderBounds);
- pGraphics->GetControlWithTag(kCtrlTagTitle)->SetTargetAndDrawRECTs(titleBounds);
- pGraphics->GetControlWithTag(kCtrlTagVersionNumber)->SetTargetAndDrawRECTs(versionBounds);
+ pGraphics->GetControlWithTag(kCtrlTagSlider)
+ ->SetTargetAndDrawRECTs(sliderBounds);
+ pGraphics->GetControlWithTag(kCtrlTagTitle)
+ ->SetTargetAndDrawRECTs(titleBounds);
+ pGraphics->GetControlWithTag(kCtrlTagVersionNumber)
+ ->SetTargetAndDrawRECTs(versionBounds);
return;
}
@@ -34,29 +39,34 @@ TemplateProject::TemplateProject(const InstanceInfo& info)
pGraphics->AttachCornerResizer(EUIResizerMode::Size, true);
pGraphics->LoadFont("Roboto-Regular", ROBOTO_FN);
pGraphics->AttachPanelBackground(COLOR_LIGHT_GRAY);
- pGraphics->AttachControl(new IVSliderControl(sliderBounds, kParamGain), kCtrlTagSlider);
- pGraphics->AttachControl(new ITextControl(titleBounds, "TemplateProject", IText(30)), kCtrlTagTitle);
+ pGraphics->AttachControl(new IVSliderControl(sliderBounds, kParamGain),
+ kCtrlTagSlider);
+ pGraphics->AttachControl(
+ new ITextControl(titleBounds, "TemplateProject", IText(30)),
+ kCtrlTagTitle);
WDL_String buildInfoStr;
GetBuildInfoStr(buildInfoStr, __DATE__, __TIME__);
- pGraphics->AttachControl(new ITextControl(versionBounds, buildInfoStr.Get(), DEFAULT_TEXT.WithAlign(EAlign::Far)), kCtrlTagVersionNumber);
+ pGraphics->AttachControl(
+ new ITextControl(versionBounds, buildInfoStr.Get(),
+ DEFAULT_TEXT.WithAlign(EAlign::Far)),
+ kCtrlTagVersionNumber);
};
#endif
}
#if IPLUG_EDITOR
-void TemplateProject::OnParentWindowResize(int width, int height)
-{
- if(GetUI())
+void TemplateProject::OnParentWindowResize(int width, int height) {
+ if (GetUI())
GetUI()->Resize(width, height, 1.f, false);
}
#endif
#if IPLUG_DSP
-void TemplateProject::ProcessBlock(sample** inputs, sample** outputs, int nFrames)
-{
+void TemplateProject::ProcessBlock(sample **inputs, sample **outputs,
+ int nFrames) {
const int nChans = NOutChansConnected();
const double gain = GetParam(kParamGain)->Value() / 100.;
-
+
for (int s = 0; s < nFrames; s++) {
for (int c = 0; c < nChans; c++) {
outputs[c][s] = inputs[c][s] * gain;
diff --git a/TemplateProject/TemplateProject.h b/TemplateProject/TemplateProject.h
@@ -4,33 +4,26 @@
const int kNumPresets = 1;
-enum EParams
-{
- kParamGain = 0,
- kNumParams
-};
+enum EParams { kParamGain = 0, kNumParams };
-enum ECtrlTags
-{
- kCtrlTagVersionNumber = 0,
- kCtrlTagSlider,
- kCtrlTagTitle
-};
+enum ECtrlTags { kCtrlTagVersionNumber = 0, kCtrlTagSlider, kCtrlTagTitle };
using namespace iplug;
using namespace igraphics;
-class TemplateProject final : public Plugin
-{
+class TemplateProject final : public Plugin {
public:
- TemplateProject(const InstanceInfo& info);
+ TemplateProject(const InstanceInfo &info);
#if IPLUG_EDITOR
void OnParentWindowResize(int width, int height) override;
- bool OnHostRequestingSupportedViewConfiguration(int width, int height) override { return true; }
+ bool OnHostRequestingSupportedViewConfiguration(int width,
+ int height) override {
+ return true;
+ }
#endif
-
+
#if IPLUG_DSP // http://bit.ly/2S64BDd
- void ProcessBlock(sample** inputs, sample** outputs, int nFrames) override;
+ void ProcessBlock(sample **inputs, sample **outputs, int nFrames) override;
#endif
};
diff --git a/TemplateProject/resources/TemplateProjectAU.h b/TemplateProject/resources/TemplateProjectAU.h
@@ -8,8 +8,8 @@
#define IPLUG_AUVIEWCONTROLLER IPlugAUViewController_vTemplateProject
#define IPLUG_AUAUDIOUNIT IPlugAUAudioUnit_vTemplateProject
-#import <TemplateProjectAU/IPlugAUViewController.h>
#import <TemplateProjectAU/IPlugAUAudioUnit.h>
+#import <TemplateProjectAU/IPlugAUViewController.h>
//! Project version number for TemplateProjectAU.
FOUNDATION_EXPORT double TemplateProjectAUVersionNumber;
diff --git a/TemplateProject/resources/resource.h b/TemplateProject/resources/resource.h
@@ -2,43 +2,43 @@
// Microsoft Visual C++ generated include file.
// Used by main.rc
-#define IDR_ACCELERATOR1 40000
-#define IDD_DIALOG_MAIN 40001
-#define IDD_DIALOG_PREF 40002
-#define IDI_ICON1 40003
-#define IDR_MENU1 40004
-#define ID_ABOUT 40005
-#define ID_PREFERENCES 40006
-#define ID_QUIT 40007
-#define ID_HELP 40008
-#define IDC_COMBO_AUDIO_DRIVER 40009
-#define IDC_COMBO_AUDIO_IN_DEV 40010
-#define IDC_COMBO_AUDIO_OUT_DEV 40011
-#define IDC_COMBO_AUDIO_BUF_SIZE 40012
-#define IDC_COMBO_AUDIO_SR 40013
-#define IDC_COMBO_AUDIO_IN_L 40014
-#define IDC_COMBO_AUDIO_IN_R 40015
-#define IDC_COMBO_AUDIO_OUT_R 40016
-#define IDC_COMBO_AUDIO_OUT_L 40017
-#define IDC_COMBO_MIDI_IN_DEV 40018
-#define IDC_COMBO_MIDI_OUT_DEV 40019
-#define IDC_COMBO_MIDI_IN_CHAN 40020
-#define IDC_COMBO_MIDI_OUT_CHAN 40021
-#define IDC_BUTTON_OS_DEV_SETTINGS 40022
-#define IDC_CB_MONO_INPUT 40023
-#define IDAPPLY 40024
-#define ID_LIVE_EDIT 40025
-#define ID_SHOW_DRAWN 40026
-#define ID_SHOW_FPS 40027
-#define ID_SHOW_BOUNDS 40028
+#define IDR_ACCELERATOR1 40000
+#define IDD_DIALOG_MAIN 40001
+#define IDD_DIALOG_PREF 40002
+#define IDI_ICON1 40003
+#define IDR_MENU1 40004
+#define ID_ABOUT 40005
+#define ID_PREFERENCES 40006
+#define ID_QUIT 40007
+#define ID_HELP 40008
+#define IDC_COMBO_AUDIO_DRIVER 40009
+#define IDC_COMBO_AUDIO_IN_DEV 40010
+#define IDC_COMBO_AUDIO_OUT_DEV 40011
+#define IDC_COMBO_AUDIO_BUF_SIZE 40012
+#define IDC_COMBO_AUDIO_SR 40013
+#define IDC_COMBO_AUDIO_IN_L 40014
+#define IDC_COMBO_AUDIO_IN_R 40015
+#define IDC_COMBO_AUDIO_OUT_R 40016
+#define IDC_COMBO_AUDIO_OUT_L 40017
+#define IDC_COMBO_MIDI_IN_DEV 40018
+#define IDC_COMBO_MIDI_OUT_DEV 40019
+#define IDC_COMBO_MIDI_IN_CHAN 40020
+#define IDC_COMBO_MIDI_OUT_CHAN 40021
+#define IDC_BUTTON_OS_DEV_SETTINGS 40022
+#define IDC_CB_MONO_INPUT 40023
+#define IDAPPLY 40024
+#define ID_LIVE_EDIT 40025
+#define ID_SHOW_DRAWN 40026
+#define ID_SHOW_FPS 40027
+#define ID_SHOW_BOUNDS 40028
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 105
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1011
-#define _APS_NEXT_SYMED_VALUE 101
+#define _APS_NEXT_RESOURCE_VALUE 105
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1011
+#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
diff --git a/format.bash b/format.bash
@@ -0,0 +1,15 @@
+#!/bin/bash
+# Apply project formatting (i.e. clang-format with LLVM style)
+#
+# Usage:
+# $ bash format.bash
+
+echo "Formatting..."
+
+git ls-files "*.h" "*.cpp" | xargs clang-format --style=llvm -i
+
+echo "Formatting complete!"
+echo "You can stage all of the files using:"
+echo ""
+echo ' git ls-files "*.h" "*.cpp" | xargs git add'
+echo ""
+\ No newline at end of file