Home
last modified time | relevance | path

Searched full:coord (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/tzcode/
H A Dtzselect.ksh50 coord=
54 usage="Usage: tzselect [--version] [--help] [-c COORD] [-n LIMIT]
59 -c COORD
62 are closest to the location with geographical coordinates COORD.
63 COORD should use ISO 6709 notation, for example, '-c +4852+00220'
142 coord=$OPTARG;;
260 coord = substr(ARGV[1], 2)
282 function convert_coord(coord, deg, minute, ilen, sign, sec) {
283 if (coord ~ /^[-+]?[0-9]?[0-9][0-9][0-9][0-9][0-9][0-9]([^0-9]|$)/) {
284 degminsec = coord
[all …]
H A Dtzselect.822 .I coord
41 .BI "\-c " coord
45 .I coord.
47 .I coord,
78 .I coord
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td256 (ins TYPE:$resType, ID:$image, ID:$coord, ID:$sample),
257 "$res = OpImageTexelPointer $resType $image $coord $sample">;
315 (ins TYPE:$type, ID:$sampledImage, ID:$coord, variable_ops),
316 "$res = OpImageSampleImplicitLod $type $sampledImage $coord">;
322 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
323 "$res = OpImageSampleDrefImplicitLod $type $sampledImage $dref $coord">;
329 (ins TYPE:$type, ID:$sampledImage, ID:$coord, variable_ops),
330 "$res = OpImageSampleProjImplicitLod $type $sampledImage $coord">;
336 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops),
337 "$res = OpImageSampleProjDrefImplicitLod $type $sampledImage $dref $coord">;
[all …]
/freebsd/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()
1230 "Failed allocating coord - out of memory\n"); 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()
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c394 COORD bufferCoord; in restore_original_screen()
431 COORD bufferCoord; in read_screen_data()
518 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()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp652 COORD coord = screen_buffer_info.dwCursorPosition; in PrintAsync() local
653 coord.X -= strlen(prompt); in PrintAsync()
654 if (coord.X < 0) in PrintAsync()
655 coord.X = 0; in PrintAsync()
656 SetConsoleCursorPosition(console_handle, coord); in PrintAsync()
/freebsd/tests/sys/netinet/
H A Dip_mroute.py21 COORD_SOCK = "coord.sock"
48 coord = self._makesock(vnet.alias + ".sock")
50 self._msgwait(coord, b"join")
63 self._msgwait(self.coord, b"done")
66 self.coord = self._makesock(self.COORD_SOCK)
73 msg = self.coord.recv(1024)
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c104 COORD save_size;
106 COORD bufferCoord;
163 COORD loc, siz; in con_write16()
212 COORD loc, siz; in con_write8()
332 COORD bufferCoord; in restore_original_screen()
588 COORD this_size; in wcon_dobeepflash()
590 COORD bufferCoord; in wcon_dobeepflash()
963 COORD loc; in wcon_mvcur()
/freebsd/share/doc/psd/22.rpcgen/
H A Drpcgen.ms979 struct coord { struct coord {
983 typedef struct coord coord;
988 \*Qstruct coord\*U when declaring items.
/freebsd/contrib/ncurses/include/
H A Dnc_win32.h.in177 COORD origin;
179 COORD save_size;
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h62 int *coord; /* mesh coordinates of switch */ member
/freebsd/contrib/ncurses/progs/
H A Dclear_cmd.c68 COORD coordScreen = in clear_cmd()
/freebsd/contrib/less/
H A Dscreen.c1742 COORD cpos; in _settextposition()
1818 COORD size; in win32_init_term()
2139 COORD new_org; in add_line()
2182 COORD new_org;
2239 COORD topleft; in win32_clear()
2263 COORD topleft; in win32_scroll_up()
2264 COORD new_org; in win32_scroll_up()
2375 COORD size; in check_winch()
2612 COORD cpos; in clear_eol()
/freebsd/crypto/openssl/crypto/ec/
H A Decp_smpl.c1508 /* r->X coord output */ in ossl_ec_GFp_simple_ladder_pre()
1513 /* r->Z coord output */ in ossl_ec_GFp_simple_ladder_pre()
1590 /* s->Z coord output */ in ossl_ec_GFp_simple_ladder_step()
1594 /* s->X coord output */ in ossl_ec_GFp_simple_ladder_step()
1607 /* r->X coord output */ in ossl_ec_GFp_simple_ladder_step()
1614 /* r->Z coord output */ in ossl_ec_GFp_simple_ladder_step()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp328 Value *Coord = II.getOperand(OperandIndex); in simplifyAMDGCNImageIntrinsic() local
330 if (!canSafelyConvertTo16Bit(*Coord, HasSampler)) { in simplifyAMDGCNImageIntrinsic()
341 FloatCoord == Coord->getType()->isFloatingPointTy()); in simplifyAMDGCNImageIntrinsic()
342 FloatCoord = Coord->getType()->isFloatingPointTy(); in simplifyAMDGCNImageIntrinsic()
H A DAMDGPULegalizerInfo.cpp6380 // Dz/dh, dz/dv and the last odd coord are packed with undef. Also, in 1D, in packImage16bitOpsToDwords()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h15087 * Use the coordinate (coord.xy) to do an element lookup in
15090 * Use the coordinate (coord.x, coord.y, coord.z) to do
15092 * by image. coord.w is ignored.
15094 * Use the coordinate (coord.z) to index into the
15096 * and (coord.x, coord.y) to do an element lookup in
15102 * Use the coordinate (coord.y) to index into the
15104 * and (coord.x) to do an element lookup in
15111 * Use coord.xy and sample to do an element
15113 * identified by index coord.z in the 2D multi-sample
15486 * (coord.x, coord.y) in the 2D image object specified by image.
[all …]
/freebsd/usr.sbin/tzsetup/
H A Dtzsetup.c506 /* coord = */ strsep(&line, "\t"); /* Unused */ in read_zones()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td105 llvm_v4f32_ty, // Coord
119 llvm_v4i32_ty, // Coord
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecc.txt3297 Title=zero x-coord regression tests
/freebsd/contrib/sqlite3/
H A Dsqlite3.c218426 # define DCOORD(coord) ((RtreeDValue)coord.i) argument
218428 # define DCOORD(coord) ( \ argument
218430 ((double)coord.f) : \
218431 ((double)coord.i) \