Searched defs:p_l (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/main/
H A Dbte_logmsg.c357 tBTTRC_LEVEL *p_l = p_levels; local
361 while (0 != p_l->layer_id)
367 printf("BTA_SysSetTraceLevel - trace id in map start = %d end= %d, paramter id = %d\r\n", p_f_map->layer_id_start, p_f_map->layer_id_end, p_l->layer_id );
370 //if (p_f_map->layer_id_end < p_l->layer_id)
377 if ((NULL != p_f_map->p_f) && (p_f_map->layer_id_start <= p_l->layer_id) && (p_f_map->layer_id_end >= p_l->layer_id) )
380 p_l->layer_id, p_l->type );
381 p_l->type = p_f_map->p_f(p_l
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_pow.h103 double z,ax,z_h,z_l,p_h,p_l; local
238 p_l = v-(p_h-u);
240 z_l = cp_l*p_h+p_l*cp+dp_l[k];
255 p_l = (y-y1)*t1+y*t2;
257 z = p_l+p_h;
263 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */
269 if(p_l<=z-p_h) return s*tiny*tiny; /* underflow */
273 * compute 2**(p_h+p_l)
287 t = p_l+p_h;
290 v = (p_l
[all...]
/external/fdlibm/
H A De_pow.c107 double z,ax,z_h,z_l,p_h,p_l; local
248 p_l = v-(p_h-u);
250 z_l = cp_l*p_h+p_l*cp+dp_l[k];
261 p_l = (y-y1)*t1+y*t2;
263 z = p_l+p_h;
270 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */
276 if(p_l<=z-p_h) return s*tiny*tiny; /* underflow */
280 * compute 2**(p_h+p_l)
294 t = p_l+p_h;
297 v = (p_l
[all...]

Completed in 129 milliseconds