doubleObjType is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

doubleObjType variable

Syntax

static const Jim_ObjType doubleObjType = { "double", NULL, NULL, UpdateStringOfDouble, JIM_TYPE_NONE, };

References

LocationReferrerText
jim.c:6167
static const Jim_ObjType doubleObjType = {
jim.c:6273SetDoubleFromAny()
objPtr->typePtr = &doubleObjType;
jim.c:6284Jim_GetDouble()
if (objPtr->typePtr != &doubleObjType && SetDoubleFromAny(interp, objPtr) == JIM_ERR)
jim.c:6301Jim_NewDoubleObj()
objPtr->typePtr = &doubleObjType;
jim.c:8187JimExprOpNumUnary()
if ((A->typePtr != &doubleObjType || A->bytes) && JimGetWideNoErr(interp, A, &wA) == JIM_OK) {
jim.c:8501JimExprOpBin()
if ((A->typePtr != &doubleObjType || A->bytes) &&
jim.c:8502JimExprOpBin()
(B->typePtr != &doubleObjType || B->bytes) &&

Type Use

Type of doubleObjType
doubleObjType
all items filtered out