Home | History | Annotate | Download | only in src

Lines Matching defs:Table

76     LVM_FLOAT  Table[] = {ALPHA_Float_0,             /* Log spaced look-up table */
137 /* Normalize to get the table index and interpolation factor */
157 Diff = (Table[Shift] - Table[Shift + 1]);
159 ProductFloat = Table[Shift + 1] + Diff;
173 LVM_UINT32 Table[] = {ALPHA_0, /* Log spaced look-up table */
235 /* Normalize to get the table index and interpolation factor */
254 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]);
256 Product = Table[Shift+1] + (LVM_UINT32)Diff;