/third_party/musl/src/math/x86_64/ |
D | fma.c | 5 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/ |
D | fma.c | 5 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/ |
D | serialize_tests.cpp | 168 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/ |
D | fma.c | 9 double fma(double x, double y, double z) in fma() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/arm/ |
D | fma.c | 5 double fma(double x, double y, double z) in fma() function
|
/third_party/musl/src/math/riscv64/ |
D | fma.c | 5 double fma(double x, double y, double z) in fma() function
|
/third_party/musl/src/math/s390x/ |
D | fma.c | 3 double fma(double x, double y, double z) in fma() function
|
/third_party/musl/src/math/powerpc64/ |
D | fma.c | 3 double fma(double x, double y, double z) in fma() function
|
/third_party/musl/src/math/aarch64/ |
D | fma.c | 3 double fma(double x, double y, double z) in fma() function
|
/third_party/musl/src/math/arm/ |
D | fma.c | 5 double fma(double x, double y, double z) in fma() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
D | builtin-fma.c | 1 double fma(double a, double x, double y) in fma() function
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | va_compiler.h | 91 unsigned fma, cvt, sfu, v, ls, t; member
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_schedule.c | 390 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()
|
D | bi_pack.c | 333 uint64_t fma = bi_pack_fma(tuple->fma, in bi_pack_tuple() local
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
D | test-scheduler-predicates.cpp | 59 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/ |
D | fma.c | 42 double fma(double x, double y, double z) in fma() function
|
/third_party/musl/src/math/ |
D | fma.c | 42 double fma(double x, double y, double z) in fma() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | chi_square.cc | 28 inline double fma(double x, double y, double z) { in fma() function
|
D | distribution_test_util.cc | 34 inline double fma(double x, double y, double z) { return (x * y) + z; } in fma() function
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 234 #define fma(x,y,z) __tg_real_fma((x), (y), (z)) macro
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 323 Temp fma(Temp src0, Temp src1, Temp src2, Builder b) in fma() function
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_builder.cpp | 575 fma(operand a, operand b, operand c) in fma() function
|