HomeSort by relevance Sort by last modified time
    Searched refs:hypotf (Results 101 - 107 of 107) sorted by null

1 2 3 45

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 436 static_assert((std::is_same<decltype(hypotf(0,0)), float>::value), "");
  /frameworks/base/services/input/
InputReader.cpp 92 return hypotf(x1 - x2, y1 - y2);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);}
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp     [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 2019 milliseconds

1 2 3 45