Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
Dscalbn.s11 .global scalbn symbol
13 scalbn: label
/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/uniproton/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/musl/porting/liteos_a/kernel/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/skia/third_party/externals/harfbuzz/util/
Doptions.hh233 __inline long double scalbn (long double x, int exp) in scalbn() function
/third_party/musl/ndk_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.h261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h261 #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/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/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-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/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35934 scalbn(float __x, int __ex) in scalbn() function
35938 scalbn(long double __x, int __ex) in scalbn() function
35946 scalbn(_Tp __x, int __ex) in scalbn() function