Searched refs:wl (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_color_rgba.h145 static rgba from_wavelength(double wl, double gamma = 1.0);
170 inline rgba rgba::from_wavelength(double wl, double gamma) argument
174 if(wl >= 380.0 && wl <= 440.0)
176 t.r = -1.0 * (wl - 440.0) / (440.0 - 380.0);
180 if(wl >= 440.0 && wl <= 490.0)
182 t.g = (wl - 440.0) / (490.0 - 440.0);
186 if(wl >= 490.0 && wl <
415 from_wavelength(double wl, double gamma = 1.0) argument
677 from_wavelength(double wl, double gamma = 1.0) argument
[all...]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h563 #define umul_ppmm(wh, wl, u, v) \
573 (wl) = __xx.__i.__l; \
1082 #define umul_ppmm(wh, wl, u, v) \
1108 "=&r" ((UDItype)(wl)), \

Completed in 45 milliseconds