Searched refs:under (Results 1 - 21 of 21) sorted by relevance

/gem5/ext/nomali/lib/
H A DRules.mk5 # Licensed under the Apache License, Version 2.0 (the "License");
12 # distributed under the License is distributed on an "AS IS" BASIS,
15 # limitations under the License.
/gem5/ext/nomali/tests/
H A DRules.mk5 # Licensed under the Apache License, Version 2.0 (the "License");
12 # distributed under the License is distributed on an "AS IS" BASIS,
15 # limitations under the License.
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_signed_bitref.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_unsigned_bitref.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_signed_subref.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_unsigned_subref.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_nbcommon.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
/gem5/src/systemc/dt/int/
H A Dsc_nbfriends.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_signed_bitref.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_unsigned_bitref.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_nbcommon.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_signed_subref.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
H A Dsc_unsigned_subref.inc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
490 bool under = ( val < low ); local
493 o_flag = ( under || over );
520 if( under )
533 if( under )
543 if( under )
597 if( under )
[all...]
H A Dscfx_rep.h3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
652 sc_enc enc, bool under )
664 if( under )
671 if( under )
679 if( under )
H A Dscfx_rep.cpp3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
2062 bool under = false;
2072 under = ( ! zero_left || bit_at );
2074 under = (! zero_left || (zero_left && bit_at && ! zero_right));
2082 under = ( ! is_zero() );
2087 o_flag = ( under || over );
2120 o_set( x, x3, enc, under );
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
448 bool under = (val < low); local
451 o_flag = (under || over);
473 if (under) {
483 if (under)
493 if (under)
542 if (under)
[all...]
H A Dscfx_rep.cc3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
1879 bool under = false;
1887 under = (!zero_left || bit_at);
1889 under = (!zero_left || (zero_left && bit_at && ! zero_right));
1895 under = (!is_zero());
1900 o_flag = (under || over);
1927 o_set(x, x3, enc, under);
[all...]
/gem5/util/stats/
H A Dinfo.py480 under, vec, over, min, max, bsize, size):
486 self.under = under
509 p.value = self.under
546 self.under -= under
563 self.under += other.under
576 self.under /= other
647 reduce(sums, [d.under fo
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
6 Accellera licenses this file to you under the Apache License, Version 2.0
13 distributed under the License is distributed on an "AS IS" BASIS,
16 permissions and limitations under the License.
558 bool under)
569 if (under)
575 if (under)
582 if (under)
557 o_set(const scfx_index &x, const scfx_index &x3, sc_enc enc, bool under) argument

Completed in 43 milliseconds