Searched refs:reciprocal (Results 1 – 15 of 15) sorted by relevance
/external/compiler-rt/lib/ |
D | divsf3.c | 83 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()
|
D | divdf3.c | 109 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, "ient, "ientLo); in ARM_EABI_FNALIAS()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 3578 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/ |
D | readme | 18 The reciprocal function is
|
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 83 // RECIP_PREC p6, p6x, p7 higher precision reciprocal estimates
|
D | README.txt | 208 correct accuracy, and implementing divide as multiply by reciprocal when it has
|
/external/skia/legacy/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 633 SkScalar reciprocal = SkScalarInvert(fRec.fTextSize); in SkScalerContext_Mac() local 634 fUnitMatrix.preScale(reciprocal, reciprocal); in SkScalerContext_Mac()
|
/external/skia/src/ports/ |
D | SkFontHost_mac_coretext.cpp | 656 SkScalar reciprocal = SkScalarInvert(fRec.fTextSize); in SkScalerContext_Mac() local 657 fUnitMatrix.preScale(reciprocal, reciprocal); in SkScalerContext_Mac()
|
/external/llvm/lib/Target/X86/ |
D | X86Schedule.td | 65 defm WriteFRcp : X86SchedWritePair; // Floating point reciprocal.
|
D | X86InstrSSE.td | 3372 // There is no f64 version of the reciprocal approximation instructions.
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 726 // F32 Approximate reciprocal 756 // F32 Semi-accurate reciprocal 800 // F32 Accurate reciprocal
|
/external/ceres-solver/docs/ |
D | solving.tex | 464 strategy is used, the reciprocal of this number is the initial
|
/external/clang/include/clang/Driver/ |
D | Options.td | 437 def fno_reciprocal_math : Flag<["-"], "fno-reciprocal-math">, Group<f_Group>;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 907 ADJ^N "reciprocal" :G2P
|
/external/llvm/docs/ |
D | LangRef.rst | 1320 Allow Reciprocal - Allow optimizations to use the reciprocal of an
|