/external/rust/crates/libm/src/math/ |
D | ldexp.rs | 2 pub fn ldexp(x: f64, n: i32) -> f64 { in ldexp() function
|
D | mod.rs | 133 mod ldexp; module
|
/external/llvm-project/libc/src/math/ |
D | ldexp.cpp | 14 double LLVM_LIBC_ENTRYPOINT(ldexp)(double x, int exp) { in LLVM_LIBC_ENTRYPOINT() argument
|
/external/llvm-project/libc/utils/FPUtil/ |
D | ManipulationFunctions.h | 121 static inline T ldexp(T x, int exp) { 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/mesa3d/src/compiler/nir/ |
D | nir_opt_algebraic.py | 1783 def ldexp(f, exp, bits): function
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 117 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp() function
|
D | tgmath.h | 875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
|
/external/llvm-project/libcxx/include/ |
D | math.h | 937 inline _LIBCPP_INLINE_VISIBILITY float ldexp(float __lcpp_x, int __lcpp_e) _NOEXCEPT {r… in ldexp() function 938 inline _LIBCPP_INLINE_VISIBILITY long double ldexp(long double __lcpp_x, int __lcpp_e) _NOEXCEPT {r… in ldexp() function 944 ldexp(_A1 __lcpp_x, int __lcpp_e) _NOEXCEPT {return ::ldexp((double)__lcpp_x, __lcpp_e);} in ldexp() function
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 155 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp() function
|
D | __clang_cuda_math.h | 154 __DEVICE__ double ldexp(double __a, int __b) { return __nv_ldexp(__a, __b); } in ldexp() function
|
D | tgmath.h | 868 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y) macro
|
/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/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 46 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 47 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
|
/external/llvm-project/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/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 1683 static inline float ldexp (float significand, int exponent) in ldexp() function
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12483 static T ldexp(T val, glw::GLint exp) in ldexp() function
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 2100 constexpr const ImmutableString ldexp("ldexp"); variable
|
D | SymbolTable_autogen.cpp | 3282 constexpr const ImmutableString ldexp("ldexp"); variable
|