/external/libnetfilter_conntrack/src/expect/ |
D | compare.c | 15 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/ |
D | exp.s | 97 .global exp2 symbol 99 exp2: label
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/ |
D | exponential_functions.h | 81 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/ |
D | exponential_functions.h | 81 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/ |
D | exponential_functions.h | 81 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/ |
D | exponential_functions.h | 81 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/ |
D | exp2.c | 78 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/ |
D | exp2.c | 77 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/ |
D | exp2.c | 77 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/ |
D | bind_return_type.pass.cpp | 68 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/ |
D | bind_return_type.pass.cpp | 68 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/ |
D | bind_return_type.pass.cpp | 68 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/ |
D | func_exponential.inl | 93 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/ |
D | f.cpp | 62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) in exp2() function
|
/external/cronet/stable/third_party/libc++/src/test/support/ |
D | hexfloat.h | 43 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); in hexfloat() local
|
/external/cronet/tot/third_party/libc++/src/test/support/ |
D | hexfloat.h | 43 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); in hexfloat() local
|
/external/libcxx/test/support/ |
D | hexfloat.h | 43 int exp2 = -static_cast<int>(Digits - CountLeadingZeros(m0)/4*4); in hexfloat() local
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/ |
D | str_to_float.h | 114 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/ |
D | str_to_float.h | 114 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/ |
D | str_to_float.h | 114 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/ |
D | qasymm8.cpp | 37 template <typename T> T exp2(T val) { return ::exp2(val); } in exp2() function
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | exp2.rs | 326 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/ |
D | Rsa.java | 146 BigInteger exp2 = parser.read().getInteger(); in newRsaPrivateCrtKeySpec() local
|
/external/trusty/musl/src/math/ |
D | exp2.c | 70 double exp2(double x) in exp2() function
|
/external/virglrenderer/src/mesa/compat/ |
D | c99_math.h | 111 exp2(double d) in exp2() function
|