StackOverflow Questions for Tag: extended-precision

Is there a 256-bit integer type in C?

Score: 15

Views: 30169

Answers: 2

Read More
Damon
Damon

Reputation: 70206

long double (GCC specific) and __float128

Score: 44

Views: 43951

Answers: 4

Read More
xinle shan
xinle shan

Reputation: 27

Delphi IEEE754 (80) binary to Java Bigdecimal

Score: 2

Views: 91

Answers: 2

Read More
Cameron
Cameron

Reputation: 25

Migrating Delphi Win32 Extended data type in a Win64 application/environment

Score: 1

Views: 302

Answers: 2

Read More
Sebastian
Sebastian

Reputation: 33

Is it possible to perform 128-bit / 64-bit division without branching, in terms of 64-bit division?

Score: 2

Views: 949

Answers: 2

Read More
MvG
MvG

Reputation: 61027

C++ handling of excess precision

Score: 15

Views: 2998

Answers: 2

Read More
Yichao Zhou
Yichao Zhou

Reputation: 465

Does gcc support 128-bit int on amd64?

Score: 24

Views: 14883

Answers: 2

Read More
ssrvz
ssrvz

Reputation: 33

How can i add two numbers with 12 bytes each-one?

Score: 2

Views: 980

Answers: 2

Read More
Alexander Zhak
Alexander Zhak

Reputation: 9282

AArch64: compare 256-bit unsigned integers

Score: 1

Views: 448

Answers: 1

Read More
mahmood
mahmood

Reputation: 24795

Assembly multiplication of 16-bit x 32-bit => 48-bit

Score: 1

Views: 15963

Answers: 1

Read More
Peeter Joot
Peeter Joot

Reputation: 8260

What gcc versions support the __int128 intrinsic type?

Score: 16

Views: 6011

Answers: 2

Read More
theoo3
theoo3

Reputation: 1

896-bit integer? Or 16384-bit?

Score: 0

Views: 309

Answers: 0

Read More
honestann
honestann

Reputation: 1424

what is fastest x86-64 assembly-language divide algorithm for huge numbers?

Score: 17

Views: 4402

Answers: 5

Read More
gnovice
gnovice

Reputation: 125874

What are the applications/benefits of an 80-bit extended precision data type?

Score: 18

Views: 10861

Answers: 5

Read More
David Tonhofer
David Tonhofer

Reputation: 15338

What's the philosophy concerning the use of floating point values in Clojure?

Score: 0

Views: 477

Answers: 1

Read More
Vincent
Vincent

Reputation: 60481

Function that returns whether the floating-point type is fully compliant to IEEE-754?

Score: 3

Views: 349

Answers: 2

Read More
njuffa
njuffa

Reputation: 26205

Efficient computation of the average of three unsigned integers (without overflow)

Score: 24

Views: 1441

Answers: 7

Read More
Kawarazu
Kawarazu

Reputation: 131

How can I multiply two 64-bit numbers using x86 assembly language?

Score: 11

Views: 40974

Answers: 11

Read More
Justin Case
Justin Case

Reputation: 787

How large numbers are stored in registers

Score: 1

Views: 2338

Answers: 3

Read More
Cartesius00
Cartesius00

Reputation: 24414

Adding 32-bit numbers on a 32 machine, widening to a 64-bit sum in two registers

Score: -1

Views: 2021

Answers: 3

Read More
PreviousPage 1Next