Home
last modified time | relevance | path

Searched refs:nan_handling (Results 1 – 6 of 6) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilStatistics.php28 public $nan_handling; variable in ilStatistics
43 public function __construct($nan_handling = NAN_HANDLING_REMOVE) argument
45 $this->nan_handling = $nan_handling;
55 … * @param integer $nan_handling A constant defining the handling of elements which are not a number
58 public function setNANHandling($nan_handling = NAN_HANDLING_REMOVE) argument
60 $this->nan_handling = $nan_handling;
74 return $this->nan_handling;
395 switch ($this->nan_handling) {
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilStatistics.php28 public $nan_handling; variable in ilStatistics
43 public function __construct($nan_handling = NAN_HANDLING_REMOVE) argument
45 $this->nan_handling = $nan_handling;
55 … * @param integer $nan_handling A constant defining the handling of elements which are not a number
58 public function setNANHandling($nan_handling = NAN_HANDLING_REMOVE) argument
60 $this->nan_handling = $nan_handling;
74 return $this->nan_handling;
395 switch ($this->nan_handling) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-array-gen.cc798 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GenerateSmiOrObject() local
799 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateSmiOrObject()
932 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GeneratePackedDoubles() local
933 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GeneratePackedDoubles()
1003 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GenerateHoleyDoubles() local
1004 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateHoleyDoubles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-array-gen.cc796 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GenerateSmiOrObject() local
797 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateSmiOrObject()
930 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GeneratePackedDoubles() local
931 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GeneratePackedDoubles()
1001 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GenerateHoleyDoubles() local
1002 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateHoleyDoubles()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-array-gen.cc805 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GenerateSmiOrObject() local
806 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateSmiOrObject()
939 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GeneratePackedDoubles() local
940 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GeneratePackedDoubles()
1010 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GenerateHoleyDoubles() local
1011 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateHoleyDoubles()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-array-gen.cc3104 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GenerateSmiOrObject() local
3105 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateSmiOrObject()
3235 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GeneratePackedDoubles() local
3236 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GeneratePackedDoubles()
3308 Label* nan_handling = variant == kIncludes ? &nan_loop : &return_not_found; in GenerateHoleyDoubles() local
3309 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateHoleyDoubles()