| /CafeSDK-2.12.13-1/system/include/cafe/os/ |
| D | OSFastCast.h | 146 f32x2 f = __PSQ_L(in, 1, OS_FASTCAST_U8); in OSu8tof32Value() 157 f32x2 f = __PSQ_L(in, 1, OS_FASTCAST_U16); in OSu16tof32Value() 168 f32x2 f = __PSQ_L(in, 1, OS_FASTCAST_S8); in OSs8tof32Value() 179 f32x2 f = __PSQ_L(in, 1, OS_FASTCAST_S16); in OSs16tof32Value() 194 f32x2 f = {*in}; in OSf32tou8() 201 f32x2 f = {in}; in __OSf32tou8Value() 208 f32x2 f = {*in}; in OSf32tou16() 215 f32x2 f = {in}; in __OSf32tou16Value() 222 f32x2 f = {*in}; in OSf32tos8() 229 f32x2 f = {in}; in __OSf32tos8Value() [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/ |
| D | mtx.c | 23 static const f32x2 c00 = {0.0F, 0.0F}; 24 static const f32x2 c01 = {0.0F, 1.0F}; 25 static const f32x2 c10 = {1.0F, 0.0F}; 26 static const f32x2 c11 = {1.0F, 1.0F}; 28 static const f32x2 c33 = {3.0F, 3.0F}; 29 static const f32x2 c0505 = {0.5F, 0.5F}; 130 f32x2 fp0, fp1, fp2, fp3, fp4, fp5; in PSMTXCopy() 242 f32x2 A00_A01 = __PSQ_L(a, 0, 0); in PSMTXConcat() 243 f32x2 A02_A03; in PSMTXConcat() 244 f32x2 A10_A11; in PSMTXConcat() [all …]
|
| D | mtxVec.c | 29 static const f32x2 c_half = {0.5F, 0.5F}; 30 static const f32x2 c_three = {3.0F, 3.0F}; 75 f32x2 V1_XY; in PSVECAdd() 76 f32x2 V2_XY; in PSVECAdd() 77 f32x2 V1_Z; in PSVECAdd() 78 f32x2 V2_Z; in PSVECAdd() 79 f32x2 D1_XY; in PSVECAdd() 80 f32x2 D1_Z; in PSVECAdd() 147 f32x2 V1_XY; in PSVECSubtract() 148 f32x2 V2_XY; in PSVECSubtract() [all …]
|
| D | mtxQuat.c | 25 static const f32x2 c00 = {0.0F, 0.0F}; 28 static const f32x2 c11 = {1.0F, 1.0F}; 29 static const f32x2 c22 = {2.0F, 2.0F}; 30 static const f32x2 c33 = {3.0F, 3.0F}; 31 static const f32x2 c0505 = {0.5F, 0.5F}; 32 static const f32x2 epsilon = {QUAT_EPSILON, QUAT_EPSILON}; 68 f32x2 pxy, qxy, rxy, pzw, qzw, rzw; in PSQUATAdd() 142 f32x2 pxy, qxy, rxy, pzw, qzw, rzw; in PSQUATSubtract() 236 f32x2 pxy, pzw, qxy, qzw; in PSQUATMultiply() 237 f32x2 pnxy, pnzw, pnxny, pnznw; in PSQUATMultiply() [all …]
|
| D | mtx44.c | 25 static const f32x2 c00 = {0.0F, 0.0F}; 26 static const f32x2 c01 = {0.0F, 1.0F}; 27 static const f32x2 c10 = {1.0F, 0.0F}; 28 static const f32x2 c11 = {1.0F, 1.0F}; 30 static const f32x2 c33 = {3.0F, 3.0F}; 31 static const f32x2 c0505 = {0.5F, 0.5F}; 327 f32x2 fp1; in PSMTX44Copy() 454 f32x2 fp0, fp1, fp2, fp3, fp4, fp5, fp6, fp7, fp8, fp9, fp10, fp11, fp12, fp13; in PSMTX44Concat() 782 f32x2 fp0, fp1, fp2, fp3, fp4, fp5; in PSMTX44Transpose() 995 f32x2 xT2 = {0.0F, xT}; in PSMTX44Trans() [all …]
|
| D | mtx44Vec.c | 77 f32x2 fp0, fp1, fp2, fp3, fp4, fp5, fp6, fp7, fp8, fp9, fp12, fp13; //fp10, fp11, in PSMTX44MultVec() 301 f32x2 fp0, fp1, fp2, fp3, fp4, fp5, fp6, fp7, fp8, fp9, fp10, fp11, fp12, fp13; in PSMTX44MultVecSR()
|
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | mtx.h | 23 typedef __vec2x32float__ f32x2; typedef
|
| D | axfx.h | 1155 f32x2 *buff; 1159 f32x2 coef; // Required for all pass. 1236 f32x2 pslpf_z[AXFX_MULTI_CH_MAX_CHANNELS/2];
|
| /CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/ |
| D | mtx.h | 23 typedef __vec2x32float__ f32x2; typedef
|