Home
last modified time | relevance | path

Searched refs:FLOAT_LOGIC_COMPUTER (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.cpp325 #define FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ macro
373 FLOAT_LOGIC_COMPUTER(>, rightValue); in Computer()
376 FLOAT_LOGIC_COMPUTER(>=, rightValue); in Computer()
379 FLOAT_LOGIC_COMPUTER(<, rightValue); in Computer()
382 FLOAT_LOGIC_COMPUTER(<=, rightValue); in Computer()
389 FLOAT_LOGIC_COMPUTER(&&, rightValue); in Computer()
392 FLOAT_LOGIC_COMPUTER(||, rightValue); in Computer()