StackOverflow Questions for Tag: long-double

khteh
khteh

Reputation: 3976

c++ long double (128-bit) precision

Score: 1

Views: 85

Answers: 1

Read More
Dumbled0re
Dumbled0re

Reputation: 329

g++ gives wrong answers : float128 aka long double : cmath

Score: 2

Views: 39

Answers: 0

Read More
Huuulk99
Huuulk99

Reputation: 19

How can 12-bytes long double fit in 64 bits register?

Score: 0

Views: 139

Answers: 1

Read More
Bill the Lizard
Bill the Lizard

Reputation: 405995

What is the precision of long double in C++?

Score: 30

Views: 47510

Answers: 3

Read More
Damon
Damon

Reputation: 70206

long double (GCC specific) and __float128

Score: 44

Views: 43929

Answers: 4

Read More
unixman83
unixman83

Reputation: 9943

Performance implications of long double. Why does C choose 64-bits instead of the hardware's 80-bit for its default?

Score: 7

Views: 3706

Answers: 3

Read More
c00000fd
c00000fd

Reputation: 22307

Does VS C++ compiler handle 80-bit floating point numbers, or long double?

Score: 0

Views: 43

Answers: 0

Read More
Greeshma
Greeshma

Reputation: 47

How does 'long double' occupy 16 bytes / 128 bits of storage when my CPU (X64 ISA)?

Score: 1

Views: 214

Answers: 4

Read More
CppLearner
CppLearner

Reputation: 17040

long double vs double

Score: 86

Views: 88577

Answers: 4

Read More
Don
Don

Reputation: 292

can't print correctly a long double in C

Score: 6

Views: 8195

Answers: 1

Read More
Dawood Ahmed
Dawood Ahmed

Reputation: 1

Values getting Overflowed while converting Bit into TB

Score: 0

Views: 51

Answers: 0

Read More
Vinayak Deshmukh
Vinayak Deshmukh

Reputation: 379

Need large integers and floats. Trouble with long long int and long double

Score: 4

Views: 284

Answers: 1

Read More
Vinayak Deshmukh
Vinayak Deshmukh

Reputation: 379

Cant recognise long long , long double in MinGW on Code::Blocks

Score: 0

Views: 66

Answers: 1

Read More
Kenneth Clark
Kenneth Clark

Reputation: 203

Are long doubles broken using MinGW-w64?

Score: 10

Views: 312

Answers: 0

Read More
Eduardo J. Sanchez
Eduardo J. Sanchez

Reputation: 776

Is long double in C++ an implementation of IEEE's binary128?

Score: 7

Views: 4104

Answers: 2

Read More
Louis-Amand
Louis-Amand

Reputation: 198

Cholesky with floats 128 (Python)

Score: 0

Views: 165

Answers: 1

Read More
Abhinav Kumar
Abhinav Kumar

Reputation: 1682

How can you set data type of #define to long double?

Score: 0

Views: 351

Answers: 3

Read More
johjs
johjs

Reputation: 91

gcc13: long double has almost the same precision of libquadmath; are they both 80-bit float implementations?

Score: 0

Views: 181

Answers: 0

Read More
Shawn McAdam
Shawn McAdam

Reputation: 61

Split up long C++ double literal into multiple lines

Score: 0

Views: 74

Answers: 1

Read More
l4m2
l4m2

Reputation: 1157

Packing long double with int

Score: -1

Views: 177

Answers: 2

Read More
PreviousPage 1Next