Searched refs:MathUtilsGlue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_FloatMath.cpp | 7 class MathUtilsGlue { class 43 {"floor", "(F)F", (void*) MathUtilsGlue::FloorF}, 44 {"ceil", "(F)F", (void*) MathUtilsGlue::CeilF}, 45 {"sin", "(F)F", (void*) MathUtilsGlue::SinF}, 46 {"cos", "(F)F", (void*) MathUtilsGlue::CosF}, 47 {"sqrt", "(F)F", (void*) MathUtilsGlue::SqrtF}, 48 {"exp", "(F)F", (void*) MathUtilsGlue::ExpF}, 49 {"pow", "(FF)F", (void*) MathUtilsGlue::PowF}, 50 {"hypot", "(FF)F", (void*) MathUtilsGlue::HypotF},
|