Searched defs:ldexp (Results 1 - 10 of 10) sorted by relevance
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | ldexp.c | 3 double ldexp(double x, int n) in ldexp() function
|
| /third_party/musl/src/math/ |
| H A D | ldexp.c | 3 double ldexp(double x, int n) in ldexp() function
|
| /third_party/musl/src/math/i386/ |
| H A D | scalbn.s | 3 ldexp: label
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_algebraic.py | 2241 def ldexp(f, exp, bits): function [all...] |
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | tgmath.h | 178 #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 D | tgmath.h | 178 #undef ldexp macro 241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
|
| /third_party/musl/include/ |
| H A D | tgmath.h | 178 #undef ldexp macro 241 #define ldexp(x,y) __tg_real_2_1(ldexp, (x), (y)) macro
|
| /third_party/python/Lib/test/ |
| H A D | test_random.py | 736 from math import ldexp namespace
|
| H A D | test_float.py | 14 from math import isinf, isnan, copysign, ldexp namespace
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cGPUShaderFP64Tests.cpp | 12466 static T ldexp(T val, glw::GLint exp) in ldexp() function
|
Completed in 28 milliseconds