Searched refs:c_s (Results 1 – 4 of 4) sorted by relevance
46 c_s = x + y47 return c_s, c53 c_s = stop_gradient(c)54 return c_s60 c_s = stop_gradient(c)61 d = c_s + x * y85 c_s = stop_gradient(c)86 e = c + c_s
109 \frac{c_s}{12.92} &\text{if } c_s \le 0.04045 \\\\110 \left(\frac{c_s + 0.055}{1.055}\right)^{2.4} &\text{if } c_s > 0.04045113 where :math:`c_l` is the linear color and :math:`c_s` is the color in sRGB.
121 const float c_s = coeffs[j]*coeffs[j]; in step_collect_psy_metrics() local122 dist_dev += (avg_c_s - c_s)*(avg_c_s - c_s); in step_collect_psy_metrics()
295 >>> c_s = c_wchar_p(s)296 >>> print(c_s)298 >>> print(c_s.value)300 >>> c_s.value = "Hi, there"301 >>> print(c_s) # the memory location has changed303 >>> print(c_s.value)