Home | History | Annotate | Download | only in ippcp

Lines Matching refs:Feature

552 // modes of the CPU feature
554 #define _FEATURE_OFF_ (0) /* feature is OFF a priori */
555 #define _FEATURE_ON_ (1) /* feature is ON a priori */
556 #define _FEATURE_TICKTOCK_ (2) /* dectect is feature OFF/ON */
679 /* test if library's feature is ON */
680 int cpGetFeature( Ipp64u Feature );