HomeSort by relevance Sort by last modified time
    Searched full:jfloat (Results 126 - 150 of 205) sorted by null

1 2 3 4 56 7 8 9

  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_CollisionShape.cpp 48 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_collision_shapes_CollisionShape_getMargin
83 (JNIEnv * env, jobject object, jlong shapeId, jfloat newMargin) {
com_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp 50 (JNIEnv * env, jobject object, jobject normal, jfloat constant) {
com_jme3_bullet_collision_shapes_SphereCollisionShape.cpp 49 (JNIEnv *env, jobject object, jfloat radius) {
com_jme3_bullet_joints_PhysicsJoint.cpp 48 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_PhysicsJoint_getAppliedImpulse
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 62 jfloat s[1];
74 jfloat normalizer_model,
80 jfloat* values_m = env->GetFloatArrayElements(value_array_model, NULL);
373 jfloat normalizer,
414 jfloat* values_p = env->GetFloatArrayElements(value_array_positive, NULL);
416 jfloat* values_n = env->GetFloatArrayElements(value_array_negative, NULL);
439 jfloat Java_android_bordeaux_learning_StochasticLinearRanker_nativeScoreSample(
450 jfloat* values = env->GetFloatArrayElements(value_array, NULL);
jni_stochastic_linear_ranker.h 130 JNIEXPORT jfloat JNICALL
144 jfloat normalizer,
167 jfloat normalizer_model,
  /libcore/luni/src/main/native/
cbigint.h 103 uint32_t floatMantissa(jfloat z);
105 int32_t floatExponent(jfloat z);
  /libnativehelper/include/nativehelper/
ScopedPrimitiveArray.h 64 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RO(jfloat, Float);
115 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RW(jfloat, Float);
  /packages/apps/Camera2/jni/
tinyplanet.cc 133 JNIEXPORT void JNICALL Java_com_android_camera_tinyplanet_TinyPlanetNative_process(JNIEnv* env, jobject obj, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale, jfloat angle)
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 132 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale,jfloat angle)
contrast.c 39 void JNIFUNCF(ImageFilterContrast, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat bright)
saturated.c 19 void JNIFUNCF(ImageFilterSaturated, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat saturation)
vibrance.c 20 void JNIFUNCF(ImageFilterVibrance, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat vibrance)
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_ExposureCompensationTest.cpp 50 jfloat exposureValue) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
brightness.cpp 27 jfloat
contrast.cpp 27 jfloat
  /external/chromium_org/base/android/
jni_array_unittest.cc 121 jfloat j = static_cast<jfloat>(kFloats[i]);
132 jfloat value;
  /frameworks/base/core/jni/
android_view_VelocityTracker.cpp 173 jint ptr, jint units, jfloat maxVelocity) {
178 static jfloat android_view_VelocityTracker_nativeGetXVelocity(JNIEnv* env, jclass clazz,
186 static jfloat android_view_VelocityTracker_nativeGetYVelocity(JNIEnv* env, jclass clazz,
android_view_SurfaceControl.cpp 220 static void nativeSetPosition(JNIEnv* env, jclass clazz, jint nativeObject, jfloat x, jfloat y) {
269 static void nativeSetAlpha(JNIEnv* env, jclass clazz, jint nativeObject, jfloat alpha) {
278 jfloat dsdx, jfloat dtdx, jfloat dsdy, jfloat dtdy) {
android_media_AudioSystem.cpp 212 android_media_AudioSystem_setMasterVolume(JNIEnv *env, jobject thiz, jfloat value)
217 static jfloat
233 static jfloat
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jri.h 449 jfloat (*CallMethodFloat)(JRIEnv* env, jint op, void* a, jint b, ...);
450 jfloat (*CallMethodFloatV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
451 jfloat (*CallMethodFloatA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
463 jfloat (*GetFieldFloat)(JRIEnv* env, jint op, void* a, jint b);
472 void (*SetFieldFloat)(JRIEnv* env, jint op, void* a, jint b, jfloat c);
497 jfloat (*CallStaticMethodFloat)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
498 jfloat (*CallStaticMethodFloatV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
499 jfloat (*CallStaticMethodFloatA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
511 jfloat (*GetStaticFieldFloat)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
520 void (*SetStaticFieldFloat)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jfloat c)
    [all...]
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool_SoundPoolImpl.cpp 77 jfloat leftVolume, jfloat rightVolume, jint priority, jint loop,
78 jfloat rate)
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_InstanceNonce.c 64 static jfloat InstanceNonce_returnFloat(JNIEnv *env, jobject this) {
65 return (jfloat) -98765.4321F;
176 static jboolean InstanceNonce_takeFloat(JNIEnv *env, jobject this, jfloat v) {
227 jstring v6, jfloat v7, jdouble v8, jintArray v9) {
android_jni_cts_StaticNonce.c 64 static jfloat StaticNonce_returnFloat(JNIEnv *env, jclass clazz) {
65 return (jfloat) -98765.4321F;
192 static jboolean StaticNonce_takeFloat(JNIEnv *env, jclass clazz, jfloat v) {
242 jstring v6, jfloat v7, jdouble v8, jintArray v9) {
  /external/chromium_org/base/android/jni_generator/
sample_for_tests.cc 63 static jfloat GetFloatFunction(JNIEnv*, jclass) {

Completed in 940 milliseconds

1 2 3 4 56 7 8 9