Searched refs:EPS (Results 1 – 9 of 9) sorted by relevance
6 #define EPS DBL_EPSILON macro8 #define EPS LDBL_EPSILON macro10 static const double_t toint = 1/EPS;
4 #define EPS DBL_EPSILON macro6 #define EPS LDBL_EPSILON macro8 static const double_t toint = 1/EPS;
23 #define EPS DBL_EPSILON macro25 #define EPS LDBL_EPSILON macro38 toint = 1.5/EPS,
5 EPS = 1e-6 variable99 if t1 > EPS:102 if t2 > EPS:118 if abs(ddotn) > EPS:178 light_ray = Ray(point + light_vec * EPS, light_vec)187 col += trace_ray(scene, Ray(point + reflected * EPS, reflected), depth - 1) * surf.reflect191 col += trace_ray(scene, Ray(point + ray.d * EPS, ray.d), depth - 1) * surf.transp
16 #define EPS (1e-7f) macro
1353 Photoshop versions prior to 3.0 write EPS files containing JPEG-encoded CMYK1357 EPS/JPEG files, and will omit the PS-level inversion. (But the data1360 read these EPS files incorrectly.
6658 * tools/tiff2ps.c: Force deadzone printing when EPS output specified
Completed in 21 milliseconds