Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
Dscalbn.s1 .global ldexp symbol
3 ldexp: label
/third_party/musl/porting/liteos_a/kernel/src/math/
Dldexp.c3 double ldexp(double x, int n) in ldexp() function
/third_party/musl/src/math/
Dldexp.c3 double ldexp(double x, int n) in ldexp() function
/third_party/skia/third_party/externals/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
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py2241 def ldexp(f, exp, bits): function
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1683 static inline float ldexp (float significand, int exponent) in ldexp() function
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12466 static T ldexp(T val, glw::GLint exp) in ldexp() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp2113 constexpr const ImmutableString ldexp("ldexp"); variable
DSymbolTable_autogen.cpp3289 constexpr const ImmutableString ldexp("ldexp"); variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34712 ldexp(float __x, int __exp) in ldexp() function
34716 ldexp(long double __x, int __exp) in ldexp() function
34724 ldexp(_Tp __x, int __exp) in ldexp() function