Home
last modified time | relevance | path

Searched defs:scalbln (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/math/i386/
Dscalbn.s6 .global scalbln symbol
8 scalbln: label
/third_party/musl/src/math/
Dscalbln.c4 double scalbln(double x, long n) in scalbln() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dscalbln.c4 double scalbln(double x, long n) in scalbln() function
/third_party/musl/ndk_musl_include/
Dtgmath.h260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35916 scalbln(float __x, long __ex) in scalbln() function
35920 scalbln(long double __x, long __ex) in scalbln() function
35928 scalbln(_Tp __x, long __ex) in scalbln() function