Home
last modified time | relevance | path

Searched refs:bias (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Dgeneric_128.c51 const uint32_t bias = (1u << (exponentBits - 1)) - 1; in generic_binary_to_decimal() local
74 e2 = 1 - bias - mantissaBits + 1 - 2; in generic_binary_to_decimal()
76 e2 = ieeeExponent - bias - mantissaBits + 1 - 2; in generic_binary_to_decimal()
81 e2 = 1 - bias - mantissaBits - 2; in generic_binary_to_decimal()
84 e2 = ieeeExponent - bias - mantissaBits - 2; in generic_binary_to_decimal()
/l4re-core-master/l4re/util/include/
A Dbitmap_cap_alloc46 Cap_alloc_base(long max, void *mem, long bias = 0)
47 noexcept : _bias(bias), _items(max, mem) {}
116 explicit Cap_alloc(long bias = 0) noexcept
117 : Cap_alloc_base(Size, _bits, bias) {}
A Dcounting_cap_alloc114 * \param bias First capability id to use by this allocator.
116 * The allocator will manage the capability slots between `bias`
117 * and `bias` + `capacity` - 1 (inclusive). It is the
121 void setup(void *m, long capacity, long bias) noexcept
125 _bias = bias;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Ddb_info.c98 # define REGISTER(bits, size, regofs, bias) \ argument
99 DB_DEFINE_DESC (_thread_db_register##bits, size, (uint32_t)(bias), (regofs));
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog3405 stack bias to mc_ftp field.
4252 * sysdeps/sh/tls.h (DB_THREAD_SELF): Set the correct bias
6825 Apply sizeof (struct pthread) bias to r13 value.

Completed in 17 milliseconds