#include <stdint.h>
#include "platform.h"
#include "primitiveTypes.h"
Go to the source code of this file.
◆ softfloat_mul64To128M()
Definition at line 43 of file s_mul64To128M.c.
44{
47
50 b32 = b>>32;
51 b0 = b;
56 z64 += (
uint64_t) (mid < mid1)<<32 | mid>>32;
57 mid <<= 32;
58 z0 += mid;
61 z64 += (z0 < mid);
64
65}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
#define indexWord(total, n)
unsigned __int64 uint64_t