Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp-common.c219 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/
Dparser.cc255 bool has_dot = x_has_dot || y_has_dot; in ShortcutNumericLiteralBinaryExpression() local
258 *x = factory()->NewNumberLiteral(x_val + y_val, pos, has_dot); in ShortcutNumericLiteralBinaryExpression()
261 *x = factory()->NewNumberLiteral(x_val - y_val, pos, has_dot); in ShortcutNumericLiteralBinaryExpression()
264 *x = factory()->NewNumberLiteral(x_val * y_val, pos, has_dot); in ShortcutNumericLiteralBinaryExpression()
267 *x = factory()->NewNumberLiteral(x_val / y_val, pos, has_dot); in ShortcutNumericLiteralBinaryExpression()
271 *x = factory()->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression()
276 *x = factory()->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression()
281 *x = factory()->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression()
286 *x = factory()->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression()
292 *x = factory()->NewNumberLiteral(value, pos, has_dot); in ShortcutNumericLiteralBinaryExpression()
[all …]