Searched refs:gVariable (Results 1 – 7 of 7) sorted by relevance
2 \alias{gVariable}18 gVariable(init, shared = FALSE)70 \code{gVariable} generates a function that access a
293 CVariable *gVariable; in newVariable() local311 gVariable = CRenderer::retrieveVariable(name); in newVariable()312 if (gVariable != NULL) { in newVariable()313 if (gVariable->storage == STORAGE_GLOBAL) { in newVariable()316 if (newVariable->type == gVariable->type && in newVariable()317 newVariable->numItems == gVariable->numItems && in newVariable()318 newVariable->numFloats == gVariable->numFloats && in newVariable()319 …!(cVariable->uniform ^ ((gVariable->container == CONTAINER_UNIFORM) || (gVariable->container == CO… in newVariable()
40 syn match gVariable /\$\k*/80 hi def link gVariable Identifier
73 export(gVariable)
1515 vOBJECTIVE <- gVariable(as.numeric(NA), MODE_SHARED) 1517 vCONSENSUS <- gVariable(matrix(0, ncol(x), ncol(x)), MODE_SHARED)
998 gVariable <- function(init, shared=FALSE){ function