core.hh (9983:2cce74fe359e) | core.hh (12980:127afc3ac506) |
---|---|
1/* 2 * Copyright (c) 2006 The Regents of The University of Michigan 3 * Copyright (c) 2013 Advanced Micro Devices, Inc. 4 * Copyright (c) 2013 Mark D. Hill and David A. Wood 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions are --- 58 unchanged lines hidden (view full) --- 67/** @} */ 68 69/** These variables the inverse of above. They're all < 1. 70 * @{ 71 */ 72extern double Hz; ///< Hz 73extern double kHz; ///< kHz 74extern double MHz; ///< MHz | 1/* 2 * Copyright (c) 2006 The Regents of The University of Michigan 3 * Copyright (c) 2013 Advanced Micro Devices, Inc. 4 * Copyright (c) 2013 Mark D. Hill and David A. Wood 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions are --- 58 unchanged lines hidden (view full) --- 67/** @} */ 68 69/** These variables the inverse of above. They're all < 1. 70 * @{ 71 */ 72extern double Hz; ///< Hz 73extern double kHz; ///< kHz 74extern double MHz; ///< MHz |
75extern double GHZ; ///< GHz | 75extern double GHz; ///< GHz |
76/** @}*/ 77} // namespace Float 78 79/** These variables equal the number of ticks in the unit of time they're 80 * named after in a 64 bit integer. 81 * 82 * @{ 83 */ --- 19 unchanged lines hidden --- | 76/** @}*/ 77} // namespace Float 78 79/** These variables equal the number of ticks in the unit of time they're 80 * named after in a 64 bit integer. 81 * 82 * @{ 83 */ --- 19 unchanged lines hidden --- |