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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtf.c 23 /* cbrtf(x)
31 cbrtf(float x) function
  /external/bison/darwin-lib/
math.h 633 # undef cbrtf
634 # define cbrtf rpl_cbrtf
636 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
637 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
640 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
642 _GL_CXXALIAS_SYS (cbrtf, float, (float x));
644 _GL_CXXALIASWARN (cbrtf);
646 # undef cbrtf macro
648 _GL_WARN_ON_USE (cbrtf, "cbrtf is unportable -
    [all...]
  /external/bison/lib/
math.in.h 321 # undef cbrtf macro
322 # define cbrtf rpl_cbrtf macro
324 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
325 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
328 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
330 _GL_CXXALIAS_SYS (cbrtf, float, (float x));
332 _GL_CXXALIASWARN (cbrtf); variable
334 # undef cbrtf macro
336 _GL_WARN_ON_USE (cbrtf, "cbrtf is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 633 # undef cbrtf
634 # define cbrtf rpl_cbrtf
636 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
637 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
640 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
642 _GL_CXXALIAS_SYS (cbrtf, float, (float x));
644 _GL_CXXALIASWARN (cbrtf);
646 # undef cbrtf macro
648 _GL_WARN_ON_USE (cbrtf, "cbrtf is unportable -
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 59 float cbrtf(float);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
358 // CHECK-NOERRNO: declare float @cbrtf(float) [[NUW]]
  /bionic/libm/include/
math.h 347 float cbrtf(float);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 163 /// float cbrtf(float x);
164 cbrtf, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 169 float cbrtf(float);
  /development/ndk/platforms/android-13/include/
math.h 352 float cbrtf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 354 float cbrtf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 350 float cbrtf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 350 float cbrtf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 347 float cbrtf(float) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 92 "cbrtf",
469 TLI.setUnavailable(LibFunc::cbrtf);
  /bionic/tests/
math_test.cpp 520 TEST(math, cbrtf) {
521 ASSERT_FLOAT_EQ(3.0f, cbrtf(27.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 155 return cbrtf(x);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 356 static_assert((std::is_same<decltype(cbrtf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 580 __tg_cbrt(float __x) {return cbrtf(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 553 milliseconds