Lines Matching defs:cell
171 ficlFloatStackDisplayCallback(void *c, ficlCell *cell)
177 (unsigned long) cell, context->count++, cell->f, cell->u);
180 (unsigned)cell, context->count++, cell->f, cell->u);
218 ficlCell cell;
222 cell = ficlStackPop(vm->floatStack);
223 if (cell.f == 1.0f) {
225 } else if (cell.f == 0.0f) {
227 } else if (cell.f == -1.0f) {
232 ficlDictionaryAppendCell(dictionary, cell);