Searched refs:square_root (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | unary_test.cpp | 79 …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()
|
D | unary.h | 19 struct square_root : public unary_function<double, double> { struct
|
/ndk/tests/device/test-stlport/unit/ |
D | unary_test.cpp | 79 …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()
|
D | unary.h | 19 struct square_root : public unary_function<double, double> { struct
|