Home
last modified time | relevance | path

Searched defs:reciprocal (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivsf3.c82 uint32_t reciprocal = UINT32_C(0x7504f333) - q31b; in __divsf3() local
H A Ddivdf3.c108 uint64_t correction, reciprocal; in __divdf3() local
H A Ddivtf3.c112 rep_t correction, reciprocal; in __divtf3() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp3987 IEEEFloat reciprocal(*semantics, 1ULL); in getExactInverse() local