Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp1.cpp7 float hexfloat = 0x1p31; // allow hexfloats variable
/llvm-project/libcxx/test/support/
H A Dhexfloat.h38 hexfloat(long long m1, unsigned long long m0, int exp) hexfloat() function