Home
last modified time | relevance | path

Searched refs:EPS (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Drint.c6 #define EPS DBL_EPSILON macro
8 #define EPS LDBL_EPSILON macro
10 static const double_t toint = 1/EPS;
A Dceil.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
A Dfloor.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
A Dround.c4 #define EPS DBL_EPSILON macro
6 #define EPS LDBL_EPSILON macro
8 static const double_t toint = 1/EPS;
A D__rem_pio2.c23 #define EPS DBL_EPSILON macro
25 #define EPS LDBL_EPSILON macro
38 toint = 1.5/EPS,
/AliOS-Things-master/components/py_engine/tests/perf_bench/
A Dmisc_raytrace.py5 EPS = 1e-6 variable
99 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.reflect
191 col += trace_ray(scene, Ray(point + ray.d * EPS, ray.d), depth - 1) * surf.transp
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dae_math.h16 #define EPS (1e-7f) macro
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.txt1353 Photoshop versions prior to 3.0 write EPS files containing JPEG-encoded CMYK
1357 EPS/JPEG files, and will omit the PS-level inversion. (But the data
1360 read these EPS files incorrectly.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog6658 * tools/tiff2ps.c: Force deadzone printing when EPS output specified

Completed in 21 milliseconds