Home
last modified time | relevance | path

Searched defs:square (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/test/fixtures/source-map/
Dtabs.js16 square = function(x) { function
26 square: square, property
/third_party/typescript/tests/cases/projects/ext-int-ext/
Dexternal2.ts1 export function square(x: number) { function
/third_party/vulkan-headers/tests/
Dvk_icd.c11 int square(int i) in square() function
Dvk_layer.c11 int square(int i) in square() function
/third_party/typescript/tests/cases/compiler/
DarrowFunctionMissingCurlyWithSemicolon.ts4 var square = (x: number) => x * x; variable
DcommentsCommentParsing.ts137 function square(a: number) { function
/third_party/typescript/tests/baselines/reference/
DarrowFunctionMissingCurlyWithSemicolon.js5 var square = (x: number) => x * x; function
DmappedTypeNestedGenericInstantiation.js18 var square = function (x) { return x * x; }; function
DcommentsCommentParsing.js134 function square(a: number) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/
Dclass_declarations_1.ts32 let square = new Rectangle(10, 10); variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/overload_support_in_jsdoc/
Doverload_support_in_jsdoc_8.ts69 let square: Square; variable
Doverload_support_in_jsdoc_7.ts57 let square: Square; variable
Doverload_support_in_jsdoc_9.ts60 let square: Square; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/class_expressions/
Dclass_expressions_1.ts33 var square = new Square(5, 10); variable
/third_party/ffmpeg/libavcodec/
Ddpcm.c148 int16_t square = i * i; in dpcm_decode_init() local
174 int16_t square = i * i * 2; in dpcm_decode_init() local
Dh264_mc_template.c38 int n, int square, in mc_part()
Dh264_mb.c207 int n, int square, int height, in mc_dir_part()
322 int n, int square, in mc_part_std()
370 int n, int square, in mc_part_weighted()
/third_party/ffmpeg/libavutil/
Dfixed_dsp.h178 int retval, bit_mask, guess, square, i; in fixed_sqrt() local
/third_party/skia/gm/
Dnested.cpp157 SkPath square; in __anon8bc06e710102() local
/third_party/libwebsockets/win32port/zlib/
Dcrc32.c359 local void gf2_matrix_square(square, mat) in gf2_matrix_square() argument
/third_party/node/deps/v8/third_party/zlib/
Dcrc32.c415 local void gf2_matrix_square(square, mat) in gf2_matrix_square() argument
/third_party/skia/third_party/externals/zlib/
Dcrc32.c415 local void gf2_matrix_square(square, mat) in gf2_matrix_square() argument
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dsmult_curve25519_ref.c88 static void square(unsigned int out[32],const unsigned int a[32]) in square() function
/third_party/python/Lib/test/
Dtest_doctest.py129 def square(self): member in SampleClass.NestedClass
/third_party/openssl/crypto/bn/
Dbn_prime.c30 #define square(x) ((BN_ULONG)(x) * (BN_ULONG)(x)) macro

12