Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 2 of 2) sorted by relevance

/gdk/headers/include/
Dunistd.h202 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
203 typeof (exp) _rc; \
205 _rc = (exp); \
/gdk/samples/PhotoEditor/jni/
Dvignetting.cpp73 uint32_t luminousity = shade / (1 + exp(sqrt(dist_square) / hypot - range)) + in Vignetting()