Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_m/kernel/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/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/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/boost/boost/container_hash/detail/
Dhash_float.hpp148 boost::hash_detail::call_frexp<T> frexp; in float_hash_impl2() local
/third_party/boost/boost/math/bindings/
Dmpfr.hpp77 inline mpfr_class frexp(const mpfr_class& v, int* expon) in frexp() function
86 inline mpfr_class frexp(const __gmp_expr<T,U>& v, int* expon) in frexp() function
Dmpreal.hpp103 inline mpfr::mpreal frexp(const mpfr::mpreal& v, int* expon) in frexp() function
De_float.hpp332 inline e_float frexp(const e_float& v, int* expon) in frexp() function
Drr.hpp384 inline RR frexp(RR r, int* exp) in frexp() function
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in1083 # define frexp rpl_frexp macro
/third_party/boost/boost/multiprecision/detail/
Ddefault_ops.hpp2690 …lue == number_kind_floating_point, number<T, ExpressionTemplates> >::type frexp(const number<T, Ex… in frexp() function
2700 frexp(const detail::expression<tag, A1, A2, A3, A4>& v, short* pint) in frexp() function
2706 …lue == number_kind_floating_point, number<T, ExpressionTemplates> >::type frexp(const number<T, Ex… in frexp() function
2716 frexp(const detail::expression<tag, A1, A2, A3, A4>& v, int* pint) in frexp() function
2722 …lue == number_kind_floating_point, number<T, ExpressionTemplates> >::type frexp(const number<T, Ex… in frexp() function
2732 frexp(const detail::expression<tag, A1, A2, A3, A4>& v, long* pint) in frexp() function
2738 …lue == number_kind_floating_point, number<T, ExpressionTemplates> >::type frexp(const number<T, Ex… in frexp() function
2748 frexp(const detail::expression<tag, A1, A2, A3, A4>& v, boost::long_long_type* pint) in frexp() function
/third_party/musl/include/
Dtgmath.h238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
/third_party/boost/boost/units/
Dcmath.hpp480 frexp(const quantity<Unit, Y>& q,Int* ex) 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/porting/uniproton/kernel/include/
Dtgmath.h238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
/third_party/musl/ndk_musl_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/boost/boost/math/concepts/
Dstd_real_concept.hpp202 inline boost::math::concepts::std_real_concept frexp(boost::math::concepts::std_real_concept a, int… in frexp() function
Dreal_concept.hpp232 inline real_concept frexp(real_concept a, int* expon) 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/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp649 …inline boost::math::cstdfloat::detail::float_internal128_t frexp(boost::math::cstdfloat::detail:… in frexp() function
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1614 bi_index frexp = bi_frexpe_f32(b, s0, true, false); in bi_flog2_32() local
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp1527 fvar<RealType, Order> frexp(fvar<RealType, Order> const& cr, int* exp) { in frexp() function

12