Home
last modified time | relevance | path

Searched defs:fneg (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dfp-ops.c5 double fneg(double x) { return -x; } in fneg() function
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Darithmetic-ops.c101 static float fneg(float x) in fneg() function
/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp265 Temp fneg(Temp src) in fneg() function
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp3129 VOP3P_instruction* fneg = &info.instr->vop3p(); in combine_vop3p() local