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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
float.s 25 LDOUBLE: .ldouble 0f0, 0f1.0, 0f0.5, 0f-1.0, 0e-1.0e25, 3, 123, 0f3.141592654
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 302 #ifndef LDOUBLE
304 #define LDOUBLE long double
306 #define LDOUBLE double
308 #endif /* !defined(LDOUBLE) */
449 static void fmtflt(char *, size_t *, size_t, LDOUBLE, int, int, int, int *);
452 static int getexponent(LDOUBLE);
454 static UINTMAX_T cast(LDOUBLE);
455 static UINTMAX_T myround(LDOUBLE);
456 static LDOUBLE mypow10(int);
461 LDOUBLE fvalue
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqltypes.h 103 typedef double LDOUBLE;

Completed in 78 milliseconds