/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
H A D | divmod.m4 | 10 * 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 D | modsi3.S | 52 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 D | divsi3.S | 52 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/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionDivision.cpp | 55 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 D | Delinearization.cpp | 222 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/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_checks.inc | 36 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/contrib/ntp/html/hints/ |
H A D | solaris.xtra.4095849 | 5 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/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedule.td | 16 def WriteIDiv : SchedWrite; // 32-bit or 64-bit divide 17 def WriteIDiv32 : SchedWrite; // 32-bit divide on RV64I 52 def WriteFDiv16 : SchedWrite; // 16-bit floating point divide 53 def WriteFDiv32 : SchedWrite; // 32-bit floating point divide 54 def WriteFDiv64 : SchedWrite; // 64-bit floating point divide 168 def ReadFDiv16 : SchedRead; // 16-bit floating point divide 169 def ReadFDiv32 : SchedRead; // 32-bit floating point divide 170 def ReadFDiv64 : SchedRead; // 64-bit floating point divide
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
H A D | tst.divide_by_zero.err | 2 [string "channel program"]:16: attempt to divide by zero
|
/freebsd/contrib/bc/tests/dc/ |
H A D | all.txt | 8 divide
|
/freebsd/contrib/bc/tests/bc/scripts/ |
H A D | all.txt | 2 divide.bc
|
/freebsd/bin/sh/tests/expansion/ |
H A D | arith11.0 | 1 # Try to divide the smallest integer by -1.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | renesas,h8300-div-clock.txt | 11 - reg: Base address and length of the divide rate selector
|
/freebsd/contrib/bc/tests/bc/ |
H A D | all.txt | 12 divide
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionDivision.h | 30 static void divide(ScalarEvolution &SE, const SCEV *Numerator,
|
/freebsd/contrib/bc/vs/tests/ |
H A D | tests_dc.bat | 17 divide
|
H A D | tests_bc.bat | 23 divide
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleE500mc.td | 27 // 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 D | PPCScheduleE5500.td | 27 // 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/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 344 opStatus divide(const IEEEFloat &, roundingMode); 744 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM); 1119 opStatus divide(const APFloat &RHS, roundingMode RM) { in divide() function 1123 return U.IEEE.divide(RHS.U.IEEE, RM); in divide() 1125 return U.Double.divide(RHS.U.Double, RM); in divide() 1204 (void)Result.divide(RHS, rmNearestTiesToEven);
|
/freebsd/usr.bin/sed/tests/ |
H A D | math.sed | 193 divide by zero 263 divide error
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sanitizers.def | 92 SANITIZER("float-divide-by-zero", FloatDivideByZero) 94 SANITIZER("integer-divide-by-zero", IntegerDivideByZero)
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | max17040_battery.txt | 17 Specify this boolean property to divide the
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedNeoverseN1.td | 413 // FP divide 417 // FP divide, H-form 421 // FP divide, S-form 425 // FP divide, D-form 697 // ASIMD FP divide, D-form, F16 701 // ASIMD FP divide, D-form, F32 705 // ASIMD FP divide, Q-form, F16 709 // ASIMD FP divide, Q-form, F32 713 // ASIMD FP divide, Q-form, F64
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | cc770.txt | 39 - bosch,divide-memory-clock : see data sheet.
|