Searched defs:hexfloat (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
H A D | p1.cpp | 7 float hexfloat = 0x1p31; // allow hexfloats variable
|
/aosp_15_r20/external/libcxx/test/support/ |
H A D | hexfloat.h | 39 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/ |
H A D | hexfloat.h | 38 hexfloat(long long m1, unsigned long long m0, int exp) in hexfloat() function
|
/aosp_15_r20/external/musl/src/internal/ |
H A D | floatscan.c | 314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() function
|
/aosp_15_r20/external/trusty/musl/src/internal/ |
D | floatscan.c | 317 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() function
|