Home
last modified time | relevance | path

Searched refs:posit64_t (Results 1 – 7 of 7) sorted by relevance

/dports/math/universal/universal-3.48/include/universal/number/posit/
H A Dpositctypes.h31 } posit64_t; // posit<64,3> typedef
54 typedef posit64_t posit64_0_t;
55 typedef posit64_t posit64_1_t;
56 typedef posit64_t posit64_2_t;
57 typedef posit64_t posit64_3_t;
202 static const posit64_t NAR64 = {{
220 static const posit64_t ZERO64 = {{ 0 }};
H A Dposit_c_api.h58 static inline posit64_t posit64_reinterpret(uint64_t n) { posit64_t x; x.v = n; return x; } in posit64_reinterpret()
90 static inline uint64_t posit64_bits(posit64_t p) { return p.v; } in posit64_bits()
136 posit64_t: POSIT_GLUE4(posit,nbits,_from,p64), \
162 posit64_t: POSIT_GLUE5(posit,nbits,_,op,p64), \
180 posit64_t: POSIT_GLUE5(posit,nbits,_,p64,op), \
190 posit64_t: POSIT_OP2(64, op, (x)), \
198 posit64_t: POSIT_OP2X(64, op, (p)), \
214 posit64_t: POSIT_GLUE(posit64_,op), \
237 posit64_t: posit64_bits \
H A Dposit_c_macros.h136 POSIT_T POSIT_MKNAME(fromp64)(posit64_t p) POSIT_IMPL({ return POSIT_API::fromp<capi64>(p); })
137 POSIT_OPS(p64, posit64_t)
/dports/math/universal/universal-3.48/c_api/shim/test/posit/
H A Dposit64.c12 posit64_t pa, pb, pc; in main()
56 posit64_t pref = posit64_fromd(dref); in main()
92 posit64_t pref = posit64_fromd(dref); in main()
128 posit64_t pref = posit64_fromd(dref); in main()
167 posit64_t pref = posit64_fromd(dref); in main()
/dports/math/universal/universal-3.48/tests/conversions/
H A Dposit_integer.cpp120 using posit64_t = sw::universal::posit<64,3>; in main() typedef
130 posit64_t p64; in main()
/dports/math/universal/universal-3.48/c_api/shim/posit/
H A Dposit_c_api.cpp268 typedef capi<64,3,posit64_t,posit64x2_t,convert_bytes<64,3,posit64_t>> capi64;
/dports/math/universal/universal-3.48/c_api/
H A DREADME.md16 * `posit64_t` - a 64 bit posit with 3 exponent bits
88 posit64_t posit64_reinterpret(uint64_t n);