Searched refs:VDC_REAL (Results 1 – 4 of 4) sorted by relevance
60 if ( pElement->eVDCType == VDC_REAL ) in ImplGetVector()216 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()360 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()518 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()571 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass4()
54 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass5()93 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass5()270 if ( pElement->eVDCType == VDC_REAL ) in ImplDoClass5()
100 enum VDCType { VDC_INTEGER = 0, VDC_REAL = 1 }; enumerator
48 case 1 : pElement->eVDCType = VDC_REAL; break; in ImplDoClass1()