Home
last modified time | relevance | path

Searched refs:fmaf (Results 1 – 25 of 47) sorted by relevance

12

/third_party/optimized-routines/math/
Derff.c48 float y = fmaf (TwoOverSqrtPiMinusOne, x, x); in erff()
58 r = fmaf (r, x2, A[4]); in erff()
59 r = fmaf (r, x2, A[3]); in erff()
60 r = fmaf (r, x2, A[2]); in erff()
61 r = fmaf (r, x2, A[1]); in erff()
62 r = fmaf (r, x2, A[0]); in erff()
63 r = fmaf (r, x, x); in erff()
70 r = fmaf (B[6], a, B[5]); in erff()
71 u = fmaf (B[4], a, B[3]); in erff()
73 r = fmaf (r, x2, u); in erff()
[all …]
/third_party/musl/src/math/x32/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
13 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/src/math/x86_64/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
13 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_fma_test.cpp49 …bool testResult = FloatUlpCmp(g_fmafData[i].expected, fmaf(g_fmafData[i].input1, g_fmafData[i].inp…
62 EXPECT_FLOAT_EQ(17.0f, fmaf(3.0f, 4.0f, 5.0f));
/third_party/musl/src/math/s390x/
Dfmaf.c3 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/src/math/powerpc64/
Dfmaf.c3 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/src/math/aarch64/
Dfmaf.c3 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/src/math/riscv64/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/src/math/powerpc/
Dfmaf.c9 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/src/math/arm/
Dfmaf.c5 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/src/math/
Dfmaf.c39 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmaf.c39 float fmaf(float x, float y, float z) in fmaf() function
/third_party/musl/libc-test/src/math/
Dfmaf.c25 y = fmaf(p->x, p->x2, p->x3);
Dtest_src_math.gni69 "fmaf",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUFeatures.td15 def FeatureFMA : SubtargetFeature<"fmaf",
/third_party/node/deps/v8/src/codegen/arm64/
Dutils-arm64.h116 return fmaf(op1, op2, a); in FusedMultiplyAdd()
/third_party/skia/include/private/
DSkFloatingPoint.h278 return std::fmaf(f,m,a); in sk_fmaf()
/third_party/musl/ndk_musl_include/
Dmath.h216 float fmaf(float, float, float);
/third_party/musl/libc-test/src/api/
Dmath.c115 {float(*p)(float,float,float) = fmaf;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h216 float fmaf(float, float, float);
/third_party/musl/include/
Dmath.h216 float fmaf(float, float, float);
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h216 float fmaf(float, float, float);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h216 float fmaf(float, float, float);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h208 T(fmaf, fff_f)

12