Home
last modified time | relevance | path

Searched refs:ties (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Dr8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi3 * This include file ties a VIN interface with a single ov7725 sensor on
H A Dr8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi3 * This include file ties a VIN interface with a single ov5640 sensor on
H A Dr8a7742-iwg21d-q7-dbcm-ca.dts220 * Below configuration ties VINx endpoints to ov5640/ov7725 camera endpoints
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc10 // rounding (to nearest, ties to even).
122 // We use the default IEEE-754 round-to-nearest, ties-to-even rounding mode.
H A Dfp_add_impl.inc10 // (to nearest, ties to even).
H A Dfp_trunc_impl.inc10 // IEEE-754 floating-point type in the default (round to nearest, ties to even)
H A Dfp_div_impl.inc10 // rounding (to nearest, ties to even).
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZfh.td476 // half->int32 rounded to nearest with ties rounded away from zero.
496 // half->int32 rounded to nearest with ties rounded away from zero.
523 // half->int64 rounded to nearest with ties rounded away from zero.
553 // half->int64 rounded to nearest with ties rounded away from zero.
608 // half->int32 rounded to nearest with ties rounded away from zero.
624 // half->int32 rounded to nearest with ties rounded away from zero.
641 // half->int64 rounded to nearest with ties rounded away from zero.
659 // half->int64 rounded to nearest with ties rounded away from zero.
H A DRISCVInstrInfoD.td556 // float->int32 rounded to nearest with ties rounded away from zero.
577 // float->int32 rounded to nearest with ties rounded away from zero.
613 // double->int64 rounded to nearest with ties rounded away from zero.
650 // double->int64 rounded to nearest with ties rounded away from zero.
H A DRISCVInstrInfoF.td707 // float->int32 rounded to nearest with ties rounded away from zero.
727 // float->int32 rounded to nearest with ties rounded away from zero.
758 // float->int64 rounded to neartest with ties rounded away from zero.
792 // float->int64 rounded to neartest with ties rounded away from zero.
/freebsd/sys/kern/
H A Dkern_malloc.c1488 int ties; in DB_SHOW_COMMAND_FLAGS() local
1506 ties = 0; in DB_SHOW_COMMAND_FLAGS()
1517 ties = 1; in DB_SHOW_COMMAND_FLAGS()
1522 if (size > cur_size && size < last_size + ties) { in DB_SHOW_COMMAND_FLAGS()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSchedule.td185 // SchedModel ties these units to a processor for any stand-alone defs
254 // SchedModel ties these resources to a processor.
328 // SchedModel ties these resources to a processor.
439 // SchedModel ties this opcode mapping to a processor.
452 // SchedModel ties this ItineraryClass mapping to a processor.
465 // and ties this SchedAlias mapping to a processor.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DREADME.txt10 If an inline asm ties an i32 "r" result to an i64 input, the input
H A DSystemZInstrFP.td415 // ties away from zero.
/freebsd/contrib/ldns/
H A DREADME114 who uses our software in production environments and have no direct ties
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td79 // WebAssembly always rounds ties-to-even, so map froundeven to fnearbyint.
H A DWebAssemblyInstrSIMD.td1165 // WebAssembly always rounds ties-to-even, so map froundeven to fnearbyint.
/freebsd/contrib/unbound/doc/
H A DREADME131 who uses our software in production environments and have no direct ties
/freebsd/sys/vm/
H A Duma_core.c5862 int ties; local
5882 ties = 0;
5893 ties = 1;
5898 if (size > cur_size && size < last_size + ties)
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td533 def RD_RN : RD_VAL<11>; // Round to Nearest (ties to Even)
534 def RD_RA : RD_VAL<12>; // Round to Nearest (ties to Away)
/freebsd/contrib/tzdata/
H A Dbackzone1172 # beginning of winter, which ties it to the ecclesiastical calendar (and thus
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td261 // vpred_r it ties the $inactive operand to the output q-register
/freebsd/contrib/ntp/
H A DChangeLog2439 * [Bug 1732] ntpd ties up CPU on disconnected USB refclock.
2736 * [Bug 1732] ntpd ties up CPU on disconnected USB device.
H A DCommitLog131293 [Bug 1732] ntpd ties up CPU on disconnected USB refclock.
131296 [Bug 1732] ntpd ties up CPU on disconnected USB refclock.
131299 [Bug 1732] ntpd ties up CPU on disconnected USB refclock.
142913 [Bug 1732] ntpd ties up CPU on disconnected USB device.
142916 [Bug 1732] ntpd ties up CPU on disconnected USB device.
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td3898 // Round to nearest, ties away from zero