/third_party/musl/src/math/i386/ |
H A D | asinf.s | 1 .global asinf 2 .type asinf,@function 3 asinf: label
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_asin_test.cpp | 41 * @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 D | asinf.c | 35 float asinf(float x) in asinf() function
|
/third_party/musl/src/math/ |
H A D | asinf.c | 35 float asinf(float x) in asinf() function
|
/third_party/musl/libc-test/src/math/ |
H A D | asinf.c | 6 #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 D | vf_v360.c | 1137 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 D | SkFloatingPoint.h | 57 # define sk_float_asin(x) asinf(x)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 144 float asinf(float);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 144 float asinf(float);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 144 float asinf(float);
|
/third_party/musl/include/ |
H A D | math.h | 144 float asinf(float);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 61 {float(*p)(float) = asinf;} in f()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | EmulatedIntrinsics.cpp | 181 return call4(asinf, x);
|
H A D | LLVMJIT.cpp | 474 functions.try_emplace("asinf", reinterpret_cast<void *>(asinf));
|
/third_party/FreeBSD/lib/msun/src/ |
H A D | math_private.h | 868 #define __ieee754_asinf asinf
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 88 int mpasinf(struct t *t) { return mpf1(t, asinf); } in mpasinf()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Intermediate.cpp | 1854 case EbtFloat: tempConstArray[i].setFConst(asinf(unionArray[i].getFConst())); break; in fold()
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 215 TFUNC(at_s,rt_s, asinf, 4*ULPUNIT),
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.cpp | 3076 foldFloatTypeUnary(operandArray[i], &asinf, &resultArray[i]);
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 2847 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 D | stylo.hpp | 33772 extern float asinf (float __x) throw (); extern float __asinf (float __x) throw (); [all...] |