Home
last modified time | relevance | path

Searched defs:ldexp (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dldexp.c3 double ldexp(double x, int n) in ldexp() function
/third_party/musl/src/math/
H A Dldexp.c3 double ldexp(double x, int n) in ldexp() function
/third_party/musl/src/math/i386/
H A Dscalbn.s3 ldexp: label
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py2241 def ldexp(f, exp, bits): function
[all...]
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h178 #undef ldexp macro
241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h178 #undef ldexp macro
241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
/third_party/musl/include/
H A Dtgmath.h178 #undef ldexp macro
241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
/third_party/python/Lib/test/
H A Dtest_random.py736 from math import ldexp namespace
H A Dtest_float.py14 from math import isinf, isnan, copysign, ldexp namespace
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12466 static T ldexp(T val, glw::GLint exp) in ldexp() function

Completed in 32 milliseconds