Home
last modified time | relevance | path

Searched defs:range (Results 1 – 4 of 4) sorted by relevance

/bionic/benchmarks/
Dmath_benchmark.cpp487 auto range = sincosf_input[state.range(0)]; in BM_math_sinf() local
500 auto range = sincosf_input[state.range(0)]; in BM_math_sinf_latency() local
513 auto range = sincosf_input[state.range(0)]; in BM_math_cosf() local
526 auto range = sincosf_input[state.range(0)]; in BM_math_cosf_latency() local
539 auto range = sincosf_input[state.range(0)]; in BM_math_sincosf() local
554 auto range = sincosf_input[state.range(0)]; in BM_math_sincosf_latency() local
/bionic/libc/kernel/uapi/linux/netfilter/
Dnf_nat.h40 struct nf_nat_ipv4_range range[1]; member
/bionic/libc/kernel/uapi/linux/
Duserfaultfd.h98 struct uffdio_range range; member
113 struct uffdio_range range; member
/bionic/tools/versioner/src/
DDeclarationDatabase.cpp93 bool VisitDeclaratorDecl(DeclaratorDecl* decl, SourceRange range) { in VisitDeclaratorDecl()