OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxExponent
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsf3.c
25
const unsigned int aExponent = toRep(a) >> significandBits &
maxExponent
;
26
const unsigned int bExponent = toRep(b) >> significandBits &
maxExponent
;
34
if (aExponent-1U >=
maxExponent
-1U || bExponent-1U >=
maxExponent
-1U) {
145
if (writtenExponent >=
maxExponent
) {
divdf3.c
25
const unsigned int aExponent = toRep(a) >> significandBits &
maxExponent
;
26
const unsigned int bExponent = toRep(b) >> significandBits &
maxExponent
;
34
if (aExponent-1U >=
maxExponent
-1U || bExponent-1U >=
maxExponent
-1U) {
160
if (writtenExponent >=
maxExponent
) {
divtf3.c
25
const unsigned int aExponent = toRep(a) >> significandBits &
maxExponent
;
26
const unsigned int bExponent = toRep(b) >> significandBits &
maxExponent
;
34
if (aExponent-1U >=
maxExponent
-1U || bExponent-1U >=
maxExponent
-1U) {
180
if (writtenExponent >=
maxExponent
) {
fp_lib.h
218
#define
maxExponent
((1 << exponentBits) - 1)
219
#define exponentBias (
maxExponent
>> 1)
Completed in 13 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025