Home
last modified time | relevance | path

Searched defs:fma (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/src/math/powerpc64/
H A Dfma.c3 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/riscv32/
H A Dfma.c5 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/aarch64/
H A Dfma.c3 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/arm/
H A Dfma.c5 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/x86_64/
H A Dfma.c5 double fma(double x, double y, double z) in fma() function
13 double fma(double x, double y, double z) in fma() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
H A Dfma.c5 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/riscv64/
H A Dfma.c5 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/s390x/
H A Dfma.c3 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/powerpc/
H A Dfma.c9 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/x32/
H A Dfma.c5 double fma(double x, double y, double z) in fma() function
13 double fma(double x, double y, double z) in fma() function
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
H A Dbuiltin-fma.c1 double fma(double a, double x, double y) in fma() function
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-scheduler-predicates.cpp59 bi_instr *fma = bi_fma_f32_to(b, TMP(), TMP(), TMP(), bi_zero()); in TEST_F() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_compiler.h91 unsigned fma, cvt, sfu, v, ls, t; member
/third_party/musl/src/math/
H A Dfma.c42 double fma(double x, double y, double z) in fma() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfma.c42 double fma(double x, double y, double z) in fma() function
/third_party/mesa3d/src/compiler/nir/tests/
H A Dserialize_tests.cpp168 nir_ssa_def *fma = nir_ffma(b, undef, undef, undef); in TEST_P() local
190 nir_ssa_def *fma = nir_ffma(b, undef, undef, undef); in TEST_P() local
219 nir_ssa_def *fma = nir_ffma(b, undef, undef, undef); in TEST_P() local
247 nir_ssa_def *fma = nir_ffma(b, undef, undef, undef); in TEST_P() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dchi_square.cc28 inline double fma(double x, double y, double z) { in fma() function
H A Ddistribution_test_util.cc34 inline double fma(double x, double y, double z) { return (x * y) + z; } in fma() function
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp575 fma(operand a, operand b, operand c) in fma() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h171 #undef fma macro
234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h171 #undef fma macro
234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pack.c333 uint64_t fma = bi_pack_fma(tuple->fma, in bi_pack_tuple() local
[all...]
/third_party/musl/include/
H A Dtgmath.h171 #undef fma macro
234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp323 Temp fma(Temp src0, Temp src1, Temp src2, Builder b) in fma() function
/third_party/skia/include/private/
H A DSkVx.h598 SIN Vec<N,float> fma(const Vec<N,float>& x, in fma() function

Completed in 15 milliseconds

12