Home
last modified time | relevance | path

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

12

/third_party/node/test/fixtures/source-map/
Dtabs.js16 square = function(x) { function
26 square: square, property
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstsquare.c94 GstSquare *square; in gst_square_set_property() local
135 GstSquare *square; in gst_square_get_property() local
161 GstSquare *square = GST_SQUARE_CAST (gt); in square_map() local
/third_party/typescript/tests/cases/projects/ext-int-ext/
Dexternal2.ts1 export function square(x: number) { 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/spec/expressions/class_expressions/
Dclass_expressions_1.ts33 var square = new Square(5, 10); variable
/third_party/ffmpeg/libavcodec/
Ddpcm.c147 int16_t square = i * i; in dpcm_decode_init() local
173 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/ltp/tools/sparse/sparse-src/validation/
Dinteger-const-expr.c8 static inline unsigned square(unsigned n) in square() function
/third_party/ffmpeg/libavutil/
Dfixed_dsp.h178 int retval, bit_mask, guess, square, i; in fixed_sqrt() local
/third_party/flutter/skia/tools/
DSkVMTool.cpp36 static skvm::Program square() { in square() function
/third_party/skia/gm/
Dnested.cpp157 SkPath square; in __anon2619aff00102() local
/third_party/libwebsockets/win32port/zlib/
Dcrc32.c359 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/node/deps/zlib/
Dcrc32.c418 local void gf2_matrix_square(square, mat) in gf2_matrix_square() argument
/third_party/flutter/skia/third_party/externals/zlib/
Dcrc32.c418 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/node/deps/npm/node_modules/ecc-jsbn/lib/
Dec.js58 ECFieldElementFp.prototype.square = feFpSquare; method in ECFieldElementFp
/third_party/python/Lib/test/
Dtest_doctest.py123 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