Searched refs:float_value (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c73 float float_value; local
104 float_value = constant->u.Immediate[swz];
105 ret = ieee_754_to_r300_float(float_value,
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc312 string float_value = SimpleFtoa(value); local
316 if (float_value.find_first_of(".eE") != string::npos) {
317 float_value.push_back('f');
319 return float_value;
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dprotobuf_test.py76 proto.float_value = -2.5
92 proto.float_value.append(-2.5)
93 proto.float_value.append(0.5)
H A Dtest_util.py286 float_value = messages.FloatField(2, variant=messages.Variant.FLOAT) variable in class:OptionalMessage
312 float_value = messages.FloatField(2, variable in class:RepeatedMessage
376 float_value: -2.5
389 float_value: [-2.5, 0.5]
477 message.float_value = -2.5
492 message.float_value = [-2.5, 0.5]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
H A Dtest_layer2.py291 float_value = 345.678
293 item3['FloatAttr'] = float_value
313 assert item4['FloatAttr'] == float_value
/external/protobuf/python/
H A Dmox.py835 def __init__(self, float_value, places=7):
839 float_value: The value for making the comparison.
843 self._float_value = float_value
847 """Check to see if RHS is almost equal to float_value
850 rhs: the value to compare to float_value
859 # This is probably because either float_value or rhs is not a number.
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
H A Dmox.py1442 def __init__(self, float_value, places=7):
1446 float_value: The value for making the comparison.
1450 self._float_value = float_value
1454 """Check to see if RHS is almost equal to float_value
1457 rhs: the value to compare to float_value
1466 # Probably because either float_value or rhs is not a number.
/external/chromium-trace/catapult/third_party/mox3/mox3/
H A Dmox.py1442 def __init__(self, float_value, places=7):
1446 float_value: The value for making the comparison.
1450 self._float_value = float_value
1454 """Check to see if RHS is almost equal to float_value
1457 rhs: the value to compare to float_value
1466 # Probably because either float_value or rhs is not a number.
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc483 HANDLE_TYPE( FLOAT, Float, float_value);
H A Dextension_set.h454 float float_value; member in union:google::protobuf::internal::ExtensionSet::Extension::__anon16355
H A Dextension_set.cc1371 HANDLE_TYPE( FLOAT, Float, float_value);

Completed in 612 milliseconds