HomeSort by relevance Sort by last modified time
    Searched defs:square_root (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/test-gnustl-full/unit/
unary.h 19 struct square_root : public unary_function<double, double> { struct in inherits:unary_function
  /ndk/tests/device/test-stlport/unit/
unary.h 19 struct square_root : public unary_function<double, double> { struct in inherits:unary_function
  /external/crcalc/src/com/hp/creals/
CR.java 857 CR square_root = shiftRight(1).exp(); local
858 return square_root.multiply(square_root);
    [all...]

Completed in 159 milliseconds