Home
last modified time | relevance | path

Searched refs:square_root (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dunary_test.cpp79 …form((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(),… in ucompos1()
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>())); in ucompos2()
Dunary.h19 struct square_root : public unary_function<double, double> { struct
/ndk/tests/device/test-stlport/unit/
Dunary_test.cpp79 …form((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(),… in ucompos1()
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>())); in ucompos2()
Dunary.h19 struct square_root : public unary_function<double, double> { struct