OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundMask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/lib/libkern/
softfloat.c
654
int64 roundIncrement,
roundMask
, roundBits;
661
roundMask
= LIT64( 0x00000000000007FF );
665
roundMask
= LIT64( 0x000000FFFFFFFFFF );
676
roundIncrement =
roundMask
;
685
roundBits = zSig0 &
roundMask
;
699
roundBits = zSig0 &
roundMask
;
704
roundIncrement =
roundMask
+ 1;
706
roundMask
|= roundIncrement;
708
zSig0 &= ~
roundMask
;
718
roundIncrement =
roundMask
+ 1
[
all
...]
/src/lib/libc/softfloat/bits64/
softfloat.c
667
uint64 roundIncrement,
roundMask
, roundBits;
674
roundMask
= LIT64( 0x00000000000007FF );
678
roundMask
= LIT64( 0x000000FFFFFFFFFF );
689
roundIncrement =
roundMask
;
698
roundBits = zSig0 &
roundMask
;
712
roundBits = zSig0 &
roundMask
;
717
roundIncrement =
roundMask
+ 1;
719
roundMask
|= roundIncrement;
721
zSig0 &= ~
roundMask
;
731
roundIncrement =
roundMask
+ 1
[
all
...]
Completed in 14 milliseconds
Indexes created Tue Sep 23 20:09:58 GMT 2025