Home
last modified time | relevance | path

Searched refs:asinf (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/src/math/i386/
H A Dasinf.s1 .global asinf
2 .type asinf,@function
3 asinf: label
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_asin_test.cpp41 * @tc.desc: Obtain test data in sequence and check if it is within the expected error range of the asinf interface.
48 bool testResult = FloatUlpCmp(g_asinfData[i].expected, asinf(g_asinfData[i].input), 1); in HWTEST_F()
55 * @tc.desc: When the parameter of asinf is valid, test the return value of the function.
60 EXPECT_FLOAT_EQ(0.0f, asinf(0.0f)); in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dasinf.c35 float asinf(float x) in asinf() function
/third_party/musl/src/math/
H A Dasinf.c35 float asinf(float x) in asinf() function
/third_party/musl/libc-test/src/math/
H A Dasinf.c6 #include "ucb/asinf.h"
7 #include "sanity/asinf.h"
8 #include "special/asinf.h"
27 y = asinf(p->x); in main()
31 printf("%s:%d: bad fp exception: %s asinf(%a)=%a, want %s", in main()
38 printf("%s:%d: %s asinf(%a) want %a got %a ulperr %.3f = %a + %a\n", in main()
/third_party/ffmpeg/libavfilter/
H A Dvf_v360.c1137 const float theta = asinf(vec[1]); in xyz_to_cube()
1966 const float theta = asinf(r) * 2.f; in equisolid_to_xyz()
2070 const float theta = asinf(r); in orthographic_to_xyz()
2181 const float theta = asinf(vec[1]) / s->iflat_range[1]; in xyz_to_equirect()
2222 const float theta = asinf(vec[1]) / M_PI_2; in xyz_to_hequirect()
2573 const float theta = asinf(vec[1]); in xyz_to_sinusoidal()
3013 const float theta = asinf(vec[1]); in xyz_to_pannini()
3125 const float theta = asinf(vec[1]); in xyz_to_cylindrical()
3202 const float theta = asinf(vf); in cylindricalea_to_xyz()
3233 const float theta = asinf(ve in xyz_to_cylindricalea()
[all...]
/third_party/skia/include/private/
H A DSkFloatingPoint.h57 # define sk_float_asin(x) asinf(x)
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h144 float asinf(float);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h144 float asinf(float);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h144 float asinf(float);
/third_party/musl/include/
H A Dmath.h144 float asinf(float);
/third_party/musl/libc-test/src/api/
H A Dmath.c61 {float(*p)(float) = asinf;} in f()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DEmulatedIntrinsics.cpp181 return call4(asinf, x);
H A DLLVMJIT.cpp474 functions.try_emplace("asinf", reinterpret_cast<void *>(asinf));
/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h868 #define __ieee754_asinf asinf
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c88 int mpasinf(struct t *t) { return mpf1(t, asinf); } in mpasinf()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp1854 case EbtFloat: tempConstArray[i].setFConst(asinf(unionArray[i].getFConst())); break; in fold()
/third_party/optimized-routines/math/test/
H A Dmathtest.c215 TFUNC(at_s,rt_s, asinf, 4*ULPUNIT),
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp3076 foldFloatTypeUnary(operandArray[i], &asinf, &resultArray[i]);
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp2847 IntrinsicTestParams_Float4{ [](RValue<Float4> v) { return rr::Asin(v, Precision::Full); }, asinf, {0.f, 1.f, -1.f} },
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33772 extern float asinf (float __x) throw (); extern float __asinf (float __x) throw ();
[all...]

Completed in 51 milliseconds