OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempy
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_mul.c
64
int_double tempx,
tempy
;
local
166
tempy
.d = (double) coefficient_y;
167
bin_expon_cy = ((
tempy
.i & MASK_BINARY_EXPONENT) >> 52);
bid64_fma.c
74
int_double tempx,
tempy
;
local
288
tempy
.d = (double) coefficient_y;
289
bin_expon_cy = ((
tempy
.i & MASK_BINARY_EXPONENT) >> 52);
bid64_div.c
90
int_float tempx,
tempy
;
local
202
tempy
.d = (float) coefficient_y;
203
bin_index = (
tempy
.i - tempx.i) >> 23;
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_mul.c
64
int_double tempx,
tempy
;
local
166
tempy
.d = (double) coefficient_y;
167
bin_expon_cy = ((
tempy
.i & MASK_BINARY_EXPONENT) >> 52);
bid64_fma.c
74
int_double tempx,
tempy
;
local
288
tempy
.d = (double) coefficient_y;
289
bin_expon_cy = ((
tempy
.i & MASK_BINARY_EXPONENT) >> 52);
bid64_div.c
90
int_float tempx,
tempy
;
local
202
tempy
.d = (float) coefficient_y;
203
bin_index = (
tempy
.i - tempx.i) >> 23;
Completed in 26 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026