Home
last modified time | relevance | path

Searched defs:fadd (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-scheduler-predicates.c75 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP(), BI_ROUND_NONE); in main() local
80 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP(), BI_ROUND_NONE); in main() local
/third_party/ltp/tools/sparse/sparse-src/validation/
Dfp-ops.c1 double fadd(double x, double y) { return x + y; } in fadd() function
/third_party/mesa3d/src/compiler/nir/tests/
Dcomparison_pre_tests.cpp512 nir_alu_instr *fadd = nir_alu_instr_create(bld.shader, nir_op_fadd); in TEST_F() local
569 nir_alu_instr *fadd = nir_alu_instr_create(bld.shader, nir_op_fadd); in TEST_F() local
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c157 nir_ssa_def *const fadd = zero_on_left in rewrite_compare_instruction() local
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Darithmetic-ops.c11 static float fadd(float x, float y) in fadd() function
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp3154 bool fadd = instr->opcode == aco_opcode::v_pk_add_f16; in combine_vop3p() local