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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2f.c 45 if(hx==0x3f800000) return atanf(y); /* x=1.0 */
88 else z=atanf(fabsf(y/x)); /* safe to do y/x */
s_atanf.c 49 atanf(float x) function
  /external/clang/test/CodeGen/
libcalls.c 88 float atanf_ = atanf(f);
91 // CHECK-NO: declare float @atanf(float) [[NUW_RN]]
94 // CHECK-YES-NOT: declare float @atanf(float) [[NUW_RN]]
libcall-declarations.c 53 float atanf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
352 // CHECK-NOERRNO: declare float @atanf(float) [[NUW]]
  /external/bison/darwin-lib/
math.h 585 # undef atanf
586 _GL_FUNCDECL_SYS (atanf, float, (float x));
588 _GL_CXXALIAS_SYS (atanf, float, (float x));
589 _GL_CXXALIASWARN (atanf);
591 # undef atanf macro
593 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
594 "use gnulib module atanf for portability");
    [all...]
  /external/bison/lib/
math.in.h 273 # undef atanf macro
274 _GL_FUNCDECL_SYS (atanf, float, (float x));
276 _GL_CXXALIAS_SYS (atanf, float, (float x));
277 _GL_CXXALIASWARN (atanf); variable
279 # undef atanf macro
281 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
282 "use gnulib module atanf for portability");
    [all...]
  /external/bison/linux-lib/
math.h 585 # undef atanf
586 _GL_FUNCDECL_SYS (atanf, float, (float x));
588 _GL_CXXALIAS_SYS (atanf, float, (float x));
589 _GL_CXXALIASWARN (atanf);
591 # undef atanf macro
593 _GL_WARN_ON_USE (atanf, "atanf is unportable - "
594 "use gnulib module atanf for portability");
    [all...]
  /bionic/libm/include/
math.h 307 float atanf(float);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 135 /// float atanf(float x);
136 atanf, enumerator in enum:llvm::LibFunc::Func
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 121 #define atanf(f) ((float) atan(f)) macro
  /external/mesa3d/src/mesa/main/
imports.h 121 #define atanf(f) ((float) atan(f)) macro
  /external/ltrace/etc/
libm.so.conf 37 float atanf(float);
  /development/ndk/platforms/android-13/include/
math.h 313 float atanf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 314 float atanf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 312 float atanf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 312 float atanf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 307 float atanf(float) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 78 "atanf",
506 TLI.setUnavailable(LibFunc::atanf);
  /bionic/tests/
math_test.cpp 352 TEST(math, atanf) {
353 ASSERT_FLOAT_EQ(0.0f, atanf(0.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 140 return atanf(x);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 37 static_assert((std::is_same<decltype(atanf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 125 __tg_atan(float __x) {return atanf(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 81 static_assert((std::is_same<decltype(std::atanf(0)), float>::value), "");
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3783 function atanf(sp) function
    [all...]
  /external/bison/
configure     [all...]

Completed in 1455 milliseconds