Home
last modified time | relevance | path

Searched defs:exp2 (Results 1 – 25 of 67) sorted by relevance

123

/external/libnetfilter_conntrack/src/expect/
Dcompare.c15 const struct nf_expect *exp2, in exp_cmp()
38 cmp_exp_master(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_master()
46 cmp_exp_expected(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_expected()
54 cmp_exp_mask(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_mask()
63 cmp_exp_zone(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_zone()
70 cmp_exp_flags(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_flags()
77 cmp_exp_hname(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_hname()
84 cmp_exp_class(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_class()
91 cmp_exp_natt(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_natt()
100 cmp_exp_natdir(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_natdir()
[all …]
Dapi.c126 int nfexp_cmp(const struct nf_expect *exp1, const struct nf_expect *exp2, in nfexp_cmp()
/external/arm-optimized-routines/math/
Dexp2.c76 exp2 (double x) in exp2() function
138 strong_alias (exp2, __exp2_finite) in strong_alias() argument
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp68 Expect exp2 = ret(101, 102); in do_test() local
107 Expect exp2 = ret(101, 102); in do_test_r() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp68 Expect exp2 = ret(101, 102); in do_test() local
107 Expect exp2 = ret(101, 102); in do_test_r() local
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_exponential.inl93 GLM_FUNC_QUALIFIER genType exp2(genType x) function
101 GLM_FUNC_QUALIFIER vecType<T, P> exp2(vecType<T, P> const & x) function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Df.cpp62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) in exp2() function
/external/libcxx/test/support/
Dhexfloat.h43 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); in hexfloat() local
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dhexfloat.h42 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); in hexfloat() local
/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
Dqasymm8.cpp37 template <typename T> T exp2(T val) { return ::exp2(val); } in exp2() function
Dqsymm8.cpp36 template <typename T> T exp2(T val) { return ::exp2(val); } in exp2() function
/external/rust/crates/libm/src/math/
Dexp2.rs326 pub fn exp2(mut x: f64) -> f64 { in exp2() function
Dmod.rs118 mod exp2; module
/external/mesa3d/include/
Dc99_math.h111 exp2(double d) in exp2() function
/external/virglrenderer/src/mesa/compat/
Dc99_math.h111 exp2(double d) in exp2() function
/external/musl/src/math/
Dexp2.c70 double exp2(double x) in exp2() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cse_test.cc198 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
413 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
444 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
527 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
Dhlo_instruction_test.cc191 auto exp2 = builder.AddInstruction( in TEST_F() local
671 auto exp2 = builder.AddInstruction( in TEST_F() local
692 auto exp2 = builder.AddInstruction( in TEST_F() local
739 auto exp2 = builder.AddInstruction( in TEST_F() local
759 auto exp2 = builder.AddInstruction( in TEST_F() local
/external/deqp/framework/common/
DtcuInterval.cpp123 Interval exp2 (const Interval& x) in exp2() function
/external/zucchini/
Dreloc_win32_unittest.cc139 Units exp2 = {{10, kBlock0 + 36U, 0x24000U}, {10, kBlock0 + 38U, 0x24010U}, in TEST_F() local
/external/pdfium/xfa/fxfa/formcalc/
Dcxfa_fmexpression.cpp239 const CXFA_FMSimpleExpression* exp2 = GetSecondExpression(); in ToJavaScript() local
596 CXFA_FMSimpleExpression* exp2 = GetSecondExpression(); in ToJavaScript() local
680 CXFA_FMSimpleExpression* exp2 = GetSecondExpression(); in ToJavaScript() local
/external/rust/crates/octets/src/
Dlib.rs1125 let mut exp2 = b"world".to_vec(); in split_at() localVariable
1136 let mut exp2 = b"".to_vec(); in split_at() localVariable
1147 let mut exp2 = b"d".to_vec(); in split_at() localVariable
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc308 auto exp2 = builder.AddInstruction( in TEST_F() local
/external/rust/crates/num-traits/src/
Dreal.rs320 fn exp2(self) -> Self; in exp2() method
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h1100 inline _LIBCPP_HIDE_FROM_ABI float exp2(float __x) _NOEXCEPT {return __builtin_exp2f(__… in exp2() function
1103 _LIBCPP_HIDE_FROM_ABI double exp2(double __x) _NOEXCEPT { in exp2() function
1107 inline _LIBCPP_HIDE_FROM_ABI long double exp2(long double __x) _NOEXCEPT {return __builtin_exp2l(__… in exp2() function
1112 exp2(_A1 __x) _NOEXCEPT {return __builtin_exp2((double)__x);} in exp2() function

123