Home
last modified time | relevance | path

Searched refs:scalb (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_scalb_test.cpp17 * @tc.desc: Obtain test data in sequence and check if it is within the expected error range of the scalb interface.
24 bool testResult = DoubleUlpCmp(g_scalbData[i].expected, scalb(g_scalbData[i].input1, g_scalbData[i].input2), 1); in HWTEST_F()
36 EXPECT_DOUBLE_EQ(32.0, scalb(4.0, 3.0)); in HWTEST_F()
/third_party/musl/src/math/
H A Dscalb.c13 * scalb(x, fn) is provide for
21 double scalb(double x, double fn) in scalb() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dscalb.c13 * scalb(x, fn) is provide for
21 double scalb(double x, double fn) in scalb() function
/third_party/musl/libc-test/src/math/
H A Dscalb.c8 #include "sanity/scalb.h"
9 #include "special/scalb.h"
28 y = scalb(p->x, p->x2); in main()
32 printf("%s:%d: bad fp exception: %s scalb(%a,%a)=%a, want %s", in main()
39 printf("%s:%d: %s scalb(%a,%a) want %a got %a ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h404 double scalb(double, double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h404 double scalb(double, double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h404 double scalb(double, double);
/third_party/musl/include/
H A Dmath.h404 double scalb(double, double);
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h862 #define __ieee754_scalb scalb
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c228 int mpscalb(struct t *t) { return mpd2(t, scalb); } in mpscalb()
H A Dmp.c605 t->y = scalb(t->x, t->x2); in mpscalb()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33765 extern double scalb (double __x, double __n) throw (); extern double __scalb (double __x, double __n) throw ();
[all...]

Completed in 32 milliseconds