Searched refs:math (Results 151 - 175 of 1455) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
H A Dmain.c11 #include <math.h>
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/
H A Dmain.c11 #include <math.h>
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/
H A Dmain.c11 #include <math.h>
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/
H A Dmain.c11 #include <math.h>
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/
H A Dmain.c11 #include <math.h>
/external/speex/libspeex/
H A Dkiss_fft.h5 #include <math.h>
/external/tremolo/Tremolo/
H A Dos.h40 #include <math.h>
/external/valgrind/main/VEX/test/
H A Dfpspeed.c4 #include <math.h>
/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 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 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 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9FieldElement.java3 import java.math.BigInteger;
9 import org.bouncycastle.math.ec.ECFieldElement;
/external/chromium_org/tools/auto_bisect/
H A Dttest.py26 import math namespace
77 return (mean1 - mean2) / (math.sqrt(v1 / n1 + v2 / n2))
/external/guava/guava/src/com/google/common/math/
H A DMathPreconditions.java17 package com.google.common.math;
23 import java.math.BigInteger;
26 * A collection of preconditions for math functions.
H A DBigIntegerMath.java17 package com.google.common.math;
21 import static com.google.common.math.MathPreconditions.checkNonNegative;
22 import static com.google.common.math.MathPreconditions.checkPositive;
23 import static com.google.common.math.MathPreconditions.checkRoundingUnnecessary;
24 import static java.math.RoundingMode.CEILING;
25 import static java.math.RoundingMode.FLOOR;
26 import static java.math.RoundingMode.HALF_EVEN;
31 import java.math.BigDecimal;
32 import java.math.BigInteger;
33 import java.math
[all...]
/external/llvm/utils/lit/lit/
H A Dutil.py3 import math namespace
105 power = int(math.ceil(math.log(maxValue, 10)))
108 N = int(math.ceil(maxValue / barH))
127 pDigits = int(math.ceil(math.log(maxValue, 10)))
131 cDigits = int(math.ceil(math.log(len(items), 10)))
/external/chromium_org/build/util/lib/common/
H A Dperf_tests_results_helper.py10 import math namespace
52 sum_of_logs += math.log(bucket['mean']) * bucket['count']
59 geom_mean = math.exp(sum_of_logs / count)
63 return geom_mean, math.sqrt(sum_of_squares / count)
83 sd = math.sqrt(variance)
/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/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsampstat26 import math namespace
49 return math.sqrt(sum(deltaSquares) / (len(items) - 1))
52 return stdDev / math.sqrt(len(items))
/external/chromium_org/third_party/ots/src/
H A Dmath.cc5 // We use an underscore to avoid confusion with the standard math.h library.
509 do { file->math->data = 0; file->math->length = 0; } while (0)
523 OpenTypeMATH* math = new OpenTypeMATH; local
524 file->math = math;
572 math->data = data;
573 math->length = length;
578 return file->math != NULL && file->math
[all...]
/external/chromium_org/third_party/tlslite/scripts/
H A Dtlsdb.py13 import math namespace
143 return int(math.floor(math.log(n, 2))+1)
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dexception_formatter.py7 import math namespace
104 return (target[:int(math.floor(half_length))] + middle +
105 target[-int(math.ceil(half_length)):])
/external/stlport/stlport/stl/config/
H A D_como.h90 # include <math.h>
110 #include <math.h>
158 #include <math.h>
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
H A DRSAMultiPrimePrivateCrtKeyTest.java25 import java.math.BigInteger;

Completed in 611 milliseconds

1234567891011>>