Home
last modified time | relevance | path

Searched defs:scalbn (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/src/math/i386/
Dscalbn.s11 .global scalbn symbol
13 scalbn: label
/third_party/mingw-w64/mingw-w64-crt/math/softmath/
Dscalbn.c47 double scalbn(double x, int exp) in scalbn() function
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
Ds_scalbn.c38 libm_hidden_proto(scalbn) in libm_hidden_proto() argument
Dmath_private.h40 #define scalbn SDL_uclibc_scalbn macro
/third_party/musl/porting/liteos_a/kernel/src/math/
Dscalbn.c4 double scalbn(double x, int n) in scalbn() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dscalbn.c4 double scalbn(double x, int n) in scalbn() function
/third_party/musl/src/math/
Dscalbn.c4 double scalbn(double x, int n) in scalbn() function
/third_party/jerryscript/jerry-libm/
Dscalbn.c41 scalbn (double x, int n) in scalbn() function
/third_party/mingw-w64/mingw-w64-crt/math/arm-common/
Dscalbn.c9 double scalbn(double x, int exp) in scalbn() function
/third_party/skia/third_party/externals/harfbuzz/util/
Doptions.hh233 __inline long double scalbn (long double x, int exp) in scalbn() function
/third_party/musl/include/
Dtgmath.h261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h265 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
/third_party/harfbuzz/util/
Doptions.hh702 __inline long double scalbn (long double x, int exp) in scalbn() function
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Doptions.hh698 __inline long double scalbn (long double x, int exp) in scalbn() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1087 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1213 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3884 IEEEFloat scalbn(IEEEFloat X, int Exp, IEEEFloat::roundingMode RoundingMode) { in scalbn() function
4472 DoubleAPFloat scalbn(DoubleAPFloat Arg, int Exp, APFloat::roundingMode RM) { in scalbn() function
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp740 …inline boost::math::cstdfloat::detail::float_internal128_t scalbn(boost::math::cstdfloat::detail:… in scalbn() function