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

1 2 3 4 5 6

  /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/libc/include/
math.h 217 float cbrtf(float);
  /development/ndk/platforms/android-13/include/
math.h 350 float cbrtf(float);
  /development/ndk/platforms/android-18/include/
math.h 352 float cbrtf(float);
  /development/ndk/platforms/android-9/include/
math.h 348 float cbrtf(float);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 114 EXPORT_F32_FN_F32(cbrtf)
  /development/ndk/platforms/android-21/include/
math.h 347 float cbrtf(float);
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 416 using ::cbrtf;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 416 using ::cbrtf;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 416 using ::cbrtf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 416 using ::cbrtf;
  /bionic/tests/
math_test.cpp 533 TEST(math, cbrtf) {
534 ASSERT_FLOAT_EQ(3.0f, cbrtf(27.0f));
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
math.h 350 float cbrtf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
math.h 350 float cbrtf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
math.h 350 float cbrtf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
math.h 352 float cbrtf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
math.h 352 float cbrtf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
math.h 352 float cbrtf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
math.h 352 float cbrtf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
math.h 352 float cbrtf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
math.h 352 float cbrtf(float) __NDK_FPABI_MATH__;

Completed in 1343 milliseconds

1 2 3 4 5 6