Home
last modified time | relevance | path

Searched defs:num2 (Results 1 – 25 of 33) sorted by relevance

12

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/constructor_declarations/constructor_parameters/
Dconstructor_parameters_2.ts28 constructor(public num1: number, private num2: number = 1) { } property in MyClass1
35 protected num2: number; property in MyClass2
Dconstructor_parameters_5.ts27 constructor(public num1: number, public num2?: number, public num3: number = 10) { property in myClass
/third_party/jerryscript/tests/jerry/
Darithmetics.js33 var num1 = 1234567, num2 = 1234000; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.1/template_literal_types/
Dtemplate_literal_types_1.ts31 let num2 = getnum("b"); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/unary_operators/
Dthe_!_operator.ts27 var num2: number = 90 variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/class_heritage_specification/
Dclass_heritage_specification_4.ts28 constructor(public num1: number, public num2: number) { } property in Compute
Dclass_heritage_specification_1.ts26 constructor(public num1: number, public num2: number) { } property in Compute
Dclass_heritage_specification_2.ts26 constructor(public num1: number, public num2: number) { } property in Compute
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/constructor_declarations/super_calls/
Dsuper_calls.ts27 public num2: number; property in P
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.7/4_definite_assignment_assertions/
D4_definite_assignment_assertions.ts43 let num2!: number; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/object_types/named_type_reference/
Dnamed_type_reference.ts29 num2: number; property in C1
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/
Dclass_declarations_3.ts33 constructor(public num1: number, public num2: number) { } property in Compute
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/members/instance_and_static_members/
Dinstance_and_static_members_2.ts52 constructor(public num1: number, public num2: number) { } property in Compute
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/class_body/
Dclass_body.ts28 num2: number; property in Compute
/third_party/jerryscript/tests/unit-core/
Dtest-api-set-and-clear-error-flag.cpp129 jerry_value_t num2 = jerry_create_error_from_value (num, false); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/Intersection_Types/
DIntersection_types_1.ts42 num2: [string, number]; property
/third_party/openssl/test/
Dnamemap_internal_test.c36 int num2 = ossl_namemap_add_name(nm, 0, NAME2); in test_namemap() local
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c467 uint8_t num0, num1, num2; in test_validator_int1_handler() local
522 int8_t num0, num1, num2, num3, num4, num5, num6, num7, num8, num9; in test_validator_int2_handler() local
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfsourceobject.c393 gint num1 = 0, den1 = 1, num2 = 0, den2 = 1; in gst_mf_source_object_caps_compare() local
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgstavwait.c1153 guint64 num1, gint sign2, guint64 num2) in gst_avwait_compare_guint64_with_signs()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmux.c1699 gint num1 = pgm1->program_number, num2 = pgm2->program_number; in compare_program_number() local
/third_party/python/Modules/
Dselectmodule.c906 PyObject *value, *num1, *num2; in select_devpoll_poll_impl() local
/third_party/ffmpeg/libavcodec/
Dwmavoice.c1210 int num2 = (val & 0x1FF) >> 1, delta, idx; in aw_pulse_set1() local
/third_party/toybox/toys/pending/
Dbc.c1797 BcNum num2, *ptr_a, *ptr_b; in bc_num_binary() local
2204 BcNum num1, num2, half, f, fprime, *x0, *x1, *temp; in bc_num_sqrt() local
2305 BcNum num2, *ptr_a; in bc_num_divmod() local
/third_party/ffmpeg/libavfilter/
Daf_arnndn.c718 float num0, num1, num2, num3, num4; in celt_fir5() local

12