/system/extras/tests/bionic/libstdc++/ |
test_cmath.cpp | 47 using ::asin;
|
/bionic/libstdc++/include/ |
cmath | 49 using ::asin;
|
/ndk/sources/cxx-stl/gabi++/include/ |
cmath | 49 using ::asin;
|
/ndk/sources/cxx-stl/system/include/ |
cmath | 49 using ::asin;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cmath | 47 using ::asin;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cmath | 47 using ::asin;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cmath | 49 using ::asin;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cmath | 49 using ::asin;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cmath | 49 using ::asin;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cmath | 49 using ::asin;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cmath | 49 using ::asin;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cmath | 49 using ::asin;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cmath | 49 using ::asin;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cmath | 49 using ::asin;
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Math.h | 34 #define AKFS_ASIN(x) asin(x)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/ |
asin_valarray.pass.cpp | 16 // asin(const valarray<T>& x); 46 std::valarray<T> v3 = asin(v1);
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 8 double asin(double); 80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l, 92 // CHECK-NOERRNO: declare double @asin(double) [[NUW]]
|
/external/stlport/test/unit/ |
valarray_test.cpp | 40 tmp = asin(darray); 66 tmp = asin(farray); 93 tmp = asin(ldarray);
|
/frameworks/rs/ |
rsElement.h | 110 const uint32_t *asin); 125 const uint32_t *asin = NULL) { 126 ObjectBaseRef<const Element> elem = createRef(rsc, count, ein, nin, lengths, asin);
|
/ndk/tests/device/test-gnustl-full/unit/ |
valarray_test.cpp | 40 tmp = asin(darray); 66 tmp = asin(farray); 93 tmp = asin(ldarray);
|
/ndk/tests/device/test-stlport/unit/ |
valarray_test.cpp | 40 tmp = asin(darray); 66 tmp = asin(farray); 93 tmp = asin(ldarray);
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.c | 353 #define asin I_asin macro 556 /* asin(x) Return arcsine in radians of x */ 558 static double asin(x) function 653 iang = asin(iang_sin); 658 iang - asin(rang_sin); 667 rang = -asin((from_index / to_index) *
|
/external/valgrind/main/perf/ |
fbench.c | 349 #define asin I_asin macro 552 /* asin(x) Return arcsine in radians of x */ 554 static double asin(x) function 649 iang = asin(iang_sin); 654 iang - asin(rang_sin); 663 rang = -asin((from_index / to_index) *
|
/external/chromium_org/v8/test/webkit/ |
math.js | 50 shouldBe("Math.asin(NaN)", "NaN"); 51 shouldBe("Math.asin(0)", "0"); 52 shouldBe("Math.asin(-0)", "-0"); 53 shouldBe("Math.asin(1)", "-Math.asin(-1)"); 54 shouldBe("Math.asin(1.1)", "NaN"); 55 shouldBe("Math.asin(-1.1)", "NaN"); 56 shouldBe("Math.asin(Infinity)", "NaN"); 57 shouldBe("Math.asin(-Infinity)", "NaN");
|
/external/chromium_org/third_party/skia/include/core/ |
SkFloatingPoint.h | 38 #define sk_float_asin(x) (float)::asin(x) 55 #define sk_float_asin(x) static_cast<float>(asin(x))
|