Searched defs:ldexp (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_algebraic.py | 429 def ldexp(f, exp, bits): function
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_common.inl | 972 GLM_FUNC_QUALIFIER genType ldexp function 986 GLM_FUNC_QUALIFIER detail::tvec2<T, P> ldexp function 1002 GLM_FUNC_QUALIFIER detail::tvec3<T, P> ldexp function 1019 GLM_FUNC_QUALIFIER detail::tvec4<T, P> ldexp 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/libcxx/include/ |
D | math.h | 921 inline _LIBCPP_INLINE_VISIBILITY float ldexp(float __lcpp_x, int __lcpp_e) _NOEXCEPT {r… in ldexp() function 922 inline _LIBCPP_INLINE_VISIBILITY long double ldexp(long double __lcpp_x, int __lcpp_e) _NOEXCEPT {r… in ldexp() function 928 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 | 45 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 47 Ambiguous ldexp(Ambiguous, int){ return Ambiguous(); } in ldexp() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 1723 static inline float ldexp (float significand, int exponent) in ldexp() function
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 391 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
|