/external/musl/src/math/i386/ |
D | scalbn.s | 1 .global ldexp symbol 3 ldexp: label
|
/external/trusty/musl/src/math/i386/ |
D | scalbn.s | 1 .global ldexp symbol 3 ldexp: label
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/ |
D | exponential_functions.h | 63 inline _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT { return __builtin_ldexpf(__… in ldexp() function 66 _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT { in ldexp() function 70 inline _LIBCPP_HIDE_FROM_ABI long double ldexp(long double __x, int __e) _NOEXCEPT { in ldexp() function 75 inline _LIBCPP_HIDE_FROM_ABI double ldexp(_A1 __x, int __e) _NOEXCEPT { in ldexp() function
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/ |
D | exponential_functions.h | 63 inline _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT { return __builtin_ldexpf(__… in ldexp() function 66 _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT { in ldexp() function 70 inline _LIBCPP_HIDE_FROM_ABI long double ldexp(long double __x, int __e) _NOEXCEPT { in ldexp() function 75 inline _LIBCPP_HIDE_FROM_ABI double ldexp(_A1 __x, int __e) _NOEXCEPT { in ldexp() function
|
/external/cronet/tot/third_party/libc++/src/include/__math/ |
D | exponential_functions.h | 63 inline _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT { return __builtin_ldexpf(__… in ldexp() function 66 _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT { in ldexp() function 70 inline _LIBCPP_HIDE_FROM_ABI long double ldexp(long double __x, int __e) _NOEXCEPT { in ldexp() function 75 inline _LIBCPP_HIDE_FROM_ABI double ldexp(_A1 __x, int __e) _NOEXCEPT { in ldexp() function
|
/external/cronet/stable/third_party/libc++/src/include/__math/ |
D | exponential_functions.h | 63 inline _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT { return __builtin_ldexpf(__… in ldexp() function 66 _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT { in ldexp() function 70 inline _LIBCPP_HIDE_FROM_ABI long double ldexp(long double __x, int __e) _NOEXCEPT { in ldexp() function 75 inline _LIBCPP_HIDE_FROM_ABI double ldexp(_A1 __x, int __e) _NOEXCEPT { in ldexp() function
|
/external/trusty/musl/src/math/ |
D | ldexp.c | 3 double ldexp(double x, int n) in ldexp() function
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | ldexp.rs | 2 pub fn ldexp(x: f64, n: i32) -> f64 { in ldexp() function
|
D | mod.rs | 149 mod ldexp; module
|
/external/musl/src/math/ |
D | ldexp.c | 3 double ldexp(double x, int n) in ldexp() function
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_common.inl | 797 GLM_FUNC_QUALIFIER genType ldexp(genType const & x, int const & exp) function 805 GLM_FUNC_QUALIFIER tvec1<T, P> ldexp(tvec1<T, P> const & x, tvec1<int, P> const & exp) function 814 GLM_FUNC_QUALIFIER tvec2<T, P> ldexp(tvec2<T, P> const & x, tvec2<int, P> const & exp) function 824 GLM_FUNC_QUALIFIER tvec3<T, P> ldexp(tvec3<T, P> const & x, tvec3<int, P> const & exp) function 835 GLM_FUNC_QUALIFIER tvec4<T, P> ldexp(tvec4<T, P> const & x, tvec4<int, P> const & exp) function
|
/external/sdv/vsomeip/third_party/boost/container_hash/include/boost/container_hash/detail/ |
D | hash_float.hpp | 149 boost::hash_detail::call_ldexp<T> ldexp; in float_hash_impl2() local
|
/external/pytorch/torch/_numpy/ |
D | _ufuncs.py | 149 def ldexp( function
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 117 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp() function
|
/external/libcxx/include/ |
D | math.h | 941 inline _LIBCPP_INLINE_VISIBILITY float ldexp(float __lcpp_x, int __lcpp_e) _NOEXCEPT {r… in ldexp() function 942 inline _LIBCPP_INLINE_VISIBILITY long double ldexp(long double __lcpp_x, int __lcpp_e) _NOEXCEPT {r… in ldexp() function 948 ldexp(_A1 __lcpp_x, int __lcpp_e) _NOEXCEPT {return ::ldexp((double)__lcpp_x, __lcpp_e);} in ldexp() function
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/ |
D | tf_jitrt_math_approximation.cc | 140 static Value ldexp(ImplicitLocOpBuilder &builder, Value x, Value exp) { in ldexp() function
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_algebraic.py | 2858 def ldexp(f, exp, bits): function
|
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/ |
D | nvptx.h | 53 LIBC_INLINE double ldexp(double x, int i) { return __nv_ldexp(x, i); } in ldexp() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/ |
D | nvptx.h | 53 LIBC_INLINE double ldexp(double x, int i) { return __nv_ldexp(x, i); } in ldexp() function
|
/external/llvm-libc/src/math/nvptx/ |
D | nvptx.h | 53 LIBC_INLINE double ldexp(double x, int i) { return __nv_ldexp(x, i); } in ldexp() function
|
/external/trusty/musl/include/ |
D | tgmath.h | 241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
|
/external/musl/include/ |
D | tgmath.h | 241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 46 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 48 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
|
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 55 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
|