Home
last modified time | relevance | path

Searched refs:lowbound (Results 1 – 3 of 3) sorted by relevance

/external/arm-optimized-routines/test/rtest/
Ddotest.c734 static void complex_cases_biased(uint32 *out, uint32 lowbound, in complex_cases_biased() argument
736 cases_biased(out,lowbound,highbound); in complex_cases_biased()
737 cases_biased(out+2,lowbound,highbound); in complex_cases_biased()
740 static void complex_cases_biased_float(uint32 *out, uint32 lowbound, in complex_cases_biased_float() argument
742 cases_biased_float(out,lowbound,highbound); in complex_cases_biased_float()
743 cases_biased_float(out+2,lowbound,highbound); in complex_cases_biased_float()
746 static void complex_cases_uniform(uint32 *out, uint32 lowbound, in complex_cases_uniform() argument
748 cases_uniform(out,lowbound,highbound); in complex_cases_uniform()
749 cases_uniform(out+2,lowbound,highbound); in complex_cases_uniform()
752 static void complex_cases_uniform_float(uint32 *out, uint32 lowbound, in complex_cases_uniform_float() argument
[all …]
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java1213 int adjSegment = lowbound (jumpAdjOffsets, exception.m_start_pc); in visit()
1216 adjSegment = lowbound (jumpAdjOffsets, exception.m_end_pc); in visit()
1219 adjSegment = lowbound (jumpAdjOffsets, exception.m_handler_pc); in visit()
1341 int adjSegment = lowbound (m_methodJumpAdjOffsets, line.m_start_pc); in visit()
2079 private static int lowbound (final int [] values, final int x)
/external/kernel-headers/original/uapi/linux/
Dtipc_config.h221 __be32 lowbound; /* (i.e. displays all entries of name table) */ member