OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:correction64
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divtf3.c
91
uint64_t
correction64
;
local in function:__divtf3
92
correction64
= -((rep_t)recip64 * q63b >> 64);
93
recip64 = (rep_t)recip64 *
correction64
>> 63;
94
correction64
= -((rep_t)recip64 * q63b >> 64);
95
recip64 = (rep_t)recip64 *
correction64
>> 63;
96
correction64
= -((rep_t)recip64 * q63b >> 64);
97
recip64 = (rep_t)recip64 *
correction64
>> 63;
98
correction64
= -((rep_t)recip64 * q63b >> 64);
99
recip64 = (rep_t)recip64 *
correction64
>> 63;
100
correction64
= -((rep_t)recip64 * q63b >> 64)
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Oct 14 06:10:07 GMT 2025