#include <stdint.h>
#include "platform.h"
#include "primitiveTypes.h"
Go to the source code of this file.
◆ softfloat_mul64To128()
Definition at line 43 of file s_mul64To128.c.
44{
46 struct uint128 z;
48
51 b32 = b>>32;
52 b0 = b;
58 mid <<= 32;
59 z.v0 += mid;
60 z.v64 += (z.v0 < mid);
61 return z;
62
63}
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
unsigned __int64 uint64_t