Searched refs:functionCode (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/tools/test/testfloat/
H A Dtestfloat.c53 uint8 functionCode; local
68 functionCode = 0;
135 for ( functionCode = 1;
136 functionCode < NUM_FUNCTIONS;
137 ++functionCode
139 if ( functionExists[ functionCode ] ) {
140 puts( functions[ functionCode ].name );
210 functionCode = 0;
215 functionCode = 0;
220 functionCode
[all...]
H A Dtestsoftfloat.c328 uint8 functionCode,
337 functionName = functions[ functionCode ].name;
397 switch ( functionCode ) {
743 uint8 functionCode,
753 if ( ! functions[ functionCode ].roundingPrecision ) {
763 if ( ! functions[ functionCode ].roundingMode ) {
775 if ( ! functions[ functionCode ]
785 if ( ! functions[ functionCode ].tininessMode ) {
793 functionCode, roundingPrecision, roundingMode, tininessMode
818 uint8 functionCode; local
327 testFunctionVariety( uint8 functionCode, int8 roundingPrecision, int8 roundingMode, int8 tininessMode ) argument
742 testFunction( uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn, int8 tininessModeIn ) argument
[all...]
H A DtestFunction.c573 uint8 functionCode, int8 roundingPrecision, int8 roundingMode )
577 functionName = functions[ functionCode ].name;
622 switch ( functionCode ) {
1110 uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn )
1116 if ( ! functions[ functionCode ].roundingPrecision ) {
1126 if ( ! functions[ functionCode ].roundingMode ) {
1133 functionCode, roundingPrecision, roundingMode );
572 testFunctionVariety( uint8 functionCode, int8 roundingPrecision, int8 roundingMode ) argument
1109 testFunction( uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn ) argument
/freebsd-11-stable/lib/libc/softfloat/
H A Dtimesoftfloat.c2051 uint8 functionCode,
2060 functionName = functions[ functionCode ].name;
2114 switch ( functionCode ) {
2409 uint8 functionCode,
2419 if ( ! functions[ functionCode ].roundingPrecision ) {
2429 if ( ! functions[ functionCode ].roundingMode ) {
2441 if ( ! functions[ functionCode ]
2451 if ( ! functions[ functionCode ].tininessMode ) {
2459 functionCode, roundingPrecision, roundingMode, tininessMode
2483 uint8 functionCode; local
2050 timeFunctionVariety( uint8 functionCode, int8 roundingPrecision, int8 roundingMode, int8 tininessMode ) argument
2408 timeFunction( uint8 functionCode, int8 roundingPrecisionIn, int8 roundingModeIn, int8 tininessModeIn ) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c49 bit32 functionCode,
151 switch (functionCode)
185 DM_DBG1(("dmSMPStart: SAS 1.1 error, undefined or unused smp function code 0x%x !!!\n", functionCode));
190 dmSMPFrameHeader.smpFunction = (bit8)functionCode;
197 switch (functionCode)
203 dmSMPFrameHeader.smpFunction = (bit8)functionCode;
214 dmSMPFrameHeader.smpFunction = (bit8)functionCode;
225 dmSMPFrameHeader.smpFunction = (bit8)functionCode;
237 dmSMPFrameHeader.smpFunction = (bit8)functionCode;
245 dmSMPFrameHeader.smpFunction = (bit8)functionCode;
45 dmSMPStart( dmRoot_t *dmRoot, agsaRoot_t *agRoot, dmDeviceData_t *oneDeviceData, bit32 functionCode, bit8 *pSmpBody, bit32 smpBodySize, bit32 agRequestType ) argument
[all...]
H A Ddmproto.h560 bit32 functionCode,
773 bit32 functionCode,
H A Ddmdisc.c6813 bit32 functionCode,
6822 DM_DBG3(("dmDiscoverySMPTimer: pid %d SMPFn 0x%x\n", onePortContext->id, functionCode));
6811 dmDiscoverySMPTimer(dmRoot_t *dmRoot, dmIntPortContext_t *onePortContext, bit32 functionCode, dmSMPRequestBody_t *dmSMPRequestBody ) argument
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c7076 * \param functionCode: SMP function code.
7093 bit32 functionCode,
7217 depending on functionCode, set expectedRspLen in smp
7219 switch (functionCode)
7253 TI_DBG1(("tdSMPStart: error!!! undefined or unused smp function code 0x%x\n", functionCode));
7268 tdSMPFrameHeader.smpFunction = (bit8)functionCode;
7369 tdSMPFrameHeader.smpFunction = (bit8)functionCode;
7399 tdSMPFrameHeader.smpFunction = (bit8)functionCode;
7446 if (functionCode == SMP_REPORT_GENERAL || functionCode
7089 tdSMPStart( tiRoot_t *tiRoot, agsaRoot_t *agRoot, tdsaDeviceData_t *oneDeviceData, bit32 functionCode, bit8 *pSmpBody, bit32 smpBodySize, bit32 agRequestType, tiIORequest_t *CurrentTaskTag, bit32 queueNumber ) argument
8256 tdsaDiscoverySMPTimer(tiRoot_t *tiRoot, tdsaPortContext_t *onePortContext, bit32 functionCode, tdssSMPRequestBody_t *tdSMPRequestBody ) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdproto.h1843 bit32 functionCode,
2097 bit32 functionCode,

Completed in 116 milliseconds