Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
s_shortShiftRightJam64.c File Reference
#include <stdint.h>
#include "platform.h"
Include dependency graph for s_shortShiftRightJam64.c:

Go to the source code of this file.

Functions

uint64_t softfloat_shortShiftRightJam64 (uint64_t a, uint_fast8_t dist)
 

Function Documentation

◆ softfloat_shortShiftRightJam64()

uint64_t softfloat_shortShiftRightJam64 ( uint64_t a,
uint_fast8_t dist )

Definition at line 42 of file s_shortShiftRightJam64.c.

43{
44
45 return a>>dist | ((a & (((uint_fast64_t) 1<<dist) - 1)) != 0);
46
47}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181
uint64_t uint_fast64_t
Definition stdint.h:157
Here is the caller graph for this function: