Home
last modified time | relevance | path

Searched refs:Object_BigInt__BigIntDesc_Neg (Results 1 – 4 of 4) sorted by relevance

/dports/lang/oo2c/oo2c_64-2.1.11/stage0/lib/obj/Object/
H A DBigInt.d28 …__BigIntDesc_Sign,(void*)Object_BigInt__BigIntDesc_Abs,(void*)Object_BigInt__BigIntDesc_Neg,(void*…
H A DBigInt.oh54 extern Object_BigInt__BigInt Object_BigInt__BigIntDesc_Neg(Object_BigInt__BigInt a);
H A DBigInt.c586 Object_BigInt__BigInt Object_BigInt__BigIntDesc_Neg(Object_BigInt__BigInt a) { in Object_BigInt__BigIntDesc_Neg() function
/dports/lang/oo2c/oo2c_64-2.1.11/stage0/obj/OOC/IR/
H A DConstFold.c430 …i1 = (OOC_INT64)Object_BigInt__BigIntDesc_Neg((Object_BigInt__BigInt)(_type_guard(i1, ((OOC_INT64)… in OOC_IR_ConstFold__ConstFoldDesc_VisitNegate()