/third_party/typescript/tests/baselines/reference/ |
D | doYouNeedToChangeYourTargetLibraryES2015.js | 55 const testMathFround = Math.fround(0); 153 var testMathFround = Math.fround(0);
|
D | doYouNeedToChangeYourTargetLibraryES2015.types | 418 const testMathFround = Math.fround(0); 420 >Math.fround(0) : any 421 >Math.fround : any 423 >fround : any
|
D | doYouNeedToChangeYourTargetLibraryES2015.symbols | 190 const testMathFround = Math.fround(0);
|
D | doYouNeedToChangeYourTargetLibraryES2015.errors.txt | 47 …ouNeedToChangeYourTargetLibraryES2015.ts(54,29): error TS2550: Property 'fround' does not exist on… 233 const testMathFround = Math.fround(0); 235 !!! error TS2550: Property 'fround' does not exist on type 'Math'. Do you need to change your targe…
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-3114.js | 71 var fround = stdlib.Math.fround;
|
/third_party/typescript/tests/cases/compiler/ |
D | doYouNeedToChangeYourTargetLibraryES2015.ts | 54 const testMathFround = Math.fround(0);
|
/third_party/typescript/src/lib/ |
D | es2015.core.d.ts | 184 fround(x: number): number; method
|
/third_party/typescript/lib/ |
D | lib.es2015.core.d.ts | 204 fround(x: number): number; method
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | kernel.js | 315 const fround = /** @type {function((string|number)): number} */ (Math.fround); constant 1924 const floatValue = Math.fround(value); 2613 const floatValues = Array.from(values, fround); 2687 const floatValue = Math.fround(value); 2721 const array = Array.from(values, fround); 2753 const array = Array.from(values, fround);
|
D | reader_test.js | 110 expect(d).toEqual(Math.fround(pair.floatValue));
|
D | kernel_test.js | 1041 expect(accessor.getFloatWithDefault(1)).toEqual(Math.fround(1.6));
|
D | kernel_repeated_test.js | 2083 const value1Float = Math.fround(1.6);
|
/third_party/node/test/fixtures/wpt/resources/ |
D | idlharness.js | 117 var fround = function 119 if (Math.fround) return Math.fround; 122 return function fround(n) { function 1071 assert_equals(value, fround(value), "float rounded to 32-bit float should be itself"); 1087 …assert_equals(value, fround(value), "unrestricted float rounded to 32-bit float should be itself");
|
/third_party/jerryscript/jerry-core/lit/ |
D | lit-magic-strings.ini | 152 LIT_MAGIC_STRING_FROUND = "fround"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 113 def : GINodeEquiv<G_INTRINSIC_ROUND, fround>;
|
/third_party/protobuf/js/binary/ |
D | utils_test.js | 345 var f32_pi = Math.fround(Math.PI);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 155 def SDTFPRoundOp : SDTypeProfile<1, 1, [ // fround 467 def fround : SDNode<"ISD::FROUND" , SDTFPUnaryOp>; 1385 (fround node:$src)]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 311 [(set v4f64:$FRT, (fround v4f64:$FRB))]>; 315 [(set v4f32:$FRT, (fround v4f32:$FRB))]>;
|
D | PPCInstrVSX.td | 743 [(set f64:$XT, (fround f64:$XB))]>; 764 [(set v2f64:$XT, (fround v2f64:$XB))]>; 785 [(set v4f32:$XT, (fround v4f32:$XB))]>; 2551 def : Pat<(f32 (fround f32:$S)), 2862 def : Pat<(f128 (fround f128:$vB)), (f128 (XSRQPI 0, $vB, 0))>;
|
D | PPCInstrInfo.td | 2487 [(set f64:$frD, (fround f64:$frB))]>; 2490 [(set f32:$frD, (fround f32:$frB))]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 917 defm VCVTA : vcvt_inst<"a", 0b00, fround>; 1018 defm VRINTA : vrint_inst_anpm<"a", 0b00, fround>;
|
D | ARMInstrMVE.td | 3151 def : Pat<(v4f32 (fround (v4f32 MQPR:$val1))), 3153 def : Pat<(v8f16 (fround (v8f16 MQPR:$val1))),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 3357 defm : FPToIntegerPats<fp_to_sint, fround, "FCVTAS">; 3358 defm : FPToIntegerPats<fp_to_uint, fround, "FCVTAU">; 3422 defm FRINTA : SingleOperandFPData<0b1100, "frinta", fround>; 3724 defm FRINTA : SIMDTwoVectorFP<1, 0, 0b11000, "frinta", fround>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenGlobalISel.inc | 13089 … // (fround:{ *:[f16] } FPR16:{ *:[f16] }:$Rn) => (FRINTAHr:{ *:[f16] } FPR16:{ *:[f16] }:$Rn) 13102 … // (fround:{ *:[f32] } FPR32:{ *:[f32] }:$Rn) => (FRINTASr:{ *:[f32] } FPR32:{ *:[f32] }:$Rn) 13115 … // (fround:{ *:[f64] } FPR64:{ *:[f64] }:$Rn) => (FRINTADr:{ *:[f64] } FPR64:{ *:[f64] }:$Rn) 13128 …// (fround:{ *:[v2f32] } V64:{ *:[v2f32] }:$Rn) => (FRINTAv2f32:{ *:[v2f32] } V64:{ *:[v2f32] }:… 13141 …// (fround:{ *:[v2f64] } V128:{ *:[v2f64] }:$Rn) => (FRINTAv2f64:{ *:[v2f64] } V128:{ *:[v2f64] … 13154 …// (fround:{ *:[v4f16] } V64:{ *:[v4f16] }:$Rn) => (FRINTAv4f16:{ *:[v4f16] } V64:{ *:[v4f16] }:… 13167 …// (fround:{ *:[v4f32] } V128:{ *:[v4f32] }:$Rn) => (FRINTAv4f32:{ *:[v4f32] } V128:{ *:[v4f32] … 13180 …// (fround:{ *:[v8f16] } V128:{ *:[v8f16] }:$Rn) => (FRINTAv8f16:{ *:[v8f16] } V128:{ *:[v8f16] … 42447 …// (fp_to_sint:{ *:[i32] } (fround:{ *:[f32] } f32:{ *:[f32] }:$Rn)) => (FCVTASUWSr:{ *:[i32] } … 42463 …// (fp_to_sint:{ *:[i32] } (fround:{ *:[f64] } f64:{ *:[f64] }:$Rn)) => (FCVTASUWDr:{ *:[i32] } … [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 2997 // fceil, ffloor, fround, ftrunc.
|