Searched refs:coord (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h62 int *coord; /* mesh coordinates of switch */ member in struct:_mesh_node
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c1168 if (node->coord[j] > 0)
1227 s->node->coord = calloc(dimension, sizeof(int));
1228 if (!s->node->coord) {
1230 "Failed allocating coord - out of memory\n");
1236 s->node->coord[i] = (sw == seed) ? 0 : LARGE;
1254 if (s->node->coord[0] == LARGE)
1264 int coord = s->node->coord[k]; local
1268 coord += (axis & 1)? -1 : +1;
1270 if (ltmag(coord, s
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp438 bool ParseCoordinate(llvm::StringRef coord_s, RSCoordinate &coord) { argument
442 // elements fails the contents of &coord are undefined and `false` is
462 return get_index(0, coord.x) && get_index(1, coord.y) &&
463 get_index(2, coord.z);
3578 // coordinates are returned via the coord array reference parameter. Returns
3580 bool RenderScriptRuntime::GetKernelCoordinate(RSCoordinate &coord, argument
3632 coord.x = (uint32_t)x;
3633 coord.y = (uint32_t)y;
3634 coord
3699 SetConditional(BreakpointSP bp, Stream &messages, const RSCoordinate &coord) argument
3722 PlaceBreakpointOnKernel(TargetSP target, Stream &messages, const char *name, const RSCoordinate *coord) argument
3785 PlaceBreakpointOnReduction(TargetSP target, Stream &messages, const char *reduce_name, const RSCoordinate *coord, int kernel_types) argument
4098 auto coord = RSCoordinate{}; local
4192 auto coord = m_options.m_have_coord ? &m_options.m_coord : nullptr; local
4247 auto coord = RSCoordinate{}; local
4294 auto coord = m_options.m_have_coord ? &m_options.m_coord : nullptr; local
[all...]
H A DRenderScriptRuntime.h410 static bool GetKernelCoordinate(lldb_renderscript::RSCoordinate &coord,
540 const lldb_renderscript::RSCoordinate &coord);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp596 COORD coord = screen_buffer_info.dwCursorPosition; local
597 coord.X -= strlen(prompt);
598 if (coord.X < 0)
599 coord.X = 0;
600 SetConsoleCursorPosition(console_handle, coord);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h14202 * Use the coordinate (coord.xy) to do an element lookup in
14205 * Use the coordinate (coord.x, coord.y, coord.z) to do
14207 * by image. coord.w is ignored.
14209 * Use the coordinate (coord.z) to index into the
14211 * and (coord.x, coord.y) to do an element lookup in
14217 * Use the coordinate (coord.y) to index into the
14219 * and (coord
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c127983 double coord = DCOORD(cell.aCoord[p->iCoord]); local
129531 float coord = (float)(DCOORD(aCell[ii].aCoord[iDim*2+1]) - local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c194090 RtreeDValue coord = (DCOORD(aCell[ii].aCoord[iDim*2+1]) - local
[all...]

Completed in 968 milliseconds