Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:jlong

73  * array is JLONG anyway.)
96 #define FIX_0_298631336 ((JLONG) 2446) /* FIX(0.298631336) */
97 #define FIX_0_390180644 ((JLONG) 3196) /* FIX(0.390180644) */
98 #define FIX_0_541196100 ((JLONG) 4433) /* FIX(0.541196100) */
99 #define FIX_0_765366865 ((JLONG) 6270) /* FIX(0.765366865) */
100 #define FIX_0_899976223 ((JLONG) 7373) /* FIX(0.899976223) */
101 #define FIX_1_175875602 ((JLONG) 9633) /* FIX(1.175875602) */
102 #define FIX_1_501321110 ((JLONG) 12299) /* FIX(1.501321110) */
103 #define FIX_1_847759065 ((JLONG) 15137) /* FIX(1.847759065) */
104 #define FIX_1_961570560 ((JLONG) 16069) /* FIX(1.961570560) */
105 #define FIX_2_053119869 ((JLONG) 16819) /* FIX(2.053119869) */
106 #define FIX_2_562915447 ((JLONG) 20995) /* FIX(2.562915447) */
107 #define FIX_3_072711026 ((JLONG) 25172) /* FIX(3.072711026) */
124 /* Multiply an JLONG variable by an JLONG constant to yield an JLONG result.
145 JLONG tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
146 JLONG tmp10, tmp11, tmp12, tmp13;
147 JLONG z1, z2, z3, z4, z5;