Home
last modified time | relevance | path

Searched refs:max1 (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_fixed.h52 static inline uint_fixed_16_16_t max_fixed16(uint_fixed_16_16_t max1, in max_fixed16() argument
55 uint_fixed_16_16_t max = { .val = max(max1.val, max2.val) }; in max_fixed16()
/openbsd/src/gnu/usr.bin/perl/
Dregcomp_study.c1650 SSize_t max1 = 0, min1 = OPTIMIZE_INFTY, num = 0; in Perl_study_chunk() local
1706 max1 = OPTIMIZE_INFTY; in Perl_study_chunk()
1707 } else if (max1 < minnext + deltanext) in Perl_study_chunk()
1708 max1 = minnext + deltanext; in Perl_study_chunk()
1732 if (data->pos_delta >= OPTIMIZE_INFTY - (max1 - min1)) in Perl_study_chunk()
1735 data->pos_delta += max1 - min1; in Perl_study_chunk()
1736 if (max1 != min1 || is_inf) in Perl_study_chunk()
1741 || OPTIMIZE_INFTY - delta - (max1 - min1) < 0) in Perl_study_chunk()
1744 delta += max1 - min1; in Perl_study_chunk()
3439 SSize_t max1 = 0, min1 = OPTIMIZE_INFTY; in Perl_study_chunk() local
[all …]
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck.c879 tree max1, max2; in comp_array_types() local
913 max1 = TYPE_MAX_VALUE (d1); in comp_array_types()
916 && !value_dependent_expression_p (max1) in comp_array_types()
923 max1 = fold (max1); in comp_array_types()
927 if (!cp_tree_equal (max1, max2)) in comp_array_types()
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dintrin.def277 DEFNAME ("MAX1", "max1", "Max1", genNONE, specMAX1)
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/
DChangeLog56 * g++.dg/opt/max1.C: Fix for 64bit targets.
61 * g++.dg/opt/max1.C: New test case.