Home
last modified time | relevance | path

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

12345

/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 …]
/external/trusty/musl/src/math/i386/
Dexp.s97 .global exp2 symbol
99 exp2: label
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/
Dexponential_functions.h81 inline _LIBCPP_HIDE_FROM_ABI float exp2(float __x) _NOEXCEPT { return __builtin_exp2f(__x); } in exp2() function
84 _LIBCPP_HIDE_FROM_ABI double exp2(double __x) _NOEXCEPT { in exp2() function
88 inline _LIBCPP_HIDE_FROM_ABI long double exp2(long double __x) _NOEXCEPT { return __builtin_exp2l(_… in exp2() function
91 inline _LIBCPP_HIDE_FROM_ABI double exp2(_A1 __x) _NOEXCEPT { in exp2() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/
Dexponential_functions.h81 inline _LIBCPP_HIDE_FROM_ABI float exp2(float __x) _NOEXCEPT { return __builtin_exp2f(__x); } in exp2() function
84 _LIBCPP_HIDE_FROM_ABI double exp2(double __x) _NOEXCEPT { in exp2() function
88 inline _LIBCPP_HIDE_FROM_ABI long double exp2(long double __x) _NOEXCEPT { return __builtin_exp2l(_… in exp2() function
91 inline _LIBCPP_HIDE_FROM_ABI double exp2(_A1 __x) _NOEXCEPT { in exp2() function
/external/cronet/tot/third_party/libc++/src/include/__math/
Dexponential_functions.h81 inline _LIBCPP_HIDE_FROM_ABI float exp2(float __x) _NOEXCEPT { return __builtin_exp2f(__x); } in exp2() function
84 _LIBCPP_HIDE_FROM_ABI double exp2(double __x) _NOEXCEPT { in exp2() function
88 inline _LIBCPP_HIDE_FROM_ABI long double exp2(long double __x) _NOEXCEPT { return __builtin_exp2l(_… in exp2() function
91 inline _LIBCPP_HIDE_FROM_ABI double exp2(_A1 __x) _NOEXCEPT { in exp2() function
/external/cronet/stable/third_party/libc++/src/include/__math/
Dexponential_functions.h81 inline _LIBCPP_HIDE_FROM_ABI float exp2(float __x) _NOEXCEPT { return __builtin_exp2f(__x); } in exp2() function
84 _LIBCPP_HIDE_FROM_ABI double exp2(double __x) _NOEXCEPT { in exp2() function
88 inline _LIBCPP_HIDE_FROM_ABI long double exp2(long double __x) _NOEXCEPT { return __builtin_exp2l(_… in exp2() function
91 inline _LIBCPP_HIDE_FROM_ABI double exp2(_A1 __x) _NOEXCEPT { in exp2() function
/external/arm-optimized-routines/math/
Dexp2.c78 exp2 (double x) in exp2() function
140 strong_alias (exp2, __exp2_finite) in strong_alias() argument
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/
Dexp2.c77 exp2 (double x) in exp2() function
139 strong_alias (exp2, __exp2_finite) in strong_alias() argument
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/
Dexp2.c77 exp2 (double x) in exp2() function
139 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/stable/third_party/libc++/src/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/tot/third_party/libc++/src/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/cronet/stable/third_party/libc++/src/test/support/
Dhexfloat.h43 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); in hexfloat() local
/external/cronet/tot/third_party/libc++/src/test/support/
Dhexfloat.h43 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); in hexfloat() local
/external/libcxx/test/support/
Dhexfloat.h43 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); in hexfloat() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dstr_to_float.h114 int32_t exp2 = variable
232 int32_t exp2 = variable
346 int32_t exp2 = 0; variable
773 int32_t exp2 = init_num.exponent; in binary_exp_to_float() local
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dstr_to_float.h114 int32_t exp2 = variable
232 int32_t exp2 = variable
346 int32_t exp2 = 0; variable
773 int32_t exp2 = init_num.exponent; in binary_exp_to_float() local
/external/llvm-libc/src/__support/
Dstr_to_float.h114 int32_t exp2 = exp10_to_exp2(exp10) + FPBits::STORAGE_LEN + FPBits::EXP_BIAS - variable
232 int32_t exp2 = variable
346 int32_t exp2 = 0; variable
773 int32_t exp2 = init_num.exponent; in binary_exp_to_float() local
/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
Dqasymm8.cpp37 template <typename T> T exp2(T val) { return ::exp2(val); } in exp2() function
/external/rust/android-crates-io/crates/libm/src/math/
Dexp2.rs326 pub fn exp2(mut x: f64) -> f64 { in exp2() function
/external/aws-sdk-java-v2/services/cloudfront/src/main/java/software/amazon/awssdk/services/cloudfront/internal/auth/
DRsa.java146 BigInteger exp2 = parser.read().getInteger(); in newRsaPrivateCrtKeySpec() local
/external/trusty/musl/src/math/
Dexp2.c70 double exp2(double x) in exp2() function
/external/virglrenderer/src/mesa/compat/
Dc99_math.h111 exp2(double d) in exp2() function

12345