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

  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimdcfg.inc.h 107 %define FAST_FLOAT FP32 ; float
108 %define SIZEOF_FAST_FLOAT SIZEOF_FP32 ; sizeof(FAST_FLOAT)
  /external/jpeg/
jmorecfg.h 384 /* FAST_FLOAT should be either float or double, whichever is done faster
392 #ifndef FAST_FLOAT
394 #define FAST_FLOAT float
396 #define FAST_FLOAT double
  /external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 360 /* FAST_FLOAT should be either float or double, whichever is done faster
368 #ifndef FAST_FLOAT
370 #define FAST_FLOAT float
372 #define FAST_FLOAT double
  /external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h 360 /* FAST_FLOAT should be either float or double, whichever is done faster
368 #ifndef FAST_FLOAT
370 #define FAST_FLOAT float
372 #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
  /external/chromium_org/third_party/libjpeg_turbo/
jmorecfg.h 398 /* FAST_FLOAT should be either float or double, whichever is done faster
406 #ifndef FAST_FLOAT
408 #define FAST_FLOAT float
410 #define FAST_FLOAT double

Completed in 1580 milliseconds