Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-2.1/RVL/bin/demos/thpdemo/
DTHPSimple.map1355 0001e72c 000040 80024e4c 0002100c 1 .text ax.a AX.o
1356 0001e72c 000040 80024e4c 0002100c 4 AXInit ax.a AX.o
1357 UNUSED 00004c ........ ........ AXInitEx ax.a AX.o
1358 UNUSED 000034 ........ ........ AXQuit ax.a AX.o
1359 0001e76c 0004b8 80024e8c 0002104c 1 .text ax.a AXAlloc.o
1360 0001e76c 000014 80024e8c 0002104c 4 __AXGetStackHead ax.a AXAlloc.o
1361 0001e780 0000ac 80024ea0 00021060 4 __AXServiceCallbackStack ax.a AXAlloc.o
1362 UNUSED 0000b0 ........ ........ __AXInitVoiceStacks ax.a AXAlloc.o
1363 0001e82c 0000b0 80024f4c 0002110c 4 __AXAllocInit ax.a AXAlloc.o
1364 UNUSED 0000b0 ........ ........ __AXAllocQuit ax.a AXAlloc.o
[all …]
/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c644 f32 f1, vx,vy, ax,ay ; in calc_acc_horizon() local
650 ax = kp->hard_acc.x / f1 ; in calc_acc_horizon()
660 vx = kp->accXY_nrm_hori.x * ax + kp->accXY_nrm_hori.y * ay ; in calc_acc_horizon()
661 vy = kp->accXY_nrm_hori.y * ax - kp->accXY_nrm_hori.x * ay ; in calc_acc_horizon()
664 ax = ( vx - kp->acc_horizon.x ) * f1 + kp->acc_horizon.x ; in calc_acc_horizon()
668 f1 = sqrtf( ax * ax + ay * ay ) ; in calc_acc_horizon()
670 kp->acc_horizon.x = ax / f1 ; in calc_acc_horizon()
690 f32 f1,f2, ax,ay ; in calc_acc_vertical() local
694 ax = sqrtf( f2 = kp->hard_acc.x * kp->hard_acc.x + kp->hard_acc.y * kp->hard_acc.y ) ; in calc_acc_vertical()
698 ax /= f1 ; in calc_acc_vertical()
[all …]
/RvlSDK-2.1/build/demos/kpaddemo/src/
Dsample.c300 static void draw_acc( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc() argument
302 f32 px = ax * radius + ox ; in draw_acc()
313 static void draw_acc2( f32 ox, f32 oy, f32 radius, f32 ax, f32 ay ) in draw_acc2() argument
315 f32 px = ax * radius + ox ; in draw_acc2()
/RvlSDK-2.1/build/
Dmakefile39 ax \
/RvlSDK-2.1/build/tools/thputilities/src/
Dthputilities.c159 mov ax, data; in THPUtyReverseEndianU16() local
160 rol ax, 8; in THPUtyReverseEndianU16() local
161 mov data, ax; in THPUtyReverseEndianU16() local
/RvlSDK-2.1/build/buildtools/
Dcommondefs319 $(INSTALL_ROOT)/lib/ax$(LIBSUFFIX) \