Searched refs:math (Results 1 - 25 of 1455) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dmath_header_test.c8 #include <math.h>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DPreCompInfo.java1 package org.bouncycastle.math.ec;
H A DECMultiplier.java1 package org.bouncycastle.math.ec;
3 import java.math.BigInteger;
H A DECConstants.java1 package org.bouncycastle.math.ec;
3 import java.math.BigInteger;
H A DZTauElement.java1 package org.bouncycastle.math.ec;
3 import java.math.BigInteger;
H A DWTauNafPreCompInfo.java1 package org.bouncycastle.math.ec;
12 * {@link org.bouncycastle.math.ec.multiplier.WTauNafMultiplier.multiply()
21 * {@link org.bouncycastle.math.ec.multiplier.WTauNafMultiplier.multiply()
32 * {@link org.bouncycastle.math.ec.multiplier.WTauNafMultiplier.multiply()
/external/chromium_org/third_party/webrtc/base/
H A Dmathutils.h14 #include <math.h>
/external/guava/guava/src/com/google/common/math/
H A Dpackage-info.java18 * Arithmetic functions operating on primitive values and {@link java.math.BigInteger} instances.
24 package com.google.common.math;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Df.cpp24 * - Goto libs/math/minimax and replace f.cpp with this file.
53 * http://www.boost.org/doc/libs/1_47_0/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/minimax.html
57 #include <boost/math/bindings/rr.hpp>
58 #include <boost/math/tools/polynomial.hpp>
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x)
67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x)
72 boost::math::ntl::RR f(const boost::math
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Df.cpp24 * - Goto libs/math/minimax and replace f.cpp with this file.
53 * http://www.boost.org/doc/libs/1_47_0/libs/math/doc/sf_and_dist/html/math_toolkit/toolkit/internals2/minimax.html
57 #include <boost/math/bindings/rr.hpp>
58 #include <boost/math/tools/polynomial.hpp>
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x)
67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x)
72 boost::math::ntl::RR f(const boost::math
[all...]
/external/libcxx/include/
H A Dtgmath.h18 #include <math.h>
23 #include <math.h>
/external/valgrind/main/none/tests/
H A Dfloored.c2 #include <math.h>
/external/bison/lib/
H A Dfrexpl.c22 # include <math.h>
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPoint3D.cpp26 #include <math.h>
/external/guava/guava-gwt/test/com/google/common/math/
H A DTestModuleEntryPoint.java17 package com.google.common.math;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_srgb.py42 import math namespace
49 return math.pow((x + 0.055) / 1.055, 2.4)
54 return 1.055 * math.pow(x, 0.41666) - 0.055
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_srgb.py42 import math namespace
49 return math.pow((x + 0.055) / 1.055, 2.4)
54 return 1.055 * math.pow(x, 0.41666) - 0.055
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Enumerated.java3 import java.math.BigInteger;
H A DASN1Integer.java3 import java.math.BigInteger;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DBasicAgreement.java3 import java.math.BigInteger;
H A DDSA.java3 import java.math.BigInteger;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPrivateKey.java3 import java.math.BigInteger;
H A DECPublicKey.java5 import org.bouncycastle.math.ec.ECPoint;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_psnr.c11 #include <math.h>
/external/chromium_org/third_party/libyuv/util/
H A Dssim.h16 #include <math.h> // For log10()

Completed in 631 milliseconds

1234567891011>>