OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aWidth
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/
floatsidf.c
25
const int
aWidth
= sizeof a * CHAR_BIT;
39
const int exponent = (
aWidth
- 1) - __builtin_clz(a);
floatunsidf.c
25
const int
aWidth
= sizeof a * CHAR_BIT;
31
const int exponent = (
aWidth
- 1) - __builtin_clz(a);
floatunsisf.c
25
const int
aWidth
= sizeof a * CHAR_BIT;
31
const int exponent = (
aWidth
- 1) - __builtin_clz(a);
floatsisf.c
25
const int
aWidth
= sizeof a * CHAR_BIT;
39
const int exponent = (
aWidth
- 1) - __builtin_clz(a);
Completed in 70 milliseconds