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_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.td542 // float->int32 rounded to nearest with ties rounded away from zero.
563 // float->int32 rounded to nearest with ties rounded away from zero.
599 // double->int64 rounded to nearest with ties rounded away from zero.
636 // 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.c1511 int ties; in DB_SHOW_COMMAND_FLAGS() local
1529 ties = 0; in DB_SHOW_COMMAND_FLAGS()
1540 ties = 1; in DB_SHOW_COMMAND_FLAGS()
1545 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
249 // SchedModel ties these resources to a processor.
323 // SchedModel ties these resources to a processor.
436 // SchedModel ties this opcode mapping to a processor.
449 // SchedModel ties this ItineraryClass mapping to a processor.
462 // 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.td1233 // 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.c5912 int ties; local
5932 ties = 0;
5943 ties = 1;
5948 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 Dbackzone1170 # beginning of winter, which ties it to the ecclesiastical calendar (and thus
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td273 // vpred_r it ties the $inactive operand to the output q-register
/freebsd/contrib/ntp/
H A DChangeLog2557 * [Bug 1732] ntpd ties up CPU on disconnected USB refclock.
2854 * [Bug 1732] ntpd ties up CPU on disconnected USB device.
H A DCommitLog[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrVSX.td3898 // Round to nearest, ties away from zero
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td10187 // Bias which will help us break ties correctly.