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

  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 81 #define sk_float_asin(x) asinf(x)
  /external/clang/test/CodeGen/
libcall-declarations.c 47 float asinf(float);
271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
346 // CHECK-NOERRNO: declare float @asinf(float) [[NUW]]
  /external/bison/darwin-lib/
math.h 554 # undef asinf
555 _GL_FUNCDECL_SYS (asinf, float, (float x));
557 _GL_CXXALIAS_SYS (asinf, float, (float x));
558 _GL_CXXALIASWARN (asinf);
560 # undef asinf macro
562 _GL_WARN_ON_USE (asinf, "asinf is unportable - "
563 "use gnulib module asinf for portability");
    [all...]
  /external/bison/lib/
math.in.h 242 # undef asinf macro
243 _GL_FUNCDECL_SYS (asinf, float, (float x));
245 _GL_CXXALIAS_SYS (asinf, float, (float x));
246 _GL_CXXALIASWARN (asinf); variable
248 # undef asinf macro
250 _GL_WARN_ON_USE (asinf, "asinf is unportable - "
251 "use gnulib module asinf for portability");
    [all...]
  /external/bison/linux-lib/
math.h 554 # undef asinf
555 _GL_FUNCDECL_SYS (asinf, float, (float x));
557 _GL_CXXALIAS_SYS (asinf, float, (float x));
558 _GL_CXXALIASWARN (asinf);
560 # undef asinf macro
562 _GL_WARN_ON_USE (asinf, "asinf is unportable - "
563 "use gnulib module asinf for portability");
    [all...]
  /bionic/libm/include/
math.h 306 float asinf(float);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.cpp 295 float scaledDesiredGain = asinf(desiredGain) / (piOverTwoFloat);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 117 /// float asinf(float x);
118 asinf, enumerator in enum:llvm::LibFunc::Func
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 703 #define __ieee754_asinf asinf
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 119 #define asinf(f) ((float) asin(f)) macro
  /external/mesa3d/src/mesa/main/
imports.h 119 #define asinf(f) ((float) asin(f)) macro
  /external/ltrace/etc/
libm.so.conf 29 float asinf(float);
  /development/ndk/platforms/android-13/include/
math.h 312 float asinf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 313 float asinf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 311 float asinf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 311 float asinf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 306 float asinf(float) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 69 "asinf",
505 TLI.setUnavailable(LibFunc::asinf);
  /bionic/tests/
math_test.cpp 340 TEST(math, asinf) {
341 ASSERT_FLOAT_EQ(0.0f, asinf(0.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 130 return asinf(x);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 29 static_assert((std::is_same<decltype(asinf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 96 __tg_asin(float __x) {return asinf(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 63 static_assert((std::is_same<decltype(std::asinf(0)), float>::value), "");
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3658 function asinf(sp) function
    [all...]
  /external/bison/
configure     [all...]

Completed in 535 milliseconds