gem5  v20.1.0.0
_using.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2018 Google, Inc.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions are
6  * met: redistributions of source code must retain the above copyright
7  * notice, this list of conditions and the following disclaimer;
8  * redistributions in binary form must reproduce the above copyright
9  * notice, this list of conditions and the following disclaimer in the
10  * documentation and/or other materials provided with the distribution;
11  * neither the name of the copyright holders nor the names of its
12  * contributors may be used to endorse or promote products derived from
13  * this software without specific prior written permission.
14  *
15  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26  */
27 
28 #ifndef __SYSTEMC_EXT_DT_FX__USING_HH__
29 #define __SYSTEMC_EXT_DT_FX__USING_HH__
30 
31 #include "_fx.hh"
32 
33 using sc_dt::sc_fxnum;
36 using sc_dt::sc_fix;
37 using sc_dt::sc_fix_fast;
38 using sc_dt::sc_ufix;
40 using sc_dt::sc_fixed;
42 using sc_dt::sc_ufixed;
44 using sc_dt::sc_fxval;
50 using sc_dt::sc_q_mode;
51 using sc_dt::SC_RND;
52 using sc_dt::SC_RND_ZERO;
54 using sc_dt::SC_RND_INF;
55 using sc_dt::SC_RND_CONV;
56 using sc_dt::SC_TRN;
57 using sc_dt::SC_TRN_ZERO;
58 using sc_dt::sc_o_mode;
59 using sc_dt::SC_SAT;
60 using sc_dt::SC_SAT_ZERO;
61 using sc_dt::SC_SAT_SYM;
62 using sc_dt::SC_WRAP;
63 using sc_dt::SC_WRAP_SM;
64 using sc_dt::sc_switch;
65 using sc_dt::SC_OFF;
66 using sc_dt::SC_ON;
67 using sc_dt::sc_fmt;
68 using sc_dt::SC_F;
69 using sc_dt::SC_E;
71 using sc_dt::SC_NOW;
72 using sc_dt::SC_LATER;
73 
85 
86 #endif //__SYSTEMC_EXT_DT_FX__USING_HH__
sc_core::SC_ID_INVALID_N_BITS_
const char SC_ID_INVALID_N_BITS_[]
Definition: messages.cc:35
sc_dt::SC_F
@ SC_F
Definition: sc_fxdefs.hh:166
sc_dt::sc_ufix_fast
Definition: sc_ufix.hh:269
sc_dt::sc_fxnum_bitref
Definition: sc_fxnum.hh:97
sc_ufixed
#define sc_ufixed
Definition: fx_precision_double.h:67
sc_dt::sc_fxnum_fast
Definition: sc_fxnum.hh:844
sc_dt::sc_o_mode
sc_o_mode
Definition: sc_fxdefs.hh:117
sc_fix
#define sc_fix
Definition: fx_precision_double.h:63
sc_dt::SC_OFF
@ SC_OFF
Definition: sc_fxdefs.hh:145
sc_dt::SC_SAT_ZERO
@ SC_SAT_ZERO
Definition: sc_fxdefs.hh:120
sc_dt::SC_RND_INF
@ SC_RND_INF
Definition: sc_fxdefs.hh:96
_fx.hh
sc_dt::sc_fix_fast
Definition: sc_fix.hh:269
sc_dt::SC_ON
@ SC_ON
Definition: sc_fxdefs.hh:146
sc_core::SC_ID_OUT_OF_RANGE_
const char SC_ID_OUT_OF_RANGE_[]
Definition: messages.cc:42
sc_dt::SC_RND_CONV
@ SC_RND_CONV
Definition: sc_fxdefs.hh:97
sc_dt::sc_fxtype_params
Definition: sc_fxtype_params.hh:101
sc_dt::SC_E
@ SC_E
Definition: sc_fxdefs.hh:167
sc_dt::sc_fmt
sc_fmt
Definition: sc_fxdefs.hh:164
sc_core::SC_ID_INVALID_FX_VALUE_
const char SC_ID_INVALID_FX_VALUE_[]
Definition: messages.cc:40
sc_dt::sc_q_mode
sc_q_mode
Definition: sc_fxdefs.hh:91
sc_dt::SC_SAT
@ SC_SAT
Definition: sc_fxdefs.hh:119
sc_dt::sc_context_begin
sc_context_begin
Definition: sc_context.hh:149
sc_dt::sc_fxnum
Definition: sc_fxnum.hh:483
sc_dt::SC_RND_ZERO
@ SC_RND_ZERO
Definition: sc_fxdefs.hh:94
sc_dt::SC_TRN
@ SC_TRN
Definition: sc_fxdefs.hh:98
sc_dt::SC_LATER
@ SC_LATER
Definition: sc_context.hh:152
sc_ufix
#define sc_ufix
Definition: fx_precision_double.h:66
sc_core::SC_ID_INVALID_MAX_WL_
const char SC_ID_INVALID_MAX_WL_[]
Definition: messages.cc:38
sc_dt::SC_WRAP
@ SC_WRAP
Definition: sc_fxdefs.hh:122
sc_dt::sc_fxcast_switch
Definition: sc_fxcast_switch.hh:102
sc_core::SC_ID_INVALID_DIV_WL_
const char SC_ID_INVALID_DIV_WL_[]
Definition: messages.cc:36
sc_dt::SC_SAT_SYM
@ SC_SAT_SYM
Definition: sc_fxdefs.hh:121
sc_dt::sc_ufixed_fast
Definition: sc_ufixed.hh:93
sc_core::SC_ID_INVALID_WL_
const char SC_ID_INVALID_WL_[]
Definition: messages.cc:34
sc_dt::SC_RND_MIN_INF
@ SC_RND_MIN_INF
Definition: sc_fxdefs.hh:95
sc_fxval
#define sc_fxval
Definition: fx_precision_double.h:65
sc_dt::sc_fxval_fast
Definition: sc_fxval.hh:376
sc_dt::SC_NOW
@ SC_NOW
Definition: sc_context.hh:151
sc_dt::sc_switch
sc_switch
Definition: sc_fxdefs.hh:143
sc_core::SC_ID_INVALID_CTE_WL_
const char SC_ID_INVALID_CTE_WL_[]
Definition: messages.cc:37
sc_core::SC_ID_CONTEXT_END_FAILED_
const char SC_ID_CONTEXT_END_FAILED_[]
Definition: messages.cc:44
sc_fixed
#define sc_fixed
Definition: fx_precision_double.h:64
sc_core::SC_ID_WRAP_SM_NOT_DEFINED_
const char SC_ID_WRAP_SM_NOT_DEFINED_[]
Definition: messages.cc:45
sc_dt::SC_WRAP_SM
@ SC_WRAP_SM
Definition: sc_fxdefs.hh:123
sc_dt::SC_RND
@ SC_RND
Definition: sc_fxdefs.hh:93
sc_dt::sc_fxcast_context
sc_context< sc_fxcast_switch > sc_fxcast_context
Definition: sc_fxcast_switch.hh:109
sc_dt::sc_fxtype_context
sc_context< sc_fxtype_params > sc_fxtype_context
Definition: sc_fxtype_params.hh:131
sc_core::SC_ID_CONTEXT_BEGIN_FAILED_
const char SC_ID_CONTEXT_BEGIN_FAILED_[]
Definition: messages.cc:43
sc_core::SC_ID_INVALID_O_MODE_
const char SC_ID_INVALID_O_MODE_[]
Definition: messages.cc:41
sc_dt::sc_fixed_fast
Definition: sc_fixed.hh:93
sc_dt::SC_TRN_ZERO
@ SC_TRN_ZERO
Definition: sc_fxdefs.hh:99

Generated on Wed Sep 30 2020 14:02:15 for gem5 by doxygen 1.8.17