Home
last modified time | relevance | path

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

/bionic/libm/x86_64/
Ds_cbrt.S186 movsd INF(%rip), %xmm0
722 INF: label
725 .type INF,@object
726 .size INF,8
Ds_expm1.S252 movq INF(%rip), %xmm0
695 INF: label
698 .type INF,@object
699 .size INF,8
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1144 # define INF 3 in repeat() macro
1146 # define MAP(n) (((n) <= 1) ? (n) : ((n) == INFINITY) ? INF : N) in repeat()
1166 case REP(0, INF): /* as x{1,}? */ in repeat()
1191 case REP(1, INF): /* as x+ */ in repeat()
1199 case REP(N, INF): /* as xx{n-1,INF} */ in repeat()