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

  /external/stlport/test/unit/
unary.h 19 struct square_root : public unary_function<double, double> { struct in inherits:unary_function
unary_test.cpp 79 transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int>()));
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>()));
  /ndk/tests/device/test-gnustl-full/unit/
unary.h 19 struct square_root : public unary_function<double, double> { struct in inherits:unary_function
unary_test.cpp 79 transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int>()));
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>()));
  /ndk/tests/device/test-stlport/unit/
unary.h 19 struct square_root : public unary_function<double, double> { struct in inherits:unary_function
unary_test.cpp 79 transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int>()));
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>()));
  /external/v8/src/
hydrogen.cc 5598 HUnaryMathOperation* square_root = local
    [all...]

Completed in 157 milliseconds