Searched refs:exact (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/libs/x86emu/x86emu/
H A Dprim_asm.h58 modify exact [eax];
70 modify exact [ax];
82 modify exact [ax];
94 modify exact [ax];
106 modify exact [ax];
118 modify exact [al bl];
130 modify exact [ax bx];
142 modify exact [eax ebx];
154 modify exact [al bl];
166 modify exact [a
[all...]
/haiku/headers/private/net/
H A DDynamicBuffer.h53 status_t _GrowToFit(size_t size, bool exact = false);
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexpl.s3 # exact log2e*x calculation depends on nearest rounding mode
4 # using the exact multiplication method of Dekker and Veltkamp
50 # exact mult: x*log2e
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s3 # exact log2e*x calculation depends on nearest rounding mode
4 # using the exact multiplication method of Dekker and Veltkamp
49 # exact mult: x*log2e
/haiku/src/kits/network/libnetapi/
H A DDynamicBuffer.cpp142 DynamicBuffer::_GrowToFit(size_t size, bool exact) argument
148 if (!exact)
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c498 or is an exact match for some defined option. If they have an
656 int exact = 0;
664 /* Test all long options for either exact match
675 exact = 1;
692 if (ambig && !exact)
947 int exact = 0;
1002 /* Test all long options for either exact match
1012 exact = 1;
1025 if (ambig && !exact)
652 int exact = 0; local
943 int exact = 0; local
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex608 in fact not even the exact length and meaning of the fields of the resources

Completed in 81 milliseconds