Site Tools


documentation:development:opera:pf25:ppgfldr:pgsfldr:spr:03spr026

ConvertS32_64

Converts a 32-bit integer to a 64-bit integer.

Synopsis

void ConvertS32_64( int64 *d, int32 x )

Description

This macro converts a 32-bit integer to a 64-bit integer. The upper 32-bits of the result are the sign bit of the argument. The 64-bit integer result is deposited in the location pointed to by the d argument.

Arguments

  • d A pointer to a 64-bit integer structure to store the result.
  • x A 32-bit integer to be converted.

Implementation

Macro implemented in operamath.h V20.

Associated Files

operamath.h

See Also

documentation/development/opera/pf25/ppgfldr/pgsfldr/spr/03spr026.txt · Last modified: 2022/10/10 16:54 by 127.0.0.1