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

  /external/stlport/test/unit/
valarray_test.cpp 36 valarray<double> darray; local
38 tmp = abs(darray);
39 tmp = acos(darray);
40 tmp = asin(darray);
41 tmp = atan(darray);
42 tmp = atan2(darray, tmp);
43 tmp = atan2(1.0, darray);
44 tmp = atan2(darray, 1.0);
45 tmp = cos(darray);
46 tmp = cosh(darray);
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
valarray_test.cpp 36 valarray<double> darray; local
38 tmp = abs(darray);
39 tmp = acos(darray);
40 tmp = asin(darray);
41 tmp = atan(darray);
42 tmp = atan2(darray, tmp);
43 tmp = atan2(1.0, darray);
44 tmp = atan2(darray, 1.0);
45 tmp = cos(darray);
46 tmp = cosh(darray);
    [all...]
  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 36 valarray<double> darray; local
38 tmp = abs(darray);
39 tmp = acos(darray);
40 tmp = asin(darray);
41 tmp = atan(darray);
42 tmp = atan2(darray, tmp);
43 tmp = atan2(1.0, darray);
44 tmp = atan2(darray, 1.0);
45 tmp = cos(darray);
46 tmp = cosh(darray);
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 1353 dict_t darray[10]; local
1354 dict_t *d = &darray[0];
    [all...]

Completed in 298 milliseconds