/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | fp-ops.c | 1 double fadd(double x, double y) { return x + y; } in fadd() function
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | comparison_pre_tests.cpp | 512 nir_alu_instr *fadd = nir_alu_instr_create(bld.shader, nir_op_fadd); TEST_F() local 569 nir_alu_instr *fadd = nir_alu_instr_create(bld.shader, nir_op_fadd); TEST_F() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-scheduler-predicates.cpp | 99 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP()); in TEST_F() local 104 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP()); in TEST_F() local 118 bi_instr *fadd = bi_fadd_v2f16_to(b, TMP(), x, x); in TEST_F() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
H A D | arithmetic-ops.c | 11 static float fadd(float x, float y) in fadd() function
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_comparison_pre.c | 157 nir_ssa_def *const fadd = zero_on_left in rewrite_compare_instruction() local [all...] |
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | helpers.cpp | 307 Temp fadd(Temp src0, Temp src1, Builder b) in fadd() function
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 3515 bool fadd = instr->opcode == aco_opcode::v_pk_add_f16; in combine_vop3p() local
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 1737 void Assembler::fadd(const DoubleRegister frt, const DoubleRegister fra, in fadd() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.cc | 1978 void Assembler::fadd(int i) { in fadd() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | assembler-x64.cc | 2551 void Assembler::fadd(int i) { in fadd() function in v8::internal::Assembler
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-sve-aarch64.cc | 587 void Assembler::fadd(const ZRegister& zd, in fadd() function in vixl::aarch64::Assembler 606 void Assembler::fadd(const ZRegister& zd, in fadd() function in vixl::aarch64::Assembler 963 void Assembler::fadd(const ZRegister& zd, in fadd() function in vixl::aarch64::Assembler
|