/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | frexp.c | 4 double frexp(double x, int *e) in frexp() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | frexp.c | 4 double frexp(double x, int *e) in frexp() function
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | frexp.c | 4 double frexp(double x, int *e) in frexp() function
|
/third_party/musl/src/math/ |
D | frexp.c | 4 double frexp(double x, int *e) in frexp() function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_common.inl | 748 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/ |
D | hash_float.hpp | 148 boost::hash_detail::call_frexp<T> frexp; in float_hash_impl2() local
|
/third_party/boost/boost/math/bindings/ |
D | mpfr.hpp | 77 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
|
D | mpreal.hpp | 103 inline mpfr::mpreal frexp(const mpfr::mpreal& v, int* expon) in frexp() function
|
D | e_float.hpp | 332 inline e_float frexp(const e_float& v, int* expon) in frexp() function
|
D | rr.hpp | 384 inline RR frexp(RR r, int* exp) in frexp() function
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 1083 # define frexp rpl_frexp macro
|
/third_party/boost/boost/multiprecision/detail/ |
D | default_ops.hpp | 2690 …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/ |
D | tgmath.h | 238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
|
/third_party/boost/boost/units/ |
D | cmath.hpp | 480 frexp(const quantity<Unit, Y>& q,Int* ex) in frexp() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 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/ |
D | APFloat.h | 1095 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
|
/third_party/boost/boost/math/concepts/ |
D | std_real_concept.hpp | 202 inline boost::math::concepts::std_real_concept frexp(boost::math::concepts::std_real_concept a, int… in frexp() function
|
D | real_concept.hpp | 232 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/ |
D | APFloat.h | 1225 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/ |
D | APFloat.cpp | 3905 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/ |
D | cstdfloat_cmath.hpp | 649 …inline boost::math::cstdfloat::detail::float_internal128_t frexp(boost::math::cstdfloat::detail:… in frexp() function
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 1614 bi_index frexp = bi_frexpe_f32(b, s0, true, false); in bi_flog2_32() local
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 1527 fvar<RealType, Order> frexp(fvar<RealType, Order> const& cr, int* exp) { in frexp() function
|