Home
last modified time | relevance | path

Searched defs:ldexp (Results 1 – 22 of 22) sorted by relevance

/external/musl/src/math/i386/
Dscalbn.s1 .global ldexp symbol
3 ldexp: label
/external/musl/src/math/
Dldexp.c3 double ldexp(double x, int n) in ldexp() function
/external/rust/crates/libm/src/math/
Dldexp.rs2 pub fn ldexp(x: f64, n: i32) -> f64 { in ldexp() function
Dmod.rs149 mod ldexp; module
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl797 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/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py1783 def ldexp(f, exp, bits): function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h796 inline _LIBCPP_HIDE_FROM_ABI float ldexp(float __x, int __e) _NOEXCEPT {return __builti… in ldexp() function
799 _LIBCPP_HIDE_FROM_ABI double ldexp(double __x, int __e) _NOEXCEPT { in ldexp() function
803 inline _LIBCPP_HIDE_FROM_ABI long double ldexp(long double __x, int __e) _NOEXCEPT {return __builti… in ldexp() function
809 ldexp(_A1 __x, int __e) _NOEXCEPT {return __builtin_ldexp((double)__x, __e);} in ldexp() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h117 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp() function
Dtgmath.h875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
/external/libcxx/include/
Dmath.h941 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/
Dtf_jitrt_math_approximation.cc140 static Value ldexp(ImplicitLocOpBuilder &builder, Value x, Value exp) { in ldexp() function
/external/musl/include/
Dtgmath.h241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp46 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp47 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp48 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp47 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
/external/ComputeLibrary/include/half/
Dhalf.hpp2626 inline half ldexp(half arg, int exp) { return functions::scalbln(arg, exp); } in ldexp() function
2627 inline half ldexp(expr arg, int exp) { return functions::scalbln(arg, exp); } in ldexp() function
/external/armnn/third-party/half/
Dhalf.hpp2628 inline half ldexp(half arg, int exp) { return functions::scalbln(arg, exp); } in ldexp() function
2629 inline half ldexp(expr arg, int exp) { return functions::scalbln(arg, exp); } in ldexp() function
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1683 static inline float ldexp (float significand, int exponent) in ldexp() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12460 static T ldexp(T val, glw::GLint exp) in ldexp() function
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp277 constexpr const ImmutableString ldexp("ldexp"); variable
DSymbolTable_autogen.cpp299 constexpr const ImmutableString ldexp("ldexp"); variable