Home
last modified time | relevance | path

Searched defs:frexp (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/third_party/musl/porting/uniproton/kernel/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/third_party/musl/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl748 GLM_FUNC_QUALIFIER genType frexp(genType x, int & exp) function
756 GLM_FUNC_QUALIFIER tvec1<T, P> frexp(tvec1<T, P> const & x, tvec1<int, P> & exp) function
764 GLM_FUNC_QUALIFIER tvec2<T, P> frexp(tvec2<T, P> const & x, tvec2<int, P> & exp) function
774 GLM_FUNC_QUALIFIER tvec3<T, P> frexp(tvec3<T, P> const & x, tvec3<int, P> & exp) function
785 GLM_FUNC_QUALIFIER tvec4<T, P> frexp(tvec4<T, P> const & x, tvec4<int, P> & exp) function
/third_party/astc-encoder/Source/
Dastcenc_mathlib.h396 static inline float frexp(float v, int* expo) in frexp() function
Dastcenc_vecmathlib.h504 static ASTCENC_SIMD_INLINE vfloat4 frexp(vfloat4 a, vint4& exp) in frexp() function
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h238 #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/
DAPFloat.h1095 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1225 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3905 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM) { in frexp() function
4478 DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp, in frexp() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1666 static inline void frexp (float in, float* significand, int* exponent) in frexp() function
/third_party/mesa3d/src/panfrost/bifrost/
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/
Dgl4cGPUShaderFP64Tests.cpp12414 static T frexp(T val, glw::GLint& exp) in frexp() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1945 constexpr const ImmutableString frexp("frexp"); variable
DSymbolTable_autogen.cpp3109 constexpr const ImmutableString frexp("frexp"); variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34693 frexp(float __x, int* __exp) in frexp() function
34697 frexp(long double __x, int* __exp) in frexp() function
34705 frexp(_Tp __x, int* __exp) in frexp() function