Home
last modified time | relevance | path

Searched refs:fmax (Results 1 – 25 of 211) sorted by relevance

123456789

/netbsd-src/external/gpl3/binutils/dist/cpu/
H A Dmep-fmax.cpu29 (define-pmacro fmax-core-isa () (ISA ext_core2))
30 (define-pmacro all-fmax-isas () (ISA ext_core2))
37 (dnf f-fmax-0-4 "opcode" (all-fmax-isas) 0 4)
38 (dnf f-fmax-4-4 "opcode" (all-fmax-isas) 4 4)
39 (dnf f-fmax-8-4 "opcode" (all-fmax-isas) 8 4)
40 (dnf f-fmax-12-4 "opcode" (all-fmax-isas) 12 4)
41 (dnf f-fmax-16-4 "opcode" (all-fmax-isas) 16 4)
42 (dnf f-fmax-20-4 "opcode" (all-fmax-isas) 20 4)
43 (dnf f-fmax-24-4 "opcode" (all-fmax-isas) 24 4)
44 (dnf f-fmax-28-1 "opcode" (all-fmax-isas) 28 1)
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/cpu/
H A Dmep-fmax.cpu29 (define-pmacro fmax-core-isa () (ISA ext_core2))
30 (define-pmacro all-fmax-isas () (ISA ext_core2))
37 (dnf f-fmax-0-4 "opcode" (all-fmax-isas) 0 4)
38 (dnf f-fmax-4-4 "opcode" (all-fmax-isas) 4 4)
39 (dnf f-fmax-8-4 "opcode" (all-fmax-isas) 8 4)
40 (dnf f-fmax-12-4 "opcode" (all-fmax-isas) 12 4)
41 (dnf f-fmax-16-4 "opcode" (all-fmax-isas) 16 4)
42 (dnf f-fmax-20-4 "opcode" (all-fmax-isas) 20 4)
43 (dnf f-fmax-24-4 "opcode" (all-fmax-isas) 24 4)
44 (dnf f-fmax-28-1 "opcode" (all-fmax-isas) 28 1)
[all …]
/netbsd-src/external/gpl3/gdb/dist/cpu/
H A Dmep-fmax.cpu29 (define-pmacro fmax-core-isa () (ISA ext_core2))
30 (define-pmacro all-fmax-isas () (ISA ext_core2))
37 (dnf f-fmax-0-4 "opcode" (all-fmax-isas) 0 4)
38 (dnf f-fmax-4-4 "opcode" (all-fmax-isas) 4 4)
39 (dnf f-fmax-8-4 "opcode" (all-fmax-isas) 8 4)
40 (dnf f-fmax-12-4 "opcode" (all-fmax-isas) 12 4)
41 (dnf f-fmax-16-4 "opcode" (all-fmax-isas) 16 4)
42 (dnf f-fmax-20-4 "opcode" (all-fmax-isas) 20 4)
43 (dnf f-fmax-24-4 "opcode" (all-fmax-isas) 24 4)
44 (dnf f-fmax-28-1 "opcode" (all-fmax-isas) 28 1)
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/cpu/
H A Dmep-fmax.cpu29 (define-pmacro fmax-core-isa () (ISA ext_core2))
30 (define-pmacro all-fmax-isas () (ISA ext_core2))
37 (dnf f-fmax-0-4 "opcode" (all-fmax-isas) 0 4)
38 (dnf f-fmax-4-4 "opcode" (all-fmax-isas) 4 4)
39 (dnf f-fmax-8-4 "opcode" (all-fmax-isas) 8 4)
40 (dnf f-fmax-12-4 "opcode" (all-fmax-isas) 12 4)
41 (dnf f-fmax-16-4 "opcode" (all-fmax-isas) 16 4)
42 (dnf f-fmax-20-4 "opcode" (all-fmax-isas) 20 4)
43 (dnf f-fmax-24-4 "opcode" (all-fmax-isas) 24 4)
44 (dnf f-fmax-28-1 "opcode" (all-fmax-isas) 28 1)
[all …]
/netbsd-src/lib/libm/arch/riscv/
H A Ds_fmax.S9 STRONG_ALIAS(fmaxl, fmax)
12 ENTRY(fmax)
13 fmax.d fa0, fa0, fa1
15 END(fmax)
H A Ds_fmaxf.S8 fmax.s fa0, fa0, fa1
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c184 int fmax = fmid; /* Limits of top-down search. */ in diag() local
207 if (fmax < dmax) in diag()
208 fd[++fmax + 1] = -1; in diag()
210 --fmax; in diag()
211 for (d = fmax; d >= fmin; d -= 2) in diag()
277 if (!odd && fmin <= d && d <= fmax && x <= fd[d]) in diag()
302 for (d = fmax; d >= fmin; d -= 2) in diag()
411 for (d = fmax; d >= fmin; d -= 2) in diag()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c184 int fmax = fmid; /* Limits of top-down search. */ in diag() local
207 if (fmax < dmax) in diag()
208 fd[++fmax + 1] = -1; in diag()
210 --fmax; in diag()
211 for (d = fmax; d >= fmin; d -= 2) in diag()
277 if (!odd && fmin <= d && d <= fmax && x <= fd[d]) in diag()
302 for (d = fmax; d >= fmin; d -= 2) in diag()
411 for (d = fmax; d >= fmin; d -= 2) in diag()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c184 int fmax = fmid; /* Limits of top-down search. */ in diag() local
207 if (fmax < dmax) in diag()
208 fd[++fmax + 1] = -1; in diag()
210 --fmax; in diag()
211 for (d = fmax; d >= fmin; d -= 2) in diag()
277 if (!odd && fmin <= d && d <= fmax && x <= fd[d]) in diag()
302 for (d = fmax; d >= fmin; d -= 2) in diag()
411 for (d = fmax; d >= fmin; d -= 2) in diag()
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dmkerr.pl128 my %fmax; # lib -> max assigned function code
154 $fmax{$lib} = 100;
223 $fmax{$lib} = $code if $code > $fmax{$lib};
242 foreach my $lib ( sort keys %fmax ) {
506 $findcode = $fmax{$lib} if !defined $findcode;
/netbsd-src/lib/libm/arch/aarch64/
H A Ds_fmax.S36 WEAK_ALIAS(fmax, _fmax)
39 fmax d0, d0, d1 define
H A Ds_fmaxf.S39 fmax s0, s0, s1
/netbsd-src/lib/libm/noieee_src/
H A Dn_fmax.c35 __weak_alias(fmaxl, fmax);
39 fmax(double x, double y) in fmax() function
/netbsd-src/lib/libm/src/
H A Ds_fmax.c38 __strong_alias(fmaxl, fmax) in __strong_alias() argument
42 fmax(double x, double y) in __strong_alias()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dfstur.s14 fmax: label
61 adrp x0, fmax
62 add x0, x0, :lo12:fmax
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Danalyze.c110 int fmin = fmid, fmax = fmid; /* Limits of top-down search. */ local
126 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax;
127 for (d = fmax; d >= fmin; d -= 2)
169 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
194 for (d = fmax; d >= fmin; d -= 2)
275 for (d = fmax; d >= fmin; d -= 2)
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Danalyze.c108 lin fmin = fmid, fmax = fmid; /* Limits of top-down search. */ in diag() local
124 fmax < dmax ? fd[++fmax + 1] = -1 : --fmax; in diag()
125 for (d = fmax; d >= fmin; d -= 2) in diag()
167 if (!odd && fmin <= d && d <= fmax && x <= fd[d]) in diag()
192 for (d = fmax; d >= fmin; d -= 2) in diag()
273 for (d = fmax; d >= fmin; d -= 2) in diag()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7-common.mk8 F7_C_PARTS += fabs neg fmin fmax minmax truncx trunc floor ceil round lround
37 m_ddd += pow fmin fmax fmod hypot atan2
59 F7F += minmax fmax fmin floor ceil round lround trunc truncx
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7-common.mk8 F7_C_PARTS += fabs neg fmin fmax minmax truncx trunc floor ceil round lround
37 m_ddd += pow fmin fmax fmod hypot atan2
59 F7F += minmax fmax fmin floor ceil round lround trunc truncx
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h73 __DEVICE__ double fmax(double, double);
74 __DEVICE__ float fmax(float, float);
222 using ::fmax;
/netbsd-src/sys/dev/acpi/
H A Dacpi_tz.c276 uint32_t tmp, fmin, fmax, fcurrent; in acpitz_get_status() local
299 if (acpitz_get_fanspeed(dv, &fmin, &fmax, &fcurrent) == 0) { in acpitz_get_status()
653 ACPI_INTEGER fmin, fmax, fcurr; in acpitz_get_fanspeed() local
667 rv = acpi_eval_integer(handle, "FMAX", &fmax); in acpitz_get_fanspeed()
670 fmax = ATZ_TMP_INVALID; in acpitz_get_fanspeed()
684 *fanmax = fmax; in acpitz_get_fanspeed()
/netbsd-src/lib/libm/
H A DMakefile454 tan.3 tanh.3 trunc.3 fmax.3 fdim.3
562 MLINKS+=fmax.3 fmaxl.3
563 MLINKS+=fmax.3 fmaxf.3
564 MLINKS+=fmax.3 fmin.3
565 MLINKS+=fmax.3 fminl.3
566 MLINKS+=fmax.3 fminf.3
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h91 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h91 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dlang.opt658 fmax-array-constructor=
660 -fmax-array-constructor=<n> Maximum number of objects in an array constructor.
662 fmax-identifier-length=
664 -fmax-identifier-length=<n> Maximum identifier length.
666 fmax-subrecord-length=
668 -fmax-subrecord-length=<n> Maximum length for subrecords.
670 fmax-stack-var-size=
672 -fmax-stack-var-size=<n> Size in bytes of the largest array that will be put on the stack.

123456789