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

1 2 3 4

  /external/webrtc/webrtc/base/
latebindingsymboltable_unittest.cc 24 X(acosf) \
43 EXPECT_EQ(table.acosf()(0.5f), acosf(0.5f));
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Math.h 42 #define AKFS_ACOS(x) acosf(x)
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 75 INLINE_DEF_FLOAT_SYMBOL(acosf, 1)
  /external/skqp/include/private/
SkFloatingPoint.h 45 # define sk_float_acos(x) acosf(x)
  /external/valgrind/memcheck/tests/
vcpu_fnfns.c 151 printf(" acosF(%+20.4e) = %+20.4e\n", (double)f, (double)acosf(f));
  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 181 float angle = acosf(dotProduct);
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrigf.c 245 rx = acosf(B);
247 rx = acosf(-B);
  /external/clang/test/CodeGen/
libcall-declarations.c 41 float acosf(float);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
340 // CHECK-NOERRNO: declare float @acosf(float) [[NUW]]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
409 using ::acosf;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
409 using ::acosf;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
__clang_cuda_cmath.h 53 __DEVICE__ float acos(float __x) { return ::acosf(__x); }
418 using ::acosf;
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); }

Completed in 1039 milliseconds

1 2 3 4