OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lt128
(Results
1 - 3
of
3
) sorted by null
/external/qemu/fpu/
softfloat-specialize.h
807
if (
lt128
(a.high<<1, a.low, b.high<<1, b.low)) {
809
} else if (
lt128
(b.high<<1, b.low, a.high<<1, a.low)) {
softfloat.c
[
all
...]
softfloat-macros.h
731
INLINE flag
lt128
( uint64_t a0, uint64_t a1, uint64_t b0, uint64_t b1 )
function
Completed in 567 milliseconds