Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 15 of 15) sorted by relevance

/RvlSDK-3.3/build/demos/wbcdemo/src/
Dbalance.c128 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()
Dsimple_wbc.c127 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()
Dhandling_weight.c422 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/
Dhbm_common.css16 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;
Drevolution.css11 font-weight : bold;
29 font-weight : bold;
/RvlSDK-3.3/build/demos/kpaddemo/
Dmakefile57 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/
Drevolution.css11 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;
Dtitles2.css9 …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/
Drevolution.css11 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;
Dtitles2.css9 …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/
Drevolution.css11 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;
Dtitles2.css9 …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/
Dweight.c202 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/
Dwbc.h50 s32 WBCRead ( WPADBLStatus *status, double weight[], u32 size );
Dkpad.h144 double weight[ WPAD_PRESS_UNITS ] ; member