Home
last modified time | relevance | path

Searched refs:square (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcrc32.c70 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
359 local void gf2_matrix_square(square, mat) in gf2_matrix_square() argument
360 unsigned long *square; in gf2_matrix_square()
366 square[n] = gf2_matrix_times(mat, mat[n]);
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dcrc32.c50 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
361 local void gf2_matrix_square(square, mat) in gf2_matrix_square() argument
362 unsigned long *square; in gf2_matrix_square()
368 square[n] = gf2_matrix_times(mat, mat[n]);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcrc32.c52 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat));
344 local void gf2_matrix_square(square, mat) in gf2_matrix_square() argument
345 unsigned long *square; in gf2_matrix_square()
351 square[n] = gf2_matrix_times(mat, mat[n]);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_doctest.py101 def square(self): member in SampleClass.NestedClass
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-history.txt15 -- Fixed a bug in all 64-bit-version square root functions except
Dtimesoftfloat.txt53 Here square brackets ([]) indicate optional items, while angled brackets
Dsoftfloat.txt116 -- The usual add, subtract, multiply, divide, and square root operations
/device/linaro/hikey/uefi-tools/
Dedk2-platforms.config5 # - A platform entry starts by the short name held in square brackets, '[]'
Dplatforms.config5 # - A platform entry starts by the short name held in square brackets, '[]'
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.doc25 square brackets.
Ddoctest.py2634 def square(self): member in _TestClass
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat-macros512 Returns an approximation to the square root of the 32-bit significand given
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat-macros512 Returns an approximation to the square root of the 32-bit significand given
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat-macros587 Returns an approximation to the square root of the 32-bit significand given
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
Dsquareroot.decTest2 -- squareroot.decTest -- decimal square root --
2974 -- Extra tests for the square root function, dealing with a variety of
Dpowersqrt.decTest2 -- powersqrt.decTest -- decimal square root, using power --