Home
last modified time | relevance | path

Searched defs:h18 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/sys/
H A Dmidiio.h368 #define MIDIHZ18_TO_HZ(h18) ((h18)>>18) /* truncates! ok for dbg msgs maybe */ argument
379 #define MIDIHZ18_TO_FRHZ(h18) (scalbn((h18),-18)) argument
386 #define MIDIPITCH_FROM_HZ18(h18) MIDIPITCH_FROM_FRHZ(MIDIHZ18_TO_FRHZ((h18))) argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d336 enum h18 = hashOf(cast(IBoo)new Boo); in pr2243() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d453 enum h18 = hashOf(cast(IBoo)new Boo); in pr2243() local