Searched refs:divmod (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/bc/tests/bc/ |
| H A D | divmod.txt | 2 v = divmod(0, 1, v[]); v[0]; v 3 v = divmod(0, 321566, v[]); v[0]; v 4 v = divmod(0, 0.3984567238456, v[]); v[0]; v 5 v = divmod(1, 1, v[]); v[0]; v 6 v = divmod(1, 1287469297356, v[]); v[0]; v 7 v = divmod(1, 0.2395672438567234, v[]); v[0]; v 34 v = divmod(0, 1, v[]); v[0]; v 35 v = divmod(0, 321566, v[]); v[0]; v 36 v = divmod(0, 0.3984567238456, v[]); v[0]; v 37 v = divmod(1, 1, v[]); v[0]; v [all …]
|
| H A D | errors.txt | 255 divmod 24 257 divmod(if 259 divmod(24) 261 divmod(24 24) 263 divmod(24,) 265 divmod(24, 267 divmod(24,5 269 divmod(24,5) 271 divmod(24,5,) 273 divmod(24,5, [all …]
|
| H A D | all.txt | 50 divmod
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
| H A D | generate.sh | 3 m4 divmod.m4 | sed -e 's/[[:space:]]*$//' | grep -v '^$' > modsi3.S 4 m4 -DANSWER=quotient divmod.m4 | sed -e 's/[[:space:]]*$//' | grep -v '^$' > divsi3.S
|
| /freebsd-13.1/contrib/bc/gen/ |
| H A D | lib2.bc | 399 t=divmod(t,2,m[]) 419 a=divmod(a,2,m[]) 420 b=divmod(b,2,n[]) 440 a=divmod(a,2,m[]) 441 b=divmod(b,2,n[]) 446 a=divmod(a,2,m[]) 466 a=divmod(a,2,m[]) 467 b=divmod(b,2,n[]) 472 a=divmod(a,2,m[]) 489 x=divmod(x,2,m[]) [all …]
|
| H A D | dc_help.txt | 51 2) This dc implements the GNU extensions for divmod ("~") and modular
|
| /freebsd-13.1/contrib/bc/tests/dc/ |
| H A D | all.txt | 10 divmod
|
| /freebsd-13.1/contrib/bc/vs/tests/ |
| H A D | tests_dc.bat | 18 divmod
|
| H A D | tests_bc.bat | 24 divmod
|
| /freebsd-13.1/usr.bin/dtc/ |
| H A D | input_buffer.cc | 698 struct divmod : public binary_operator<5, T> struct 734 expr = new divmod<std::modulus<valty>>(l, "/"); in parse_binary_expression() 740 expr = new divmod<std::divides<valty>>(l, "/"); in parse_binary_expression()
|
| /freebsd-13.1/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 93 m, s = divmod(monotonic_time() - self.starttime, 60) 308 m, s = divmod(monotonic_time() - self.result.starttime, 60) 873 m, s = divmod(time() - self.starttime, 60) 874 h, m = divmod(m, 60)
|
| /freebsd-13.1/contrib/bc/ |
| H A D | NEWS.md | 127 * Added `dc`'s modular exponentiation and divmod to `bc`. 1146 9. Performance was further enhanced by using a "divmod" function to reduce
|