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

1 2 3 4 5 6 7 8 91011>>

  /external/libnetfilter_conntrack/src/expect/
compare.c 15 const struct nf_expect *exp2,
18 const struct nf_expect *exp2,
22 int b = test_bit(attr, exp2->set);
25 return cmp(exp1, exp2, flags);
38 cmp_exp_master(const struct nf_expect *exp1, const struct nf_expect *exp2,
42 (struct nf_conntrack *)&exp2->master, flags);
46 cmp_exp_expected(const struct nf_expect *exp1, const struct nf_expect *exp2,
50 (struct nf_conntrack *)&exp2->expected, flags);
54 cmp_exp_mask(const struct nf_expect *exp1, const struct nf_expect *exp2,
58 (struct nf_conntrack *)&exp2->mask, flags)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
exp2.glsl 3 ; FUNC-LABEL: {{^}}@exp2:
9 #shader fs exp2
13 gl_FragColor.x = exp2(f);
  /external/swiftshader/third_party/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/CodeGen/ARM/
log2_not_readnone.ll 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared
7 declare double @exp2(double)
12 ; CHECK: bl exp2
13 %2 = call double @exp2(double 0.000000e+00)
  /external/llvm/test/CodeGen/X86/
log2_not_readnone.ll 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared
7 declare double @exp2(double)
12 ; CHECK: calll exp2
13 %2 = call double @exp2(double 0.000000e+00)
  /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);
  /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)
export_test.go 9 var Exp2Go = exp2
  /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)
export_test.go 9 var Exp2Go = exp2
  /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);
  /external/llvm/test/Transforms/InstCombine/
exp2-2.ll 1 ; Test that the exp2 library call simplifier works correctly.
7 declare float @exp2(double)
9 ; Check that exp2 functions with the wrong prototype aren't simplified.
14 %ret = call float @exp2(double %conv)
15 ; CHECK: call float @exp2(double %conv)
exp2-1.ll 1 ; Test that the exp2 library call simplifier works correctly.
9 declare double @exp2(double)
12 ; Check exp2(sitofp(x)) -> ldexp(1.0, sext(x)).
17 %ret = call double @exp2(double %conv)
25 %ret = call double @exp2(double %conv)
33 %ret = call double @exp2(double %conv)
46 ; Check exp2(uitofp(x)) -> ldexp(1.0, zext(x)).
51 %ret = call double @exp2(double %conv)
52 ; CHECK: call double @exp2
59 %ret = call double @exp2(double %conv
    [all...]
log-pow-nofastmath.ll 17 %call2 = call double @exp2(double %x)
23 ; CHECK: %call2 = call double @exp2(double %x)
29 declare double @exp2(double)
  /external/swiftshader/third_party/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...]
  /external/libcxx/test/std/utilities/utility/pairs/pair.astuple/
tuple_element.pass.cpp 23 typedef T2 Exp2;
26 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
30 typedef T2 const Exp2;
33 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
37 typedef T2 volatile Exp2;
40 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
44 typedef T2 const volatile Exp2;
47 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/pairs/pair.astuple/
tuple_element.pass.cpp 23 typedef T2 Exp2;
26 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
30 typedef T2 const Exp2;
33 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
37 typedef T2 volatile Exp2;
40 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
44 typedef T2 const volatile Exp2;
47 static_assert((std::is_same<typename std::tuple_element<1, P>::type, Exp2>::value), "");
  /external/e2fsprogs/tests/f_super_bad_csum/
script 18 EXP2=$test_dir/expect.2
25 if cmp -s $EXP1 $OUT1 && cmp -s $EXP2 $OUT2; then
31 diff -u $EXP2 $OUT2 >> $test_name.failed
33 unset EXP1 OUT1 EXP2 OUT2 FSCK_OPT IMAGE
  /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;
  /external/e2fsprogs/tests/f_boundscheck/
script 18 EXP2=$test_dir/expect.2
25 if cmp -s $EXP1 $OUT1 && cmp -s $EXP2 $OUT2; then
31 diff -u $EXP2 $OUT2 >> $test_name.failed
  /external/e2fsprogs/tests/f_itable_collision/
script 23 EXP2=$test_dir/expect.2
30 if cmp -s $EXP1 $OUT1 && cmp -s $EXP2 $OUT2; then
36 diff -u $EXP2 $OUT2 >> $test_name.failed
  /external/e2fsprogs/tests/j_recover_csum2_32bit/
script 17 EXP2=$test_dir/expect.2
24 if cmp -s $EXP1 $OUT1 && cmp -s $EXP2 $OUT2; then
30 diff -u $EXP2 $OUT2 >> $test_name.failed
  /external/e2fsprogs/tests/j_recover_csum2_64bit/
script 17 EXP2=$test_dir/expect.2
24 if cmp -s $EXP1 $OUT1 && cmp -s $EXP2 $OUT2; then
30 diff -u $EXP2 $OUT2 >> $test_name.failed

Completed in 1039 milliseconds

1 2 3 4 5 6 7 8 91011>>