Home
last modified time | relevance | path

Searched full:places (Results 1 - 25 of 1713) sorted by relevance

12345678910>>...69

/third_party/openssl/doc/man3/
H A DBN_add.pod50 BN_add() adds I<a> and I<b> and places the result in I<r> (C<r=a+b>).
53 BN_sub() subtracts I<b> from I<a> and places the result in I<r> (C<r=a-b>).
56 BN_mul() multiplies I<a> and I<b> and places the result in I<r> (C<r=a*b>).
60 BN_sqr() takes the square of I<a> and places the result in I<r>
64 BN_div() divides I<a> by I<d> and places the result in I<dv> and the
73 BN_nnmod() reduces I<a> modulo I<m> and places the nonnegative
76 BN_mod_add() adds I<a> to I<b> modulo I<m> and places the nonnegative
79 BN_mod_sub() subtracts I<b> from I<a> modulo I<m> and places the
89 BN_mod_sqr() takes the square of I<a> modulo B<m> and places the
98 BN_exp() raises I<a> to the I<p>-th power and places th
[all...]
H A DBN_set_bit.pod39 BN_lshift() shifts B<a> left by B<n> bits and places the result in
41 B<a> left by one and places the result in B<r> (C<r=2*a>).
43 BN_rshift() shifts B<a> right by B<n> bits and places the result in
45 B<a> right by one and places the result in B<r> (C<r=a/2>).
H A DBIO_read.pod24 BIO_read_ex() attempts to read I<dlen> bytes from BIO I<b> and places the data
32 BIO_read() attempts to read I<len> bytes from BIO I<b> and places
35 BIO_gets() performs the BIOs "gets" operation and places the data
46 or the maximum length I<size-1> is reached and places the data in I<buf>.
H A DOSSL_CMP_STATUSINFO_new.pod32 OSSL_CMP_snprint_PKIStatusInfo() places a human-readable string
36 OSSL_CMP_CTX_snprint_PKIStatus() places a human-readable string
H A DMDC2_Init.pod34 bytes at B<d> and places it in B<md> (which must have space for
46 MDC2_Final() places the message digest in B<md>, which must have space
H A DRIPEMD160_Init.pod33 bytes at B<d> and places it in B<md> (which must have space for
45 RIPEMD160_Final() places the message digest in B<md>, which must have
/third_party/python/Lib/unittest/test/
H A Dtest_assertions.py18 self.assertAlmostEqual(1.1, 1.0, places=0)
20 self.assertAlmostEqual, 1.1, 1.0, places=1)
22 self.assertAlmostEqual(0, .1+.1j, places=0)
23 self.assertNotAlmostEqual(0, .1+.1j, places=1)
25 self.assertAlmostEqual, 0, .1+.1j, places=1)
27 self.assertNotAlmostEqual, 0, .1+.1j, places=0)
49 1.1, 1.0, places=2, delta=2)
51 1.1, 1.0, places=2, delta=2)
231 [r"^1 != 2 within 7 places \(1 difference\)$", "^oops$",
232 r"^1 != 2 within 7 places \(
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A DREADME.pod114 arrays B<rp> and B<ap>. It computes B<ap> * B<w>, places the result
118 word arrays B<rp> and B<ap>. It computes B<ap> * B<w> + B<rp>, places
123 word-wise, and places the low and high bytes of the result in B<rp>.
129 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the
133 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the
138 B<b> and the 8 word array B<r>. It computes B<a>*B<b> and places the
142 B<b> and the 16 word array B<r>. It computes B<a>*B<b> and places the
159 array B<r>. It computes B<a>*B<b> and places the result in B<r>.
163 B<a>*B<b> and places the result in B<r>.
169 B<a>*B<b> and places th
[all...]
/third_party/openssl/crypto/bn/
H A DREADME.pod114 arrays B<rp> and B<ap>. It computes B<ap> * B<w>, places the result
118 word arrays B<rp> and B<ap>. It computes B<ap> * B<w> + B<rp>, places
123 word-wise, and places the low and high bytes of the result in B<rp>.
129 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> + B<bp>, places the
133 arrays B<ap>, B<bp> and B<rp>. It computes B<ap> - B<bp>, places the
138 B<b> and the 8 word array B<r>. It computes B<a>*B<b> and places the
142 B<b> and the 16 word array B<r>. It computes B<a>*B<b> and places the
159 array B<r>. It computes B<a>*B<b> and places the result in B<r>.
163 B<a>*B<b> and places the result in B<r>.
169 B<a>*B<b> and places th
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs212 /// Places a cryptographically-secure pseudo-random nonnegative
260 /// Places `a << 1` in `self`. Equivalent to `self * 2`.
266 /// Places `a >> 1` in `self`. Equivalent to `self / 2`.
272 /// Places `a + b` in `self`. [`core::ops::Add`] is also implemented for `BigNumRef`.
280 /// Places `a - b` in `self`. [`core::ops::Sub`] is also implemented for `BigNumRef`.
288 /// Places `a << n` in `self`. Equivalent to `a * 2 ^ n`.
295 /// Places `a >> n` in `self`. Equivalent to `a / 2 ^ n`.
462 /// Places the result of `a * b` in `self`.
484 /// Places the result of `a / b` in `self`. The remainder is discarded.
507 /// Places th
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dutil.py28 NOTE: Some places where this is used might be better served by changing to a dictionary.
39 NOTE: Many places where this is used might be better served by changing to a dictionary.
47 NOTE: Many places where this is used might be better served by changing to a dictionary.
55 NOTE: Many places where this is used might be better served by changing to a dictionary.
/third_party/vulkan-headers/registry/spec_tools/
H A Dutil.py28 NOTE: Some places where this is used might be better served by changing to a dictionary.
39 NOTE: Many places where this is used might be better served by changing to a dictionary.
47 NOTE: Many places where this is used might be better served by changing to a dictionary.
55 NOTE: Many places where this is used might be better served by changing to a dictionary.
/third_party/ltp/testcases/kernel/fs/doio/
H A Drwtest65 -P Places Not used
149 PLACES=$2
251 places*)
252 FSIZE=${Scenario#places-}
255 set -- $PLACES
275 # check if PLACES is set; if so, put one file in each place
281 # put one file in each of $PLACES
/third_party/python/Lib/unittest/
H A Dcase.py884 def assertAlmostEqual(self, first, second, places=None, msg=None,
887 difference rounded to the given number of decimal places
892 Note that decimal places (from zero) are usually not the same
901 if delta is not None and places is not None:
902 raise TypeError("specify delta or places not both")
915 if places is None:
916 places = 7
918 if round(diff, places) == 0:
921 standardMsg = '%s != %s within %r places (%s difference)' % (
924 places,
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.h125 // Places that can trigger updateActiveAttribsMask:
136 // Places that can trigger updateVertexElementLimits:
148 // Places that can trigger updateBasicDrawStatesError:
188 // Places that can trigger updateBasicDrawElementsError:
204 // Places that can trigger updateValidDrawModes:
224 // Places that can trigger updateTransformFeedbackActiveUnpaused:
242 // Places that can trigger updateActiveShaderStorageBufferIndices:
249 // Places that can trigger updateActiveImageUnitIndices:
253 // Places that can trigger updateCanDraw:
/third_party/skia/src/pdf/
H A DSkPDFUtils.cpp255 // return "x/pow(10, places)", given 0<x<pow(10, places)
256 // result points to places+2 chars.
257 static size_t print_permil_as_decimal(int x, char* result, unsigned places) { in print_permil_as_decimal() argument
259 for (int i = places; i > 0; --i) { in print_permil_as_decimal()
264 for (j = places; j > 1; --j) { in print_permil_as_decimal()
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D122-redefine-whitespace.c7 /* Redefinitions with whitespace in same places, but different amounts, (so no
16 /* Redefinitions with whitespace in different places. Each of these should
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DPrecision.java43 * the value of the double. If the number of fraction places or significant digits can be bounded,
70 * Show numbers rounded if necessary to a certain number of fraction places (numerals after the
71 * decimal separator). Additionally, pad with zeros to ensure that this number of places are always
110 * Always show at least a certain number of fraction places after the decimal separator, padding with
136 * Show numbers rounded if necessary to a certain number of fraction places (numerals after the
159 * Show numbers rounded if necessary to a certain number of fraction places (numerals after the
160 * decimal separator); in addition, always show at least a certain number of places after the decimal
287 * In order to ensure that numbers are padded to the appropriate number of fraction places, set the
H A DIntegerWidth.java36 * The minimum number of places before the decimal separator.
60 * The maximum number of places before the decimal separator. maxInt == -1 means no
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DPrecision.java40 * the value of the double. If the number of fraction places or significant digits can be bounded,
65 * Show numbers rounded if necessary to a certain number of fraction places (numerals after the
66 * decimal separator). Additionally, pad with zeros to ensure that this number of places are always
104 * Always show at least a certain number of fraction places after the decimal separator, padding with
129 * Show numbers rounded if necessary to a certain number of fraction places (numerals after the
151 * Show numbers rounded if necessary to a certain number of fraction places (numerals after the
152 * decimal separator); in addition, always show at least a certain number of places after the decimal
274 * In order to ensure that numbers are padded to the appropriate number of fraction places, set the
H A DIntegerWidth.java37 * The minimum number of places before the decimal separator.
60 * The maximum number of places before the decimal separator. maxInt == -1 means no
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dfont.h35 // Platform ids. These are used in a number of places within the font whenever
48 // Unicode encoding ids. These are used in a number of places within the font
62 // Windows encoding ids. These are used in a number of places within the font
78 // Macintosh encoding ids. These are used in a number of places within the
/third_party/python/Doc/library/
H A Ddecimal.rst54 * The decimal module incorporates a notion of significant places so that ``1.30
62 alterable precision (defaulting to 28 places) which can be as large as needed for
255 places:
824 operand gives the number of places to rotate. If the second operand is
850 operand gives the number of places to shift. If the second operand is
937 For example, the following code sets the current decimal precision to 42 places,
1849 def moneyfmt(value, places=2, curr='', sep=',', dp='.',
1853 places: required number of places after the decimal point
1857 only specify as blank when places i
[all...]
/third_party/typescript/tests/baselines/reference/
H A DunderscoreThisInDerivedClass01.js7 // That means that '_this' becomes a reserved identifier in certain places.
48 // That means that '_this' becomes a reserved identifier in certain places.
/third_party/mesa3d/src/compiler/nir/
H A Dnir_control_flow.h43 * 1. Inserting control flow (ifs and loops) in various places, for creating
91 * their sources come from. There are three places where phi nodes can
92 * occur, which are the three places where a block can have multiple

Completed in 19 milliseconds

12345678910>>...69