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

  /external/stlport/test/unit/
valarray_test.cpp 62 valarray<float> farray; local
64 tmp = abs(farray);
65 tmp = acos(farray);
66 tmp = asin(farray);
67 tmp = atan(farray);
68 tmp = atan2(farray, tmp);
69 tmp = atan2(1.0f, farray);
70 tmp = atan2(farray, 1.0f);
71 tmp = cos(farray);
72 tmp = cosh(farray);
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 62 valarray<float> farray; local
64 tmp = abs(farray);
65 tmp = acos(farray);
66 tmp = asin(farray);
67 tmp = atan(farray);
68 tmp = atan2(farray, tmp);
69 tmp = atan2(1.0f, farray);
70 tmp = atan2(farray, 1.0f);
71 tmp = cos(farray);
72 tmp = cosh(farray);
    [all...]
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 62 valarray<float> farray; local
64 tmp = abs(farray);
65 tmp = acos(farray);
66 tmp = asin(farray);
67 tmp = atan(farray);
68 tmp = atan2(farray, tmp);
69 tmp = atan2(1.0f, farray);
70 tmp = atan2(farray, 1.0f);
71 tmp = cos(farray);
72 tmp = cosh(farray);
    [all...]

Completed in 2826 milliseconds