Home
last modified time | relevance | path

Searched defs:floatValue (Results 1 – 2 of 2) sorted by relevance

/base/update/updater/test/unittest/script/
Dscript_interpreter_unittest.cpp64 float floatValue = 10.0; in TestScriptInterpreterScriptValue() local
105 float floatValue = 100.0; in TestScriptInstructionContext() local
127 float floatValue = 100.0; in TestIntegerValueComputer() local
142 float floatValue = 100; in TestFloatValueComputer() local
170 float floatValue = 100.0; in TestStringValueComputer() local
/base/update/updater/services/script/script_interpreter/
Dscript_context.cpp452 FloatValue* floatValue = static_cast<FloatValue*>(rightValue.get()); in Computer() local