Home
last modified time | relevance | path

Searched defs:frexp (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/third_party/musl/src/math/
H A Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/third_party/astc-encoder/Source/
H A Dastcenc_mathlib.h396 static inline float frexp(float v, int* expo) in frexp() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h175 #undef frexp macro
238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h175 #undef frexp macro
238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
/third_party/musl/include/
H A Dtgmath.h175 #undef frexp macro
238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h1095 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp1666 static inline void frexp (float in, float* significand, int* exponent) in frexp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h1225 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c2115 bi_index frexp = bi_frexpe_f32(b, s0, true, false); in bi_flog2_32() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12414 static T frexp(T val, glw::GLint& exp) in frexp() function

Completed in 38 milliseconds