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 D | generic_128.c | 51 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 D | bitmap_cap_alloc | 46 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 D | counting_cap_alloc | 114 * \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 D | db_info.c | 98 # 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 D | ChangeLog | 3405 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