HomeSort by relevance Sort by last modified time
    Searched refs:math (Results 176 - 200 of 1711) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/compile/libbcc/runtime/test/Unit/
gtdf2vfp_test.c 17 #include <math.h>
gtsf2vfp_test.c 17 #include <math.h>
ledf2vfp_test.c 17 #include <math.h>
lesf2vfp_test.c 17 #include <math.h>
ltdf2vfp_test.c 17 #include <math.h>
ltsf2vfp_test.c 17 #include <math.h>
muldf3vfp_test.c 16 #include <math.h>
mulsf3vfp_test.c 16 #include <math.h>
nedf2vfp_test.c 17 #include <math.h>
nesf2vfp_test.c 17 #include <math.h>
subdf3vfp_test.c 16 #include <math.h>
subsf3vfp_test.c 16 #include <math.h>
  /libcore/luni/src/main/java/java/security/spec/
DSAParameterSpec.java 20 import java.math.BigInteger;
ECFieldFp.java 20 import java.math.BigInteger;
ECPrivateKeySpec.java 20 import java.math.BigInteger;
RSAKeyGenParameterSpec.java 20 import java.math.BigInteger;
  /libcore/luni/src/main/java/javax/crypto/spec/
DHPrivateKeySpec.java 20 import java.math.BigInteger;
DHPublicKeySpec.java 20 import java.math.BigInteger;
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
ECKeyPairGenerator.java 3 import java.math.BigInteger;
13 import org.bouncycastle.math.ec.ECConstants;
14 import org.bouncycastle.math.ec.ECPoint;
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/spec/
ECParameterSpec.java 3 import org.bouncycastle.math.ec.ECCurve;
4 import org.bouncycastle.math.ec.ECPoint;
6 import java.math.BigInteger;
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTexture3DLoading.java 10 import com.jme3.math.ColorRGBA;
11 import com.jme3.math.Vector2f;
12 import com.jme3.math.Vector3f;
  /external/llvm/utils/release/
findRegressions-simple.py 2 import re, string, sys, os, time, math namespace
106 if math.isnan(d_old[t][x]) and math.isnan(d_new[t][x]):
109 elif math.isnan(d_old[t][x]) and not math.isnan(d_new[t][x]):
112 elif not math.isnan(d_old[t][x]) and math.isnan(d_new[t][x]):
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
NumberFormatTest.java 19 import java.math.RoundingMode;
52 out = format.format(new java.math.BigInteger(String
58 out = format.format(new java.math.BigInteger(String
63 java.math.BigInteger big;
65 big = new java.math.BigInteger(String.valueOf(Long.MAX_VALUE))
66 .add(new java.math.BigInteger("1"));
72 big = new java.math.BigInteger(String.valueOf(Long.MIN_VALUE))
73 .add(new java.math.BigInteger("-1"));
79 out = format.format(new java.math.BigDecimal("51.348"),
84 out = format.format(new java.math.BigDecimal("51"), new StringBuffer()
    [all...]
  /cts/suite/audio_quality/test_description/processing/
calc_thd.py 21 import math namespace
37 P0 = math.pow(la.norm(fftData[baseSignalLoc - iMargain/2: baseSignalLoc + iMargain/2]), 2)
41 Pothers += math.pow(la.norm(fftData[i - iMargain/2: i + iMargain/2]), 2)
  /external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/
IntMath.java 17 package com.google.common.math;
19 import static com.google.common.math.MathPreconditions.checkNoOverflow;
20 import static com.google.common.math.MathPreconditions.checkNonNegative;
78 return (int) Math.sqrt(x);

Completed in 687 milliseconds

1 2 3 4 5 6 78 91011>>