Home
last modified time | relevance | path

Searched refs:fneg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dfp-ops.c5 double fneg(double x) { return -x; } in fneg() function
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Darithmetic-ops.c101 static float fneg(float x) in fneg() function