Searched refs:weight (Results 1 – 15 of 15) sorted by relevance
| /RvlSDK-3.3/build/demos/wbcdemo/src/ |
| D | balance.c | 128 double weight[WPAD_PRESS_UNITS]; in main() local 164 w1 = weight[0]; // front right in main() 165 w2 = weight[1]; // back right in main() 166 w3 = weight[2]; // front left in main() 167 w4 = weight[3]; // back left in main() 220 WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in main() 221 total = (double)(weight[0]+weight[1]+weight[2]+weight[3]); in main()
|
| D | simple_wbc.c | 127 double weight[WPAD_PRESS_UNITS]; in main() local 182 WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in main() 183 total = (double)(weight[0]+weight[1]+weight[2]+weight[3]); in main()
|
| D | handling_weight.c | 422 double weight[WPAD_PRESS_UNITS]; in renderStatus() local 434 isExist = WBCRead(&status, weight, (u32)(sizeof(weight) / sizeof(weight[0]))); in renderStatus() 435 all = (double)(weight[0] + weight[1] + weight[2] + weight[3]); in renderStatus() 501 DEMOPrintf( 95, 55, 0, "%3.1f", weight[0]); in renderStatus() 502 DEMOPrintf( 95, 125, 0, "%3.1f", weight[1]); in renderStatus() 503 DEMOPrintf( 10, 55, 0, "%3.1f", weight[2]); in renderStatus() 504 DEMOPrintf( 10, 125, 0, "%3.1f", weight[3]); in renderStatus()
|
| /RvlSDK-3.3/man/en_US/hbm/css/ |
| D | hbm_common.css | 16 font-weight : bold; 35 font-weight : normal; 50 font-weight : normal; 79 font-weight : normal; 112 font-weight : normal; 127 font-weight : bold; 168 font-weight : bold; 183 font-weight : normal;
|
| D | revolution.css | 11 font-weight : bold; 29 font-weight : bold;
|
| /RvlSDK-3.3/build/demos/kpaddemo/ |
| D | makefile | 57 CSRCS = graphic.c kfont.c main.c sample.c swing.c weight.c mpls.c 63 BINNAMES = kpadsample swing weight kpadmpls 96 $(FULLBIN_ROOT)/weight$(BINSUFFIX): weight.o \
|
| /RvlSDK-3.3/vcmv/man/en_US/CSS/ |
| D | revolution.css | 11 font-weight : bold; 29 font-weight : bold; 46 font-weight : bold; 148 font-weight : bold; 178 font-weight : normal; 188 font-weight : bold; 213 font-weight : bold; 224 font-weight : bold;
|
| D | titles2.css | 9 …lid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight : bold;position : … 11 …lid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight : bold;position : …
|
| /RvlSDK-3.3/man/en_US/CSS/ |
| D | revolution.css | 11 font-weight : bold; 29 font-weight : bold; 46 font-weight : bold; 148 font-weight : bold; 178 font-weight : normal; 188 font-weight : bold; 213 font-weight : bold; 224 font-weight : bold;
|
| D | titles2.css | 9 …lid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight : bold;position : … 11 …lid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight : bold;position : …
|
| /RvlSDK-3.3/vcmv/man/ja_JP/CSS/ |
| D | revolution.css | 11 font-weight : bold; 29 font-weight : bold; 46 font-weight : bold; 148 font-weight : bold; 178 font-weight : normal; 188 font-weight : bold; 213 font-weight : bold; 224 font-weight : bold;
|
| D | titles2.css | 9 …lid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight : bold;position : … 11 …lid;margin-left : 1px;margin-bottom : 1px;border-bottom-width : 2px;font-weight : bold;position : …
|
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | weight.c | 202 DEMOPrintf( x1, y1, 0, "%3.1f", kpads[0].ex_status.bl.weight[0] ) ; in renderStatus() 203 DEMOPrintf( x1, y2, 0, "%3.1f", kpads[0].ex_status.bl.weight[1] ) ; in renderStatus() 204 DEMOPrintf( x2, y1, 0, "%3.1f", kpads[0].ex_status.bl.weight[2] ) ; in renderStatus() 205 DEMOPrintf( x2, y2, 0, "%3.1f", kpads[0].ex_status.bl.weight[3] ) ; in renderStatus() 213 … DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Wt : %3.1f[kg]", ( kpads[0].ex_status.bl.weight[0] \ in renderStatus() 214 + kpads[0].ex_status.bl.weight[1] \ in renderStatus() 215 + kpads[0].ex_status.bl.weight[2] \ in renderStatus() 216 … + kpads[0].ex_status.bl.weight[3] ) ) ; in renderStatus()
|
| /RvlSDK-3.3/include/revolution/ |
| D | wbc.h | 50 s32 WBCRead ( WPADBLStatus *status, double weight[], u32 size );
|
| D | kpad.h | 144 double weight[ WPAD_PRESS_UNITS ] ; member
|