Searched refs:exp (Results 1 – 2 of 2) sorted by relevance
202 #define TEMP_FAILURE_RETRY(exp) ({ \ argument203 typeof (exp) _rc; \205 _rc = (exp); \
73 uint32_t luminousity = shade / (1 + exp(sqrt(dist_square) / hypot - range)) + in Vignetting()