Home
last modified time | relevance | path

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

12

/external/cronet/third_party/libc++/src/include/__math/
Dexponential_functions.h45 inline _LIBCPP_HIDE_FROM_ABI float frexp(float __x, int* __e) _NOEXCEPT { return __builtin_frexpf(_… in frexp() function
48 _LIBCPP_HIDE_FROM_ABI double frexp(double __x, int* __e) _NOEXCEPT { in frexp() function
52 inline _LIBCPP_HIDE_FROM_ABI long double frexp(long double __x, int* __e) _NOEXCEPT { in frexp() function
57 inline _LIBCPP_HIDE_FROM_ABI double frexp(_A1 __x, int* __e) _NOEXCEPT { in frexp() function
/external/rust/crates/libm/src/math/
Dfrexp.rs1 pub fn frexp(x: f64) -> (f64, i32) { in frexp() function
Dmod.rs137 mod frexp; module
/external/trusty/musl/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/external/musl/src/math/
Dfrexp.c4 double frexp(double x, int *e) in frexp() function
/external/llvm-libc/src/__support/FPUtil/
DManipulationFunctions.h30 LIBC_INLINE T frexp(T x, int &exp) { in frexp() function
/external/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
/external/sdv/vsomeip/third_party/boost/container_hash/include/boost/container_hash/detail/
Dhash_float.hpp148 boost::hash_detail::call_frexp<T> frexp; in float_hash_impl2() local
/external/clang/lib/Headers/
D__clang_cuda_cmath.h70 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() function
/external/libcxx/include/
Dmath.h929 inline _LIBCPP_INLINE_VISIBILITY float frexp(float __lcpp_x, int* __lcpp_e) _NOEXCEPT {… in frexp() function
930 inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {… in frexp() function
936 frexp(_A1 __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexp((double)__lcpp_x, __lcpp_e);} in frexp() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h88 LIBC_INLINE double frexp(double x, int *i) { return __nv_frexp(x, i); } in frexp() function
/external/musl/include/
Dtgmath.h238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
/external/trusty/musl/include/
Dtgmath.h238 #define frexp(x,y) __tg_real_2_1(frexp, (x), (y)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp45 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1095 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/external/cronet/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp50 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp47 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
/external/cronet/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp50 Ambiguous frexp(Ambiguous, int*){ return Ambiguous(); } in frexp() function
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPFloat.h1294 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1675 static half frexp(half arg, int *exp) in frexp() function
2618 inline half frexp(half arg, int *exp) { return functions::frexp(arg, exp); } in frexp() function
2619 inline half frexp(expr arg, int *exp) { return functions::frexp(arg, exp); } in frexp() function
/external/armnn/third-party/half/
Dhalf.hpp1677 static half frexp(half arg, int *exp) in frexp() function
2620 inline half frexp(half arg, int *exp) { return functions::frexp(arg, exp); } in frexp() function
2621 inline half frexp(expr arg, int *exp) { return functions::frexp(arg, exp); } in frexp() function
/external/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
/external/llvm/unittests/ADT/
DAPFloatTest.cpp3036 TEST(APFloatTest, frexp) { in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DAPFloat.cpp4487 IEEEFloat frexp(const IEEEFloat &Val, int &Exp, IEEEFloat::roundingMode RM) { in frexp() function
5070 DoubleAPFloat frexp(const DoubleAPFloat &Arg, int &Exp, in frexp() function

12