Lines Matching refs:nRc
381 unsigned int nRc; in getTransferLength() local
385 nRc = 1; in getTransferLength()
388 nRc = 2; in getTransferLength()
391 nRc = 3; in getTransferLength()
394 nRc = 0; in getTransferLength()
397 return (nRc); in getTransferLength()
402 unsigned int nRc; in getRegisterCount() local
406 nRc = 4; in getRegisterCount()
409 nRc = 1; in getRegisterCount()
412 nRc = 2; in getRegisterCount()
415 nRc = 3; in getRegisterCount()
418 nRc = 0; in getRegisterCount()
421 return (nRc); in getRegisterCount()
426 unsigned int nRc; in getRoundingPrecision() local
430 nRc = 1; in getRoundingPrecision()
433 nRc = 2; in getRoundingPrecision()
436 nRc = 3; in getRoundingPrecision()
439 nRc = 0; in getRoundingPrecision()
442 return (nRc); in getRoundingPrecision()
447 unsigned int nRc; in getDestinationSize() local
451 nRc = typeSingle; in getDestinationSize()
454 nRc = typeDouble; in getDestinationSize()
457 nRc = typeExtended; in getDestinationSize()
460 nRc = typeNone; in getDestinationSize()
463 return (nRc); in getDestinationSize()