Searched refs:square (Results 1 – 16 of 16) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | crc32.c | 70 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/ |
D | crc32.c | 50 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/ |
D | crc32.c | 52 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/ |
D | test_doctest.py | 101 def square(self): member in SampleClass.NestedClass
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat-history.txt | 15 -- Fixed a bug in all 64-bit-version square root functions except
|
D | timesoftfloat.txt | 53 Here square brackets ([]) indicate optional items, while angled brackets
|
D | softfloat.txt | 116 -- The usual add, subtract, multiply, divide, and square root operations
|
/device/linaro/hikey/uefi-tools/ |
D | edk2-platforms.config | 5 # - A platform entry starts by the short name held in square brackets, '[]'
|
D | platforms.config | 5 # - A platform entry starts by the short name held in square brackets, '[]'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pdb.doc | 25 square brackets.
|
D | doctest.py | 2634 def square(self): member in _TestClass
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
D | softfloat-macros | 512 Returns an approximation to the square root of the 32-bit significand given
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/ |
D | softfloat-macros | 512 Returns an approximation to the square root of the 32-bit significand given
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/ |
D | softfloat-macros | 587 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/ |
D | squareroot.decTest | 2 -- squareroot.decTest -- decimal square root -- 2974 -- Extra tests for the square root function, dealing with a variety of
|
D | powersqrt.decTest | 2 -- powersqrt.decTest -- decimal square root, using power --
|