HomeSort by: relevance | last modified time | path
    Searched defs:divide (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/sparc/
lb1spc.S 139 bge ready_to_divide ! no, go do the divide
153 ! Ready to divide. Compute size of quotient; scale comparand.
158 ! Divide by zero trap. If it returns, return 0 (about as
174 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
211 ! do single-bit divide steps
214 ! first divide step without thinking. BUT, the others are conditional,
478 b divide
487 bge 2f ! no, go do the divide
499 ! Ready to divide. Compute size of quotient; scale comparand.
500 divide label
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
lb1spc.S 139 bge ready_to_divide ! no, go do the divide
153 ! Ready to divide. Compute size of quotient; scale comparand.
158 ! Divide by zero trap. If it returns, return 0 (about as
174 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
211 ! do single-bit divide steps
214 ! first divide step without thinking. BUT, the others are conditional,
478 b divide
487 bge 2f ! no, go do the divide
499 ! Ready to divide. Compute size of quotient; scale comparand.
500 divide label
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolutionDivision.cpp 9 // This file defines the class that knows how to divide SCEV's.
57 void SCEVDivision::divide(ScalarEvolution &SE, const SCEV *Numerator, function in class:SCEVDivision
90 divide(SE, *Quotient, Op, &Q, &R);
135 divide(SE, Numerator->getStart(), Denominator, &StartQ, &StartR);
136 divide(SE, Numerator->getStepRecurrence(SE), Denominator, &StepQ, &StepR);
154 divide(SE, Op, Denominator, &Q, &R);
191 divide(SE, Op, Denominator, &Q, &R);
235 divide(SE, Diff, Denominator, &Q, &R);
247 // We generally do not know how to divide Expr by Denominator. We initialize
248 // the division to a "cannot divide" state to simplify the rest of the code
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural-exp.h 46 divide, /* Division. */ enumerator in enum:expression::operator
  /src/external/gpl2/grep/dist/intl/
plural-exp.h 52 divide, /* Division. */ enumerator in enum:expression::operator
  /src/external/gpl2/texinfo/dist/intl/
plural-exp.h 48 divide, /* Division. */ enumerator in enum:expression::operator
  /src/external/gpl3/gcc.old/dist/intl/
plural-exp.h 56 divide, /* Division. */ enumerator in enum:expression::operator
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
LowLevelTypeImpl.h 150 LLT divide(int Factor) const { function in class:llvm::LLT
  /src/external/gpl3/gcc/dist/contrib/
compare_two_ftime_report_sets 88 def divide(dividend, divisor): function
382 return find_t_dist_alpha(divide(radius, self.error), self.count)
385 return find_t_dist_degree(self.alpha, divide(radius, self.deviation))
427 change = divide(self.upper.mean, self.lower.mean) - 1
  /src/external/gpl3/gcc.old/dist/contrib/
compare_two_ftime_report_sets 88 def divide(dividend, divisor): function
382 return find_t_dist_alpha(divide(radius, self.error), self.count)
385 return find_t_dist_degree(self.alpha, divide(radius, self.deviation))
427 change = divide(self.upper.mean, self.lower.mean) - 1
  /src/external/mit/isl/dist/
isl_ilp.c 157 int divide = 1; local
165 if (!divide)
184 divide = 1;
187 if (!divide)
190 divide = 0;
  /src/sys/dev/pci/
esm.c 451 u_int prescale, divide; local
455 divide = (freq != 0) ? (clock / freq) : ~0;
456 RANGE(divide, WPTIMER_MINDIV, WPTIMER_MAXDIV);
458 for (; divide > 32 << 1; divide >>= 1)
460 divide = (divide + 1) >> 1;
462 for (; prescale < 7 && divide > 2 && !(divide & 1); divide >>= 1
    [all...]
  /src/sys/net/
bpfjit.c 1126 divide(sljit_uw x, sljit_uw y) function
1200 SLJIT_IMM, xdiv ? SLJIT_FUNC_OFFSET(divide) :
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 72 /// multiply, divide, fused-multiply-add, conversion-to-float,
278 opStatus divide(const IEEEFloat &, roundingMode);
642 opStatus divide(const DoubleAPFloat &RHS, roundingMode RM);
999 opStatus divide(const APFloat &RHS, roundingMode RM) { function in class:llvm::APFloat
1003 return U.IEEE.divide(RHS.U.IEEE, RM);
1005 return U.Double.divide(RHS.U.Double, RM);
1080 /// Divide the first APFloat by the second, rounding ties to the nearest even.
1084 (void)Result.divide(RHS, rmNearestTiesToEven);
  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.h 228 # define divide __divtf3 macro
248 # define divide __divsf3 macro
268 # define divide __divdf3 macro
391 extern FLO_type divide (FLO_type, FLO_type);
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 228 # define divide __divtf3 macro
248 # define divide __divsf3 macro
268 # define divide __divdf3 macro
391 extern FLO_type divide (FLO_type, FLO_type);
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 139 # define divide fpdiv macro
151 # define divide dpdiv macro
164 # define divide __divsf3 macro
181 # define divide __divdf3 macro
892 /* ??? Does divide one bit at a time. Optimize. */
924 divide (FLO_type arg_a, FLO_type arg_b) function
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 139 # define divide fpdiv macro
151 # define divide dpdiv macro
164 # define divide __divsf3 macro
181 # define divide __divdf3 macro
892 /* ??? Does divide one bit at a time. Optimize. */
924 divide (FLO_type arg_a, FLO_type arg_b) function
  /src/external/mpl/dhcp/dist/includes/
tree.h 215 struct expression *divide; member in union:expression::expr_union
  /src/external/gpl3/binutils/dist/gas/config/
bfin-defs.h 225 divide, enumerator in enum:__anon9948
  /src/external/gpl3/binutils/dist/gprofng/common/
hwctable.c 239 {"PAPI_fdv_ins", NULL, REGNO_ANY, PAPITXT ("FP divide instructions"), PRELOADS_7, 0, ABST_NONE},
2996 char divide = ' '; local
3027 // not enough room, so we need to divide the line
3033 divide = '\n';
3044 n1, s1, n2, s2, divide, n3, s3, n4, s4, s6);
3630 " notice how many events are recorded per second; divide by\n"
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-defs.h 225 divide, enumerator in enum:__anon11428
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwctable.c 239 {"PAPI_fdv_ins", NULL, REGNO_ANY, PAPITXT ("FP divide instructions"), PRELOADS_7, 0, ABST_NONE},
2996 char divide = ' '; local
3027 // not enough room, so we need to divide the line
3033 divide = '\n';
3044 n1, s1, n2, s2, divide, n3, s3, n4, s4, s6);
3630 " notice how many events are recorded per second; divide by\n"
  /src/external/bsd/zstd/dist/tests/
paramgrill.c 2618 double result = 0, divide = 10; local
2627 result += (double)(**stringPtr - '0') / divide, divide *= 10, (*stringPtr)++ ;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 156 const int divide[5]; /* cost of a divide/mod member in struct:processor_costs

Completed in 94 milliseconds

1 2