HomeSort by relevance Sort by last modified time
    Searched refs:exp2 (Results 1 - 25 of 173) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
libcalls-d.c 4 // RUN: %clang_cc1 %s -emit-llvm -fno-math-errno -o - | grep {call.*exp2\\.f64}
5 // RUN: %clang_cc1 %s -emit-llvm -fmath-errno -o - | grep {call.*exp2}
7 // RUN: %clang_cc1 %s -emit-llvm -O3 -fno-builtin -o - | grep {call.*exp2}
12 double exp2(double);
15 return exp2(x);
  /prebuilts/go/darwin-x86/src/math/
exp2_amd64.s 7 TEXT ·Exp2(SB),NOSPLIT,$0
8 JMP ·exp2(SB)
exp2_arm.s 7 TEXT ·Exp2(SB),NOSPLIT,$0
8 B ·exp2(SB)
stubs_arm64.s 30 TEXT ·Exp2(SB),NOSPLIT,$0
31 B ·exp2(SB)
stubs_ppc64x.s 30 TEXT ·Exp2(SB),NOSPLIT,$0
31 BR ·exp2(SB)
  /prebuilts/go/linux-x86/src/math/
exp2_amd64.s 7 TEXT ·Exp2(SB),NOSPLIT,$0
8 JMP ·exp2(SB)
exp2_arm.s 7 TEXT ·Exp2(SB),NOSPLIT,$0
8 B ·exp2(SB)
stubs_arm64.s 30 TEXT ·Exp2(SB),NOSPLIT,$0
31 B ·exp2(SB)
stubs_ppc64x.s 30 TEXT ·Exp2(SB),NOSPLIT,$0
31 BR ·exp2(SB)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestExp2.rs 24 return exp2(inV);
28 return exp2(inV);
32 return exp2(inV);
36 return exp2(inV);
40 return exp2(inV);
44 return exp2(inV);
48 return exp2(inV);
52 return exp2(inV);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voicefac.c 37 Word16 tmp, exp, ener1, exp1, ener2, exp2; local
53 ener2 = extract_h(Dot_product12_asm(code, code, L_subfr, &exp2));
55 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
62 exp2 = exp2 - (exp + exp);
64 i = exp1 - exp2;
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
voice_factor.cpp 127 int16 i, tmp, exp, ener1, exp1, ener2, exp2; local
139 ener2 = extract_h(Dot_product12(code, code, L_subfr, &exp2));
145 exp2 -= (exp << 1);
147 i = exp1 - exp2;
isf_extrapolation.cpp 123 int16 exp, exp2, hi, lo; local
226 exp2 = norm_s(tmp2);
230 tmp2 <<= exp2; local
232 exp = exp2 - exp;
  /system/vold/tests/
VolumeManager_test.cpp 57 const char* exp2 = "c31b32364ce19ca8fcd150a417ecce58"; local
60 EXPECT_STREQ(exp2, dst)
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.c 97 uint32_t exp2 = Effects_exp2(nGain); local
99 if (exp2 > 32767) exp2 = 32767;
101 return (int16_t)exp2;
  /external/opencv3/modules/photo/test/
test_inpaint.cpp 68 Mat exp2 = imread(folder + "exp2.png"); local
71 if (orig.empty() || exp1.empty() || exp2.empty() || mask.empty())
104 absdiff( exp2, res2, diff2 );
  /external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp 14 * for fast exp2/log2.
34 * - For example, to compute exp2 5th order polynomial between [0, 1] do:
62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) function
77 return exp2(x);
  /external/vulkan-validation-layers/libs/glm/detail/
func_exponential.hpp 85 /// @param x exp2 function is defined for input values of x defined in the range (inf-, inf+) in the limit of the type precision.
88 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/exp2.xml">GLSL exp2 man page</a>
91 GLM_FUNC_DECL genType exp2(genType const & x);
  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs 76 *out = exp2(i);
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
unary_func.hpp 72 CV_CUDEV_EXPR_UNARY_FUNC(exp2)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
key.py 256 exp1, exp2 and coef don't have to be given, they will be calculated:
261 >>> pk.exp2
266 If you give exp1, exp2 or coef, they will be used as-is:
271 >>> pk.exp2
278 __slots__ = ('n', 'e', 'd', 'p', 'q', 'exp1', 'exp2', 'coef')
280 def __init__(self, n, e, d, p, q, exp1=None, exp2=None, coef=None):
294 self.exp2 = int(d % (q - 1))
296 self.exp2 = exp2
322 self.exp2 == other.exp2 an
    [all...]
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_math_forward_declares.h 73 __DEVICE__ double exp2(double);
74 __DEVICE__ float exp2(float);
203 using ::exp2;
  /external/deqp/framework/common/
tcuInterval.cpp 123 Interval exp2 (const Interval& x) function in namespace:tcu
  /ndk/sources/android/support/src/
math_support.c 91 __attribute__((weak)) long double exp2l(long double x) { return exp2((double)x); }
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 130 #define exp2(x) __TGMATH_REAL(x, exp2) macro

Completed in 566 milliseconds

1 2 3 4 5 6 7