Home
last modified time | relevance | path

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

/src/contrib/tzcode/
H A Dtzselect.ksh50 coord=
142 coord=$OPTARG;;
385 case $coord in
393 'Please select a continent, ocean, "coord", "TZ", "time", or "now".'
429 "coord - I want to use geographical coordinates." \
765 case $time%$country_result%$region%$coord in
772 %%?*%?*) say >&2 " coord $coord$newline $region";;
773 %%%?*) say >&2 " coord $coord";;
/src/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c1168 if (node->coord[j] > 0) in reorder_node_links()
1227 s->node->coord = calloc(dimension, sizeof(int)); in make_coord()
1228 if (!s->node->coord) { in make_coord()
1236 s->node->coord[i] = (sw == seed) ? 0 : LARGE; in make_coord()
1254 if (s->node->coord[0] == LARGE) in make_coord()
1264 int coord = s->node->coord[k]; in make_coord() local
1268 coord += (axis & 1)? -1 : +1; in make_coord()
1270 if (ltmag(coord, s1->node->coord[k])) { in make_coord()
1271 s1->node->coord[k] = coord; in make_coord()
1319 if (s->node->coord[i] == LARGE) in measure_geometry()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td278 (ins TYPE:$resType, ID:$image, ID:$coord, ID:$sample),
279 "$res = OpImageTexelPointer $resType $image $coord $sample">;
337 (ins TYPE:$type, ID:$sampledImage, ID:$coord, variable_ops),
338 "$res = OpImageSampleImplicitLod $type $sampledImage $coord">;
344 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
345 "$res = OpImageSampleDrefImplicitLod $type $sampledImage $dref $coord">;
351 (ins TYPE:$type, ID:$sampledImage, ID:$coord, variable_ops),
352 "$res = OpImageSampleProjImplicitLod $type $sampledImage $coord">;
358 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
359 "$res = OpImageSampleProjDrefImplicitLod $type $sampledImage $dref $coord">;
[all …]
/src/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp650 COORD coord = screen_buffer_info.dwCursorPosition; in PrintAsync() local
651 coord.X -= strlen(prompt); in PrintAsync()
652 if (coord.X < 0) in PrintAsync()
653 coord.X = 0; in PrintAsync()
654 SetConsoleCursorPosition(console_handle, coord); in PrintAsync()
/src/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h62 int *coord; /* mesh coordinates of switch */ member
/src/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c518 COORD coord; in _nc_console_set_scrollback() local
537 coord = info->dwSize; in _nc_console_set_scrollback()
562 coord.X = (SHORT) wide; in _nc_console_set_scrollback()
563 coord.Y = (SHORT) high; in _nc_console_set_scrollback()
575 T(("... coord %d,%d", coord.Y, coord.X)); in _nc_console_set_scrollback()
579 SetConsoleScreenBufferSize(WINCONSOLE.hdl, coord); /* dwSize */ in _nc_console_set_scrollback()
/src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecc.txt3297 Title=zero x-coord regression tests
/src/contrib/sqlite3/
H A Dsqlite3.c213787 # define DCOORD(coord) ((RtreeDValue)coord.i)
213789 # define DCOORD(coord) ( \
213791 ((double)coord.f) : \
213792 ((double)coord.i) \