Searched defs:hexfloat (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp1.cpp7 float hexfloat = 0x1p31; // allow hexfloats variable
/external/libcxx/test/support/
H A Dhexfloat.h10 // 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)
22 class hexfloat class
39 hexfloat(long long m1, unsigned long long m0, int exp) function in class:hexfloat

Completed in 292 milliseconds