Home
last modified time | relevance | path

Searched refs:fround (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DdoYouNeedToChangeYourTargetLibraryES2015.js55 const testMathFround = Math.fround(0);
153 var testMathFround = Math.fround(0);
DdoYouNeedToChangeYourTargetLibraryES2015.types418 const testMathFround = Math.fround(0);
420 >Math.fround(0) : any
421 >Math.fround : any
423 >fround : any
DdoYouNeedToChangeYourTargetLibraryES2015.symbols190 const testMathFround = Math.fround(0);
DdoYouNeedToChangeYourTargetLibraryES2015.errors.txt47 …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/
Dregression-test-issue-3114.js71 var fround = stdlib.Math.fround;
/third_party/typescript/tests/cases/compiler/
DdoYouNeedToChangeYourTargetLibraryES2015.ts54 const testMathFround = Math.fround(0);
/third_party/typescript/src/lib/
Des2015.core.d.ts184 fround(x: number): number; method
/third_party/typescript/lib/
Dlib.es2015.core.d.ts204 fround(x: number): number; method
/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel.js315 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);
Dreader_test.js110 expect(d).toEqual(Math.fround(pair.floatValue));
Dkernel_test.js1041 expect(accessor.getFloatWithDefault(1)).toEqual(Math.fround(1.6));
Dkernel_repeated_test.js2083 const value1Float = Math.fround(1.6);
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js117 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/
Dlit-magic-strings.ini152 LIT_MAGIC_STRING_FROUND = "fround"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td113 def : GINodeEquiv<G_INTRINSIC_ROUND, fround>;
/third_party/protobuf/js/binary/
Dutils_test.js345 var f32_pi = Math.fround(Math.PI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td155 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/
DPPCInstrQPX.td311 [(set v4f64:$FRT, (fround v4f64:$FRB))]>;
315 [(set v4f32:$FRT, (fround v4f32:$FRB))]>;
DPPCInstrVSX.td743 [(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))>;
DPPCInstrInfo.td2487 [(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/
DARMInstrVFP.td917 defm VCVTA : vcvt_inst<"a", 0b00, fround>;
1018 defm VRINTA : vrint_inst_anpm<"a", 0b00, fround>;
DARMInstrMVE.td3151 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/
DAArch64InstrInfo.td3357 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/
DAArch64GenGlobalISel.inc13089 … // (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/
DNVPTXInstrInfo.td2997 // fceil, ffloor, fround, ftrunc.

12