HomeSort by relevance Sort by last modified time
    Searched full:atan2f (Results 251 - 275 of 802) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 293 /// float atan2f(float y, float x);
294 TLI_DEFINE_ENUM_INTERNAL(atan2f)
295 TLI_DEFINE_STRING_INTERNAL("atan2f")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 293 /// float atan2f(float y, float x);
294 TLI_DEFINE_ENUM_INTERNAL(atan2f)
295 TLI_DEFINE_STRING_INTERNAL("atan2f")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 293 /// float atan2f(float y, float x);
294 TLI_DEFINE_ENUM_INTERNAL(atan2f)
295 TLI_DEFINE_STRING_INTERNAL("atan2f")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 293 /// float atan2f(float y, float x);
294 TLI_DEFINE_ENUM_INTERNAL(atan2f)
295 TLI_DEFINE_STRING_INTERNAL("atan2f")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 293 /// float atan2f(float y, float x);
294 TLI_DEFINE_ENUM_INTERNAL(atan2f)
295 TLI_DEFINE_STRING_INTERNAL("atan2f")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 293 /// float atan2f(float y, float x);
294 TLI_DEFINE_ENUM_INTERNAL(atan2f)
295 TLI_DEFINE_STRING_INTERNAL("atan2f")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 293 /// float atan2f(float y, float x);
294 TLI_DEFINE_ENUM_INTERNAL(atan2f)
295 TLI_DEFINE_STRING_INTERNAL("atan2f")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 293 /// float atan2f(float y, float x);
294 TLI_DEFINE_ENUM_INTERNAL(atan2f)
295 TLI_DEFINE_STRING_INTERNAL("atan2f")
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 11 float atan2f(float, float);
264 F(atan2), F(atan2f), F(atan2l), F(abs), F(labs),
316 // CHECK-NOERRNO: declare float @atan2f(float, float) [[NUW]]
  /bionic/libc/include/
math.h 192 float atan2f(float, float);
  /bionic/libm/
libm.arm.map 22 atan2f;
libm.arm64.map 22 atan2f;
libm.map.txt 21 atan2f;
libm.mips.map 22 atan2f;
libm.mips64.map 22 atan2f;
libm.x86.map 22 atan2f;
libm.x86_64.map 22 atan2f;
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 406 float x = atan2f(-R.elem[0][1], R.elem[0][0]) * kRad2deg;
407 float y = atan2f(-R.elem[1][2], R.elem[2][2]) * kRad2deg;
  /external/clang/lib/Headers/
tgmath.h 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
  /external/llvm/test/Transforms/ConstProp/
calls.ll 28 declare float @atan2f(float, float)
120 %20 = call float @atan2f(float 3.000000e+00, float 4.000000e+00)
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
tgmath.h 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
tgmath.h 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h 571 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1238 __tg_carg(float __x) {return atan2f(0.F, __x);}

Completed in 2956 milliseconds

<<11121314151617181920>>