Home
last modified time | relevance | path

Searched refs:remquof (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_remquo_test.cpp82 * @tc.desc: Obtain test data in sequence and check if it is within the expected error range of the remquof interface.
90 bool testResult1 = FloatUlpCmp(g_remquofData[i].expected1, remquof(g_remquofData[i].input1, in HWTEST_F()
106 double result = remquof(15.0f, 6.0f, &quotient); in HWTEST_F()
119 EXPECT_TRUE(isnan(remquof(nanf(""), 15.0f, &quotient))); in HWTEST_F()
120 EXPECT_TRUE(isnan(remquof(11.0f, nanf(""), &quotient))); in HWTEST_F()
131 EXPECT_TRUE(isnan(remquof(HUGE_VAL, 15.0f, &quotient))); in HWTEST_F()
132 EXPECT_TRUE(isnan(remquof(-HUGE_VAL, 11.0f, &quotient))); in HWTEST_F()
143 EXPECT_TRUE(isnan(remquof(14.0f, 0.0f, &quotient))); in HWTEST_F()
/third_party/musl/src/math/i386/
H A Dremquo.s1 .global remquof
2 .type remquof,@function
3 remquof: label
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dremainderf.c6 return remquof(x, y, &q); in remainderf()
H A Dremquof.c4 float remquof(float x, float y, int *quo) in remquof() function
/third_party/musl/src/math/
H A Dremainderf.c6 return remquof(x, y, &q); in remainderf()
H A Dremquof.c4 float remquof(float x, float y, int *quo) in remquof() function
/third_party/musl/libc-test/src/math/
H A Dremquof.c6 #include "sanity/remquof.h"
7 #include "special/remquof.h"
26 y = remquof(p->x, p->x2, &yi); in main()
30 printf("%s:%d: bad fp exception: %s remquof(%a,%a)=%a,%lld, want %s", in main()
39 printf("%s:%d: %s remquof(%a,%a) want %a,%lld got %a,%d ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h316 float remquof(float, float, int *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h316 float remquof(float, float, int *);
H A Dtgmath.h118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h316 float remquof(float, float, int *);
H A Dtgmath.h118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
/third_party/musl/include/
H A Dmath.h316 float remquof(float, float, int *);
H A Dtgmath.h118 __FLT(x) && __FLT(y) ? remquof(x, y, z) : \
/third_party/musl/libc-test/src/api/
H A Dmath.c195 {float(*p)(float,float,int*) = remquof;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c420 mp_ff_fi(remquof)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34030 extern float remquof (float __x, float __y, int *__quo) throw (); extern float __remquof (float __x, float __y, int *__quo) throw ();
35326 using ::remquof;
[all...]

Completed in 31 milliseconds