Home
last modified time | relevance | path

Searched defs:exp2 (Results 1 – 25 of 63) 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/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/arm-optimized-routines/math/
Dexp2.c76 exp2 (double x) in exp2() function
138 strong_alias (exp2, __exp2_finite) in strong_alias() argument
/external/llvm-project/libc/AOR_v20.02/math/
Dexp2.c77 exp2 (double x) in exp2() function
139 strong_alias (exp2, __exp2_finite) in strong_alias() argument
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dbind_return_type.pass.cpp67 Expect exp2 = ret(101, 102); in do_test() local
106 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/llvm-project/libcxx/test/support/
Dhexfloat.h42 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); in hexfloat() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cse_test.cc229 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
435 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
466 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
549 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local
/external/rust/crates/libm/src/math/
Dexp2.rs326 pub fn exp2(mut x: f64) -> f64 { in exp2() function
Dmod.rs102 mod exp2; module
/external/mesa3d/include/
Dc99_math.h111 exp2(double d) in exp2() function
/external/swiftshader/src/Common/
DMath.hpp147 inline float exp2(float x) in exp2() function
152 inline int exp2(int x) in exp2() function
/external/deqp/framework/common/
DtcuInterval.cpp123 Interval exp2 (const Interval& x) in exp2() function
/external/rust/crates/quiche/src/
Doctets.rs1102 let mut exp2 = b"world".to_vec(); in split_at() localVariable
1113 let mut exp2 = b"".to_vec(); in split_at() localVariable
1124 let mut exp2 = b"d".to_vec(); in split_at() localVariable
/external/llvm-project/polly/lib/External/isl/
Disl_lp.c260 int *exp2 = NULL; in isl_basic_set_opt_lp_val_aligned() local
Disl_local_space.c737 __isl_keep isl_mat *div2, int *exp1, int *exp2) in isl_merge_divs()
813 int *exp2 = NULL; in isl_local_space_intersect() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc309 auto exp2 = builder.AddInstruction( in TEST_F() local
/external/rust/crates/num-traits/src/
Dfloat.rs1350 fn exp2(self) -> Self; in exp2() method
2021 fn exp2(self) -> Self { in exp2() method
2156 fn exp2(self) -> Self { in exp2() method
Dreal.rs320 fn exp2(self) -> Self; in exp2() method
/external/llvm-project/libcxx/include/
Dmath.h1149 inline _LIBCPP_INLINE_VISIBILITY float exp2(float __lcpp_x) _NOEXCEPT {return ::exp2f(_… in exp2() function
1150 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x) _NOEXCEPT {return ::exp2l(_… in exp2() function
1155 exp2(_A1 __lcpp_x) _NOEXCEPT {return ::exp2((double)__lcpp_x);} in exp2() function
/external/libcxx/include/
Dmath.h1153 inline _LIBCPP_INLINE_VISIBILITY float exp2(float __lcpp_x) _NOEXCEPT {return ::exp2f(_… in exp2() function
1154 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x) _NOEXCEPT {return ::exp2l(_… in exp2() function
1159 exp2(_A1 __lcpp_x) _NOEXCEPT {return ::exp2((double)__lcpp_x);} in exp2() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dnumbers.cc408 int exp2; in SplitToSix() local

123