/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | functionalext_fcvt.c | 25 * @tc.desc : Basic conversion test for fcvt. 31 char *result = fcvt(123.456, 2, &decpt, &sign); in fcvt_0100() 41 char *result = fcvt(123.454, 2, &decpt, &sign); in fcvt_0200() 49 * @tc.desc : Zero value conversion test for fcvt. 55 char *result = fcvt(0.0, 2, &decpt, &sign); in fcvt_0300() 64 * @tc.desc : Negative value conversion test for fcvt. 70 char *result = fcvt(-123.456, 2, &decpt, &sign); in fcvt_0400() 85 char *result = fcvt(123.456, 10, &decpt, &sign); in fcvt_0500()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 171 fcvt.fxu.s1 nhi[1]=f0 242 fcvt.fxu.s1 nhi[1]=f0 439 (p5)fcvt.fxu ai2=f0 442 (p7)fcvt.fxu ai3=f0 445 (p5)fcvt.fxu bj[5]=f0 448 (p7)fcvt.fxu bj[4]=f0 451 (p5)fcvt.fxu ni2=f0 454 (p7)fcvt.fxu ni3=f0 458 fcvt.fxu tf[1]=f0 462 (p9)fcvt [all...] |
H A D | ia64.S | 1453 { .mfi; fcvt.xuf.s1 f7=f7 1470 (p7) fcvt.xuf.s1 f6=f6 1500 (p7) fcvt.xuf.s1 f6=f6 1561 fcvt.fxu.trunc.s1 f8=f8 // [30] q = trunc(q3)
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 171 fcvt.fxu.s1 nhi[1]=f0 242 fcvt.fxu.s1 nhi[1]=f0 439 (p5)fcvt.fxu ai2=f0 442 (p7)fcvt.fxu ai3=f0 445 (p5)fcvt.fxu bj[5]=f0 448 (p7)fcvt.fxu bj[4]=f0 451 (p5)fcvt.fxu ni2=f0 454 (p7)fcvt.fxu ni3=f0 458 fcvt.fxu tf[1]=f0 462 (p9)fcvt [all...] |
H A D | ia64.S | 1453 { .mfi; fcvt.xuf.s1 f7=f7 1470 (p7) fcvt.xuf.s1 f6=f6 1500 (p7) fcvt.xuf.s1 f6=f6 1561 fcvt.fxu.trunc.s1 f8=f8 // [30] q = trunc(q3)
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-fp-aarch64.cc | 124 COMPARE(fcvt(d14, s15), "fcvt d14, s15"); in TEST() 125 COMPARE(fcvt(d31, s31), "fcvt d31, s31"); in TEST() 126 COMPARE(fcvt(s0, d1), "fcvt s0, d1"); in TEST() 127 COMPARE(fcvt(s2, h3), "fcvt s2, h3"); in TEST() 128 COMPARE(fcvt(d4, h5), "fcvt d in TEST() [all...] |
H A D | test-api-movprfx-aarch64.cc | 388 __ fcvt(z16.VnD(), p0.Merging(), z16.VnH()); in TEST() 391 __ fcvt(z12.VnD(), p7.Merging(), z12.VnS()); in TEST() 394 __ fcvt(z14.VnS(), p5.Merging(), z14.VnD()); in TEST() 397 __ fcvt(z26.VnH(), p7.Merging(), z26.VnD()); in TEST() 904 __ fcvt(z12.VnD(), p6.Merging(), z18.VnH()); in TEST() 907 __ fcvt(z18.VnD(), p7.Merging(), z0.VnS()); in TEST() 910 __ fcvt(z3.VnS(), p5.Merging(), z21.VnD()); in TEST() 913 __ fcvt(z15.VnH(), p1.Merging(), z12.VnD()); in TEST() 1751 __ fcvt(z1.VnD(), p2.Merging(), z4.VnH()); in TEST() 1754 __ fcvt(z2 in TEST() [all...] |
H A D | test-trace-aarch64.cc | 451 __ fcvt(d4, h24); in GenerateTestSequenceFP() 452 __ fcvt(d11, s2); in GenerateTestSequenceFP() 453 __ fcvt(h8, d9); in GenerateTestSequenceFP() 454 __ fcvt(h12, s1); in GenerateTestSequenceFP() 455 __ fcvt(s12, d31); in GenerateTestSequenceFP() 456 __ fcvt(s27, h25); in GenerateTestSequenceFP()
|
H A D | test-cpu-features-aarch64.cc | 597 TEST_FP(fcvt_0, fcvt(d0, h1)) 598 TEST_FP(fcvt_1, fcvt(d0, s1)) 599 TEST_FP(fcvt_2, fcvt(h0, d1)) 600 TEST_FP(fcvt_3, fcvt(h0, s1)) 601 TEST_FP(fcvt_4, fcvt(s0, d1)) 602 TEST_FP(fcvt_5, fcvt(s0, h1))
|
H A D | test-simulator-aarch64.cc | 2939 TEST(fcvt_sd) { CALL_TEST_FP_HELPER(fcvt, sd, 1Op, kInputDoubleConversions); } in TEST() 2940 TEST(fcvt_ds) { CALL_TEST_FP_HELPER(fcvt, ds, 1Op, kInputFloatConversions); } in TEST()
|
H A D | test-disasm-sve-aarch64.cc | 1914 COMPARE(fcvt(z5.VnH(), p2.Merging(), z11.VnD()), "fcvt z5.h, p2/m, z11.d"); in TEST() 1915 COMPARE(fcvt(z30.VnS(), p7.Merging(), z0.VnD()), "fcvt z30.s, p7/m, z0.d"); in TEST() 1916 COMPARE(fcvt(z10.VnD(), p0.Merging(), z17.VnH()), "fcvt z10.d, p0/m, z17.h"); in TEST() 1917 COMPARE(fcvt(z28.VnS(), p3.Merging(), z27.VnH()), "fcvt z28.s, p3/m, z27.h"); in TEST() 1918 COMPARE(fcvt(z9.VnD(), p7.Merging(), z0.VnS()), "fcvt z in TEST() [all...] |
/third_party/musl/src/stdlib/ |
H A D | fcvt.c | 6 char *fcvt(double x, int n, int *dp, int *sign) in fcvt() function
|
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
H A D | disasm-riscv64.cc | 1133 Format(instr, "fcvt.w.s ['frm] 'rd, 'fs1"); in DecodeRFPType() 1136 Format(instr, "fcvt.wu.s ['frm] 'rd, 'fs1"); in DecodeRFPType() 1140 Format(instr, "fcvt.l.s ['frm] 'rd, 'fs1"); in DecodeRFPType() 1143 Format(instr, "fcvt.lu.s ['frm] 'rd, 'fs1"); in DecodeRFPType() 1186 Format(instr, "fcvt.s.w 'fd, 'rs1"); in DecodeRFPType() 1189 Format(instr, "fcvt.s.wu 'fd, 'rs1"); in DecodeRFPType() 1193 Format(instr, "fcvt.s.l 'fd, 'rs1"); in DecodeRFPType() 1196 Format(instr, "fcvt.s.lu 'fd, 'rs1"); in DecodeRFPType() 1274 Format(instr, "fcvt.s.d ['frm] 'fd, 'rs1"); in DecodeRFPType() 1282 Format(instr, "fcvt in DecodeRFPType() [all...] |
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdlib.h | 156 char *fcvt(double, int, int *, int *);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | stdlib.h | 153 char *fcvt(double, int, int *, int *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdlib.h | 158 char *fcvt(double, int, int *, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdlib.h | 156 char *fcvt(double, int, int *, int *);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdlib.h | 161 char *fcvt(double, int, int *, int *);
|
/third_party/musl/include/ |
H A D | stdlib.h | 162 char *fcvt(double, int, int *, int *);
|
/third_party/node/deps/v8/src/diagnostics/loong64/ |
H A D | disasm-loong64.cc | 1465 Format(instr, "fcvt.s.d 'fd, 'fj"); in DecodeTypekOp22() 1468 Format(instr, "fcvt.d.s 'fd, 'fj"); in DecodeTypekOp22()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 560 fcvt(fd, fn); in Fcvt()
|
H A D | assembler-arm64.h | 1706 void fcvt(const VRegister& vd, const VRegister& vn);
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 2398 fcvt(kFormatVnH, kFormatVnS, result, pg, zn); in Simulator() 2419 fcvt(kFormatVnS, kFormatVnD, result, pg, zn); in Simulator() 2446 fcvt(kFormatVnS, kFormatVnH, zd, pg, result); in Simulator() 2450 fcvt(kFormatVnD, kFormatVnS, zd, pg, result); in Simulator() 10785 fcvt(dst_data_size, src_data_size, zd, pg, zn); in Simulator()
|
H A D | macro-assembler-aarch64.h | 1525 fcvt(vd, vn); in Fcvt() 4522 fcvt(zd, pg, zn); in Fcvt() 4533 fcvt(zd, pg.Merging(), zn); in Fcvt()
|
H A D | assembler-aarch64.h | 2392 void fcvt(const VRegister& vd, const VRegister& vn); 4240 void fcvt(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
|