Home
last modified time | relevance | path

Searched refs:floatValue (Results 1 – 25 of 3374) sorted by relevance

12345678910>>...135

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/eval/
H A DFloatAssignmentOperatorsTests.java48 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentByte()
55 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentByte()
60 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentByte()
68 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentByte()
73 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentByte()
80 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentByte()
85 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentByte()
105 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentChar()
112 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentChar()
117 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusAssignmentChar()
[all …]
H A DFloatOperatorsTests.java48 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusByte()
67 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusChar()
86 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusShort()
105 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusInt()
124 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusLong()
143 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatPlusFloat()
202 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatMinusByte()
221 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatMinusChar()
240 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatMinusShort()
259 floatValue = ((IJavaPrimitiveValue)value).getFloatValue(); in testFloatMinusInt()
[all …]
/dports/textproc/syck/syck-0.70/ext/cocoa/src/
H A DYAMLCocoaCategories.m24 green:[[data objectForKey:@"g"] floatValue]
25 blue:[[data objectForKey:@"b"] floatValue]
39 green:[[data objectForKey:@"g"] floatValue]
40 blue:[[data objectForKey:@"b"] floatValue]
133 aStruct.tX = [[data objectAtIndex:2] floatValue];
136 aStruct.tY = [[data objectAtIndex:5] floatValue];
184 … valueWithRect:NSMakeRect([[data objectForKey:@"x"] floatValue], [[data objectForKey:@"y"] floatVa…
185 [[data objectForKey:@"w"] floatValue], [[data objectForKey:@"h"] floatValue])];
189 …alueWithPoint:NSMakePoint([[data objectForKey:@"x"] floatValue], [[data objectForKey:@"y"] floatVa…
193 … valueWithSize:NSMakeSize([[data objectForKey:@"w"] floatValue], [[data objectForKey:@"h"] floatVa…
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/util/
H A DLightingUtils.java39 …mtl.setAmbientColor(new Color(color[0].floatValue(), color[1].floatValue(), color[2].floatValue())… in getMaterial()
41 …mtl.setDiffuseColor(new Color(color[0].floatValue(), color[1].floatValue(), color[2].floatValue())… in getMaterial()
43 …mtl.setSpecularColor(new Color(color[0].floatValue(), color[1].floatValue(), color[2].floatValue()… in getMaterial()
45 mtl.setShininess(m.getShininess().floatValue()); in getMaterial()
108 …sciLight.setAmbientColor(new Color(color[0].floatValue(), color[1].floatValue(), color[2].floatVal… in setLight()
110 …sciLight.setDiffuseColor(new Color(color[0].floatValue(), color[1].floatValue(), color[2].floatVal… in setLight()
112 …sciLight.setSpecularColor(new Color(color[0].floatValue(), color[1].floatValue(), color[2].floatVa… in setLight()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/nvparse/
H A Dts1.0_grammar.y25 %token <fval> floatValue gequal less texVariable expandString
143 … openParen texVariable comma floatValue comma floatValue comma floatValue comma floatValue comma f…
147 …| offset_2d openParen texVariable comma floatValue comma floatValue comma floatValue comma floatVa…
151 … openParen texVariable comma floatValue comma floatValue comma floatValue comma floatValue comma f…
155 … offset_rectangle openParen texVariable comma floatValue comma floatValue comma floatValue comma f…
242 …map_const_eye_1of3 openParen MappedVariableDesc comma floatValue comma floatValue comma floatValue
272 …map_const_eye_1of3 openParen MappedVariableDesc comma floatValue comma floatValue comma floatValue
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/nvparse/
H A Dts1.0_grammar.y25 %token <fval> floatValue gequal less texVariable expandString
143 … openParen texVariable comma floatValue comma floatValue comma floatValue comma floatValue comma f…
147 …| offset_2d openParen texVariable comma floatValue comma floatValue comma floatValue comma floatVa…
151 … openParen texVariable comma floatValue comma floatValue comma floatValue comma floatValue comma f…
155 … offset_rectangle openParen texVariable comma floatValue comma floatValue comma floatValue comma f…
242 …map_const_eye_1of3 openParen MappedVariableDesc comma floatValue comma floatValue comma floatValue
272 …map_const_eye_1of3 openParen MappedVariableDesc comma floatValue comma floatValue comma floatValue
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/Core/
H A DExpression.cpp43 result.floatValue = floatValue + other.floatValue;
89 result.floatValue = floatValue - other.floatValue;
117 result.floatValue = floatValue * other.floatValue;
156 result.floatValue = floatValue / other.floatValue;
261 return floatValue < other.floatValue; in getType()
280 return floatValue <= other.floatValue;
309 return floatValue == other.floatValue;
379 result.floatValue = floatValue && other.floatValue;
405 result.floatValue = floatValue || other.floatValue;
655 floatValue = value.floatValue;
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/Core/
H A DExpression.cpp43 result.floatValue = floatValue + other.floatValue; in operator +()
89 result.floatValue = floatValue - other.floatValue; in operator -()
117 result.floatValue = floatValue * other.floatValue; in operator *()
156 result.floatValue = floatValue / other.floatValue; in operator /()
261 return floatValue < other.floatValue; in operator <()
280 return floatValue <= other.floatValue; in operator <=()
309 return floatValue == other.floatValue; in operator ==()
379 result.floatValue = floatValue && other.floatValue; in operator &&()
405 result.floatValue = floatValue || other.floatValue; in operator ||()
655 floatValue = value.floatValue; in simplify()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/armips/Core/
H A DExpression.cpp43 result.floatValue = floatValue + other.floatValue; in operator +()
89 result.floatValue = floatValue - other.floatValue; in operator -()
117 result.floatValue = floatValue * other.floatValue; in operator *()
156 result.floatValue = floatValue / other.floatValue; in operator /()
261 return floatValue < other.floatValue; in operator <()
280 return floatValue <= other.floatValue; in operator <=()
309 return floatValue == other.floatValue; in operator ==()
379 result.floatValue = floatValue && other.floatValue; in operator &&()
405 result.floatValue = floatValue || other.floatValue; in operator ||()
655 floatValue = value.floatValue; in simplify()
[all …]
/dports/graphics/cenon/Cenon/
H A DpropertyList.m266 …R"] floatValue] green:[[plist objectForKey:@"G"] floatValue] blue:[[plist objectForKey:@"B"] float…
268floatValue] green:[[plist objectForKey:@"Green"] floatValue] blue:[[plist objectForKey:@"Blue"] fl…
280 …R"] floatValue] green:[[plist objectForKey:@"G"] floatValue] blue:[[plist objectForKey:@"B"] float…
282floatValue] green:[[plist objectForKey:@"Green"] floatValue] blue:[[plist objectForKey:@"Blue"] fl…
287floatValue] magenta:[[plist objectForKey:@"M"] floatValue] yellow:[[plist objectForKey:@"Y"] float…
289floatValue] magenta:[[plist objectForKey:@"Magenta"] floatValue] yellow:[[plist objectForKey:@"Yel…
350 retval.x = [[components objectAtIndex:0] floatValue];
351 retval.y = [[components objectAtIndex:1] floatValue];
361 retval.x = [[components objectAtIndex:0] floatValue];
362 retval.y = [[components objectAtIndex:1] floatValue];
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/tidwall/tinyqueue/
H A Dtinyqueue_test.go12 type floatValue float64 type
14 func (a floatValue) Less(b Item) bool {
15 return a < b.(floatValue)
22 data = append(data, floatValue(rand.Float64()*100))
55 q.Push(floatValue(2))
56 q.Push(floatValue(1))
60 q.Push(floatValue(2))
61 q.Push(floatValue(1))
62 assert.Equal(t, float64(q.Pop().(floatValue)), 1.0)
63 assert.Equal(t, float64(q.Pop().(floatValue)), 2.0)
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/impl/
H A DConstant.java337 case T_float: return FloatConstant.fromValue(left.floatValue() / right.floatValue()); in computeConstantOperationDIVIDE()
423 case T_float: return BooleanConstant.fromValue(left.floatValue() == right.floatValue()); in computeConstantOperationEQUAL_EQUAL()
521 case T_float: return BooleanConstant.fromValue(left.floatValue() > right.floatValue()); in computeConstantOperationGREATER()
604 case T_float: return BooleanConstant.fromValue(left.floatValue() >= right.floatValue()); in computeConstantOperationGREATER_EQUAL()
736 case T_float: return BooleanConstant.fromValue(left.floatValue() < right.floatValue()); in computeConstantOperationLESS()
900 case T_float: return FloatConstant.fromValue(left.floatValue() - right.floatValue()); in computeConstantOperationMINUS()
982 case T_float: return FloatConstant.fromValue(left.floatValue() * right.floatValue()); in computeConstantOperationMULTIPLY()
1130 case T_float: return FloatConstant.fromValue(left.floatValue() + right.floatValue()); in computeConstantOperationPLUS()
1244 case T_float: return FloatConstant.fromValue(left.floatValue() % right.floatValue()); in computeConstantOperationREMAINDER()
1465 public float floatValue() { in floatValue() method in Constant
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/
H A DConstant.java341 case T_float: return FloatConstant.fromValue(left.floatValue() / right.floatValue()); in computeConstantOperationDIVIDE()
427 case T_float: return BooleanConstant.fromValue(left.floatValue() == right.floatValue()); in computeConstantOperationEQUAL_EQUAL()
525 case T_float: return BooleanConstant.fromValue(left.floatValue() > right.floatValue()); in computeConstantOperationGREATER()
608 case T_float: return BooleanConstant.fromValue(left.floatValue() >= right.floatValue()); in computeConstantOperationGREATER_EQUAL()
740 case T_float: return BooleanConstant.fromValue(left.floatValue() < right.floatValue()); in computeConstantOperationLESS()
904 case T_float: return FloatConstant.fromValue(left.floatValue() - right.floatValue()); in computeConstantOperationMINUS()
986 case T_float: return FloatConstant.fromValue(left.floatValue() * right.floatValue()); in computeConstantOperationMULTIPLY()
1134 case T_float: return FloatConstant.fromValue(left.floatValue() + right.floatValue()); in computeConstantOperationPLUS()
1248 case T_float: return FloatConstant.fromValue(left.floatValue() % right.floatValue()); in computeConstantOperationREMAINDER()
1469 public float floatValue() { in floatValue() method in Constant
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/impl/
H A DConstant.java351 case T_float: return Constant.fromValue(left.floatValue() / right.floatValue()); in computeConstantOperationDIVIDE()
440 case T_float: return Constant.fromValue(left.floatValue() == right.floatValue()); in computeConstantOperationEQUAL_EQUAL()
540 case T_float: return Constant.fromValue(left.floatValue() > right.floatValue()); in computeConstantOperationGREATER()
625 case T_float: return Constant.fromValue(left.floatValue() >= right.floatValue()); in computeConstantOperationGREATER_EQUAL()
763 case T_float: return Constant.fromValue(left.floatValue() < right.floatValue()); in computeConstantOperationLESS()
848 case T_float: return Constant.fromValue(left.floatValue() <= right.floatValue()); in computeConstantOperationLESS_EQUAL()
932 case T_float: return Constant.fromValue(left.floatValue() - right.floatValue()); in computeConstantOperationMINUS()
1017 case T_float: return Constant.fromValue(left.floatValue() * right.floatValue()); in computeConstantOperationMULTIPLY()
1170 case T_float: return Constant.fromValue(left.floatValue() + right.floatValue()); in computeConstantOperationPLUS()
1287 case T_float: return Constant.fromValue(left.floatValue() % right.floatValue()); in computeConstantOperationREMAINDER()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/impl/
H A DConstant.java660 .floatValue()); in computeConstantOperationEQUAL_EQUAL()
684 .floatValue()); in computeConstantOperationEQUAL_EQUAL()
709 .floatValue()); in computeConstantOperationEQUAL_EQUAL()
734 .floatValue()); in computeConstantOperationEQUAL_EQUAL()
758 .floatValue()); in computeConstantOperationEQUAL_EQUAL()
804 .floatValue()); in computeConstantOperationEQUAL_EQUAL()
875 .floatValue()); in computeConstantOperationGREATER()
899 .floatValue()); in computeConstantOperationGREATER()
945 .floatValue()); in computeConstantOperationGREATER()
1018 .floatValue()); in computeConstantOperationGREATER_EQUAL()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuEither.cpp104 const float floatValue = 0.43223332995f; in Either_selfTest() local
113 TCU_CHECK(either.getSecond() == floatValue); in Either_selfTest()
114 TCU_CHECK(either.get<float>() == floatValue); in Either_selfTest()
120 const float floatValue = 0.43223332995f; in Either_selfTest() local
121 Either<int, float> either (floatValue); in Either_selfTest()
138 const float floatValue = 0.43223332995f; in Either_selfTest() local
141 either = floatValue; in Either_selfTest()
149 TCU_CHECK(either.getSecond() == floatValue); in Either_selfTest()
156 const float floatValue = 0.43223332995f; in Either_selfTest() local
157 Either<int, float> either (floatValue); in Either_selfTest()
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Dvalue_number.go249 floatValue := value.float64()
250 if math.IsNaN(floatValue) || math.IsInf(floatValue, 0) {
256 remainder := math.Mod(floatValue, float_2_32)
283 floatValue := value.float64()
284 if math.IsNaN(floatValue) || math.IsInf(floatValue, 0) {
287 if floatValue == 0 {
290 remainder := math.Mod(floatValue, float_2_32)
310 floatValue := value.float64()
311 if math.IsNaN(floatValue) || math.IsInf(floatValue, 0) {
314 if floatValue == 0 {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/
H A Dvalue_number.go249 floatValue := value.float64()
250 if math.IsNaN(floatValue) || math.IsInf(floatValue, 0) {
256 remainder := math.Mod(floatValue, float_2_32)
283 floatValue := value.float64()
284 if math.IsNaN(floatValue) || math.IsInf(floatValue, 0) {
287 if floatValue == 0 {
290 remainder := math.Mod(floatValue, float_2_32)
310 floatValue := value.float64()
311 if math.IsNaN(floatValue) || math.IsInf(floatValue, 0) {
314 if floatValue == 0 {
[all …]
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/mutable/
H A DMutableFloatTest.java35 assertEquals(0f, new MutableFloat().floatValue(), 0.0001f); in testConstructors()
37 assertEquals(1f, new MutableFloat(1f).floatValue(), 0.0001f); in testConstructors()
42 assertEquals(2f, new MutableFloat("2.0").floatValue(), 0.0001f); in testConstructors()
52 assertEquals(0f, new MutableFloat().floatValue(), 0.0001f); in testGetSet()
56 assertEquals(1f, mutNum.floatValue(), 0.0001f); in testGetSet()
60 assertEquals(2f, mutNum.floatValue(), 0.0001f); in testGetSet()
64 assertEquals(3f, mutNum.floatValue(), 0.0001f); in testGetSet()
171 assertEquals(2.1f, mutNum.floatValue(), 0.01f); in testAddValuePrimitive()
178 assertEquals(2.1f, mutNum.floatValue(), 0.01f); in testAddValueObject()
185 assertEquals(0.1f, mutNum.floatValue(), 0.01f); in testSubtractValuePrimitive()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/google/jsonapi/
H A Drequest.go202 n := int(floatValue)
205 n := int8(floatValue)
208 n := int16(floatValue)
211 n := int32(floatValue)
214 n := int64(floatValue)
217 n := uint(floatValue)
220 n := uint8(floatValue)
378 n := int(floatValue)
381 n := int8(floatValue)
393 n := uint(floatValue)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/google/jsonapi/
H A Drequest.go202 n := int(floatValue)
205 n := int8(floatValue)
208 n := int16(floatValue)
211 n := int32(floatValue)
214 n := int64(floatValue)
217 n := uint(floatValue)
220 n := uint8(floatValue)
378 n := int(floatValue)
381 n := int8(floatValue)
393 n := uint(floatValue)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/
H A Dfloatvalue001.java24 package nsk.jdi.PrimitiveValue.floatValue;
247 if (pvbl1.floatValue() != 1 || pvbl0.floatValue() != 0) { in runThis()
255 … if (pvbt1.floatValue() != (float) Byte.MAX_VALUE || pvbt0.floatValue() != 0) { in runThis()
263 … if (pvch1.floatValue() != (float) Character.MAX_VALUE || pvch0.floatValue() != 0) { in runThis()
275 if (pvfl1.floatValue() != Float.MAX_VALUE || pvfl0.floatValue() !=0 ) { in runThis()
283 … if (pvin1.floatValue() != (float) Integer.MAX_VALUE || pvin0.floatValue() != 0) { in runThis()
291 … if (pvln1.floatValue() != (float) Long.MAX_VALUE || pvln0.floatValue() != 0) { in runThis()
299 … if (pvsh1.floatValue() != (float) Short.MAX_VALUE || pvsh0.floatValue() != 0) { in runThis()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/
H A Dfloatvalue001.java24 package nsk.jdi.PrimitiveValue.floatValue;
247 if (pvbl1.floatValue() != 1 || pvbl0.floatValue() != 0) { in runThis()
255 … if (pvbt1.floatValue() != (float) Byte.MAX_VALUE || pvbt0.floatValue() != 0) { in runThis()
263 … if (pvch1.floatValue() != (float) Character.MAX_VALUE || pvch0.floatValue() != 0) { in runThis()
275 if (pvfl1.floatValue() != Float.MAX_VALUE || pvfl0.floatValue() !=0 ) { in runThis()
283 … if (pvin1.floatValue() != (float) Integer.MAX_VALUE || pvin0.floatValue() != 0) { in runThis()
291 … if (pvln1.floatValue() != (float) Long.MAX_VALUE || pvln0.floatValue() != 0) { in runThis()
299 … if (pvsh1.floatValue() != (float) Short.MAX_VALUE || pvsh0.floatValue() != 0) { in runThis()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/
H A Dfloatvalue001.java24 package nsk.jdi.PrimitiveValue.floatValue;
247 if (pvbl1.floatValue() != 1 || pvbl0.floatValue() != 0) { in runThis()
255 … if (pvbt1.floatValue() != (float) Byte.MAX_VALUE || pvbt0.floatValue() != 0) { in runThis()
263 … if (pvch1.floatValue() != (float) Character.MAX_VALUE || pvch0.floatValue() != 0) { in runThis()
275 if (pvfl1.floatValue() != Float.MAX_VALUE || pvfl0.floatValue() !=0 ) { in runThis()
283 … if (pvin1.floatValue() != (float) Integer.MAX_VALUE || pvin0.floatValue() != 0) { in runThis()
291 … if (pvln1.floatValue() != (float) Long.MAX_VALUE || pvln0.floatValue() != 0) { in runThis()
299 … if (pvsh1.floatValue() != (float) Short.MAX_VALUE || pvsh0.floatValue() != 0) { in runThis()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/
H A Dfloatvalue001.java24 package nsk.jdi.PrimitiveValue.floatValue;
247 if (pvbl1.floatValue() != 1 || pvbl0.floatValue() != 0) { in runThis()
255 … if (pvbt1.floatValue() != (float) Byte.MAX_VALUE || pvbt0.floatValue() != 0) { in runThis()
263 … if (pvch1.floatValue() != (float) Character.MAX_VALUE || pvch0.floatValue() != 0) { in runThis()
275 if (pvfl1.floatValue() != Float.MAX_VALUE || pvfl0.floatValue() !=0 ) { in runThis()
283 … if (pvin1.floatValue() != (float) Integer.MAX_VALUE || pvin0.floatValue() != 0) { in runThis()
291 … if (pvln1.floatValue() != (float) Long.MAX_VALUE || pvln0.floatValue() != 0) { in runThis()
299 … if (pvsh1.floatValue() != (float) Short.MAX_VALUE || pvsh0.floatValue() != 0) { in runThis()

12345678910>>...135