logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

unpackDouble2x32 - produce two unsigned integers containing the bit encoding of a double precision

Declaration

uvec2unpackDouble2x32(doubled);

Description

unpackDouble2x32 returns a two-component unsigned integer vector representation of d. The bit-level
       representation of d is preserved. The first component of the returned vector contains the 32 least
       significant bits of the double; the second component consists the 32 most significant bits.

Name

       unpackDouble2x32 - produce two unsigned integers containing the bit encoding of a double precision
       floating point value

Parameters

d
           Specifies double precision value to break into a pair of unsigned integers.

See Also

packDouble2x32()

Version Support

       ┌──────────────────┬───────────────────────────────────────────────────────────────────────────────────┐
       │                  │        OpenGLShadingLanguageVersion                                            │
       ├──────────────────┼──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┤
       │ Function1.101.201.301.401.503.304.004.104.204.304.404.50 │
       │ Name             │      │      │      │      │      │      │      │      │      │      │      │      │
       ├──────────────────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
       │ unpackDouble2x32 │  -   │  -   │  -   │  -   │  -   │  -   │  ✔   │  ✔   │  ✔   │  ✔   │  ✔   │  ✔   │
       └──────────────────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┴──────┘

See Also