Searched defs:dsign (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
H A DbtConvexHullComputer.cpp372 int dsign = denominator.getSign(); local
373 if (dsign >= 0)
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
2250 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
2252 dsign = bc->dsign;
2275 dsign = 0;
2308 if (dsign)
2387 if (!dsign)
2390 else if (dsign)
2395 if (dsign)
2399 if (!dsign)
[all...]

Completed in 156 milliseconds