Home
last modified time | relevance | path

Searched refs:floatPart (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/nextcloud/nextcloud/3rdparty/punic/punic/code/
H A DPlural.php42 $floatPart = '';
47 $floatPart = '';
49 list($intPart, $floatPart) = explode('.', $s);
56 $floatPart = '';
58 list($intPart, $floatPart) = explode('.', $number);
68 $v1 = $intPartAbs.(strlen($floatPart) ? ".$floatPart" : '');
72 $v3 = strlen($floatPart);
74 $v4 = strlen(rtrim($floatPart, '0'));
76 $v5 = strlen($floatPart) ? strval(intval($floatPart)) : '0';
78 $v6 = trim($floatPart, '0');
/dports/www/owncloud/owncloud/lib/composer/punic/punic/src/
H A DPlural.php76 $floatPart = '';
81 $floatPart = '';
83 list($intPart, $floatPart) = explode('.', $s);
91 $floatPart = '';
93 list($intPart, $floatPart) = explode('.', $number);
103 $v1 = $intPartAbs . (strlen($floatPart) ? ".{$floatPart}" : '');
107 $v3 = strlen($floatPart);
109 $v4 = strlen(rtrim($floatPart, '0'));
111 $v5 = strlen($floatPart) ? (string) ((int) $floatPart) : '0';
113 $v6 = trim($floatPart, '0');
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DFilterParameters.h39 float floatPart; member
53 floatPart(value) in Parameter()
H A DSampleEditor.cpp1753 float startScale = par->getParameter(0).floatPart; in tool_scaleSample()
1754 float endScale = par->getParameter(1).floatPart; in tool_scaleSample()
2211 float step = c4spd / par->getParameter(0).floatPart; in tool_resampleSample()
2310 float DC = par->getParameter(0).floatPart; in tool_DCOffsetSample()
2734 const float amplify = par->getParameter(0).floatPart; in tool_generateSine()
2780 const float numPeriods = par->getParameter(1).floatPart; in tool_generateSquare()
2781 const float amplify = par->getParameter(0).floatPart; in tool_generateSquare()
2828 const float numPeriods = par->getParameter(1).floatPart; in tool_generateTriangle()
2829 const float amplify = par->getParameter(0).floatPart; in tool_generateTriangle()
2881 const float numPeriods = par->getParameter(1).floatPart; in tool_generateSawtooth()
[all …]
/dports/lang/purescript/purescript-0.14.5/tests/
H A DTestCst.hs123 floatPart <- unFloat <$> resize 5 genFloat
126 pure $ floatPart <> "e" <> signPart <> expPart
160 floatPart <- Text.pack <$> listOf1 numChar
161 pure $ intPart <> "." <> floatPart
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/cmplxs/cscalar/
H A Dparse.go46 beg, end, p, err := floatPart(s)
91 func floatPart(s string) (beg, end int, part uint, err error) { func
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dmcf.c346 float floatPart; in mcf_sqrt() member
351 convertor.floatPart = x; in mcf_sqrt()
352 convertor2.floatPart = x; in mcf_sqrt()
356 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dmcf.c345 float floatPart; in mcf_sqrt() member
350 convertor.floatPart = x; in mcf_sqrt()
351 convertor2.floatPart = x; in mcf_sqrt()
355 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dmcf.c346 float floatPart; in mcf_sqrt() member
351 convertor.floatPart = x; in mcf_sqrt()
352 convertor2.floatPart = x; in mcf_sqrt()
356 return 0.5f * (convertor.floatPart + (x * convertor2.floatPart)); in mcf_sqrt()

12