Searched refs:jfloat (Results 51 - 75 of 165) sorted by relevance

1234567

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp175 inline jint jint_cast (jfloat x) { return *(jint* )&x; }
178 inline jfloat jfloat_cast (jint x) { return *(jfloat* )&x; }
270 inline int g_isfinite(jfloat f) { return finite(f); }
H A DglobalDefinitions_sparcWorks.hpp190 inline jint jint_cast (jfloat x) { return *(jint* )&x; }
193 inline jfloat jfloat_cast (jint x) { return *(jfloat* )&x; }
269 inline int g_isfinite(jfloat f) { return finite(f); }
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.h39 #define NEXT_FLOAT(buf) NEXT_VAL(buf, jfloat)
/openjdk7/langtools/test/tools/javah/6572945/gold/jni.dir.1/
H A DTestClass1_Inner1.h59 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner1_fmn
139 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner1_fmn1
219 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner1_fmn2
300 (JNIEnv *, jobject, jfloat);
H A DTestClass1_Inner2.h59 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner2_fmn
139 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner2_fmn1
219 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner2_fmn2
300 (JNIEnv *, jobject, jfloat);
H A DTestClass1.h59 JNIEXPORT jfloat JNICALL Java_TestClass1_fmn
283 JNIEXPORT jfloat JNICALL Java_TestClass1_fmn1
363 JNIEXPORT jfloat JNICALL Java_TestClass1_fmn2
444 (JNIEnv *, jobject, jfloat);
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A DorderAccess_windows_x86.inline.hpp74 inline jfloat OrderAccess::load_acquire(volatile jfloat* p) { return *p; }
89 inline void OrderAccess::release_store(volatile jfloat* p, jfloat v) { *p = v; }
136 inline void OrderAccess::store_fence(jfloat* p, jfloat v) { *p = v; fence(); }
198 inline void OrderAccess::release_store_fence(volatile jfloat* p, jfloat v) { *p = v; fence(); }
/openjdk7/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.hpp113 #define STACK_FLOAT(offset) (*((jfloat *) &topOfStack[-(offset)]))
121 #define SET_STACK_FLOAT(value, offset) (*((jfloat *)&topOfStack[-(offset)]) = (value))
134 #define LOCALS_FLOAT(offset) (*((jfloat*)&locals[-(offset)]))
144 #define SET_LOCALS_FLOAT(value, offset) (*((jfloat *)&locals[-(offset)]) = (value))
158 #define VMSLOTS_FLOAT(offset) (*((jfloat*)&vmslots[(offset)]))
166 #define SET_VMSLOTS_FLOAT(value, offset) (*((jfloat *)&vmslots[(offset)]) = (value))
H A DstubGenerator_zero.cpp104 *(jfloat *) result = *(jfloat *) stack->sp();
/openjdk7/jdk/src/share/native/sun/font/
H A DAccelGlyphCache.c156 cellinfo->tx1 = (jfloat)cellinfo->x / cache->width;
157 cellinfo->ty1 = (jfloat)cellinfo->y / cache->height;
158 cellinfo->tx2 = cellinfo->tx1 + ((jfloat)w / cache->width);
159 cellinfo->ty2 = cellinfo->ty1 + ((jfloat)h / cache->height);
238 cellinfo->tx2 = cellinfo->tx1 + ((jfloat)w / cache->width);
239 cellinfo->ty2 = cellinfo->ty1 + ((jfloat)h / cache->height);
H A DfreetypeScaler.c370 jint aa, jint fm, jfloat boldness, jfloat italic) {
442 jfloat ax, ay, dx, dy, bx, by, lx, ly, mx, my;
443 jfloat f0 = 0.0;
493 ay = -(jfloat) FT26Dot6ToFloat(FT_MulFix(
498 dy = -(jfloat) FT26Dot6ToFloat(FT_MulFix(
506 ly = (jfloat) FT26Dot6ToFloat(FT_MulFix(
511 mx = (jfloat) FT26Dot6ToFloat(
530 JNIEXPORT jfloat JNICALL
549 jfloat advanc
[all...]
/openjdk7/langtools/test/tools/javah/6572945/gold/
H A Djni.file.159 JNIEXPORT jfloat JNICALL Java_TestClass1_fmn
283 JNIEXPORT jfloat JNICALL Java_TestClass1_fmn1
363 JNIEXPORT jfloat JNICALL Java_TestClass1_fmn2
444 (JNIEnv *, jobject, jfloat);
538 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner2_fmn
618 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner2_fmn1
698 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner2_fmn2
779 (JNIEnv *, jobject, jfloat);
873 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner1_fmn
953 JNIEXPORT jfloat JNICAL
[all...]
H A Djni.file.259 JNIEXPORT jfloat JNICALL Java_TestClass1_fmn
283 JNIEXPORT jfloat JNICALL Java_TestClass1_fmn1
363 JNIEXPORT jfloat JNICALL Java_TestClass1_fmn2
444 (JNIEnv *, jobject, jfloat);
538 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner2_fmn
618 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner2_fmn1
698 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner2_fmn2
779 (JNIEnv *, jobject, jfloat);
873 JNIEXPORT jfloat JNICALL Java_TestClass1_00024Inner1_fmn
953 JNIEXPORT jfloat JNICAL
[all...]
/openjdk7/jdk/src/solaris/native/sun/font/
H A DX11FontScaler.c231 JNIEXPORT jfloat JNICALL
238 jfloat advance = 0.0f;
267 return (jfloat)(advance/context->scale);
318 jfloat j0=0, j1=1, ay=j0, dy=j0, mx=j0;
327 /* ay = (jfloat)-AWTCharAscent(AWTFontMaxBounds(xFont)); */
328 /* dy = (jfloat)AWTCharDescent(AWTFontMaxBounds(xFont)); */
330 ay = (jfloat)-AWTFontAscent(xFont);
331 dy = (jfloat)AWTFontDescent(xFont);
332 mx = (jfloat)AWTCharAdvance(AWTFontMaxBounds(xFont));
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DQuartzRenderer.m489 SDRenderType doShape(QuartzSDOps *qsdo, jint *types, jfloat *coords, jint numtypes, BOOL fill, BOOL shouldApplyOffset)
625 (JNIEnv *env, jobject jthis, jobject jsurfacedata, jfloat x1, jfloat y1, jfloat x2, jfloat y2)
646 (JNIEnv *env, jobject jthis, jobject jsurfacedata, jfloat x, jfloat y, jfloat w, jfloat h, jboolean isfill)
667 (JNIEnv *env, jobject jthis, jobject jsurfacedata, jfloat
[all...]
H A DCTextPipe.m435 jfloat *positions = (*env)->GetPrimitiveArrayCritical(env, posArray, NULL);
530 (JNIEnv *env, QuartzSDOps *qsdo, const AWTStrike *strike, jobject gVector, const jfloat x, const jfloat y)
594 (JNIEnv *env, jobject jthis, jobject jsurfacedata, jlong awtStrikePtr, jcharArray unicodes, jint offset, jint length, jfloat x, jfloat y)
634 (JNIEnv *env, jobject jthis, jobject jsurfacedata, jlong awtStrikePtr, jchar aUnicode, jfloat x, jfloat y)
652 (JNIEnv *env, jobject jthis, jobject jsurfacedata, jlong awtStrikePtr, jobject gVector, jfloat x, jfloat y)
/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValueCollection.cpp69 jfloat StackValueCollection::float_at(int slot) const {
71 return *((jfloat*) (&res));
117 void StackValueCollection::set_float_at(int slot, jfloat value) {
/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.hpp84 jfloat read_float(); // jfloat_cast(reverse_int(read_int()))
122 void write_float(jfloat value); // write_int(reverse_int(jint_cast(v)))
/openjdk7/hotspot/src/share/vm/shark/
H A DllvmValue.hpp47 static llvm::ConstantFP* jfloat_constant(jfloat value)
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.h39 #define NEXT_FLOAT(buf) NEXT_VAL(buf, jfloat)
H A DOGLPaints.c738 jfloat p0, jfloat p1, jfloat p3,
861 jfloat m00, jfloat m01, jfloat m02,
862 jfloat m10, jfloat m11, jfloat m12,
863 jfloat focus
[all...]
H A DOGLTextRenderer.c654 jfloat x1, y1, x2, y2;
675 x1 = (jfloat)x;
676 y1 = (jfloat)y;
828 jfloat dtx1, dty1, dtx2, dty2;
890 dtx1 = ((jfloat)(dx1 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH;
891 dty1 = ((jfloat)(cachedDestBounds.y2 - dy1)) / OGLTR_CACHED_DEST_HEIGHT;
892 dtx2 = ((jfloat)(dx2 - cachedDestBounds.x1)) / OGLTR_CACHED_DEST_WIDTH;
893 dty2 = ((jfloat)(cachedDestBounds.y2 - dy2)) / OGLTR_CACHED_DEST_HEIGHT;
1066 jfloat glyphListOrigX, jfloat glyphListOrig
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A Doop.hpp158 jfloat* float_field_addr(int offset) const;
246 jfloat float_field(int offset) const;
247 void float_field_put(int offset, jfloat contents);
276 jfloat float_field_acquire(int offset) const;
277 void release_float_field_put(int offset, jfloat contents);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp314 jfloat fontSize, jboolean isBold, jboolean isItalic,
315 jint rotation, jfloat awScale);
317 jfloat fontSize, jboolean isBold, jboolean isItalic,
318 jint rotation, jfloat awScale);
1615 (JNIEnv *env, jobject self, jlong printDC, jfloat x, jfloat y) {
1630 (JNIEnv *env, jobject self, jlong printDC, jfloat x, jfloat y) {
1645 jfloat control1x, jfloat control1
[all...]
/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTStrike.m140 JNIEXPORT jfloat JNICALL
195 JNFCallVoidMethod(env, result, sjr_Rectangle2DFloat_setRect, (jfloat)bbox.origin.x, (jfloat)bbox.origin.y, (jfloat)bbox.size.width, (jfloat)bbox.size.height);
252 (*env)->SetFloatArrayRegion(env, pointCoords, 0, path->fNumberOfDataElements, (jfloat*)path->fSegmentData);
384 jfloat ay=0.0, dy=0.0, mx=0.0, ly=0.0;

Completed in 64 milliseconds

1234567