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

  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 80 #define sk_float_acos(x) acosf(x)
  /external/clang/test/CodeGen/
libcall-declarations.c 41 float acosf(float);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
340 // CHECK-NOERRNO: declare float @acosf(float) [[NUW]]
  /external/bison/darwin-lib/
math.h 523 # undef acosf
524 _GL_FUNCDECL_SYS (acosf, float, (float x));
526 _GL_CXXALIAS_SYS (acosf, float, (float x));
527 _GL_CXXALIASWARN (acosf);
529 # undef acosf macro
531 _GL_WARN_ON_USE (acosf, "acosf is unportable - "
532 "use gnulib module acosf for portability");
    [all...]
  /external/bison/lib/
math.in.h 211 # undef acosf macro
212 _GL_FUNCDECL_SYS (acosf, float, (float x));
214 _GL_CXXALIAS_SYS (acosf, float, (float x));
215 _GL_CXXALIASWARN (acosf); variable
217 # undef acosf macro
219 _GL_WARN_ON_USE (acosf, "acosf is unportable - "
220 "use gnulib module acosf for portability");
    [all...]
  /external/bison/linux-lib/
math.h 523 # undef acosf
524 _GL_FUNCDECL_SYS (acosf, float, (float x));
526 _GL_CXXALIAS_SYS (acosf, float, (float x));
527 _GL_CXXALIASWARN (acosf);
529 # undef acosf macro
531 _GL_WARN_ON_USE (acosf, "acosf is unportable - "
532 "use gnulib module acosf for portability");
    [all...]
  /bionic/libm/include/
math.h 305 float acosf(float);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 105 /// float acosf(float x);
106 acosf, enumerator in enum:llvm::LibFunc::Func
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 699 #define __ieee754_acosf acosf
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 118 #define acosf(f) ((float) acos(f)) macro
  /external/mesa3d/src/mesa/main/
imports.h 118 #define acosf(f) ((float) acos(f)) macro
  /external/ltrace/etc/
libm.so.conf 33 float acosf(float);
  /development/ndk/platforms/android-13/include/
math.h 311 float acosf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 312 float acosf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 310 float acosf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 310 float acosf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 305 float acosf(float) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 63 "acosf",
504 TLI.setUnavailable(LibFunc::acosf);
  /bionic/tests/
math_test.cpp 328 TEST(math, acosf) {
329 ASSERT_FLOAT_EQ(static_cast<float>(M_PI)/2.0f, acosf(0.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 120 return acosf(x);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 21 static_assert((std::is_same<decltype(acosf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 67 __tg_acos(float __x) {return acosf(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 45 static_assert((std::is_same<decltype(std::acosf(0)), float>::value), "");
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3652 function acosf(sp) function
    [all...]
  /external/bison/
configure     [all...]

Completed in 2100 milliseconds