Home
last modified time | relevance | path

Searched defs:fma (Results 1 – 25 of 41) sorted by relevance

12

/third_party/musl/src/math/x86_64/
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/src/math/x32/
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/mesa3d/src/compiler/nir/tests/
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/musl/src/math/powerpc/
Dfma.c9 double fma(double x, double y, double z) in fma() function
/third_party/musl/porting/liteos_a/kernel/src/math/arm/
Dfma.c5 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/riscv64/
Dfma.c5 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/s390x/
Dfma.c3 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/powerpc64/
Dfma.c3 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/aarch64/
Dfma.c3 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/arm/
Dfma.c5 double fma(double x, double y, double z) in fma() function
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Dbuiltin-fma.c1 double fma(double a, double x, double y) in fma() function
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_compiler.h91 unsigned fma, cvt, sfu, v, ls, t; member
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c390 bi_instr *fma = bi_seg_add_to(&b, pinstr->dest[0], pinstr->src[0], in bi_lower_seg_add() local
788 bi_instr *instr, bool fma, bool destructive) in bi_update_fau()
939 bi_has_staging_passthrough_hazard(bi_index fma, bi_instr *add) in bi_has_staging_passthrough_hazard()
1039 bool fma) in bi_instr_schedulable()
1179 bool fma) in bi_choose_index()
1208 bi_instr *instr, uint64_t live_after_temp, bool fma) in bi_pop_instr()
1241 bool fma) in bi_take_instr()
1364 bi_rewrite_zero(bi_instr *ins, bool fma) in bi_rewrite_zero()
Dbi_pack.c333 uint64_t fma = bi_pack_fma(tuple->fma, in bi_pack_tuple() local
/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-scheduler-predicates.cpp59 bi_instr *fma = bi_fma_f32_to(b, TMP(), TMP(), TMP(), bi_zero()); in TEST_F() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfma.c42 double fma(double x, double y, double z) in fma() function
/third_party/musl/src/math/
Dfma.c42 double fma(double x, double y, double z) in fma() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dchi_square.cc28 inline double fma(double x, double y, double z) { in fma() function
Ddistribution_test_util.cc34 inline double fma(double x, double y, double z) { return (x * y) + z; } in fma() function
/third_party/musl/ndk_musl_include/
Dtgmath.h234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
/third_party/musl/include/
Dtgmath.h234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp323 Temp fma(Temp src0, Temp src1, Temp src2, Builder b) in fma() function
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.cpp575 fma(operand a, operand b, operand c) in fma() function

12