Home
last modified time | relevance | path

Searched refs:castInterval (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/faust/faust-2.37.3/compiler/extended/
H A Dsqrtprim.hh43 return castInterval(floatCast(t), interval(sqrt(i.lo), sqrt(i.hi))); in infereSigType()
48 return castInterval(floatCast(t), interval()); in infereSigType()
H A Dsinprim.hh39 return castInterval(floatCast(args[0]), interval(-1, 1)); in infereSigType()
H A Dtanprim.hh52 return castInterval(floatCast(args[0]), resultInterval); in infereSigType()
H A Drintprim.hh41 return castInterval(floatCast(args[0]), interval(rint(i.lo), rint(i.hi))); in infereSigType()
H A Dcosprim.hh39 return castInterval(floatCast(args[0]), interval(-1, 1)); in infereSigType()
H A Dlog10prim.hh43 return castInterval(floatCast(args[0]), interval(log10(i.lo), log10(i.hi))); in infereSigType()
H A Dlogprim.hh44 return castInterval(floatCast(args[0]), interval(log(i.lo), log(i.hi))); in infereSigType()
H A Dabsprim.hh42 return castInterval(t, abs(t->getInterval())); in infereSigType()
H A Dfmodprim.hh46 return castInterval(floatCast(args[0] | args[1]), fmod(i, j)); in infereSigType()
H A Dremainderprim.hh47 return castInterval(floatCast(args[0] | args[1]), interval()); // temporary rule !!! in infereSigType()
H A Dpowprim.hh43 return castInterval(args[0] | args[1], pow(i, j)); in infereSigType()
H A Dmaxprim.hh42 return castInterval(types[0] | types[1], max(i, j)); in infereSigType()
H A Dminprim.hh42 return castInterval(types[0] | types[1], min(i, j)); in infereSigType()
/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dsigtyperules.cpp410 return castInterval(sampCast(t), reunion(t->getInterval(), interval(0, 0))); in infereSigType()
417 return castInterval(sampCast(t1 | t2), reunion(t1->getInterval(), t2->getInterval())); in infereSigType()
444 return castInterval(sampCast(t1), reunion(t1->getInterval(), interval(0, 0))); in infereSigType()
451 Type t3 = castInterval(t1 | t2, arithmetic(i, t1->getInterval(), t2->getInterval())); in infereSigType()
491 return castInterval(gGlobal->TGUI, interval(tree2float(min), tree2float(max))); in infereSigType()
499 return castInterval(gGlobal->TGUI, interval(tree2float(min), tree2float(max))); in infereSigType()
507 return castInterval(gGlobal->TGUI, interval(tree2float(min), tree2float(max))); in infereSigType()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/var-dumper/Caster/
H A DDateCaster.php50 …public static function castInterval(\DateInterval $interval, array $a, Stub $stub, bool $isNested,… function in Symfony\\Component\\VarDumper\\Caster\\DateCaster
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/
H A DDateCaster.php46 …public static function castInterval(\DateInterval $interval, array $a, Stub $stub, $isNested, $fil… function in Symfony\\Component\\VarDumper\\Caster\\DateCaster
/dports/www/elgg/elgg-3.3.23/vendor/symfony/var-dumper/Caster/
H A DDateCaster.php46 …public static function castInterval(\DateInterval $interval, array $a, Stub $stub, $isNested, $fil… function in Symfony\\Component\\VarDumper\\Caster\\DateCaster
/dports/deskutils/egroupware/egroupware/vendor/symfony/var-dumper/Caster/
H A DDateCaster.php50 …public static function castInterval(\DateInterval $interval, array $a, Stub $stub, $isNested, $fil… function in Symfony\\Component\\VarDumper\\Caster\\DateCaster
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/
H A DDateCaster.php46 …public static function castInterval(\DateInterval $interval, array $a, Stub $stub, $isNested, $fil… function in Symfony\\Component\\VarDumper\\Caster\\DateCaster
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/var-dumper/Caster/
H A DDateCaster.php50 …public static function castInterval(\DateInterval $interval, array $a, Stub $stub, bool $isNested,… function in Symfony\\Component\\VarDumper\\Caster\\DateCaster
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/var-dumper/Caster/
H A DDateCaster.php50 …public static function castInterval(\DateInterval $interval, array $a, Stub $stub, bool $isNested,… function in Symfony\\Component\\VarDumper\\Caster\\DateCaster
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/var-dumper/Caster/
H A DDateCaster.php50 …public static function castInterval(\DateInterval $interval, array $a, Stub $stub, bool $isNested,… function in Symfony\\Component\\VarDumper\\Caster\\DateCaster
/dports/deskutils/egroupware/egroupware/vendor/symfony/var-dumper/Tests/Caster/
H A DDateCasterTest.php179 …$cast = DateCaster::castInterval($interval, ['foo' => 'bar'], $stub, false, Caster::EXCLUDE_VERBOS…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Tests/Caster/
H A DDateCasterTest.php187 …$cast = DateCaster::castInterval($interval, ['foo' => 'bar'], $stub, false, Caster::EXCLUDE_VERBOS…
/dports/www/elgg/elgg-3.3.23/vendor/symfony/var-dumper/Tests/Caster/
H A DDateCasterTest.php187 …$cast = DateCaster::castInterval($interval, ['foo' => 'bar'], $stub, false, Caster::EXCLUDE_VERBOS…

12