Lines Matching refs:nRc
393 unsigned int nRc; in getTransferLength() local
397 nRc = 1; in getTransferLength()
400 nRc = 2; in getTransferLength()
403 nRc = 3; in getTransferLength()
406 nRc = 0; in getTransferLength()
409 return (nRc); in getTransferLength()
414 unsigned int nRc; in getRegisterCount() local
418 nRc = 4; in getRegisterCount()
421 nRc = 1; in getRegisterCount()
424 nRc = 2; in getRegisterCount()
427 nRc = 3; in getRegisterCount()
430 nRc = 0; in getRegisterCount()
433 return (nRc); in getRegisterCount()
438 unsigned int nRc; in getRoundingPrecision() local
442 nRc = 1; in getRoundingPrecision()
445 nRc = 2; in getRoundingPrecision()
448 nRc = 3; in getRoundingPrecision()
451 nRc = 0; in getRoundingPrecision()
454 return (nRc); in getRoundingPrecision()
459 unsigned int nRc; in getDestinationSize() local
463 nRc = typeSingle; in getDestinationSize()
466 nRc = typeDouble; in getDestinationSize()
469 nRc = typeExtended; in getDestinationSize()
472 nRc = typeNone; in getDestinationSize()
475 return (nRc); in getDestinationSize()