Home
last modified time | relevance | path

Searched refs:reciprocal (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DScale.java33 final BigDecimal reciprocal; field in Scale
61 this.reciprocal = BigDecimal.ONE.divide(arbitrary, mc); in Scale()
63 this.reciprocal = null; in Scale()
188 if (reciprocal != null) { in applyReciprocalTo()
189 quantity.multiplyBy(reciprocal); in applyReciprocalTo()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DScale.java32 final BigDecimal reciprocal; field in Scale
60 this.reciprocal = BigDecimal.ONE.divide(arbitrary, mc); in Scale()
62 this.reciprocal = null; in Scale()
192 if (reciprocal != null) { in applyReciprocalTo()
193 quantity.multiplyBy(reciprocal); in applyReciprocalTo()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DUnitsConverter.java16 private boolean reciprocal; field in UnitsConverter
63 this.reciprocal = convertibility == Convertibility.RECIPROCAL; in UnitsConverter()
113 if (this.reciprocal) { in convert()
129 if (this.reciprocal) { in convertInverse()
154 result.reciprocal = this.reciprocal; in getConversionInfo()
162 public boolean reciprocal; field in UnitsConverter.ConversionInfo
/third_party/flutter/skia/src/pathops/
DSkLineParameters.h131 double reciprocal = 1 / normal; in normalize() local
132 fA *= reciprocal; in normalize()
133 fB *= reciprocal; in normalize()
134 fC *= reciprocal; in normalize()
/third_party/skia/src/pathops/
DSkLineParameters.h131 double reciprocal = 1 / normal; in normalize() local
132 fA *= reciprocal; in normalize()
133 fB *= reciprocal; in normalize()
134 fC *= reciprocal; in normalize()
/third_party/skia/third_party/externals/icu/source/i18n/
Dunits_converter.cpp314 conversionRate.reciprocal = unitsState == Convertibility::RECIPROCAL; in loadConversionRate()
473 MaybeStackVector<UnitIndexAndDimension> reciprocal; in extractConvertibility() local
476 mergeUnitsAndDimensions(reciprocal, sourceBaseUnit, 1); in extractConvertibility()
479 mergeUnitsAndDimensions(reciprocal, targetBaseUnit, 1); in extractConvertibility()
485 if (checkAllDimensionsAreZeros(reciprocal)) { in extractConvertibility()
589 if (conversionRate_.reciprocal) { in convert()
604 if (conversionRate_.reciprocal) { in convertInverse()
625 result.reciprocal = conversionRate_.reciprocal; in getConversionInfo()
Dunits_converter.h64 bool reciprocal = false; member
88 bool reciprocal; member
107 bool reciprocal = false; member
/third_party/node/deps/icu-small/source/i18n/
Dunits_converter.cpp314 conversionRate.reciprocal = unitsState == Convertibility::RECIPROCAL; in loadConversionRate()
473 MaybeStackVector<UnitIndexAndDimension> reciprocal; in extractConvertibility() local
476 mergeUnitsAndDimensions(reciprocal, sourceBaseUnit, 1); in extractConvertibility()
479 mergeUnitsAndDimensions(reciprocal, targetBaseUnit, 1); in extractConvertibility()
485 if (checkAllDimensionsAreZeros(reciprocal)) { in extractConvertibility()
589 if (conversionRate_.reciprocal) { in convert()
604 if (conversionRate_.reciprocal) { in convertInverse()
625 result.reciprocal = conversionRate_.reciprocal; in getConversionInfo()
Dunits_converter.h64 bool reciprocal = false; member
88 bool reciprocal; member
107 bool reciprocal = false; member
/third_party/icu/icu4c/source/i18n/
Dunits_converter.cpp314 conversionRate.reciprocal = unitsState == Convertibility::RECIPROCAL; in loadConversionRate()
473 MaybeStackVector<UnitIndexAndDimension> reciprocal; in extractConvertibility() local
476 mergeUnitsAndDimensions(reciprocal, sourceBaseUnit, 1); in extractConvertibility()
479 mergeUnitsAndDimensions(reciprocal, targetBaseUnit, 1); in extractConvertibility()
485 if (checkAllDimensionsAreZeros(reciprocal)) { in extractConvertibility()
589 if (conversionRate_.reciprocal) { in convert()
604 if (conversionRate_.reciprocal) { in convertInverse()
625 result.reciprocal = conversionRate_.reciprocal; in getConversionInfo()
Dunits_converter.h64 bool reciprocal = false; member
88 bool reciprocal; member
107 bool reciprocal = false; member
/third_party/flutter/skia/third_party/externals/libpng/
Dpngwrite.c1577 png_uint_32 reciprocal = 0; in png_write_image_16bit() local
1588 reciprocal = ((0xffff<<15)+(alpha>>1))/alpha; in png_write_image_16bit()
1610 png_uint_32 calc = component * reciprocal; in png_write_image_16bit()
1643 png_uint_32 reciprocal/*from the above macro*/) in png_unpremultiply() argument
1670 component *= reciprocal; in png_unpremultiply()
1730 png_uint_32 reciprocal = 0; in png_write_image_8bit() local
1737 reciprocal = UNP_RECIPROCAL(alpha); in png_write_image_8bit()
1741 *out_ptr++ = png_unpremultiply(*in_ptr++, alpha, reciprocal); in png_write_image_8bit()
1848 png_uint_32 reciprocal = 0; in png_image_set_PLTE() local
1855 reciprocal = (((0xffff*0xff)<<7)+(alpha>>1))/alpha; in png_image_set_PLTE()
[all …]
/third_party/skia/third_party/externals/libpng/
Dpngwrite.c1577 png_uint_32 reciprocal = 0; in png_write_image_16bit() local
1588 reciprocal = ((0xffff<<15)+(alpha>>1))/alpha; in png_write_image_16bit()
1610 png_uint_32 calc = component * reciprocal; in png_write_image_16bit()
1643 png_uint_32 reciprocal/*from the above macro*/) in png_unpremultiply() argument
1670 component *= reciprocal; in png_unpremultiply()
1730 png_uint_32 reciprocal = 0; in png_write_image_8bit() local
1737 reciprocal = UNP_RECIPROCAL(alpha); in png_write_image_8bit()
1741 *out_ptr++ = png_unpremultiply(*in_ptr++, alpha, reciprocal); in png_write_image_8bit()
1848 png_uint_32 reciprocal = 0; in png_image_set_PLTE() local
1855 reciprocal = (((0xffff*0xff)<<7)+(alpha>>1))/alpha; in png_image_set_PLTE()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program1_1.txt146 RCP s ssss reciprocal
147 RSQ s ssss reciprocal square root
159 RCC s ssss reciprocal clamped
204 the destination register. The reciprocal of exactly 1.0 must be
207 Additionally (before clamping) the reciprocal of negative infinity
208 gives [-0.0, -0.0, -0.0, -0.0]; the reciprocal of negative zero gives
209 [-Inf, -Inf, -Inf, -Inf]; the reciprocal of positive zero gives
210 [+Inf, +Inf, +Inf, +Inf]; and the reciprocal of positive infinity
DNV_vertex_program2_option.txt76 ARB_vertex_program: the "RCC" (reciprocal clamped) instruction.
349 RCC[C] s ssss reciprocal (clamped)
350 RCP[C] s ssss reciprocal
352 RSQ[C] s ssss reciprocal square root
818 The RCC instruction approximates the reciprocal of the scalar operand,
822 If the approximated reciprocal is greater than 0.0, the result is
823 clamped to the range [2^-64, 2^+64]. If the approximate reciprocal
/third_party/openGLES/extensions/NV/
DNV_vertex_program1_1.txt146 RCP s ssss reciprocal
147 RSQ s ssss reciprocal square root
159 RCC s ssss reciprocal clamped
204 the destination register. The reciprocal of exactly 1.0 must be
207 Additionally (before clamping) the reciprocal of negative infinity
208 gives [-0.0, -0.0, -0.0, -0.0]; the reciprocal of negative zero gives
209 [-Inf, -Inf, -Inf, -Inf]; the reciprocal of positive zero gives
210 [+Inf, +Inf, +Inf, +Inf]; and the reciprocal of positive infinity
DNV_vertex_program2_option.txt76 ARB_vertex_program: the "RCC" (reciprocal clamped) instruction.
349 RCC[C] s ssss reciprocal (clamped)
350 RCP[C] s ssss reciprocal
352 RSQ[C] s ssss reciprocal square root
818 The RCC instruction approximates the reciprocal of the scalar operand,
822 If the approximated reciprocal is greater than 0.0, the result is
823 clamped to the range [2^-64, 2^+64]. If the approximate reciprocal
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DUnitsTest.java291 … TestData(String source, String target, double conversionRate, double offset, Boolean reciprocal) {
296 this.expected.reciprocal = reciprocal;
367 test.expected.reciprocal, actual.reciprocal);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Schedule.td279 defm WriteFRcp : X86SchedWritePair<ReadAfterVecLd>; // Floating point reciprocal estimate.
280 defm WriteFRcpX : X86SchedWritePair<ReadAfterVecXLd>; // Floating point reciprocal estimate (XMM).
281 defm WriteFRcpY : X86SchedWritePair<ReadAfterVecYLd>; // Floating point reciprocal estimate (YMM).
282 defm WriteFRcpZ : X86SchedWritePair<ReadAfterVecYLd>; // Floating point reciprocal estimate (ZMM).
283 defm WriteFRsqrt : X86SchedWritePair<ReadAfterVecLd>; // Floating point reciprocal square root est…
284 defm WriteFRsqrtX: X86SchedWritePair<ReadAfterVecXLd>; // Floating point reciprocal square root est…
285 defm WriteFRsqrtY: X86SchedWritePair<ReadAfterVecYLd>; // Floating point reciprocal square root est…
286 defm WriteFRsqrtZ: X86SchedWritePair<ReadAfterVecYLd>; // Floating point reciprocal square root est…
DX86SchedBroadwell.td295 defm : BWWriteResPair<WriteFRcp, [BWPort0], 5, [1], 1, 5>; // Floating point reciprocal estimate.
296 defm : BWWriteResPair<WriteFRcpX, [BWPort0], 5, [1], 1, 5>; // Floating point reciprocal estimate…
297 …<WriteFRcpY, [BWPort0,BWPort015], 11, [2,1], 3, 6>; // Floating point reciprocal estimate (YMM/ZM…
300 defm : BWWriteResPair<WriteFRsqrt, [BWPort0], 5, [1], 1, 5>; // Floating point reciprocal square r…
301 defm : BWWriteResPair<WriteFRsqrtX,[BWPort0], 5, [1], 1, 5>; // Floating point reciprocal square r…
302 …<WriteFRsqrtY,[BWPort0,BWPort015], 11, [2,1], 3, 6>; // Floating point reciprocal square root esti…
/third_party/openssl/doc/man3/
DBN_mod_mul_reciprocal.pod7 reciprocal
/third_party/openssl/crypto/perlasm/
DREADME.md21 The reciprocal function is
/third_party/libjpeg-turbo/simd/x86_64/
Djquanti-avx2.asm137 vpmulhuw ymm0, YMMWORD [RECIPROCAL(0,0,r11)] ; reciprocal
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djquanti-avx2.asm137 vpmulhuw ymm0, YMMWORD [RECIPROCAL(0,0,r11)] ; reciprocal
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djquanti-avx2.asm138 vpmulhuw ymm0, YMMWORD [RECIPROCAL(0,0,r11)] ; reciprocal

123456