/third_party/libffi/src/riscv/ |
D | sysv.S | 105 FLARG fa1, -FRAME_LEN+1*FLTS(fp) 129 FSARG fa1, -FRAME_LEN+1*FLTS(fp) 174 FSARG fa1, 1*FLTS(sp) 204 FLARG fa1, 1*FLTS(sp) 248 FSARG fa1, 1*FLTS(sp) 278 FLARG fa1, 1*FLTS(sp)
|
/third_party/libsnd/src/G72x/ |
D | g72x.c | 422 short fa1 ; in update() local 481 { fa1 = (pks1) ? state_ptr->a [0] : -state_ptr->a [0] ; in update() 482 if (fa1 < -8191) /* a2p = function of fa1 */ in update() 484 else if (fa1 > 8191) in update() 487 a2p += fa1 >> 5 ; in update()
|
/third_party/libsnd/src/ |
D | nms_adpcm.c | 198 int fa1 ; in nms_adpcm_update() local 219 fa1 = s->a [0] >> 5 ; in nms_adpcm_update() 220 if (fa1 < -256) in nms_adpcm_update() 221 fa1 = -256 ; in nms_adpcm_update() 222 else if (fa1 > 256) in nms_adpcm_update() 223 fa1 = 256 ; in nms_adpcm_update() 230 fa1 = -fa1 ; in nms_adpcm_update() 233 s->a [1] = fa1 + ((0xfe * s->a [1]) >> 8) ; in nms_adpcm_update()
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | reglist-riscv64.h | 46 ft7, fa0, fa1, fa2, fa3, fa4, fa5,
|
D | register-riscv64.h | 46 V(fs0) V(fs1) V(fa0) V(fa1) V(fa2) V(fa3) V(fa4) V(fa5) \ 65 V(ft9) V(ft10) V(ft11) V(fa0) V(fa1) V(fa2) V(fa3) V(fa4) V(fa5) \
|
/third_party/ffmpeg/libavcodec/ |
D | g726.c | 195 int dq, re_signal, pk0, fa1, i, tr, ylint, ylfrac, thr2, al, dq0; in g726_decode() local 221 fa1 = av_clip_intp2((-c->a[0]*c->pk[0]*pk0)>>5, 8); in g726_decode() 223 c->a[1] += 128*pk0*c->pk[1] + fa1 - (c->a[1]>>7); in g726_decode()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-linkage.h | 127 constexpr DoubleRegister kFpParamRegisters[] = {fa0, fa1, fa2, fa3, 129 constexpr DoubleRegister kFpReturnRegisters[] = {fa0, fa1};
|
/third_party/typescript/tests/baselines/reference/ |
D | dependentDestructuredVariables.js | 349 function fa1(x: [true, number] | [false, string]) { function 652 function fa1(x) { 821 declare function fa1(x: [true, number] | [false, string]): void;
|
D | templateLiteralTypes1.js | 39 function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] }… 270 function fa1(x, y, z) { function
|
D | dependentDestructuredVariables.errors.txt | 357 function fa1(x: [true, number] | [false, string]) {
|
D | dependentDestructuredVariables.symbols | 892 function fa1(x: [true, number] | [false, string]) { 893 >fa1 : Symbol(fa1, Decl(dependentDestructuredVariables.ts, 343, 5))
|
D | templateLiteralTypes1.types | 86 function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] }… 87 >fa1 : <T>(x: T, y: { [P in keyof T]: T[P]; }, z: { [P in keyof T & string as `p_${P}`]: T[P]; }) =…
|
D | dependentDestructuredVariables.types | 1023 function fa1(x: [true, number] | [false, string]) { 1024 >fa1 : (x: [true, number] | [false, string]) => void
|
D | templateLiteralTypes1.symbols | 108 function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] }… 109 >fa1 : Symbol(fa1, Decl(templateLiteralTypes1.ts, 35, 1))
|
D | templateLiteralTypes1.errors.txt | 50 …function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] …
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-assembler-defs.h | 109 ft1, ft2, ft3, ft4, ft5, ft6, ft7, fa0, fa1, fa2,
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | dependentDestructuredVariables.ts | 353 function fa1(x: [true, number] | [false, string]) { function
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes1.ts | 41 function fa1<T>(x: T, y: { [P in keyof T]: T[P] }, z: { [P in keyof T & string as `p_${P}`]: T[P] }… function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVRegisterInfo.td | 179 def F11_F : RISCVReg32<11,"f11", ["fa1"]>, DwarfRegNum<[43]>;
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.h | 284 fa1, enumerator
|
D | simulator-riscv64.cc | 2370 *y = get_fpu_register_double(fa1); in GetFpArgs() 7115 set_fpu_register_double(fa1, d1); in CallFP()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 1598 g.UseFixed(node->InputAt(0), fa0), g.UseFixed(node->InputAt(1), fa1)) in VisitFloat64Mod() 1690 g.UseFixed(node->InputAt(1), fa1)) in VisitFloat64Ieee754Binop() 1697 Emit(opcode, g.DefineAsFixed(node, fa0), g.UseFixed(node->InputAt(0), fa1)) in VisitFloat64Ieee754Unop()
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | Latn_Bopo.txt | 227 fa1 ← ㄈㄚ;
|
/third_party/icu/icu4c/source/data/translit/ |
D | Latn_Bopo.txt | 227 fa1 ← ㄈㄚ;
|
/third_party/elfutils/tests/ |
D | run-allregs.sh | 2885 43: fa1 (fa1), float 64 bits
|