Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

qbitshft.c File Reference

#include "f2c.h"

Go to the source code of this file.


Functions

longint qbit_shift (longint a, integer b)

Function Documentation

longint qbit_shift longint    a,
integer    b
 

Definition at line 7 of file qbitshft.c.

References a.

00009 {
00010         return b >= 0 ? a << b : (longint)((ulongint)a >> -b);
00011         }
 

Powered by Plone

This site conforms to the following standards: