summaryrefslogtreecommitdiff
path: root/source/components/utilities/utmath.c
Commit message (Expand)AuthorAgeFilesLines
* Update all copyrights/signons to 2023Robert Moore2023-02-071-1/+1
* Update copyright notices to the year 2022Robert Moore2022-02-171-1/+1
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* Utilities: Cleanup style issue for bit clearingLv Zheng2017-09-281-2/+2
* CLib: Add short multiply/shift supportLv Zheng2017-07-131-10/+251
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Core: Major update for code formatting, no functional changesRobert Moore2015-10-091-16/+17
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-446/+446
* source and test: update copyright notices to 2015David E. Box2015-01-231-446/+446
* Remove extraneous #defines, no functional change.Robert Moore2014-10-091-2/+0
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* Remove extra spaces after periods within comments.Robert Moore2012-09-261-1/+1
* ACPICA core: Cleanup empty lines at file start and end.Robert Moore2012-09-211-2/+0
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* Update math module; no functional change.Robert Moore2010-09-081-4/+24
* Remove obsolete ACPI_INTEGER (acpi_integer) type.Robert Moore2010-01-191-14/+14
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Restructure includes into public/private.Robert Moore2008-10-221-0/+1
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Fixed a problem with FromBCD and ToBCD with some compilers.rmoore12007-11-091-2/+2
* Update copyright to 2007.rmoore12007-01-091-2/+2
* Update ACPI_FUNCTION_* macros, no longer require quotes. Allows source conver...rmoore12006-04-191-5/+5
* Deploy ACPI_[ERROR, EXCEPTION, WARNING, INFO]rmoore12006-01-231-5/+5
* Convert DB_ERROR/WARNs to REPORT_ERROR/WARNINGsrmoore12006-01-111-5/+5
* Add 2006 copyrightrmoore12006-01-091-2/+2
* Header updates, cleanupaystarik2005-07-101-2/+4
* Divide interface changesaystarik2005-06-291-35/+36
* Cleanup - extraneous spaces and tab removalaystarik2005-06-291-13/+13
* add missing ;aystarik2005-06-291-2/+2
* Opcode class/type cleanup. Restructuring of math and logic AMLaystarik2005-06-291-1/+5
* fix broken ShortDivideaystarik2005-06-291-1/+2
* Fix for double-precision multiplyaystarik2005-06-291-119/+94
* removed debug codeaystarik2005-06-291-9/+3
* Added internal divide functions for 64-bit integer divide/moduloaystarik2005-06-291-1132/+6
* Math utilitiesaystarik2005-06-291-70/+1222