Home
last modified time | relevance | path

Searched refs:_normalize (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Lib/
Dfractions.py62 def __new__(cls, numerator=0, denominator=None, *, _normalize=True): argument
157 if _normalize:
447 _normalize=False)
451 _normalize=False)
455 _normalize=False)
479 return Fraction(a._numerator, a._denominator, _normalize=False)
483 return Fraction(-a._numerator, a._denominator, _normalize=False)
487 return Fraction(abs(a._numerator), a._denominator, _normalize=False)
D_pydecimal.py1208 op1, op2 = _normalize(op1, op2, context.prec)
5640 def _normalize(op1, op2, prec = 0): function
/external/googletest/googletest/test/
Dgtest_json_test_utils.py45 def _normalize(key, value): function
56 return {k: _normalize(k, v) for k, v in obj.items()}
/external/icu/icu4c/source/common/
Dunormcmp.cpp532 UBool _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, in _normalize() function
613 if(_normalize(&fn2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
617 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
622 if(_normalize(n2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
626 if(_normalize(n2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
/external/llvm-project/clang/utils/analyzer/
DSATestBenchmark.py93 old, new = _normalize(old, new)
105 def _normalize(old: pd.DataFrame, function
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dmultinomial_op_test.py114 rand_probs = self._normalize(np.random.random_sample((10,)))
115 rand_probs2 = self._normalize(np.random.random_sample((3, 5))) # batched
146 def _normalize(self, vec): member in MultinomialTest
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Ddirected_interleave_dataset_test.py53 def _normalize(self, vec): member in DirectedInterleaveDatasetTest
85 rand_probs = self._normalize(np.random.random_sample((15,)))
/external/starlark-go/starlark/testdata/
Dpaths.star108 def _normalize(path):
182 segments = _normalize(path).split("/")
183 start_segments = _normalize(start).split("/")
246 normalize = _normalize,
/external/python/cpython3/Lib/email/
Dheader.py229 self._normalize()
346 self._normalize()
393 def _normalize(self): member in Header
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst1151 Make ``_normalize`` parameter to ``Fraction`` constructor keyword-only, so
/external/python/cpython2/Lib/
Ddecimal.py1175 op1, op2 = _normalize(op1, op2, context.prec)
5466 def _normalize(op1, op2, prec = 0): function
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2686_normalize(a),this._suggest(a),this._trigger("open")):this.close()},close:function(a){clearTimeout…
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5842 builtin_builder::_normalize(builtin_available_predicate avail, const glsl_type *type) in _normalize() function in builtin_builder