HomeSort by relevance Sort by last modified time
    Searched full:jfloat (Results 26 - 50 of 61) sorted by null

12 3

  /libcore/luni/src/main/native/
cbigint.h 103 uint32_t floatMantissa(jfloat z);
105 int32_t floatExponent(jfloat z);
java_io_ObjectOutputStream.cpp 45 GETTER(ObjectOutputStream_getFieldFloat, jfloat, "F", GetFloatField)
java_io_ObjectInputStream.cpp 44 SETTER(ObjectInputStream_setFieldFloat, jfloat, "F", SetFloatField)
NativeConverter.cpp 207 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) {
580 static jfloat NativeConverter_getAveCharsPerByte(JNIEnv* env, jclass, jlong handle) {
581 return (1 / (jfloat) NativeConverter_getMaxBytesPerChar(env, NULL, handle));
cbigint.cpp 799 uint32_t floatMantissa(jfloat z) {
811 floatExponent (jfloat z)
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 76 (jfloat)location->speed, (jfloat)location->bearing,
77 (jfloat)location->accuracy, (jlong)location->timestamp);
374 jfloat* snrs = env->GetFloatArrayElements(snrArray, 0);
375 jfloat* elev = env->GetFloatArrayElements(elevArray, 0);
376 jfloat* azim = env->GetFloatArrayElements(azumArray, 0);
478 jdouble latitude, jdouble longitude, jfloat accuracy)
  /external/webkit/WebCore/bridge/jni/
JNIUtility.h 173 template<> struct JNICaller<jfloat> {
174 static jfloat callA(jobject obj, jmethodID mid, jvalue* args)
178 static jfloat callV(jobject obj, jmethodID mid, va_list args)
  /external/webkit/WebCore/bridge/jni/jsc/
JNIUtilityPrivate.cpp 144 jfloat value = (jfloat)item.toNumber(exec);
265 result.f = (jfloat)value.toNumber(exec);
JNIBridgeJSC.cpp 428 jfloat aFloat;
JavaInstanceJSC.cpp 215 result.f = callJNIMethodIDA<jfloat>(obj, jMethod->methodID(obj), jArgs);
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.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) {
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 239 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
359 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
371 (JNIEnv *_env, jobject _this, jfloat depth) {
780 (JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar)
    [all...]
com_google_android_gles_jni_GLImpl.cpp 296 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
345 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
369 (JNIEnv *_env, jobject _this, jfloat depth) {
405 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha)
    [all...]
android_opengl_GLES11Ext.cpp 398 (JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z, jfloat width, jfloat height) {
    [all...]
android_view_Surface.cpp 551 JNIEnv* env, jobject clazz, jfloat alpha)
562 jfloat dsdx, jfloat dtdx, jfloat dsdy, jfloat dtdy)
  /external/webkit/WebCore/bridge/jni/v8/
JNIUtilityPrivate.cpp 131 jfloat fVal = static_cast<jfloat>(NPVARIANT_TO_DOUBLE(npvValue));
333 result.f = static_cast<jfloat>(NPVARIANT_TO_INT32(value));
335 result.f = static_cast<jfloat>(NPVARIANT_TO_DOUBLE(value));
JavaInstanceV8.cpp 141 result.f = callJNIMethodIDA<jfloat>(obj, jMethod->methodID(obj), jArgs);
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 613 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
635 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
657 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
750 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
761 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
809 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
833 jfloat *ptr = _env->GetFloatArrayElements(data, NULL);
857 nScriptSetClearColor(JNIEnv *_env, jobject _this, jint script, jfloat r, jfloat g, jfloat b, jfloat a
    [all...]
  /development/ndk/platforms/android-8/arch-arm/lib/
libjnigraphics.so 
  /frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp 361 jfloat filterGain, jfloat attenuationInDb, jfloat freqInHz, jfloat slope)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /frameworks/base/core/jni/android/graphics/
Region.cpp 127 static void Region_scale(JNIEnv* env, jobject region, jfloat scale, jobject dst) {
  /dalvik/vm/
CheckJni.c     [all...]

Completed in 379 milliseconds

12 3