Home
last modified time | relevance | path

Searched defs:posit (Results 1 – 25 of 116) sorted by relevance

12345

/dports/math/universal/universal-3.48/include/universal/number/posit/specialized/
H A Dposit_4_0.hpp108 class posit<NBITS_IS_4, ES_IS_0> { class
123 posit() { _bits = 0; } in posit() function in sw::universal::posit
130 constexpr posit(const SpecificValue code) : _bits(0) { in posit() function in sw::universal::posit
159 explicit posit(short initial_value) { *this = (long long)initial_value; } in posit() function in sw::universal::posit
160 explicit posit(int initial_value) { *this = (long long)initial_value; } in posit() function in sw::universal::posit
161 explicit posit(long int initial_value) { *this = (long long)initial_value; } in posit() function in sw::universal::posit
162 posit(long long initial_value) { *this = (long long)initial_value; } in posit() function in sw::universal::posit
163 explicit posit(char initial_value) { *this = (long long)initial_value; } in posit() function in sw::universal::posit
168 explicit posit(float initial_value) { *this = initial_value; } in posit() function in sw::universal::posit
169 explicit posit(double initial_value) { *this = initial_value; } in posit() function in sw::universal::posit
[all …]
H A Dposit_8_0.hpp30 class posit<NBITS_IS_8, ES_IS_0> { class
41 constexpr posit() : _bits(0) {} in posit() function in sw::universal::posit
48 constexpr posit(const SpecificValue code) : _bits(0) { in posit() function in sw::universal::posit
77 constexpr explicit posit(signed char initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
78 constexpr explicit posit(short initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
79 constexpr explicit posit(int initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
80 constexpr explicit posit(long initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
81 constexpr explicit posit(long long initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
87 explicit posit(float initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
88 posit(double initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
[all …]
H A Dposit_16_1.hpp28 class posit<NBITS_IS_16, ES_IS_1> { class
39 constexpr posit() : _bits(0) {} in posit() function in sw::universal::posit
46 constexpr posit(const SpecificValue code) : _bits(0) { in posit() function in sw::universal::posit
75 explicit constexpr posit(signed char initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
76 explicit constexpr posit(short initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
77 explicit constexpr posit(int initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
78 explicit constexpr posit(long initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
79 explicit constexpr posit(long long initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
80 explicit constexpr posit(char initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
81 explicit constexpr posit(unsigned short initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
[all …]
H A Dposit_2_0.hpp70 class posit<NBITS_IS_2, ES_IS_0> { class
85 posit() { _bits = 0; } in posit() function in sw::universal::posit
92 constexpr posit(const SpecificValue code) : _bits(0) { in posit() function in sw::universal::posit
120 posit(int initial_value) { *this = (long long)initial_value; } in posit() function in sw::universal::posit
121 posit(long int initial_value) { *this = (long long)initial_value; } in posit() function in sw::universal::posit
122 posit(long long initial_value) { *this = initial_value; } in posit() function in sw::universal::posit
123 posit(float initial_value) { in posit() function in sw::universal::posit
126 posit(double initial_value) { in posit() function in sw::universal::posit
129 posit(long double initial_value) { in posit() function in sw::universal::posit
H A Dposit_32_2.hpp28 class posit<NBITS_IS_32, ES_IS_2> { class
39 constexpr posit() : _bits(0) {} in posit() function in sw::universal::posit
46 constexpr posit(const SpecificValue code) : _bits(0) { in posit() function in sw::universal::posit
75 explicit constexpr posit(signed char initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
76 explicit constexpr posit(short initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
77 explicit constexpr posit(int initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
78 explicit constexpr posit(long initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
79 explicit posit(long long initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
80 explicit constexpr posit(char initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
85 explicit posit(float initial_value) : _bits(0) { *this = initial_value; } in posit() function in sw::universal::posit
[all …]
H A Dposit_3_0.hpp97 class posit<NBITS_IS_3, ES_IS_0> { class
112 posit() { _bits = 0; } in posit() function in sw::universal::posit
119 constexpr posit(const SpecificValue code) : _bits(0) { in posit() function in sw::universal::posit
147 posit(int initial_value) { *this = (long long)initial_value; } in posit() function in sw::universal::posit
148 posit(long int initial_value) { *this = (long long)initial_value; } in posit() function in sw::universal::posit
149 posit(long long initial_value) { *this = initial_value; } in posit() function in sw::universal::posit
150 posit(float initial_value) { in posit() function in sw::universal::posit
153 posit(double initial_value) { in posit() function in sw::universal::posit
156 posit(long double initial_value) { in posit() function in sw::universal::posit
/dports/math/universal/universal-3.48/tests/numerical/utils/
H A Dlookup_arithmetic.cpp129 class posit { class
131 posit() { bits = 0; } in posit() function in sw::spec::posit
137 posit(int initial_value) { bits = initial_value & 0xff; } in posit() function in sw::spec::posit
183 class posit<5,0> { class
185 posit() { _bits = 0; } in posit() function in sw::spec::posit
191 posit(int initial_value) { _bits = uint8_t(initial_value & 0xff); } in posit() function in sw::spec::posit
/dports/math/universal/universal-3.48/applications/math/
H A Dpascals_triangle.cpp80 using posit = sw::universal::posit<32, 2>; in main() typedef
90 using posit = sw::universal::posit<32, 2>; in main() typedef
/dports/devel/z88dk/z88dk/libsrc/target/osca/fcntl/flosmulti/
H A Dlseek.c21 long posit; in lseek() local
/dports/cad/opencascade/opencascade-7.6.0/src/IntRes2d/
H A DIntRes2d_Transition.hxx118 IntRes2d_Position posit; member in IntRes2d_Transition
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntRes2d_Transition.hxx118 IntRes2d_Position posit; member in IntRes2d_Transition
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntRes2d_Transition.hxx119 IntRes2d_Position posit; member in IntRes2d_Transition
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/prosplign/
H A DInfo.hpp53 int posit, efflen; member in CNPiece
/dports/audio/py-zita-jacktools/zita-jacktools-1.5.3/examples/JackSignal/
H A Dfreqresp1.py58 # Generate data.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/BPF/BTF/
H A Dstatic-var-inited-sec.ll48 ; CHECK-NEXT: .long 52 # BTF_KIND_INT(id = 5)
/dports/games/pmars/pmars-0.9.2/src/
H A Dpos.c50 posit() in posit() function
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dpos.c50 posit() in posit() function
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/cfroute/src/
H A Dbuffer.cpp58 char *posit,*posnow; in ReadUpTo() local
/dports/news/husky/husky-1.9.20191207/cfroute/src/
H A Dbuffer.cpp58 char *posit,*posnow; in ReadUpTo() local
/dports/news/husky-hpt/husky-hpt-1.9.20191207/cfroute/src/
H A Dbuffer.cpp58 char *posit,*posnow; in ReadUpTo() local
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/cfroute/src/
H A Dbuffer.cpp58 char *posit,*posnow; in ReadUpTo() local
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/cfroute/src/
H A Dbuffer.cpp58 char *posit,*posnow; in ReadUpTo() local
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/cfroute/src/
H A Dbuffer.cpp58 char *posit,*posnow; in ReadUpTo() local
/dports/news/husky-htick/husky-htick-1.9.20191207/cfroute/src/
H A Dbuffer.cpp58 char *posit,*posnow; in ReadUpTo() local
/dports/news/husky-areafix/husky-areafix-1.9.20191207/cfroute/src/
H A Dbuffer.cpp58 char *posit,*posnow; in ReadUpTo() local

12345