Home
last modified time | relevance | path

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

1234567

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivmod.m410 * divisor -- how many ways to divide it
87 b divide
93 bge divide ! if not, skip this junk
99 bge divide
109 b divide
115 bge divide ! if not, skip this junk
121 bge divide
129 divide:
141 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
174 ! do single-bit divide steps
[all …]
H A Ddivsi3.S52 b divide
58 bge divide ! if not, skip this junk
64 bge divide
70 divide: label
82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
115 ! do single-bit divide steps
118 ! first divide step without thinking. BUT, the others are conditional,
160 ! Fall through into divide loop
H A Dmodsi3.S52 b divide
58 bge divide ! if not, skip this junk
64 bge divide
70 divide: label
82 ! as our usual 4-at-a-shot divide step will cause overflow and havoc.
115 ! do single-bit divide steps
118 ! first divide step without thinking. BUT, the others are conditional,
160 ! Fall through into divide loop
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp55 void SCEVDivision::divide(ScalarEvolution &SE, const SCEV *Numerator, in divide() function in SCEVDivision
88 divide(SE, *Quotient, Op, &Q, &R); in divide()
137 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR); in visitAddRecExpr()
138 divide(SE, Numerator->getStepRecurrence(SE), Denominator, &StepQ, &StepR); in visitAddRecExpr()
156 divide(SE, Op, Denominator, &Q, &R); in visitAddExpr()
193 divide(SE, Op, Denominator, &Q, &R); in visitMulExpr()
237 divide(SE, Diff, Denominator, &Q, &R); in visitMulExpr()
H A DDelinearization.cpp222 SCEVDivision::divide(SE, Term, Step, &Q, &R); in findArrayDimensionsRec()
308 SCEVDivision::divide(SE, Term, ElementSize, &Q, &R); in findArrayDimensions()
356 SCEVDivision::divide(SE, Res, Sizes[i], &Q, &R); in computeAccessFunctions()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc36 UBSAN_CHECK(IntegerDivideByZero, "integer-divide-by-zero",
37 "integer-divide-by-zero")
38 UBSAN_CHECK(FloatDivideByZero, "float-divide-by-zero", "float-divide-by-zero")
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSchedule.td16 def WriteIDiv : SchedWrite; // 32-bit or 64-bit divide and remainder
17 def WriteIDiv32 : SchedWrite; // 32-bit divide and remainder on RV64I
48 def WriteFDiv16 : SchedWrite; // 16-bit floating point divide
49 def WriteFDiv32 : SchedWrite; // 32-bit floating point divide
50 def WriteFDiv64 : SchedWrite; // 64-bit floating point divide
158 def ReadFDiv16 : SchedRead; // 16-bit floating point divide
159 def ReadFDiv32 : SchedRead; // 32-bit floating point divide
160 def ReadFDiv64 : SchedRead; // 64-bit floating point divide
/freebsd-14.2/contrib/ntp/html/hints/
H A Dsolaris.xtra.40958495 Synopsis: time_constant value >6 with PLL in use leads to integer divide
9 is in use, the system will take a "integer divide zero trap" panic in
69 is in use, the system will take a "integer divide zero trap" panic in
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.divide_by_zero.err2 [string "channel program"]:16: attempt to divide by zero
/freebsd-14.2/contrib/bc/tests/dc/
H A Dall.txt8 divide
/freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/
H A Dmoortec,mr75203.yaml25 *) Pre Scaler - provides divide-by-X scaling of input voltage, which can then
27 divide by 2 pre-scaler).
84 Defines the channels that use a mr76006 pre-scaler to divide the input
/freebsd-14.2/contrib/bc/tests/bc/scripts/
H A Dall.txt2 divide.bc
/freebsd-14.2/bin/sh/tests/expansion/
H A Darith11.01 # Try to divide the smallest integer by -1.
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,h8300-div-clock.txt11 - reg: Base address and length of the divide rate selector
/freebsd-14.2/contrib/bc/tests/bc/
H A Dall.txt12 divide
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h30 static void divide(ScalarEvolution &SE, const SCEV *Numerator,
/freebsd-14.2/contrib/bc/vs/tests/
H A Dtests_dc.bat17 divide
H A Dtests_bc.bat23 divide
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleE500mc.td27 // The CFX has a bypass path, allowing non-divide instructions to execute
28 // while a divide instruction is executed.
33 : FuncUnit; // CFX divide bypass path
H A DPPCScheduleE5500.td27 // The CFX has a bypass path, allowing non-divide instructions to execute
28 // while a divide instruction is being executed.
33 : FuncUnit; // CFX divide bypass path
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def89 SANITIZER("float-divide-by-zero", FloatDivideByZero)
91 SANITIZER("integer-divide-by-zero", IntegerDivideByZero)
/freebsd-14.2/usr.bin/sed/tests/
H A Dmath.sed193 divide by zero
263 divide error
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h324 opStatus divide(const IEEEFloat &, roundingMode);
713 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM);
1069 opStatus divide(const APFloat &RHS, roundingMode RM) { in divide() function
1073 return U.IEEE.divide(RHS.U.IEEE, RM); in divide()
1075 return U.Double.divide(RHS.U.Double, RM); in divide()
1154 (void)Result.divide(RHS, rmNearestTiesToEven);
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dmax17040_battery.txt17 Specify this boolean property to divide the
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/can/
H A Dcc770.txt39 - bosch,divide-memory-clock : see data sheet.

1234567