OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recip32
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divdf3.c
82
uint32_t
recip32
= UINT32_C(0x7504f333) - q31b;
local in function:__divdf3
92
correction32 = -((uint64_t)
recip32
* q31b >> 32);
93
recip32
= (uint64_t)
recip32
* correction32 >> 31;
94
correction32 = -((uint64_t)
recip32
* q31b >> 32);
95
recip32
= (uint64_t)
recip32
* correction32 >> 31;
96
correction32 = -((uint64_t)
recip32
* q31b >> 32);
97
recip32
= (uint64_t)
recip32
* correction32 >> 31
[
all
...]
divdf3.c
82
uint32_t
recip32
= UINT32_C(0x7504f333) - q31b;
local in function:__divdf3
92
correction32 = -((uint64_t)
recip32
* q31b >> 32);
93
recip32
= (uint64_t)
recip32
* correction32 >> 31;
94
correction32 = -((uint64_t)
recip32
* q31b >> 32);
95
recip32
= (uint64_t)
recip32
* correction32 >> 31;
96
correction32 = -((uint64_t)
recip32
* q31b >> 32);
97
recip32
= (uint64_t)
recip32
* correction32 >> 31
[
all
...]
Completed in 23 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025