add license and other comments to existing files

This commit is contained in:
Erik
2018-07-14 02:26:19 -04:00
parent ed51aa3a97
commit 6548a83edf
9 changed files with 206 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
/* origin: FreeBSD /usr/src/lib/msun/src/e_log10f.c */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, and distribute this
* software is freely granted, provided that this notice
* is preserved.
* ====================================================
*/
/*
* See comments in log10.c.
*/
use core::f32;
const IVLN10HI: f32 = 4.3432617188e-01; /* 0x3ede6000 */