/external/stlport/test/unit/ |
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>()));
|
unary.h | 19 struct square_root : public unary_function<double, double> { struct in inherits:unary_function
|
/ndk/tests/device/test-gnustl-full/unit/ |
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>()));
|
unary.h | 19 struct square_root : public unary_function<double, double> { struct in inherits:unary_function
|
/ndk/tests/device/test-stlport/unit/ |
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>()));
|
unary.h | 19 struct square_root : public unary_function<double, double> { struct in inherits:unary_function
|
/external/v8/src/ |
hydrogen.cc | 5598 HUnaryMathOperation* square_root = local [all...] |