Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py467 def ldexp(f, exp, bits): 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/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp46 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/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1723 static inline float ldexp (float significand, int exponent) in ldexp() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp391 static inline float ldexp (float significand, int exponent) in ldexp() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12483 static T ldexp(T val, glw::GLint exp) in ldexp() function