Searched defs:FAST_FLOAT (Results 1 - 3 of 3) sorted by relevance

/external/jpeg/
H A Djmorecfg.h384 /* FAST_FLOAT should be either float or double, whichever is done faster
392 #ifndef FAST_FLOAT
394 #define FAST_FLOAT float macro
396 #define FAST_FLOAT double macro
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djmorecfg.h360 /* FAST_FLOAT should be either float or double, whichever is done faster
368 #ifndef FAST_FLOAT
370 #define FAST_FLOAT float macro
372 #define FAST_FLOAT double macro
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djmorecfg.h360 /* FAST_FLOAT should be either float or double, whichever is done faster
368 #ifndef FAST_FLOAT
370 #define FAST_FLOAT float macro
372 #define FAST_FLOAT double macro

Completed in 143 milliseconds