Searched refs:asinf (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h81 #define sk_float_asin(x) asinf(x)
/external/skia/include/core/
H A DSkFloatingPoint.h79 #define sk_float_asin(x) asinf(x)
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fnfns.c137 printf(" asinF(%+20.4e) = %+20.4e\n", (double)f, (double)asinf(f));
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c47 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/
H A Dmath.h554 # 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");
/external/bison/lib/
H A Dmath.in.h242 # 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");
/external/bison/linux-lib/
H A Dmath.h554 # 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");
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DDynamicsCompressorKernel.cpp295 float scaledDesiredGain = asinf(desiredGain) / (piOverTwoFloat);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h117 /// float asinf(float x);
118 asinf, enumerator in enum:llvm::LibFunc::Func
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h119 #define asinf(f) ((float) asin(f)) macro
/external/mesa3d/src/mesa/main/
H A Dimports.h119 #define asinf(f) ((float) asin(f)) macro
/external/ltrace/etc/
H A Dlibm.so.conf29 float asinf(float);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp69 "asinf",
505 TLI.setUnavailable(LibFunc::asinf);
/external/clang/lib/Headers/
H A Dtgmath.h96 __tg_asin(float __x) {return asinf(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp29 static_assert((std::is_same<decltype(asinf(0)), float>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp63 static_assert((std::is_same<decltype(std::asinf(0)), float>::value), "");
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 233 milliseconds