Searched refs:has_dot (Results 1 – 2 of 2) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | dhcp-common.c | 219 uint8_t has_dot; in encode_rfc1035() local 233 has_dot = 0; in encode_rfc1035() 241 has_dot = 1; in encode_rfc1035() 255 if (has_dot) in encode_rfc1035() 259 if (has_dot) in encode_rfc1035()
|
/external/v8/src/parsing/ |
D | parser.cc | 395 bool has_dot = x_has_dot || y_has_dot; in ShortcutNumericLiteralBinaryExpression() local 398 *x = factory->NewNumberLiteral(x_val + y_val, pos, has_dot); in ShortcutNumericLiteralBinaryExpression() 401 *x = factory->NewNumberLiteral(x_val - y_val, pos, has_dot); in ShortcutNumericLiteralBinaryExpression() 404 *x = factory->NewNumberLiteral(x_val * y_val, pos, has_dot); in ShortcutNumericLiteralBinaryExpression() 407 *x = factory->NewNumberLiteral(x_val / y_val, pos, has_dot); in ShortcutNumericLiteralBinaryExpression() 411 *x = factory->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression() 416 *x = factory->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression() 421 *x = factory->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression() 426 *x = factory->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression() 432 *x = factory->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression() [all …]
|