HomeSort by relevance Sort by last modified time
    Searched full:acosf (Results 151 - 175 of 415) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/bison/m4/
math_h.m4 41 [acosf acosl asinf asinl atanf atanl
  /external/ltrace/etc/
libm.so.conf 33 float acosf(float);
  /external/opencv3/3rdparty/openexr/Imath/
ImathMath.h 126 static float acos (float x) {return ::acosf (x);}
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 197 TLI.setUnavailable(LibFunc::acosf);
528 {"acosf", "vacosf", 4},
  /bionic/tests/
math_test.cpp 320 TEST(math, acosf) {
321 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f));
    [all...]
  /external/libcxx/include/
cmath 51 float acosf(float x);
680 using ::acosf;
683 inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return acosf(__lcpp_x);}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 51 float acosf(float x);
676 using ::acosf;
679 inline _LIBCPP_INLINE_VISIBILITY float acos(float __x) _NOEXCEPT {return acosf(__x);}
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 51 float acosf(float x);
676 using ::acosf;
679 inline _LIBCPP_INLINE_VISIBILITY float acos(float __x) _NOEXCEPT {return acosf(__x);}
    [all...]
  /external/llvm/test/Transforms/InstCombine/
double-float-shrink-1.ll 18 ; CHECK: call float @acosf(float %f)
win-math.ll 13 ; WIN32-NOT: float @acosf
  /external/llvm/test/Transforms/LoopVectorize/X86/
veclib-calls.ll 437 declare float @acosf(float) nounwind readnone
447 %call = tail call float @acosf(float %0) nounwind readnone
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 469 /* Define to 1 if you have the `acosf' function. */
1348 # define acosf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 469 /* Define to 1 if you have the `acosf' function. */
1348 # define acosf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 469 /* Define to 1 if you have the `acosf' function. */
1348 # define acosf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 469 /* Define to 1 if you have the `acosf' function. */
1348 # define acosf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 469 /* Define to 1 if you have the `acosf' function. */
1348 # define acosf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 469 /* Define to 1 if you have the `acosf' function. */
1348 # define acosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 473 /* Define to 1 if you have the `acosf' function. */
1362 # define acosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 473 /* Define to 1 if you have the `acosf' function. */
1362 # define acosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 473 /* Define to 1 if you have the `acosf' function. */
1362 # define acosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 473 /* Define to 1 if you have the `acosf' function. */
1362 # define acosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 473 /* Define to 1 if you have the `acosf' function. */
1362 # define acosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 473 /* Define to 1 if you have the `acosf' function. */
1362 # define acosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 473 /* Define to 1 if you have the `acosf' function. */
1362 # define acosf macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 473 /* Define to 1 if you have the `acosf' function. */
1362 # define acosf macro
    [all...]

Completed in 1811 milliseconds

1 2 3 4 5 67 8 91011>>