Home
last modified time | relevance | path

Searched refs:floatField (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/www/grafana8/grafana-8.3.6/pkg/expr/mathexp/
H A Dreduce.go81 floatField := Float64Field(*fVec)
84 f = Sum(&floatField)
86 f = Avg(&floatField)
88 f = Min(&floatField)
90 f = Max(&floatField)
92 f = Count(&floatField)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/reflect/Field/4490864/
H A DStaticFieldTest.java39 private static float floatField; field in StaticFieldTest
55 Field floatField = getAccessibleField("floatField"); in main() local
64 floatField.setFloat (null, (float) 77); in main()
74 if (floatField.getFloat(null) != 77) throw new RuntimeException("Test failed"); in main()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MayaExport/mel/
H A DogreExporter.mel722 floatField
1384 floatField
1407 floatField
1477 floatField
1586 floatField
1609 floatField
1679 floatField
1788 floatField
1811 floatField
1881 floatField
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Tools/MayaExport/mel/
H A DogreExporter.mel722 floatField
1384 floatField
1407 floatField
1477 floatField
1586 floatField
1609 floatField
1679 floatField
1788 floatField
1811 floatField
1881 floatField
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DVirtualObjectDebugInfoTest.java61 private float floatField; field in VirtualObjectDebugInfoTest.TestClass
67 this.floatField = 3.14f; in TestClass()
78 …= other.longField || this.intField != other.intField || this.floatField != other.floatField || thi… in equals()
170 Register fReg = asm.emitLoadFloat(template.floatField); in compileBuildObject()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DVirtualObjectDebugInfoTest.java61 private float floatField; field in VirtualObjectDebugInfoTest.TestClass
67 this.floatField = 3.14f; in TestClass()
78 …= other.longField || this.intField != other.intField || this.floatField != other.floatField || thi… in equals()
170 Register fReg = asm.emitLoadFloat(template.floatField); in compileBuildObject()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DVirtualObjectDebugInfoTest.java61 private float floatField; field in VirtualObjectDebugInfoTest.TestClass
67 this.floatField = 3.14f; in TestClass()
78 …= other.longField || this.intField != other.intField || this.floatField != other.floatField || thi… in equals()
170 Register fReg = asm.emitLoadFloat(template.floatField); in compileBuildObject()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DVirtualObjectDebugInfoTest.java62 private float floatField; field in VirtualObjectDebugInfoTest.TestClass
68 this.floatField = 3.14f; in TestClass()
79 …= other.longField || this.intField != other.intField || this.floatField != other.floatField || thi… in equals()
171 Register fReg = asm.emitLoadFloat(template.floatField); in compileBuildObject()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DVirtualObjectDebugInfoTest.java61 private float floatField; field in VirtualObjectDebugInfoTest.TestClass
67 this.floatField = 3.14f; in TestClass()
78 …= other.longField || this.intField != other.intField || this.floatField != other.floatField || thi… in equals()
170 Register fReg = asm.emitLoadFloat(template.floatField); in compileBuildObject()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DVirtualObjectDebugInfoTest.java61 private float floatField; field in VirtualObjectDebugInfoTest.TestClass
67 this.floatField = 3.14f; in TestClass()
78 …= other.longField || this.intField != other.intField || this.floatField != other.floatField || thi… in equals()
170 Register fReg = asm.emitLoadFloat(template.floatField); in compileBuildObject()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DVirtualObjectDebugInfoTest.java61 private float floatField; field in VirtualObjectDebugInfoTest.TestClass
67 this.floatField = 3.14f; in TestClass()
78 …= other.longField || this.intField != other.intField || this.floatField != other.floatField || thi… in equals()
170 Register fReg = asm.emitLoadFloat(template.floatField); in compileBuildObject()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DVirtualObjectDebugInfoTest.java62 private float floatField; field in VirtualObjectDebugInfoTest.TestClass
68 this.floatField = 3.14f; in TestClass()
79 …= other.longField || this.intField != other.intField || this.floatField != other.floatField || thi… in equals()
171 Register fReg = asm.emitLoadFloat(template.floatField); in compileBuildObject()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/common/testcases/
H A DMultipleImplementer2.java44 protected float floatField = FLOAT_CONSTANT; field in MultipleImplementer2
53 floatField = Float.MAX_VALUE; in MultipleImplementer2()
88 System.out.println(floatField); in printFileds()
H A DMultipleAbstractImplementer.java45 protected float floatField = FLOAT_CONSTANT; field in MultipleAbstractImplementer
54 floatField = Float.MAX_VALUE; in MultipleAbstractImplementer()
86 System.out.println(floatField); in printFileds()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/common/testcases/
H A DMultipleAbstractImplementer.java45 protected float floatField = FLOAT_CONSTANT; field in MultipleAbstractImplementer
54 floatField = Float.MAX_VALUE; in MultipleAbstractImplementer()
86 System.out.println(floatField); in printFileds()
H A DMultipleImplementer2.java44 protected float floatField = FLOAT_CONSTANT; field in MultipleImplementer2
53 floatField = Float.MAX_VALUE; in MultipleImplementer2()
88 System.out.println(floatField); in printFileds()

1234567891011