Home
last modified time | relevance | path

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

/external/compiler-rt/lib/
Ddivsf3.c83 uint32_t reciprocal = UINT32_C(0x7504f333) - q31b; in ARM_EABI_FNALIAS() local
93 correction = -((uint64_t)reciprocal * q31b >> 32); in ARM_EABI_FNALIAS()
94 reciprocal = (uint64_t)reciprocal * correction >> 31; in ARM_EABI_FNALIAS()
95 correction = -((uint64_t)reciprocal * q31b >> 32); in ARM_EABI_FNALIAS()
96 reciprocal = (uint64_t)reciprocal * correction >> 31; in ARM_EABI_FNALIAS()
97 correction = -((uint64_t)reciprocal * q31b >> 32); in ARM_EABI_FNALIAS()
98 reciprocal = (uint64_t)reciprocal * correction >> 31; in ARM_EABI_FNALIAS()
106 reciprocal -= 2; in ARM_EABI_FNALIAS()
120 rep_t quotient = (uint64_t)reciprocal*(aSignificand << 1) >> 32; in ARM_EABI_FNALIAS()
Ddivdf3.c109 uint64_t correction, reciprocal; in ARM_EABI_FNALIAS() local
113 reciprocal = (uint64_t)recip32*cHi + ((uint64_t)recip32*cLo >> 32); in ARM_EABI_FNALIAS()
120 reciprocal -= 2; in ARM_EABI_FNALIAS()
135 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo); in ARM_EABI_FNALIAS()
/external/llvm/lib/Support/
DAPFloat.cpp3578 APFloat reciprocal(*semantics, 1ULL); in getExactInverse() local
3579 if (reciprocal.divide(*this, rmNearestTiesToEven) != opOK) in getExactInverse()
3584 if (reciprocal.significandMSB() + 1 < reciprocal.semantics->precision) in getExactInverse()
3587 assert(reciprocal.category == fcNormal && in getExactInverse()
3588 reciprocal.significandLSB() == reciprocal.semantics->precision - 1); in getExactInverse()
3591 *inv = reciprocal; in getExactInverse()
/external/openssl/crypto/perlasm/
Dreadme18 The reciprocal function is
/external/llvm/lib/Target/PowerPC/
DPPC.td83 // RECIP_PREC p6, p6x, p7 higher precision reciprocal estimates
DREADME.txt208 correct accuracy, and implementing divide as multiply by reciprocal when it has
/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp633 SkScalar reciprocal = SkScalarInvert(fRec.fTextSize); in SkScalerContext_Mac() local
634 fUnitMatrix.preScale(reciprocal, reciprocal); in SkScalerContext_Mac()
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp656 SkScalar reciprocal = SkScalarInvert(fRec.fTextSize); in SkScalerContext_Mac() local
657 fUnitMatrix.preScale(reciprocal, reciprocal); in SkScalerContext_Mac()
/external/llvm/lib/Target/X86/
DX86Schedule.td65 defm WriteFRcp : X86SchedWritePair; // Floating point reciprocal.
DX86InstrSSE.td3372 // There is no f64 version of the reciprocal approximation instructions.
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td726 // F32 Approximate reciprocal
756 // F32 Semi-accurate reciprocal
800 // F32 Accurate reciprocal
/external/ceres-solver/docs/
Dsolving.tex464 strategy is used, the reciprocal of this number is the initial
/external/clang/include/clang/Driver/
DOptions.td437 def fno_reciprocal_math : Flag<["-"], "fno-reciprocal-math">, Group<f_Group>;
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf907 ADJ^N "reciprocal" :G2P
/external/llvm/docs/
DLangRef.rst1320 Allow Reciprocal - Allow optimizations to use the reciprocal of an