FAST_FLOAT         37 third_party/libjpeg/jcdctmgr.c   FAST_FLOAT * float_divisors[NUM_QUANT_TBLS];
FAST_FLOAT        138 third_party/libjpeg/jcdctmgr.c 	FAST_FLOAT * fdtbl;
FAST_FLOAT        146 third_party/libjpeg/jcdctmgr.c 	  fdct->float_divisors[qtblno] = (FAST_FLOAT *)
FAST_FLOAT        148 third_party/libjpeg/jcdctmgr.c 					DCTSIZE2 * SIZEOF(FAST_FLOAT));
FAST_FLOAT        154 third_party/libjpeg/jcdctmgr.c 	    fdtbl[i] = (FAST_FLOAT)
FAST_FLOAT        279 third_party/libjpeg/jcdctmgr.c   FAST_FLOAT * divisors = fdct->float_divisors[compptr->quant_tbl_no];
FAST_FLOAT        280 third_party/libjpeg/jcdctmgr.c   FAST_FLOAT workspace[DCTSIZE2]; /* work area for FDCT subroutine */
FAST_FLOAT        287 third_party/libjpeg/jcdctmgr.c     { register FAST_FLOAT *workspaceptr;
FAST_FLOAT        295 third_party/libjpeg/jcdctmgr.c 	*workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
FAST_FLOAT        296 third_party/libjpeg/jcdctmgr.c 	*workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
FAST_FLOAT        297 third_party/libjpeg/jcdctmgr.c 	*workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
FAST_FLOAT        298 third_party/libjpeg/jcdctmgr.c 	*workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
FAST_FLOAT        299 third_party/libjpeg/jcdctmgr.c 	*workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
FAST_FLOAT        300 third_party/libjpeg/jcdctmgr.c 	*workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
FAST_FLOAT        301 third_party/libjpeg/jcdctmgr.c 	*workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
FAST_FLOAT        302 third_party/libjpeg/jcdctmgr.c 	*workspaceptr++ = (FAST_FLOAT)(GETJSAMPLE(*elemptr++) - CENTERJSAMPLE);
FAST_FLOAT        306 third_party/libjpeg/jcdctmgr.c 	    *workspaceptr++ = (FAST_FLOAT)
FAST_FLOAT        318 third_party/libjpeg/jcdctmgr.c     { register FAST_FLOAT temp;
FAST_FLOAT        331 third_party/libjpeg/jcdctmgr.c 	output_ptr[i] = (JCOEF) ((int) (temp + (FAST_FLOAT) 16384.5) - 16384);
FAST_FLOAT         36 third_party/libjpeg/jdct.h typedef JMETHOD(void, float_DCT_method_ptr, (FAST_FLOAT * data));
FAST_FLOAT         64 third_party/libjpeg/jdct.h typedef FAST_FLOAT FLOAT_MULT_TYPE; /* preferred floating type */
FAST_FLOAT         99 third_party/libjpeg/jdct.h EXTERN(void) jpeg_fdct_float JPP((FAST_FLOAT * data));
FAST_FLOAT         59 third_party/libjpeg/jfdctflt.c jpeg_fdct_float (FAST_FLOAT * data)
FAST_FLOAT         61 third_party/libjpeg/jfdctflt.c   FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
FAST_FLOAT         62 third_party/libjpeg/jfdctflt.c   FAST_FLOAT tmp10, tmp11, tmp12, tmp13;
FAST_FLOAT         63 third_party/libjpeg/jfdctflt.c   FAST_FLOAT z1, z2, z3, z4, z5, z11, z13;
FAST_FLOAT         64 third_party/libjpeg/jfdctflt.c   FAST_FLOAT *dataptr;
FAST_FLOAT         90 third_party/libjpeg/jfdctflt.c     z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
FAST_FLOAT        101 third_party/libjpeg/jfdctflt.c     z5 = (tmp10 - tmp12) * ((FAST_FLOAT) 0.382683433); /* c6 */
FAST_FLOAT        102 third_party/libjpeg/jfdctflt.c     z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
FAST_FLOAT        103 third_party/libjpeg/jfdctflt.c     z4 = ((FAST_FLOAT) 1.306562965) * tmp12 + z5; /* c2+c6 */
FAST_FLOAT        104 third_party/libjpeg/jfdctflt.c     z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */
FAST_FLOAT        140 third_party/libjpeg/jfdctflt.c     z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */
FAST_FLOAT        151 third_party/libjpeg/jfdctflt.c     z5 = (tmp10 - tmp12) * ((FAST_FLOAT) 0.382683433); /* c6 */
FAST_FLOAT        152 third_party/libjpeg/jfdctflt.c     z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
FAST_FLOAT        153 third_party/libjpeg/jfdctflt.c     z4 = ((FAST_FLOAT) 1.306562965) * tmp12 + z5; /* c2+c6 */
FAST_FLOAT        154 third_party/libjpeg/jfdctflt.c     z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */
FAST_FLOAT         60 third_party/libjpeg/jidctflt.c #define DEQUANTIZE(coef,quantval)  (((FAST_FLOAT) (coef)) * (quantval))
FAST_FLOAT         72 third_party/libjpeg/jidctflt.c   FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
FAST_FLOAT         73 third_party/libjpeg/jidctflt.c   FAST_FLOAT tmp10, tmp11, tmp12, tmp13;
FAST_FLOAT         74 third_party/libjpeg/jidctflt.c   FAST_FLOAT z5, z10, z11, z12, z13;
FAST_FLOAT         77 third_party/libjpeg/jidctflt.c   FAST_FLOAT * wsptr;
FAST_FLOAT         81 third_party/libjpeg/jidctflt.c   FAST_FLOAT workspace[DCTSIZE2]; /* buffers data between passes */
FAST_FLOAT        104 third_party/libjpeg/jidctflt.c       FAST_FLOAT dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
FAST_FLOAT        132 third_party/libjpeg/jidctflt.c     tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
FAST_FLOAT        152 third_party/libjpeg/jidctflt.c     tmp11 = (z11 - z13) * ((FAST_FLOAT) 1.414213562); /* 2*c4 */
FAST_FLOAT        154 third_party/libjpeg/jidctflt.c     z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */
FAST_FLOAT        155 third_party/libjpeg/jidctflt.c     tmp10 = ((FAST_FLOAT) 1.082392200) * z12 - z5; /* 2*(c2-c6) */
FAST_FLOAT        156 third_party/libjpeg/jidctflt.c     tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */
FAST_FLOAT        194 third_party/libjpeg/jidctflt.c     tmp12 = (wsptr[2] - wsptr[6]) * ((FAST_FLOAT) 1.414213562) - tmp13;
FAST_FLOAT        209 third_party/libjpeg/jidctflt.c     tmp11 = (z11 - z13) * ((FAST_FLOAT) 1.414213562);
FAST_FLOAT        211 third_party/libjpeg/jidctflt.c     z5 = (z10 + z12) * ((FAST_FLOAT) 1.847759065); /* 2*c2 */
FAST_FLOAT        212 third_party/libjpeg/jidctflt.c     tmp10 = ((FAST_FLOAT) 1.082392200) * z12 - z5; /* 2*(c2-c6) */
FAST_FLOAT        213 third_party/libjpeg/jidctflt.c     tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */
FAST_FLOAT        406 third_party/libjpeg/jmorecfg.h #ifndef FAST_FLOAT