/third_party/musl/porting/liteos_m/kernel/src/math/ |
H A D | frexp.c | 4 double frexp(double x, int *e) in frexp() function
|
/third_party/musl/src/math/ |
H A D | frexp.c | 4 double frexp(double x, int *e) in frexp() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | frexp.c | 4 double frexp(double x, int *e) in frexp() function
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
H A D | frexp.c | 4 double frexp(double x, int *e) in frexp() function
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_mathlib.h | 396 static inline float frexp(float v, int* expo) in frexp() function
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 175 #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 D | tgmath.h | 175 #undef frexp macro 238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 175 #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 D | APFloat.h | 1095 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 1666 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 D | APFloat.h | 1225 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 2115 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 D | gl4cGPUShaderFP64Tests.cpp | 12414 static T frexp(T val, glw::GLint& exp) in frexp() function
|