Home
last modified time | relevance | path

Searched defs:Val_long (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dmlvalues.h63 #define Val_long(x) (((long)(x) << 1) + 1) macro
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DCmmEmitcode.sml128 fun Val_long x = add(shl(x, litInt 1), litInt 1) function
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/front/caml/
H A Dmlvalues.h69 #define Val_long(x) (((long)(x) << 1) + 1) macro
/dports/lang/ocaml/ocaml-4.05.0/byterun/caml/
H A Dmlvalues.h73 #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) macro
/dports/lang/ocaml-nox11/ocaml-4.05.0/byterun/caml/
H A Dmlvalues.h73 #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) macro