chromium/third_party/angle/src/common/Float16ToFloat32.cpp

//
// Copyright 2012 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//

// This file is automatically generated.

#include "common/mathutil.h"

namespace gl
{

const static unsigned g_mantissa[2048] =;

const static unsigned g_exponent[64] =;

const static unsigned g_offset[64] =;

float float16ToFloat32(unsigned short h)
{}
}  // namespace gl