Searched defs:math (Results 51 - 75 of 87) sorted by relevance

1234

/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DPlane.java33 package com.jme3.math;
251 * com.jme.math.Plane [Normal: org.jme.math.Vector3f [X=XX.XXXX, Y=YY.YYYY,
H A DRay.java32 package com.jme3.math;
H A DTransform.java33 package com.jme3.math;
H A DColorRGBA.java30 package com.jme3.math;
H A DSpline.java5 package com.jme3.math;
H A DTriangle.java32 package com.jme3.math;
H A DMatrix3f.java32 package com.jme3.math;
1096 * be represented by the following string. com.jme.math.Matrix3f <br>[<br>
/external/srtp/
H A DMakefile85 math = crypto/math/datatypes.o crypto/math/stat.o macro
96 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(replay)
110 cryptomath = crypto/math/math.o crypto/math/gf2_8.o
/external/srtp/crypto/
H A DMakefile76 math = math/datatypes.o math/stat.o macro
87 cryptobj = $(ciphers) $(hashes) $(math) $(stat) $(kernel) $(xfm)
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
H A DBigDecimalCompareTest.java21 package org.apache.harmony.tests.java.math;
23 import java.math.BigDecimal;
24 import java.math.BigInteger;
25 import java.math.MathContext;
26 import java.math.RoundingMode;
31 * Class: java.math.BigDecimal
H A DBigDecimalConstructorsTest.java21 package org.apache.harmony.tests.java.math;
23 import java.math.BigDecimal;
24 import java.math.BigInteger;
25 import java.math.MathContext;
26 import java.math.RoundingMode;
31 * Class: java.math.BigDecimal
H A DBigDecimalConvertTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigDecimal;
25 import java.math.BigInteger;
28 * Class: java.math.BigDecimal
H A DBigIntegerConstructorsTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
28 * Class: java.math.BigInteger
H A DBigIntegerConvertTest.java21 package org.apache.harmony.tests.java.math;
24 import java.math.BigInteger;
27 * Class: java.math.BigInteger
/external/apache-harmony/math/src/test/java/tests/api/java/math/
H A DBigDecimalTest.java18 package tests.api.java.math;
24 import java.math.BigDecimal;
25 import java.math.BigInteger;
26 import java.math.MathContext;
27 import java.math.RoundingMode;
36 * @tests java.math.BigDecimal#BigDecimal(java.math.BigInteger)
46 * @tests java.math.BigDecimal#BigDecimal(java.math.BigInteger, int)
58 * @tests java.math
[all...]
H A DBigIntegerTest.java18 package tests.api.java.math;
20 import java.math.BigInteger;
81 * @tests java.math.BigInteger#BigInteger(int, java.util.Random)
104 * @tests java.math.BigInteger#BigInteger(int, int, java.util.Random)
129 * @tests java.math.BigInteger#BigInteger(byte[])
143 * @tests java.math.BigInteger#BigInteger(int, byte[])
167 * @tests java.math.BigInteger#BigInteger(java.lang.String)
178 * @tests java.math.BigInteger#toByteArray()
194 * @tests java.math.BigInteger#isProbablePrime(int)
239 * @tests java.math
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java1 package org.bouncycastle.math.ec;
3 import java.math.BigInteger;
407 * @see org.bouncycastle.math.ec.ECCurve#decodePoint(byte[])
H A DECFieldElement.java1 package org.bouncycastle.math.ec;
3 import java.math.BigInteger;
H A DTnaf.java1 package org.bouncycastle.math.ec;
3 import java.math.BigInteger;
642 * Multiplies a {@link org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m}
662 * Multiplies a {@link org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m}
682 * Multiplies a {@link org.bouncycastle.math.ec.ECPoint.F2m ECPoint.F2m}
/external/guava/guava-tests/test/com/google/common/math/
H A DBigIntegerMathTest.java17 package com.google.common.math;
19 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;
20 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES;
21 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES;
22 import static com.google.common.math.MathTesting.NEGATIVE_BIGINTEGER_CANDIDATES;
23 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;
24 import static com.google.common.math.MathTesting.NONZERO_BIGINTEGER_CANDIDATES;
25 import static com.google.common.math.MathTesting.POSITIVE_BIGINTEGER_CANDIDATES;
26 import static java.math.BigInteger.ONE;
27 import static java.math
[all...]
H A DDoubleMathTest.java17 package com.google.common.math;
19 import static com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES;
20 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES;
21 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES;
22 import static com.google.common.math.MathTesting.FRACTIONAL_DOUBLE_CANDIDATES;
23 import static com.google.common.math.MathTesting.INTEGRAL_DOUBLE_CANDIDATES;
24 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;
25 import static com.google.common.math.MathTesting.POSITIVE_FINITE_DOUBLE_CANDIDATES;
26 import static java.math.RoundingMode.CEILING;
27 import static java.math
[all...]
H A DIntMathTest.java17 package com.google.common.math;
19 import static com.google.common.math.MathTesting.ALL_INTEGER_CANDIDATES;
20 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES;
21 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES;
22 import static com.google.common.math.MathTesting.EXPONENTS;
23 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;
24 import static com.google.common.math.MathTesting.NONZERO_INTEGER_CANDIDATES;
25 import static com.google.common.math.MathTesting.POSITIVE_INTEGER_CANDIDATES;
26 import static java.math.BigInteger.valueOf;
27 import static java.math
[all...]
H A DLongMathTest.java17 package com.google.common.math;
19 import static com.google.common.math.MathTesting.ALL_INTEGER_CANDIDATES;
20 import static com.google.common.math.MathTesting.ALL_LONG_CANDIDATES;
21 import static com.google.common.math.MathTesting.ALL_ROUNDING_MODES;
22 import static com.google.common.math.MathTesting.ALL_SAFE_ROUNDING_MODES;
23 import static com.google.common.math.MathTesting.EXPONENTS;
24 import static com.google.common.math.MathTesting.NEGATIVE_INTEGER_CANDIDATES;
25 import static com.google.common.math.MathTesting.NEGATIVE_LONG_CANDIDATES;
26 import static com.google.common.math.MathTesting.NONZERO_LONG_CANDIDATES;
27 import static com.google.common.math
[all...]
/external/llvm/utils/lit/lit/
H A Dmain.py9 import math, os, platform, random, re, sys, time, threading, traceback namespace
/external/v8/tools/
H A Dgc-nvp-trace-processor.py41 import sys, types, re, subprocess, math namespace
325 dev = math.sqrt(freduce(lambda t,r: t + (r - avg) ** 2, field, trace, 0) /

Completed in 1075 milliseconds

1234