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

1 2 3 4 5 6 7 891011>>

  /external/guava/guava-tests/test/com/google/common/math/
MathTesting.java 17 package com.google.common.math;
19 import static java.math.BigInteger.ONE;
20 import static java.math.BigInteger.ZERO;
21 import static java.math.RoundingMode.CEILING;
22 import static java.math.RoundingMode.DOWN;
23 import static java.math.RoundingMode.FLOOR;
24 import static java.math.RoundingMode.HALF_DOWN;
25 import static java.math.RoundingMode.HALF_EVEN;
26 import static java.math.RoundingMode.HALF_UP;
27 import static java.math.RoundingMode.UP
    [all...]
  /external/jmonkeyengine/engine/src/android/jme3test/android/
TestMovingParticle.java 42 import com.jme3.math.ColorRGBA;
43 import com.jme3.math.FastMath;
44 import com.jme3.math.Vector3f;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/util/
EntropyComputeUtil.java 5 import com.jme3.math.Matrix4f;
6 import com.jme3.math.Ray;
7 import com.jme3.math.Vector3f;
63 float delta = Math.abs(realHeight - contactPoint.y);
64 entropy = Math.max(delta, entropy);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestLightRadius.java 39 import com.jme3.math.ColorRGBA;
40 import com.jme3.math.FastMath;
41 import com.jme3.math.Vector3f;
TestSimpleLighting.java 39 import com.jme3.math.ColorRGBA;
40 import com.jme3.math.FastMath;
41 import com.jme3.math.Vector3f;
  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestNormalMapping.java 38 import com.jme3.math.ColorRGBA;
39 import com.jme3.math.FastMath;
40 import com.jme3.math.Vector3f;
TestSimpleBumps.java 38 import com.jme3.math.ColorRGBA;
39 import com.jme3.math.FastMath;
40 import com.jme3.math.Vector3f;
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestBlenderAnim.java 40 import com.jme3.math.ColorRGBA;
41 import com.jme3.math.Quaternion;
42 import com.jme3.math.Vector3f;
TestBlenderObjectAnim.java 40 import com.jme3.math.ColorRGBA;
41 import com.jme3.math.Quaternion;
42 import com.jme3.math.Vector3f;
  /bionic/libm/src/
s_fmax.c 30 #include <math.h>
s_fmaxf.c 30 #include <math.h>
s_fmaxl.c 30 #include <math.h>
s_fmin.c 30 #include <math.h>
s_fminf.c 30 #include <math.h>
s_fminl.c 30 #include <math.h>
s_frexpl.c 30 #include <math.h>
s_isnan.c 29 #include <math.h>
s_lround.c 30 #include <math.h>
s_scalbln.c 31 #include <math.h>
  /device/samsung/tuna/libsensors/
LightSensor.cpp 19 #include <math.h>
PressureSensor.cpp 19 #include <math.h>
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DHPrivateKeyTest.java 29 import java.math.BigInteger;
DHPublicKeyTest.java 24 import java.math.BigInteger;
PBEKeyTest.java 24 import java.math.BigInteger;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator5Test.java 20 import java.math.BigInteger;

Completed in 774 milliseconds

1 2 3 4 5 6 7 891011>>