HomeSort by relevance Sort by last modified time
    Searched full:exponent (Results 651 - 675 of 1644) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/files/cacerts/
594f1775.0 43 Exponent: 65537 (0x10001)
5a5372fc.0 55 Exponent: 65537 (0x10001)
635ccfd5.0 55 Exponent: 65537 (0x10001)
72fa7371.0 44 Exponent: 65537 (0x10001)
74c26bd0.0 40 Exponent: 65537 (0x10001)
7651b327.0 39 Exponent: 65537 (0x10001)
7d3cd826.0 42 Exponent: 65537 (0x10001)
bcdd5959.0 42 Exponent: 65537 (0x10001)
c33a80d4.0 45 Exponent: 65537 (0x10001)
ddc328ff.0 44 Exponent: 65537 (0x10001)
e7b8d656.0 40 Exponent: 65537 (0x10001)
f4996e82.0 42 Exponent: 65537 (0x10001)
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalArithmeticTest.java 99 fail("ArithmeticException is not thrown for negative exponent");
105 fail("ArithmeticException is not thrown for negative exponent");
160 fail("ArithmeticException is not thrown for negative exponent and precision = 0");
169 fail("ArithmeticException is not thrown for negative exponent and precision = 0");
  /packages/screensavers/PhotoTable/res/values/
config.xml 77 <!-- Drop animation exponent. -->
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 34 /* Radix of exponent representation, b. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 34 /* Radix of exponent representation, b. */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longobject.h 37 /* _PyLong_Frexp returns a double x and an exponent e such that the
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longobject.h 37 /* _PyLong_Frexp returns a double x and an exponent e such that the
  /external/chromium_org/third_party/icu/source/i18n/unicode/
rbnf.h 249 * let the radix be 10, and the exponent be the highest exponent of the radix that yields a
251 * decreases the exponent by 1. If the exponent is positive or 0, the divisor is the radix
252 * raised to the power of the exponent; otherwise, the divisor is 1.</td>
257 * let the radix be <em>rad</em>, and the exponent be the highest exponent of the radix that
259 * decreases the exponent by 1. If the exponent is positive or 0, the divisor is the radix
260 * raised to the power of the exponent; otherwise, the divisor is 1.</td
    [all...]
  /external/icu4c/i18n/unicode/
rbnf.h 249 * let the radix be 10, and the exponent be the highest exponent of the radix that yields a
251 * decreases the exponent by 1. If the exponent is positive or 0, the divisor is the radix
252 * raised to the power of the exponent; otherwise, the divisor is 1.</td>
257 * let the radix be <em>rad</em>, and the exponent be the highest exponent of the radix that
259 * decreases the exponent by 1. If the exponent is positive or 0, the divisor is the radix
260 * raised to the power of the exponent; otherwise, the divisor is 1.</td
    [all...]
  /bionic/libc/stdio/
vfprintf.c 121 static int exponent(char *, int, int);
189 int expt; /* integer value of exponent */
192 char expstr[7]; /* buffer for exponent string */
537 expsize = exponent(expstr, expt, ch);
1271 exponent(char *p0, int exp, int fmtch) function
  /external/bison/etc/
bench.pl.in 160 static int power (int base, int exponent);
292 power (int base, int exponent)
294 assert (0 <= exponent);
296 for (/* Niente */; exponent; --exponent)
  /external/bison/tests/
calc.at 272 static int power (int base, int exponent);
330 power (int base, int exponent)
333 assert (0 <= exponent);
334 for (/* Niente */; exponent; --exponent)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 165 int exponent; local
173 mantissa = frexpf(f, &exponent);
180 /* Handle exponent, bias of 63 */
181 exponent += 62;
182 float24 |= (exponent << 16);
    [all...]
  /external/chromium_org/v8/src/
utils.h 888 // Calculate 10^exponent.
889 inline int TenToThe(int exponent) {
890 ASSERT(exponent <= 9);
891 ASSERT(exponent >= 1);
893 for (int i = 1; i < exponent; i++) answer *= 10;
    [all...]

Completed in 1071 milliseconds

<<21222324252627282930>>