HomeSort by relevance Sort by last modified time
    Searched defs:hexfloat (Results 1 - 4 of 4) 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)
23 class hexfloat class
27 hexfloat(long long m1, unsigned long long m0, int exp) function in class:hexfloat
  /ndk/sources/cxx-stl/llvm-libc++/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)
23 class hexfloat class
27 hexfloat(long long m1, unsigned long long m0, int exp) function in class:hexfloat
  /ndk/sources/android/support/src/wcstox/
floatscan.c 332 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) function
519 return hexfloat(f, bits, emin, sign, pok);

Completed in 805 milliseconds