HomeSort by relevance Sort by last modified time
    Searched defs:divisor (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/compiler-rt/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))
  /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/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
vertexconversion.h 81 const float divisor = 1.0f/(2*static_cast<float>(NL::max())+1); local
82 return (2*f+1)*divisor;
100 const float divisor = 1.0f / static_cast<float>(static_cast<FromType>(1) << ScaleBits); local
101 return static_cast<float>(x) * divisor;
  /external/grub/docs/
kernel.c 179 int divisor = 10; local
189 divisor = 16;
191 /* Divide UD by DIVISOR until UD == 0. */
194 int remainder = ud % divisor;
198 while (ud /= divisor);
  /external/grub/stage2/
serial.c 42 /* The structure for speed vs. divisor. */ struct
43 struct divisor
53 static struct divisor divisor_tab[] =
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java 93 int divisor = r.nextInt(); local
96 - (divisor * UnsignedInts.divide(dividend, divisor) + UnsignedInts.remainder(dividend,
97 divisor)) == 0);
UnsignedLongsTest.java 85 long divisor = r.nextLong(); local
87 assertTrue(dividend - (divisor * UnsignedLongs.divide(dividend, divisor)
88 + UnsignedLongs.remainder(dividend, divisor)) == 0);
  /external/icu4c/i18n/
nfsubs.cpp 67 double divisor; member in class:MultiplierSubstitution
77 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
79 ldivisor = util64_fromDouble(divisor);
80 if (divisor == 0) {
86 divisor = uprv_pow(radix, exponent);
87 ldivisor = util64_fromDouble(divisor);
89 if(divisor == 0) {
102 return uprv_floor(number / divisor);
104 return number/divisor;
109 return newRuleValue * divisor;
122 double divisor; member in class:ModulusSubstitution
    [all...]
  /external/qemu/audio/
paaudio.c 67 int divisor; member in struct:__anon10554
73 .divisor = 2,
93 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
188 threshold = conf.divisor ? hw->samples / conf.divisor : 0;
565 .name = "DIVISOR",
567 .valp = &conf.divisor,
568 .descr = "threshold divisor"
  /external/v8/src/
fast-dtoa.cc 423 uint32_t divisor; local
426 &divisor, &divisor_exponent);
431 // with the divisor exponent + 1. And the divisor is the biggest power of ten
434 int digit = integrals / divisor;
437 integrals %= divisor;
439 // Note that kappa now equals the exponent of the divisor and that the
450 static_cast<uint64_t>(divisor) << -one.e(), unit);
452 divisor /= 10;
531 uint32_t divisor; local
    [all...]
fixed-dtoa.cc 341 uint64_t divisor = kFive17; local
358 quotient = static_cast<uint32_t>(dividend / divisor);
359 remainder = (dividend % divisor) << divisor_power;
361 divisor <<= divisor_power - exponent;
362 quotient = static_cast<uint32_t>(dividend / divisor);
363 remainder = (dividend % divisor) << exponent;

Completed in 307 milliseconds

1 2 3 4 5