Home
last modified time | relevance | path

Searched refs:SameValue (Results 1 – 25 of 554) sorted by relevance

12345678910>>...23

/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/math/
H A Dtsincos.pp12 if not(SameValue(s1,0)) then
14 if not(SameValue(s2,1)) then
16 if not(SameValue(d1,0)) then
18 if not(SameValue(d2,1)) then
20 if not(SameValue(e1,0)) then
22 if not(SameValue(e2,1)) then
28 if not(SameValue(s1,0)) then
30 if not(SameValue(s2,-1)) then
32 if not(SameValue(d1,0)) then
34 if not(SameValue(d2,-1)) then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw33563.pp60 Result := not SameValue(fSdef, cDefS);
65 Result := not SameValue(fSn, cDefS);
70 Result := not SameValue(fS, cDefS);
89 if not SameValue(F, aExpectedValue) then
149 if not SameValue(C.S, 0) then
151 if not SameValue(C.T, 0) then
153 if not SameValue(C.U, 0) then
155 if not SameValue(C.Sn, 5) then
157 if not SameValue(C.Tn, 5) then
159 if not SameValue(C.Un, 5) then
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/compiler/
H A Dtest-run-bytecode-graph-builder.cc218 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST()
243 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST()
301 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST()
343 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST()
398 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST()
446 CHECK(return_value->SameValue(*snippets[i].return_value())); in TestBytecodeGraphBuilderNamedStore()
504 CHECK(return_value->SameValue(*snippets[i].return_value())); in SHARD_TEST_BY_2()
538 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST()
574 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST()
610 CHECK(return_value->SameValue(*snippets[i].return_value())); in TEST()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0643.pp40 function SameValue(aGot, aExpected: Double): Boolean;
67 if not SameValue(v, ds.AsIs) then begin
72 if not SameValue(v, ds.More) then begin
77 if not SameValue(v, ds.Less) then begin
91 if not SameValue(v, ds.AsIs) then begin
96 if not SameValue(v, ds.More) then begin
101 if not SameValue(v, ds.Less) then begin
H A Dtb0644.pp47 function SameValue(aGot, aExpected: Double): Boolean;
74 if not SameValue(v, ds.AsIs) then begin
79 if not SameValue(v, ds.More) then begin
84 if not SameValue(v, ds.Less) then begin
98 if not SameValue(v, ds.AsIs) then begin
103 if not SameValue(v, ds.More) then begin
108 if not SameValue(v, ds.Less) then begin
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/unwind/
H A Dsystemv.rs36 SameValue(Register), enumerator
58 CallFrameInstruction::SameValue(reg) => Self::SameValue(reg.0), in from()
85 Self::SameValue(reg) => CallFrameInstruction::SameValue(Register(reg)), in into()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs36 SameValue(Register), enumerator
58 CallFrameInstruction::SameValue(reg) => Self::SameValue(reg.0), in from()
85 Self::SameValue(reg) => CallFrameInstruction::SameValue(Register(reg)), in into()
/dports/lang/v8/v8-9.6.180.12/test/unittests/interpreter/
H A Dconstant-array-builder-unittest.cc161 CHECK(value.SameValue(smi)); in TEST_F()
166 CHECK(value.SameValue(smi)); in TEST_F()
212 CHECK(value.SameValue(*isolate()->factory()->NewNumberFromSize(i))); in TEST_F()
243 CHECK(original.SameValue(duplicate)); in TEST_F()
245 CHECK(original.SameValue(*reference)); in TEST_F()
275 CHECK(original->SameValue(*reference)); in TEST_F()
307 CHECK(constant_array->get(i).SameValue( in TEST_F()
311 .SameValue(*isolate()->factory()->the_hole_value())); in TEST_F()
313 .SameValue(*isolate()->factory()->the_hole_value())); in TEST_F()
357 CHECK(constant_array->get(i).SameValue(*expected)); in TEST_F()
/dports/misc/orange3/orange3-3.29.1/Orange/tests/
H A Dtest_filter.py13 IsDefined, SameValue, Random, ValueFilter, FilterStringList, FilterRegex
386 filter_ = SameValue(var_index, value)(self.table)
389 filter_inverse = SameValue(var_index, value, negate=True)(self.table)
399 filter_1 = SameValue(pos1, val1)(self.table)
400 filter_2 = SameValue(pos2, val2)(self.table)
402 filter_12 = SameValue(pos2, val2)(SameValue(pos1, val1)(self.table))
403 filter_21 = SameValue(pos1, val1)(SameValue(pos2, val2)(self.table))
422 filter_ = SameValue(self.attr_disc, self.value_disc)(inst)
425 filter_n = SameValue(self.attr_disc, self.value_disc, negate=True)(inst)
448 flsv = SameValue(self.attr_disc, self.value_disc, negate=True)
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-symbols.cc73 CHECK(symbols[i]->SameValue(*symbols[i])); in TEST()
75 CHECK(!symbols[i]->SameValue(*symbols[j])); in TEST()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs55 SameValue(Register), enumerator
79 CallFrameInstruction::SameValue(reg) => Self::SameValue(reg.0), in from()
106 Self::SameValue(reg) => CallFrameInstruction::SameValue(Register(reg)), in into()
446 CallFrameInstruction::SameValue(self.map_reg.map(reg)?), in restore_reg()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs55 SameValue(Register), enumerator
79 CallFrameInstruction::SameValue(reg) => Self::SameValue(reg.0), in from()
106 Self::SameValue(reg) => CallFrameInstruction::SameValue(Register(reg)), in into()
446 CallFrameInstruction::SameValue(self.map_reg.map(reg)?), in restore_reg()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs55 SameValue(Register), enumerator
79 CallFrameInstruction::SameValue(reg) => Self::SameValue(reg.0), in from()
106 Self::SameValue(reg) => CallFrameInstruction::SameValue(Register(reg)), in into()
446 CallFrameInstruction::SameValue(self.map_reg.map(reg)?), in restore_reg()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/unwind/
H A Dsystemv.rs55 SameValue(Register), enumerator
79 CallFrameInstruction::SameValue(reg) => Self::SameValue(reg.0), in from()
106 Self::SameValue(reg) => CallFrameInstruction::SameValue(Register(reg)), in into()
446 CallFrameInstruction::SameValue(self.map_reg.map(reg)?), in restore_reg()
/dports/editors/lazarus/lazarus/lcl/include/
H A Dspinedit.inc106 Result := not SameValue(FMaxValue, DefMaxValue);
134 if SameValue(FValue, AValue)
137 and (TryStrToFloat(Text, ValueFromText) and SameValue(ValueFromText, FValue)) then Exit;
148 and not SameValue(OldValue, FValue) then
165 Result := not SameValue(FIncrement, DefIncrement);
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dspinedit.inc106 Result := not SameValue(FMaxValue, DefMaxValue);
134 if SameValue(FValue, AValue)
137 and (TryStrToFloat(Text, ValueFromText) and SameValue(ValueFromText, FValue)) then Exit;
148 and not SameValue(OldValue, FValue) then
165 Result := not SameValue(FIncrement, DefIncrement);
/dports/lang/v8/v8-9.6.180.12/test/cctest/interpreter/
H A Dtest-interpreter.cc306 CHECK(return_value->SameValue(*expected_value)); in TEST()
344 CHECK(return_value->SameValue(*expected_value)); in TEST()
383 CHECK(return_value->SameValue(*expected_value)); in TEST()
1462 CHECK(return_val->SameValue(Smi::FromInt(40))); in TEST()
2900 CHECK(wrapped->SameValue(*finallies[i].second)); in TEST()
2930 CHECK(thrown_obj->SameValue(*throws[i].second)); in TEST()
3429 CHECK(return_value->SameValue(*loops[i].second)); in TEST()
3728 CHECK(return_val->SameValue(*for_of[i].second)); in TEST()
4399 CHECK(return_value->SameValue(*eval[i].second)); in TEST()
4565 CHECK(return_value->SameValue(*arg)); in TEST()
[all …]
/dports/x11/libX11/libX11-1.7.2/src/
H A DKeysymStr.c51 SameValue( in SameValue() function
117 SameValue, (XPointer)&data); in XKeysymToString()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtthlp14.pp97 if not SameValue(s, Single(4.2), 1e-100) then
100 if not SameValue(d, Double(4.2), 1e-100) then
104 if not SameValue(e, Extended(4.2), 1e-100) then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dspinedit.inc105 Result := not SameValue(FMaxValue, DefMaxValue);
133 if SameValue(FValue, AValue)
136 and (TryStrToFloat(Text, ValueFromText) and SameValue(ValueFromText, FValue)) then Exit;
147 and not SameValue(OldValue, FValue) then
174 Result := not SameValue(FIncrement, DefIncrement);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dspinedit.inc105 Result := not SameValue(FMaxValue, DefMaxValue);
133 if SameValue(FValue, AValue)
136 and (TryStrToFloat(Text, ValueFromText) and SameValue(ValueFromText, FValue)) then Exit;
147 and not SameValue(OldValue, FValue) then
174 Result := not SameValue(FIncrement, DefIncrement);
/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DREADME131 True if v1 and v2 are the same value according to the ES5 SameValue()
134 SameValue(NaN, NaN) is true.
135 SameValue(-0, 0) is false.
136 Otherwise SameValue(a, b) iff a === b.
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DREADME131 True if v1 and v2 are the same value according to the ES5 SameValue()
134 SameValue(NaN, NaN) is true.
135 SameValue(-0, 0) is false.
136 Otherwise SameValue(a, b) iff a === b.
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DREADME132 True if v1 and v2 are the same value according to the ES5 SameValue()
135 SameValue(NaN, NaN) is true.
136 SameValue(-0, 0) is false.
137 Otherwise SameValue(a, b) iff a === b.
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DREADME132 True if v1 and v2 are the same value according to the ES5 SameValue()
135 SameValue(NaN, NaN) is true.
136 SameValue(-0, 0) is false.
137 Otherwise SameValue(a, b) iff a === b.

12345678910>>...23