Lines Matching refs:dictionary

58 	ficlDictionary *dictionary = ficlVmGetDictionary(vm);  in ficlPrimitiveFConstant()  local
63 (void) ficlDictionaryAppendWord(dictionary, name, in ficlPrimitiveFConstant()
65 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack)); in ficlPrimitiveFConstant()
70 ficlDictionaryAppendFConstant(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendFConstant() argument
75 return (ficlDictionaryAppendConstantInstruction(dictionary, s, in ficlDictionaryAppendFConstant()
81 ficlDictionarySetFConstant(ficlDictionary *dictionary, char *name, in ficlDictionarySetFConstant() argument
86 return (ficlDictionarySetConstantInstruction(dictionary, s, in ficlDictionarySetFConstant()
96 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveF2Constant() local
101 (void) ficlDictionaryAppendWord(dictionary, name, in ficlPrimitiveF2Constant()
103 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack)); in ficlPrimitiveF2Constant()
104 ficlDictionaryAppendCell(dictionary, ficlStackPop(vm->floatStack)); in ficlPrimitiveF2Constant()
108 ficlDictionaryAppendF2Constant(ficlDictionary *dictionary, char *name, in ficlDictionaryAppendF2Constant() argument
113 return (ficlDictionaryAppend2ConstantInstruction(dictionary, s, in ficlDictionaryAppendF2Constant()
118 ficlDictionarySetF2Constant(ficlDictionary *dictionary, char *name, in ficlDictionarySetF2Constant() argument
123 return (ficlDictionarySet2ConstantInstruction(dictionary, s, in ficlDictionarySetF2Constant()
218 ficlDictionary *dictionary = ficlVmGetDictionary(vm); in ficlPrimitiveFLiteralImmediate() local
225 ficlDictionaryAppendUnsigned(dictionary, ficlInstructionF1); in ficlPrimitiveFLiteralImmediate()
227 ficlDictionaryAppendUnsigned(dictionary, ficlInstructionF0); in ficlPrimitiveFLiteralImmediate()
229 ficlDictionaryAppendUnsigned(dictionary, ficlInstructionFNeg1); in ficlPrimitiveFLiteralImmediate()
231 ficlDictionaryAppendUnsigned(dictionary, in ficlPrimitiveFLiteralImmediate()
233 ficlDictionaryAppendCell(dictionary, cell); in ficlPrimitiveFLiteralImmediate()
411 ficlDictionary *dictionary = ficlSystemGetDictionary(system); in ficlSystemCompileFloat() local
417 FICL_SYSTEM_ASSERT(system, dictionary); in ficlSystemCompileFloat()
421 (void) ficlDictionarySetPrimitive(dictionary, "(flocal)", in ficlSystemCompileFloat()
423 (void) ficlDictionarySetPrimitive(dictionary, "(f2local)", in ficlSystemCompileFloat()
428 (void) ficlDictionarySetPrimitive(dictionary, "fconstant", in ficlSystemCompileFloat()
430 (void) ficlDictionarySetPrimitive(dictionary, "fvalue", in ficlSystemCompileFloat()
432 (void) ficlDictionarySetPrimitive(dictionary, "f2constant", in ficlSystemCompileFloat()
434 (void) ficlDictionarySetPrimitive(dictionary, "f2value", in ficlSystemCompileFloat()
436 (void) ficlDictionarySetPrimitive(dictionary, "fdepth", in ficlSystemCompileFloat()
438 (void) ficlDictionarySetPrimitive(dictionary, "fliteral", in ficlSystemCompileFloat()
440 (void) ficlDictionarySetPrimitive(dictionary, "f.", in ficlSystemCompileFloat()
442 (void) ficlDictionarySetPrimitive(dictionary, "f.s", in ficlSystemCompileFloat()
444 (void) ficlDictionarySetPrimitive(dictionary, "fe.", in ficlSystemCompileFloat()