Searched refs:uint128 (Results 1 – 25 of 56) sorted by relevance
123
46 struct uint128 { uint64_t v0, v64; }; struct48 struct uint128_extra { uint64_t extra; struct uint128 v; };50 struct uint128 { uint64_t v64, v0; }; argument52 struct uint128_extra { struct uint128 v; uint64_t extra; };
245 struct uint128254 struct uint128266 struct uint128275 struct uint128313 struct uint128326 struct uint128409 struct uint128462 struct uint128471 struct uint128497 struct uint128[all …]
48 struct uint128 softfloat_commonNaNToExtF80UI( const struct commonNaN *aPtr ) in softfloat_commonNaNToExtF80UI()50 struct uint128 uiZ; in softfloat_commonNaNToExtF80UI()
47 struct uint128 softfloat_commonNaNToF128UI( const struct commonNaN *aPtr ) in softfloat_commonNaNToF128UI()49 struct uint128 uiZ; in softfloat_commonNaNToF128UI()
170 struct uint128 softfloat_commonNaNToExtF80UI( const struct commonNaN *aPtr );181 struct uint128218 struct uint128 softfloat_commonNaNToF128UI( const struct commonNaN * );229 struct uint128
54 struct uint12863 struct uint128 uiZ; in softfloat_propagateNaNF128UI()
54 struct uint12865 struct uint128 uiZ; in softfloat_propagateNaNExtF80UI()
54 struct uint12864 struct uint128 uiZ; in softfloat_propagateNaNF128UI()
44 struct uint12847 struct uint128 z; in softfloat_shortShiftLeft128()
44 struct uint12847 struct uint128 z; in softfloat_shortShiftRight128()
44 struct uint12847 struct uint128 z; in softfloat_sub128()
44 struct uint12847 struct uint128 z; in softfloat_add128()
44 struct uint128 softfloat_mul64ByShifted32To128( uint64_t a, uint32_t b ) in softfloat_mul64ByShifted32To128()47 struct uint128 z; in softfloat_mul64ByShifted32To128()
44 struct uint12849 struct uint128 z; in softfloat_shortShiftRightJam128()
44 struct uint128 softfloat_mul128By32( uint64_t a64, uint64_t a0, uint32_t b ) in softfloat_mul128By32()46 struct uint128 z; in softfloat_mul128By32()
44 struct uint12848 struct uint128 z; in softfloat_shiftRightJam128()
44 struct uint128 softfloat_mul64To128( uint64_t a, uint64_t b ) in softfloat_mul64To128()47 struct uint128 z; in softfloat_mul64To128()
53 struct uint128 uiZ; in extF80_to_f128()55 struct uint128 sig128; in extF80_to_f128()
51 struct uint128 sigA; in f128_mul()56 struct uint128 sigB; in f128_mul()63 struct uint128 sigZ; in f128_mul()65 struct uint128 uiZ; in f128_mul()
51 struct uint128 sigA; in f128_rem()56 struct uint128 sigB; in f128_rem()58 struct uint128 rem; in f128_rem()62 struct uint128 term, altRem, meanRem; in f128_rem()64 struct uint128 uiZ; in f128_rem()
53 struct uint128 uiZ; in f64_to_f128()55 struct uint128 sig128; in f64_to_f128()
Completed in 123 milliseconds