OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FAST_FLOAT
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jmorecfg.h
379
/*
FAST_FLOAT
should be either float or double, whichever is done faster
387
#ifndef
FAST_FLOAT
389
#define
FAST_FLOAT
float
391
#define
FAST_FLOAT
double
/external/qemu/distrib/jpeg-6b/
jmorecfg.h
377
/*
FAST_FLOAT
should be either float or double, whichever is done faster
385
#ifndef
FAST_FLOAT
387
#define
FAST_FLOAT
float
389
#define
FAST_FLOAT
double
Completed in 56 milliseconds