HomeSort by relevance Sort by last modified time
    Searched defs:hexfloat (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p1.cpp 7 float hexfloat = 0x1p31; // allow hexfloats variable
  /external/libcxx/test/support/
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)
22 class hexfloat class
39 hexfloat(long long m1, unsigned long long m0, int exp) function in class:hexfloat
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
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)
22 class hexfloat class
39 hexfloat(long long m1, unsigned long long m0, int exp) function in class:hexfloat

Completed in 114 milliseconds