HomeSort by relevance Sort by last modified time
    Searched full:divisor (Results 26 - 50 of 269) sorted by null

12 3 4 5 6 7 8 91011

  /external/v8/test/mjsunit/
div-mod.js 42 function run_tests_for(divisor) {
43 print("(function(left) { return left / " + divisor + "; })");
44 var div_func = this.eval("(function(left) { return left / " + divisor + "; })");
45 var mod_func = this.eval("(function(left) { return left % " + divisor + "; })");
48 divmod(div_func, mod_func, 0, divisor);
49 divmod(div_func, mod_func, 1 / 0, divisor);
52 divmod(div_func, mod_func, Math.pow(2, exp), divisor);
53 divmod(div_func, mod_func, 0.9999999 * Math.pow(2, exp), divisor);
54 divmod(div_func, mod_func, 1.0000001 * Math.pow(2, exp), divisor);
58 divmod(div_func, mod_func, 1 << exp, divisor);
    [all...]
  /external/llvm/test/CodeGen/X86/
div8.ll 6 define signext i8 @test_div(i8 %dividend, i8 %divisor) nounwind ssp {
9 %divisor.addr = alloca i8, align 1
12 store i8 %divisor, i8* %divisor.addr, align 1
14 %tmp1 = load i8* %divisor.addr, align 1
phys_subreg_coalesce-2.ll 18 %indvar = phi i32 [ 0, %forcond.preheader ], [ %divisor.02, %forbody ] ; <i32> [#uses=3]
20 %divisor.02 = add i32 %indvar, 1 ; <i32> [#uses=2]
23 %div = udiv i32 %mul, %divisor.02 ; <i32> [#uses=2]
pr2659.ll 31 %indvar = phi i32 [ 0, %forcond.preheader ], [ %divisor.02, %forbody ] ; <i32> [#uses=3]
33 %divisor.02 = add i32 %indvar, 1 ; <i32> [#uses=2]
36 %div = udiv i32 %mul, %divisor.02 ; <i32> [#uses=2]
2010-05-12-FastAllocKills.ll 43 %divisor.041 = phi x86_fp80 [ %0, %bb10 ], [ 0xK3FFF8000000000000000, %isdigit339.exit11.preheader ] ; <x86_fp80> [#uses=1]
44 %0 = fmul x86_fp80 %divisor.041, 0xK4002A000000000000000 ; <x86_fp80> [#uses=2]
48 %divisor.0.lcssa = phi x86_fp80 [ 0xK3FFF8000000000000000, %isdigit339.exit11.preheader ], [ %0, %bb10 ] ; <x86_fp80> [#uses=0]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 1120 long divisor = scaledDivisor.longValue(); local
    [all...]
Division.java 50 final int divisor) {
53 long bLong = divisor & 0xffffffffL;
67 long bPos = divisor >>> 1;
72 if ((divisor & 1) != 0) {
73 // the divisor is odd
  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.h 61 DECLARE_ANIMATED_NUMBER(Divisor, divisor)
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 118 template<size_t divisor> inline size_t roundUpToMultipleOf(size_t x)
120 COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two);
122 size_t remainderMask = divisor - 1;
  /external/openssl/crypto/bn/
bn_div.c 172 /* BN_div[_no_branch] computes dv := num / divisor, rounding towards
173 * zero, and sets up rm such that dv*divisor + rm = num holds.
175 * dv->neg == num->neg ^ divisor->neg (unless the result is zero)
180 const BIGNUM *divisor, BN_CTX *ctx);
181 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor,
201 if ((BN_get_flags(num, BN_FLG_CONSTTIME) != 0) || (BN_get_flags(divisor, BN_FLG_CONSTTIME) != 0))
203 return BN_div_no_branch(dv, rm, num, divisor, ctx);
209 bn_check_top(divisor);
211 if (BN_is_zero(divisor))
217 if (BN_ucmp(num,divisor) < 0
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/idiv/
Test_idiv.java 58 * @title Divisor is negative
66 * @title Both Dividend and divisor are negative
123 * @title Divisor is 0
  /cts/tools/dx-tests/src/dxc/junit/opcodes/irem/
Test_irem.java 58 * @title Divisor is negative
66 * @title Both Dividend and divisor are negative
123 * @title Divisor is 0
  /external/iproute2/doc/actions/
gact-usage 38 filter u32 fh 800: ht divisor 1
56 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20)
72 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20)
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.cpp 38 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
42 , m_divisor(divisor)
53 float divisor, float bias, const IntPoint& targetOffset, EdgeModeType edgeMode,
56 return adoptRef(new FEConvolveMatrix(filter, kernelSize, divisor, bias, targetOffset, edgeMode, kernelUnitLength,
81 float FEConvolveMatrix::divisor() const function in class:WebCore::FEConvolveMatrix
86 bool FEConvolveMatrix::setDivisor(float divisor)
88 if (m_divisor == divisor)
90 m_divisor = divisor;
225 ALWAYS_INLINE void setDestinationPixels(ByteArray* image, int& pixel, float* totals, float divisor, float bias, ByteArray* src)
227 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias)
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 2 template<typename T, T Divisor>
5 static const T value = 10 / Divisor; // expected-error{{in-class initializer is not a constant expression}}
  /frameworks/compile/libbcc/runtime/test/Unit/
divdc3_test.c 55 double _Complex divisor; local
59 __real__ divisor = c; local
60 __imag__ divisor = d; local
65 switch (classify(divisor))
90 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
divsc3_test.c 55 float _Complex divisor; local
59 __real__ divisor = c; local
60 __imag__ divisor = d; local
65 switch (classify(divisor))
90 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
divtc3_test.c 59 long double _Complex divisor; local
63 __real__ divisor = c; local
64 __imag__ divisor = d; local
69 switch (classify(divisor))
94 switch (classify(divisor))
125 switch (classify(divisor))
150 switch (classify(divisor))
175 switch (classify(divisor))
divxc3_test.c 58 long double _Complex divisor; local
62 __real__ divisor = c; local
63 __imag__ divisor = d; local
68 switch (classify(divisor))
93 switch (classify(divisor))
124 switch (classify(divisor))
149 switch (classify(divisor))
174 switch (classify(divisor))
muldc3_test.c 55 double _Complex divisor; local
59 __real__ divisor = c; local
60 __imag__ divisor = d; local
65 switch (classify(divisor))
90 switch (classify(divisor))
117 switch (classify(divisor))
142 switch (classify(divisor))
167 switch (classify(divisor))
mulsc3_test.c 55 float _Complex divisor; local
59 __real__ divisor = c; local
60 __imag__ divisor = d; local
65 switch (classify(divisor))
90 switch (classify(divisor))
121 switch (classify(divisor))
146 switch (classify(divisor))
171 switch (classify(divisor))
multc3_test.c 58 long double _Complex divisor; local
62 __real__ divisor = c; local
63 __imag__ divisor = d; local
68 switch (classify(divisor))
93 switch (classify(divisor))
120 switch (classify(divisor))
145 switch (classify(divisor))
170 switch (classify(divisor))
mulxc3_test.c 58 long double _Complex divisor; local
62 __real__ divisor = c; local
63 __imag__ divisor = d; local
68 switch (classify(divisor))
93 switch (classify(divisor))
120 switch (classify(divisor))
145 switch (classify(divisor))
170 switch (classify(divisor))
  /external/icu4c/tools/tzcode/
zdump.c 852 #define DIVISOR 10
853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
855 trail / DIVISOR;
856 trail %= DIVISOR;
858 trail += DIVISOR;
861 trail -= DIVISOR;
938 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR
    [all...]
  /external/iproute2/tc/
f_u32.c 39 fprintf(stderr, "or u32 divisor DIVISOR\n");
43 " u{32|16|8} | mark } SAMPLE_ARGS [divisor DIVISOR]\n");
1034 } else if (matches(*argv, "divisor") == 0) {
1035 unsigned divisor; local
1037 if (get_unsigned(&divisor, *argv, 0) ||
1038 divisor == 0 ||
1039 divisor > 0x100 || ((divisor - 1) & divisor))
1079 unsigned divisor = 0x100; local
    [all...]

Completed in 249 milliseconds

12 3 4 5 6 7 8 91011