Searched refs:t_l (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | nameser.h | 291 register uint32_t t_l = (uint32_t)(l); \ 293 *t_cp++ = t_l >> 24; \ 294 *t_cp++ = t_l >> 16; \ 295 *t_cp++ = t_l >> 8; \ 296 *t_cp = t_l; \
|
/external/dnsmasq/src/ |
D | nameser.h | 361 u_int32_t t_l = (u_int32_t)(l); \ 363 *t_cp++ = t_l >> 24; \ 364 *t_cp++ = t_l >> 16; \ 365 *t_cp++ = t_l >> 8; \ 366 *t_cp = t_l; \
|
/external/fdlibm/ |
D | e_pow.c | 209 double ss,s2,s_h,s_l,t_h,t_l; local 232 t_l = ax - (t_h-bp[k]); 233 s_l = v*((u-s_h*t_h)-s_h*t_l); 241 t_l = r-((t_h-3.0)-s2); 244 v = s_l*t_h+t_l*ss;
|
/external/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 349 SkJumper_GradientCtx* ctx, size_t stop, float t_l, float t_r, SkPM4f c_l, SkPM4f c_r) { in init_stop_pos() argument 352 (c_r.r() - c_l.r()) / (t_r - t_l), in init_stop_pos() 353 (c_r.g() - c_l.g()) / (t_r - t_l), in init_stop_pos() 354 (c_r.b() - c_l.b()) / (t_r - t_l), in init_stop_pos() 355 (c_r.a() - c_l.a()) / (t_r - t_l), in init_stop_pos() 358 c_l.r() - Fs.r()*t_l, in init_stop_pos() 359 c_l.g() - Fs.g()*t_l, in init_stop_pos() 360 c_l.b() - Fs.b()*t_l, in init_stop_pos() 361 c_l.a() - Fs.a()*t_l, in init_stop_pos() 363 ctx->ts[stop] = t_l; in init_stop_pos() [all …]
|