OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDOUBLE
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/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
...]
/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
...]
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_print.c
113
#define
LDOUBLE
long double
115
#define
LDOUBLE
double
133
LDOUBLE
, int, int, int);
180
LDOUBLE
fvalue;
341
fvalue = va_arg(args,
LDOUBLE
);
351
fvalue = va_arg(args,
LDOUBLE
);
359
fvalue = va_arg(args,
LDOUBLE
);
569
static
LDOUBLE
570
abs_val(
LDOUBLE
value)
572
LDOUBLE
result = value
[
all
...]
/external/openssl/crypto/bio/
b_print.c
113
#define
LDOUBLE
long double
115
#define
LDOUBLE
double
133
LDOUBLE
, int, int, int);
180
LDOUBLE
fvalue;
341
fvalue = va_arg(args,
LDOUBLE
);
351
fvalue = va_arg(args,
LDOUBLE
);
359
fvalue = va_arg(args,
LDOUBLE
);
569
static
LDOUBLE
570
abs_val(
LDOUBLE
value)
572
LDOUBLE
result = value
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
odbcss.h
439
LDOUBLE
PercentCursorUsed;
440
LDOUBLE
AvgFetchTime;
441
LDOUBLE
AvgCursorSize;
442
LDOUBLE
AvgCursorUsed;
452
LDOUBLE
AvgTimeOpened;
sqltypes.h
103
typedef double
LDOUBLE
;
Completed in 212 milliseconds