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

1 2 3 4 5 6 7

  /external/mesa3d/src/glsl/builtins/ir/
exp2 1 ((function exp2
5 ((return (expression float exp2 (var_ref arg0)))))
10 ((return (expression vec2 exp2 (var_ref arg0)))))
15 ((return (expression vec3 exp2 (var_ref arg0)))))
20 ((return (expression vec4 exp2 (var_ref arg0)))))
  /external/llvm/test/CodeGen/XCore/
exp2.ll 3 ; RUN: grep "bl exp2" %t1.s | count 2
4 declare double @llvm.exp2.f64(double)
7 %result = call double @llvm.exp2.f64(double %F)
11 declare float @llvm.exp2.f32(float)
14 %result = call float @llvm.exp2.f32(float %F)
  /external/llvm/test/FrontendC/
libcalls-d.c 4 // RUN: %llvmgcc %s -S -fno-math-errno -O0 -o - | grep {call.*exp2\\.f64}
5 // RUN: %llvmgcc %s -S -fmath-errno -O0 -o - | grep {call.*exp2}
7 // RUN: %llvmgcc %s -S -O3 -fno-builtin -o - | grep {call.*exp2}
9 double exp2(double);
12 return exp2(x);
libcalls-ld.c 4 // RUN: %llvmgcc %s -S -fno-math-errno -O0 -o - | grep {call.*exp2\\..*f}
libcalls.c 4 // RUN: %llvmgcc %s -S -fno-math-errno -O0 -o - | grep {call.*exp2\\.f32}
  /external/llvm/test/Transforms/SimplifyLibCalls/
exp2.ll 10 %exp2 = tail call double @exp2( double %tmp12 ) ; <double> [#uses=1]
11 ret double %exp2
26 %exp2 = tail call double @exp2( double %tmp12 ) ; <double> [#uses=1]
27 ret double %exp2
33 %exp2 = tail call double @exp2( double %tmp12 ) ; <double> [#uses=1]
34 ret double %exp2
37 declare double @exp2(double
    [all...]
pow2.ll 35 %Y = call float @powf(float 2.0, float %X) ;; exp2
  /external/e2fsprogs/tests/
run_e2fsck 33 if [ "$EXP2"x = x ]; then
35 EXP2=tmp_expect
36 gunzip < $test_dir/expect.2.gz > $EXP2
38 EXP2=$test_dir/expect.2
75 cmp -s $OUT2 $EXP2
88 diff $DIFF_OPTS $EXP2 $OUT2 >> $test_name.failed
95 unset IMAGE FSCK_OPT SECOND_FSCK_OPT OUT1 OUT2 EXP1 EXP2
  /frameworks/base/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;
  /external/e2fsprogs/tests/f_dup_de/
script 7 EXP2=$test_dir/expect-nohtree.2
  /bionic/libm/src/
s_exp2f.c 73 * Thus we have exp2f(x) = 2**k * exp2(y).
77 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z),
80 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z) via a
125 /* Compute r = exp2(y) = exp2ft[i0] * p(z). */
s_exp2.c 47 /* exp2(z + eps) eps */
307 * exp2(x): compute the base 2 exponential of x
315 * Thus we have exp2(x) = 2**k * exp2(y).
319 * Thus we have exp2(y) = exp2(i/TBLSIZE) * exp2(z - eps[i]),
322 * We compute exp2(i/TBLSIZE) via table lookup and exp2(z - eps[i]) via
325 * exp2t[i] = exp2(i/TBLSIZE + eps[i]), and eps[i] is a small offset suc
338 exp2(double x) function
    [all...]
  /external/valgrind/main/memcheck/tests/linux/
Makefile.am 13 stack_changes.stdout.exp2 stack_changes.vgtest \
  /frameworks/base/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/llvm/test/CodeGen/ARM/
2009-08-21-PostRAKill3.ll 19 %exp2 = call double @ldexp(double 1.000000e+00, i32 %level) nounwind ; <double> [#uses=1]
20 %.c = fptosi double %exp2 to i32 ; <i32> [#uses=1]
  /external/llvm/test/CodeGen/X86/
limited-prec.ll 20 %0 = call float @llvm.exp2.f32(float %x) ; <float> [#uses=1]
24 declare float @llvm.exp2.f32(float) nounwind readonly
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /system/vold/tests/
VolumeManager_test.cpp 57 const char* exp2 = "c31b32364ce19ca8fcd150a417ecce58"; local
60 EXPECT_STREQ(exp2, dst)
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 109 exp2
  /development/ndk/platforms/android-9/arch-x86/symbols/
libm.so.functions.txt 64 exp2
  /external/llvm/test/Transforms/ConstProp/
calls.ll 10 declare double @exp2(double)
25 %E = call double @exp2(double 4.0)
  /bionic/libm/man/
exp.3 42 .Nm exp2 ,
64 .Fn exp2 "double x"
98 .Fn exp2
147 .Fn exp2 integer ,
  /external/mesa3d/src/glsl/builtins/profiles/
100.frag 68 float exp2(float x);
69 vec2 exp2(vec2 x);
70 vec3 exp2(vec3 x);
71 vec4 exp2(vec4 x);
100.vert 68 float exp2(float x);
69 vec2 exp2(vec2 x);
70 vec3 exp2(vec3 x);
71 vec4 exp2(vec4 x);
110.frag 68 float exp2(float x);
69 vec2 exp2(vec2 x);
70 vec3 exp2(vec3 x);
71 vec4 exp2(vec4 x);

Completed in 458 milliseconds

1 2 3 4 5 6 7