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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.h 88 FPI {
94 } FPI;
96 enum { /* FPI.rounding values: same as FLT_ROUNDS */
109 extern char* __gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.h 140 FPI,
  /ndk/sources/android/support/src/stdio/
strtod.c 388 FPI {
394 } FPI;
396 enum { /* FPI.rounding values: same as FLT_ROUNDS */
445 gethex(CONST char **, CONST FPI *, Long *, Bigint **, int, locale_t);
1659 static CONST FPI fpi = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI }; local
1667 FPI fpi1 = fpi;
1670 #define fpi1 fpi
1680 copybits(bits, fpi.nbits, bb)
    [all...]

Completed in 2616 milliseconds