/bionic/libm/upstream-freebsd/lib/msun/src/ |
w_cabsf.c | 2 * cabsf() wrapper for hypotf(). 22 return hypotf(crealf(z), cimagf(z));
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
geometry_utils.h | 52 return static_cast<int>(hypotf(static_cast<float>(x1 - x2), static_cast<float>(y1 - y2)));
|
proximity_info.cpp | 68 KEYBOARD_HYPOTENUSE(hypotf(KEYBOARD_WIDTH, KEYBOARD_HEIGHT)),
|
/frameworks/base/core/jni/ |
android_util_FloatMath.cpp | 37 static float HypotF(JNIEnv* env, jobject clazz, float x, float y) { 38 return hypotf(x, y); 50 {"hypot", "(FF)F", (void*) MathUtilsGlue::HypotF},
|
/frameworks/native/libs/input/ |
VelocityControl.cpp | 74 float speed = hypotf(vx, vy) * scale;
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeMath.cpp | 140 EXPORT_F32_FN_F32_F32(hypotf) 210 { "_Z5hypotff", (void *)&hypotf, true },
|
/packages/apps/Camera2/jni/ |
tinyplanet.cc | 110 float r = hypotf(xf, yf);
|
/packages/apps/Gallery2/jni/filters/ |
tinyplanet.cc | 109 float r = hypotf(xf, yf);
|
/external/bison/darwin-lib/ |
math.h | 1353 # undef hypotf macro [all...] |
/external/bison/lib/ |
math.in.h | 1028 # undef hypotf macro 1029 # define hypotf rpl_hypotf macro 1031 _GL_FUNCDECL_RPL (hypotf, float, (float x, float y)); 1032 _GL_CXXALIAS_RPL (hypotf, float, (float x, float y)); 1035 _GL_FUNCDECL_SYS (hypotf, float, (float x, float y)); 1037 _GL_CXXALIAS_SYS (hypotf, float, (float x, float y)); 1039 _GL_CXXALIASWARN (hypotf); variable 1041 # undef hypotf macro 1043 _GL_WARN_ON_USE (hypotf, "hypotf is unportable - [all...] |
/external/bison/linux-lib/ |
math.h | 1353 # undef hypotf macro [all...] |
/development/ndk/platforms/android-3/include/ |
math.h | 344 float hypotf(float, float);
|
/development/ndk/platforms/android-9/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/ |
math.h | 344 float hypotf(float, float);
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/ |
math.h | 344 float hypotf(float, float);
|