hexfloat.h | 10 // Define a hexfloat literal emulator since we can't depend on being able to 11 // for hexfloat literals 13 // 0x10.F5p-10 == hexfloat<double>(0x10, 0xF5, -10) 23 class hexfloat class 27 hexfloat(long long m1, unsigned long long m0, int exp) function in class:hexfloat
|