/external/llvm/test/CodeGen/ARM/ |
vfloatintrinsics.ll | 44 ; CHECK: test_v2f32.exp2: 45 define %v2f32 @test_v2f32.exp2(%v2f32 %a) { 47 %1 = call %v2f32 @llvm.exp2.v2f32(%v2f32 %a) 117 declare %v2f32 @llvm.exp2.v2f32(%v2f32) #0 168 ; CHECK: test_v4f32.exp2: 169 define %v4f32 @test_v4f32.exp2(%v4f32 %a) { 171 %1 = call %v4f32 @llvm.exp2.v4f32(%v4f32 %a) 241 declare %v4f32 @llvm.exp2.v4f32(%v4f32) #0 292 ; CHECK: test_v2f64.exp2: 293 define %v2f64 @test_v2f64.exp2(%v2f64 %a) [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_exp2.c | 51 /* exp2(z + eps) eps */ 311 * exp2(x): compute the base 2 exponential of x 319 * Thus we have exp2(x) = 2**k * exp2(y). 323 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]), 326 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via 329 * exp2t[i] = exp2(i/TBLSIZE + eps[i]), and eps[i] is a small offset suc 342 exp2(double x) function [all...] |
/prebuilts/go/darwin-x86/src/math/ |
exp.go | 132 // Exp2 returns 2**x, the base-2 exponential of x. 135 func Exp2(x float64) float64 137 func exp2(x float64) float64 {
|
/prebuilts/go/linux-x86/src/math/ |
exp.go | 132 // Exp2 returns 2**x, the base-2 exponential of x. 135 func Exp2(x float64) float64 137 func exp2(x float64) float64 {
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_exp2l.c | 332 * Thus we have exp2(x) = 2**k * exp2(y). 336 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]), 339 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via 342 * exp2t[i] = exp2(i/TBLSIZE + eps[i]), and eps[i] is a small offset such 413 /* Compute r = exp2(y) = exp2t[i0] * p(z - eps[i]). */
|
/external/llvm/test/CodeGen/Thumb2/ |
float-intrinsics-double.ll | 62 declare double @llvm.exp2.f64(double %Val) 65 ; SOFT: {{(bl|b)}} exp2 66 ; HARD: b exp2 67 %1 = call double @llvm.exp2.f64(double %a)
|
/external/llvm/test/CodeGen/X86/ |
avx512er-intrinsics.ll | 54 %res = call <16 x float> @llvm.x86.avx512.exp2.ps(<16 x float> %a0, <16 x float> zeroinitializer, i16 -1, i32 8) 57 declare <16 x float> @llvm.x86.avx512.exp2.ps(<16 x float>, <16 x float>, i16, i32) nounwind readnone 61 %res = call <8 x double> @llvm.x86.avx512.exp2.pd(<8 x double> %a0, <8 x double> zeroinitializer, i8 -1, i32 8) 64 declare <8 x double> @llvm.x86.avx512.exp2.pd(<8 x double>, <8 x double>, i8, i32) nounwind readnone
|
/external/llvm/test/Transforms/InstCombine/ |
pow-1.ll | 35 ; Check pow(2.0, x) -> exp2(x). 48 ; CHECK-NEXT: [[EXP2:%[a-z0-9]+]] = call double @exp2(double %x) [[NUW_RO]] 50 ; CHECK-NEXT: ret double [[EXP2]]
|
/external/mesa3d/src/glsl/builtins/profiles/ |
110.glsl | 68 float exp2(float x); 69 vec2 exp2(vec2 x); 70 vec3 exp2(vec3 x); 71 vec4 exp2(vec4 x);
|
120.glsl | 68 float exp2(float x); 69 vec2 exp2(vec2 x); 70 vec3 exp2(vec3 x); 71 vec4 exp2(vec4 x);
|
/frameworks/compile/slang/tests/P_math_fp/ |
math_fp.rs | 95 TEST_FUNC_1(exp2);
|
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/ |
MathErr.java | 67 android.util.Log.v("err", "testing exp2");
|
/external/llvm/test/Transforms/ConstProp/ |
calls.ll | 12 declare double @exp2(double) 84 %8 = call double @exp2(double 3.000000e+00) 174 %E = call double @exp2(double 4.0)
|
/bionic/libm/ |
libm.arm.map | 100 exp2;
|
libm.map.txt | 99 exp2;
|
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
unary_func.hpp | 72 CV_CUDEV_EXPR_UNARY_FUNC(exp2)
|
/external/valgrind/massif/tests/ |
Makefile.am | 30 one.post.exp one.post.exp2 one.stderr.exp one.vgtest \
|
/external/valgrind/none/tests/s390x/ |
Makefile.am | 38 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
fast_exponential.hpp | 78 /// Faster than the common exp2 function but less accurate.
|
/external/webrtc/webrtc/common_audio/vad/ |
vad_gmm.c | 66 // ~= exp2(-log2(exp(1)) * |tmp32|).
|
/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;
|
/external/deqp/framework/delibs/debase/ |
deInt32Test.c | 122 /* dePop32(): Check exp2(N) values and inverses. */ 129 /* Check exp2(N) values. */
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 141 #define exp2(x) __TGMATH_REAL(x, exp2) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 141 #define exp2(x) __TGMATH_REAL(x, exp2) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
math-finite.h | 95 /* exp2. */ 96 extern double __REDIRECT_NTH (exp2, (double), __exp2_finite);
|