Home
last modified time | relevance | path

Searched refs:max_fixed (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/math/py-mpmath/mpmath-1.2.1/mpmath/tests/
H A Dtest_convert.py67 …assert to_str(from_float(1.23456789000000e-2),15,strip_zeros=False,min_fixed=0,max_fixed=0) == '1.…
68 …assert to_str(from_float(1.23456789000000e+2),15,strip_zeros=False,min_fixed=0,max_fixed=0) == '1.…
69 assert to_str(from_float(2.1287e14), 15, max_fixed=1000) == '212870000000000.0'
70 assert to_str(from_float(2.1287e15), 15, max_fixed=1000) == '2128700000000000.0'
71 assert to_str(from_float(2.1287e16), 15, max_fixed=1000) == '21287000000000000.0'
72 assert to_str(from_float(2.1287e30), 15, max_fixed=1000) == '2128700000000000000000000000000.0'
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfixed.h29 # define max_fixed max_int macro
36 # define max_fixed max_long macro
133 #define max_int_in_fixed fixed2int(max_fixed)
149 (((r)=(((a)<0) ? min_fixed : max_fixed)), gs_error_limitcheck) : \
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfixed.h29 # define max_fixed max_int macro
36 # define max_fixed max_long macro
133 #define max_int_in_fixed fixed2int(max_fixed)
149 (((r)=(((a)<0) ? min_fixed : max_fixed)), gs_error_limitcheck) : \
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfixed.h33 # define max_fixed max_int macro
40 # define max_fixed max_long macro
136 #define max_int_in_fixed fixed2int(max_fixed)
152 (((r)=(((a)<0) ? min_fixed : max_fixed)), gs_error_limitcheck) : \
H A Dgxfapi.c103 if (x > (int64_t) max_fixed) { in add_move()
104 x = (int64_t) max_fixed; in add_move()
110 if (y > (int64_t) max_fixed) { in add_move()
111 y = (int64_t) max_fixed; in add_move()
134 x = (int64_t) max_fixed; in add_line()
141 y = (int64_t) max_fixed; in add_line()
166 x0 = (int64_t) max_fixed; in add_curve()
173 y0 = (int64_t) max_fixed; in add_curve()
179 x1 = (int64_t) max_fixed; in add_curve()
186 y1 = (int64_t) max_fixed; in add_curve()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfixed.h33 # define max_fixed max_int macro
40 # define max_fixed max_long macro
136 #define max_int_in_fixed fixed2int(max_fixed)
152 (((r)=(((a)<0) ? min_fixed : max_fixed)), gs_error_limitcheck) : \
H A Dgxfapi.c103 if (x > (int64_t) max_fixed) { in add_move()
104 x = (int64_t) max_fixed; in add_move()
110 if (y > (int64_t) max_fixed) { in add_move()
111 y = (int64_t) max_fixed; in add_move()
134 x = (int64_t) max_fixed; in add_line()
141 y = (int64_t) max_fixed; in add_line()
166 x0 = (int64_t) max_fixed; in add_curve()
173 y0 = (int64_t) max_fixed; in add_curve()
179 x1 = (int64_t) max_fixed; in add_curve()
186 y1 = (int64_t) max_fixed; in add_curve()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfixed.h31 # define max_fixed max_int macro
38 # define max_fixed max_long macro
134 #define max_int_in_fixed fixed2int(max_fixed)
150 (((r)=(((a)<0) ? min_fixed : max_fixed)), gs_error_limitcheck) : \
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfixed.h31 # define max_fixed max_int macro
38 # define max_fixed max_long macro
134 #define max_int_in_fixed fixed2int(max_fixed)
150 (((r)=(((a)<0) ? min_fixed : max_fixed)), gs_error_limitcheck) : \
/dports/science/py-scipy/scipy-1.7.1/scipy/special/_precompute/
H A Dloggamma.py28 stirling_coeffs = [mpmath.nstr(x, 20, min_fixed=0, max_fixed=0)
30 taylor_coeffs = [mpmath.nstr(x, 20, min_fixed=0, max_fixed=0)
/dports/emulators/qemu42/qemu-4.2.1/hw/acpi/
H A Daml-build.c1172 AmlMaxFixed max_fixed, AmlDecode dec, in aml_as_desc_header() argument
1175 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header()
1186 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument
1210 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument
1235 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument
1279 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_io() argument
1286 return aml_word_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_word_io()
1297 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_dword_io() argument
1316 AmlMaxFixed max_fixed, AmlCacheable cacheable, in aml_dword_memory() argument
1324 return aml_dword_as_desc(AML_MEMORY_RANGE, min_fixed, max_fixed, in aml_dword_memory()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/acpi/
H A Daml-build.c1171 AmlMaxFixed max_fixed, AmlDecode dec, in aml_as_desc_header() argument
1174 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header()
1185 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument
1209 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument
1234 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument
1278 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_io() argument
1285 return aml_word_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_word_io()
1296 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_dword_io() argument
1315 AmlMaxFixed max_fixed, AmlCacheable cacheable, in aml_dword_memory() argument
1323 return aml_dword_as_desc(AML_MEMORY_RANGE, min_fixed, max_fixed, in aml_dword_memory()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/acpi/
H A Daml-build.c1172 AmlMaxFixed max_fixed, AmlDecode dec, in aml_as_desc_header() argument
1175 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header()
1186 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument
1210 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument
1235 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument
1279 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_io() argument
1286 return aml_word_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_word_io()
1297 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_dword_io() argument
1316 AmlMaxFixed max_fixed, AmlCacheable cacheable, in aml_dword_memory() argument
1324 return aml_dword_as_desc(AML_MEMORY_RANGE, min_fixed, max_fixed, in aml_dword_memory()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/acpi/
H A Daml-build.c1172 AmlMaxFixed max_fixed, AmlDecode dec, in aml_as_desc_header() argument
1175 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header()
1186 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument
1210 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument
1235 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument
1279 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_io() argument
1286 return aml_word_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_word_io()
1297 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_dword_io() argument
1316 AmlMaxFixed max_fixed, AmlCacheable cacheable, in aml_dword_memory() argument
1324 return aml_dword_as_desc(AML_MEMORY_RANGE, min_fixed, max_fixed, in aml_dword_memory()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/acpi/
H A Daml-build.c1172 AmlMaxFixed max_fixed, AmlDecode dec, in aml_as_desc_header() argument
1175 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header()
1186 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument
1210 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument
1235 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument
1279 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_io() argument
1286 return aml_word_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_word_io()
1297 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_dword_io() argument
1316 AmlMaxFixed max_fixed, AmlCacheable cacheable, in aml_dword_memory() argument
1324 return aml_dword_as_desc(AML_MEMORY_RANGE, min_fixed, max_fixed, in aml_dword_memory()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/acpi/
H A Daml-build.h321 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
325 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
330 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
336 AmlMaxFixed max_fixed, AmlCacheable cacheable,
342 AmlMaxFixed max_fixed, AmlCacheable cacheable,
/dports/emulators/qemu5/qemu-5.2.0/hw/acpi/
H A Daml-build.c1189 AmlMaxFixed max_fixed, AmlDecode dec, in aml_as_desc_header() argument
1192 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header()
1203 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument
1227 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument
1252 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument
1296 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_io() argument
1303 return aml_word_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_word_io()
1314 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_dword_io() argument
1333 AmlMaxFixed max_fixed, AmlCacheable cacheable, in aml_dword_memory() argument
1341 return aml_dword_as_desc(AML_MEMORY_RANGE, min_fixed, max_fixed, in aml_dword_memory()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfixed.h34 # define max_fixed max_int macro
41 # define max_fixed max_long macro
133 #define max_int_in_fixed fixed2int(max_fixed)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfixed.h34 # define max_fixed max_int macro
41 # define max_fixed max_long macro
133 #define max_int_in_fixed fixed2int(max_fixed)
/dports/emulators/qemu42/qemu-4.2.1/include/hw/acpi/
H A Daml-build.h338 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
342 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
347 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
353 AmlMaxFixed max_fixed, AmlCacheable cacheable,
359 AmlMaxFixed max_fixed, AmlCacheable cacheable,
/dports/emulators/qemu5/qemu-5.2.0/include/hw/acpi/
H A Daml-build.h341 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
345 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
350 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
356 AmlMaxFixed max_fixed, AmlCacheable cacheable,
362 AmlMaxFixed max_fixed, AmlCacheable cacheable,
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/acpi/
H A Daml-build.h338 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
342 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
347 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
353 AmlMaxFixed max_fixed, AmlCacheable cacheable,
359 AmlMaxFixed max_fixed, AmlCacheable cacheable,
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/acpi/
H A Daml-build.h339 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
343 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
348 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
354 AmlMaxFixed max_fixed, AmlCacheable cacheable,
360 AmlMaxFixed max_fixed, AmlCacheable cacheable,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/acpi/
H A Daml-build.h338 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
342 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
347 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
353 AmlMaxFixed max_fixed, AmlCacheable cacheable,
359 AmlMaxFixed max_fixed, AmlCacheable cacheable,
/dports/emulators/qemu/qemu-6.2.0/include/hw/acpi/
H A Daml-build.h355 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
359 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
364 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed,
370 AmlMaxFixed max_fixed, AmlCacheable cacheable,
376 AmlMaxFixed max_fixed, AmlCacheable cacheable,

12345678