HomeSort by relevance Sort by last modified time
    Searched refs:vtemp (Results 1 - 6 of 6) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
MaterialColorMapUtils.java 159 final float vtemp = V - temp; local
160 final float cr = (V - r) / vtemp;
161 final float cg = (V - g) / vtemp;
162 final float cb = (V - b) / vtemp;
  /frameworks/base/graphics/java/android/graphics/
Color.java 139 final float vtemp = (float) (V - temp); local
140 final float cr = (V - r) / vtemp;
141 final float cg = (V - g) / vtemp;
142 final float cb = (V - b) / vtemp;
  /external/mksh/src/
var.c 243 vp = &vtemp;
313 vp = &vtemp;
467 struct tbl *vp = &vtemp;
    [all...]
eval.c 413 if (x.var == &vtemp) {
    [all...]
sh.h 1140 EXTERN struct tbl vtemp; variable in typeref:struct:tbl
    [all...]
  /external/libpcap/
gencode.c 5215 bpf_int32 vtemp; local
5317 bpf_int32 vtemp; local
    [all...]

Completed in 95 milliseconds