Searched refs:T_NAN (Results 1 - 2 of 2) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-binary-operations-arithmetics.cpp | 25 #define T_NAN(op, lhs, rhs) \ macro 29 T_NAN (op, lsh, rhs) 32 T_NAN (JERRY_BIN_OP_SUB, lhs, rhs), \ 33 T_NAN (JERRY_BIN_OP_MUL, lhs, rhs), \ 34 T_NAN (JERRY_BIN_OP_DIV, lhs, rhs), \ 35 T_NAN (JERRY_BIN_OP_REM, lhs, rhs) 92 T_NAN (JERRY_BIN_OP_ADD, jerry_create_number (3.1), jerry_create_undefined ()), in HWTEST_F() 93 T_NAN (JERRY_BIN_OP_ADD, jerry_create_undefined (), jerry_create_undefined ()), in HWTEST_F() 94 T_NAN (JERRY_BIN_OP_ADD, jerry_create_undefined (), jerry_create_null ()), in HWTEST_F() 119 T_NAN (JERRY_BIN_OP_DI in HWTEST_F() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_parser.y | 663 %token <tok> T_NAN 1365 | '(' T_NAN ')' { new_src(0, IR3_REG_IMMED)->fim_val = NAN; }
|
Completed in 3 milliseconds