OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shift64RightJamming
(Results
1 - 2
of
2
) sorted by null
/external/qemu/fpu/
softfloat.c
534
shift64RightJamming
( zSig, - zExp, &zSig );
716
shift64RightJamming
( zSig0, 1 - zExp, &zSig0 );
[
all
...]
softfloat-macros.h
84
INLINE void
shift64RightJamming
( uint64_t a, int16 count, uint64_t *zPtr )
Completed in 36 milliseconds